Package org.bremersee.geojson.model
Class Point
java.lang.Object
org.bremersee.geojson.model.Geometry
org.bremersee.geojson.model.Point
- All Implemented Interfaces:
Serializable
GeoJSON Point.
- Author:
- Christian Bremer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bremersee.geojson.model.Geometry
Geometry.TypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionPoint()Instantiates a new point.Point(BoundingBox bbox, Position coordinates) Instantiates a new point. -
Method Summary
-
Constructor Details
-
Point
public Point()Instantiates a new point. -
Point
Instantiates a new point.- Parameters:
bbox- the bboxcoordinates- the coordinates
-