public interface GeoJson
extends java.io.Serializable
Geometry which is an interface which all seven GeoJson
geometries implement.| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
bbox()
A GeoJson object MAY have a member named "bbox" to include information on the coordinate range
for its Geometries, Features, or FeatureCollections.
|
java.lang.String |
toJson()
This takes the currently defined values found inside the GeoJson instance and converts it to a
GeoJson string.
|
java.lang.String |
type()
This describes the type of GeoJson geometry, Feature, or FeatureCollection this object is.
|
java.lang.String type()
Featurejava.lang.String toJson()
BoundingBox bbox()