Serialized Form
-
Package org.bremersee.geojson.model
-
Class org.bremersee.geojson.model.BoundingBox
- serialVersionUID:
- 1L
-
Class org.bremersee.geojson.model.Feature
class Feature extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
bbox
BoundingBox bbox
The bounding box. -
geometry
Geometry geometry
The geometry. -
id
String id
The identifier of this feature. -
properties
Object properties
The feature properties. -
type
Feature.TypeEnum type
The geo json type.
-
-
Class org.bremersee.geojson.model.FeatureCollection
class FeatureCollection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bbox
BoundingBox bbox
The bounding box. -
features
List<Feature> features
The features. -
type
FeatureCollection.TypeEnum type
The geo json type.
-
-
Class org.bremersee.geojson.model.Geometry
class Geometry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bbox
BoundingBox bbox
The bounding box. -
type
Geometry.TypeEnum type
The type.
-
-
Class org.bremersee.geojson.model.GeometryCollection
class GeometryCollection extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.bremersee.geojson.model.LatitudeLongitude
class LatitudeLongitude extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
latitude
BigDecimal latitude
The latitude. -
longitude
BigDecimal longitude
The longitude.
-
-
Class org.bremersee.geojson.model.LatLon
class LatLon extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lat
BigDecimal lat
The latitude. -
lon
BigDecimal lon
The longitude.
-
-
Class org.bremersee.geojson.model.LineString
class LineString extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.bremersee.geojson.model.MultiLineString
class MultiLineString extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.bremersee.geojson.model.MultiPoint
class MultiPoint extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.bremersee.geojson.model.MultiPolygon
class MultiPolygon extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.bremersee.geojson.model.Point
class Point extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
coordinates
Position coordinates
The coordinates.
-
-
Class org.bremersee.geojson.model.Polygon
class Polygon extends Geometry implements Serializable- serialVersionUID:
- 1L
-
Class org.bremersee.geojson.model.Position
- serialVersionUID:
- 1L
-