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 classGeometryCollectionGeoJSON GeometryCollection.classLineStringGeoJSON LineString.classMultiLineStringGeoJSON MultiLineString.classMultiPointGeoJSON MultiPoint.classMultiPolygonGeoJSON MultiPolygon.classPointGeoJSON Point.classPolygonGeoJSON Polygon.Methods in org.bremersee.geojson.model that return Geometry Modifier and Type Method Description GeometryFeature. 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 voidFeature. setGeometry(Geometry geometry)Sets geometry.Method parameters in org.bremersee.geojson.model with type arguments of type Geometry Modifier and Type Method Description voidGeometryCollection. 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. 
 -