Package org.locationtech.spatial4j.io
Interface ShapeIO
-
- All Known Subinterfaces:
ShapeReader
,ShapeWriter
- All Known Implementing Classes:
GeoJSONReader
,GeoJSONWriter
,JtsGeoJSONWriter
,JtsPolyshapeWriter
,JtsWKTReaderShapeParser
,JtsWKTWriter
,LegacyShapeReader
,LegacyShapeWriter
,PolyshapeReader
,PolyshapeWriter
,WKTReader
,WktShapeParser
,WKTWriter
public interface ShapeIO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFormatName()
-
-
-
Field Detail
-
WKT
static final java.lang.String WKT
- See Also:
- Constant Field Values
-
GeoJSON
static final java.lang.String GeoJSON
- See Also:
- Constant Field Values
-
POLY
static final java.lang.String POLY
- See Also:
- Constant Field Values
-
LEGACY
static final java.lang.String LEGACY
- See Also:
- Constant Field Values
-
-