Package org.locationtech.spatial4j.io
Interface ShapeIO
-
- All Known Subinterfaces:
ShapeReader,ShapeWriter
- All Known Implementing Classes:
GeoJSONReader,GeoJSONWriter,JtsGeoJSONWriter,JtsPolyshapeWriter,JtsWKTWriter,LegacyShapeReader,LegacyShapeWriter,PolyshapeReader,PolyshapeWriter,WKTReader,WKTWriter
public interface ShapeIO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormatName()
-
-
-
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
-
-