Uses of Class
org.bremersee.geojson.model.Geometry
Packages that use Geometry
-
Uses of Geometry in org.bremersee.geojson.model
Subclasses of Geometry in org.bremersee.geojson.modelModifier and TypeClassDescriptionclassGeoJSON GeometryCollection.classGeoJSON LineString.classGeoJSON MultiLineString.classGeoJSON MultiPoint.classGeoJSON MultiPolygon.classGeoJSON Point.classGeoJSON Polygon.Constructors in org.bremersee.geojson.model with parameters of type GeometryModifierConstructorDescriptionFeature(String id, BoundingBox bbox, Geometry geometry, Object properties) Instantiates a new feature.Constructor parameters in org.bremersee.geojson.model with type arguments of type GeometryModifierConstructorDescriptionGeometryCollection(BoundingBox bbox, List<Geometry> geometries) Instantiates a new geometry collection.