Package org.openremote.model.geo
Class GeoJSONPoint
java.lang.Object
org.openremote.model.geo.GeoJSON
org.openremote.model.geo.GeoJSONGeometry
org.openremote.model.geo.GeoJSONPoint
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.locationtech.jts.geom.Coordinate
static final String
-
Constructor Summary
ConstructorsConstructorDescriptionGeoJSONPoint
(double x, double y) GeoJSONPoint
(double x, double y, double z) GeoJSONPoint
(org.locationtech.jts.geom.Coordinate coordinates) -
Method Summary
-
Field Details
-
TYPE
- See Also:
-
coordinates
protected org.locationtech.jts.geom.Coordinate coordinates
-
-
Constructor Details
-
GeoJSONPoint
public GeoJSONPoint(org.locationtech.jts.geom.Coordinate coordinates) -
GeoJSONPoint
public GeoJSONPoint(double x, double y) -
GeoJSONPoint
public GeoJSONPoint(double x, double y, double z)
-
-
Method Details