Serialized Form
-
Package com.mapbox.geojson
-
Class com.mapbox.geojson.BoundingBox
class BoundingBox extends Object implements Serializable -
Class com.mapbox.geojson.Feature
class Feature extends Object implements Serializable-
Serialized Fields
-
bbox
BoundingBox bbox
-
geometry
Geometry geometry
-
id
String id
-
properties
com.google.gson.JsonObject properties
-
type
String type
-
-
-
Class com.mapbox.geojson.FeatureCollection
class FeatureCollection extends Object implements Serializable-
Serialized Fields
-
bbox
BoundingBox bbox
-
features
List<Feature> features
-
type
String type
-
-
-
Class com.mapbox.geojson.GeometryCollection
class GeometryCollection extends Object implements Serializable-
Serialized Fields
-
bbox
BoundingBox bbox
-
geometries
List<Geometry> geometries
-
type
String type
-
-
-
Class com.mapbox.geojson.LineString
class LineString extends Object implements Serializable-
Serialized Fields
-
bbox
BoundingBox bbox
-
coordinates
List<Point> coordinates
-
type
String type
-
-
-
Class com.mapbox.geojson.MultiLineString
class MultiLineString extends Object implements Serializable-
Serialized Fields
-
bbox
BoundingBox bbox
-
coordinates
List<List<Point>> coordinates
-
type
String type
-
-
-
Class com.mapbox.geojson.MultiPoint
class MultiPoint extends Object implements Serializable-
Serialized Fields
-
bbox
BoundingBox bbox
-
coordinates
List<Point> coordinates
-
type
String type
-
-
-
Class com.mapbox.geojson.MultiPolygon
class MultiPolygon extends Object implements Serializable -
Class com.mapbox.geojson.Point
class Point extends Object implements Serializable-
Serialized Fields
-
bbox
BoundingBox bbox
-
coordinates
List<Double> coordinates
-
type
String type
-
-
-
Class com.mapbox.geojson.Polygon
class Polygon extends Object implements Serializable-
Serialized Fields
-
bbox
BoundingBox bbox
-
coordinates
List<List<Point>> coordinates
-
type
String type
-
-
-
-
Package com.mapbox.geojson.exception
-
Exception com.mapbox.geojson.exception.GeoJsonException
class GeoJsonException extends RuntimeException implements Serializable
-