Uses of Class
org.bremersee.geojson.model.Geometry
-
Packages that use Geometry Package Description org.bremersee.geojson.model -
-
Uses of Geometry in org.bremersee.geojson.model
Subclasses of Geometry in org.bremersee.geojson.model Modifier and Type Class Description class
GeometryCollection
GeoJSON GeometryCollection.class
LineString
GeoJSON LineString.class
MultiLineString
GeoJSON MultiLineString.class
MultiPoint
GeoJSON MultiPoint.class
MultiPolygon
GeoJSON MultiPolygon.class
Point
GeoJSON Point.class
Polygon
GeoJSON Polygon.Methods in org.bremersee.geojson.model that return Geometry Modifier and Type Method Description Geometry
Feature. getGeometry()
Get geometry.Methods in org.bremersee.geojson.model that return types with arguments of type Geometry Modifier and Type Method Description List<Geometry>
GeometryCollection. getGeometries()
Get geometries.Methods in org.bremersee.geojson.model with parameters of type Geometry Modifier and Type Method Description void
Feature. setGeometry(Geometry geometry)
Sets geometry.Method parameters in org.bremersee.geojson.model with type arguments of type Geometry Modifier and Type Method Description void
GeometryCollection. setGeometries(List<Geometry> geometries)
Sets geometries.Constructors in org.bremersee.geojson.model with parameters of type Geometry Constructor Description Feature(String id, BoundingBox bbox, Geometry geometry, Object properties)
Instantiates a new feature.Constructor parameters in org.bremersee.geojson.model with type arguments of type Geometry Constructor Description GeometryCollection(BoundingBox bbox, List<Geometry> geometries)
Instantiates a new geometry collection.
-