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 String
getFormatName()
-
-
-
Field Detail
-
WKT
static final String WKT
- See Also:
- Constant Field Values
-
GeoJSON
static final String GeoJSON
- See Also:
- Constant Field Values
-
POLY
static final String POLY
- See Also:
- Constant Field Values
-
LEGACY
static final String LEGACY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFormatName
String getFormatName()
- Returns:
- the format name
-
-