Class GeometryEntity
java.lang.Object
org.bremersee.geojson.spring.boot.autoconfigure.app.GeometryEntity
The geometry entity.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorDescriptionInstantiates a new geometry entity.GeometryEntity
(org.locationtech.jts.geom.Geometry geometry) Instantiates a new geometry entity. -
Method Summary
-
Constructor Details
-
GeometryEntity
public GeometryEntity()Instantiates a new geometry entity. -
GeometryEntity
public GeometryEntity(org.locationtech.jts.geom.Geometry geometry) Instantiates a new geometry entity.- Parameters:
geometry
- the geometry
-
-
Method Details