public class GeometryCollection extends Geometry
| Constructor and Description |
|---|
GeometryCollection()
Constructor
|
GeometryCollection(GeometryCollection<Geometry> geometryCollection)
Constructor
|
GeometryCollection(List<Geometry> geometries)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Geometry> |
getGeometries()
Returns geometries as a GeoJSON Geometry list
|
Geometry |
getGeometry()
Get the simple geometry
|
GeometryCollection<Geometry> |
getGeometryCollection()
Get the simple features geometry collection
|
GeometryType |
getGeometryType()
Get the geometry type
|
void |
setGeometries(List<Geometry> geometries)
Sets the geometries from a GeoJSON Geometry list
|
void |
setGeometryCollection(GeometryCollection<Geometry> geometryCollection)
Set the simple features geometry collection
|
getBbox, getForeignMember, getForeignMembers, hasForeignMember, hasForeignMembers, setBbox, setForeignMemberpublic GeometryCollection()
public GeometryCollection(List<Geometry> geometries)
geometries - list of geometriespublic GeometryCollection(GeometryCollection<Geometry> geometryCollection)
geometryCollection - simple geometry collectionpublic GeometryType getGeometryType()
getGeometryType in class Geometrypublic Geometry getGeometry()
getGeometry in class Geometrypublic List<Geometry> getGeometries()
public void setGeometries(List<Geometry> geometries)
geometries - list of geometriespublic GeometryCollection<Geometry> getGeometryCollection()
public void setGeometryCollection(GeometryCollection<Geometry> geometryCollection)
geometryCollection - geometry collectionCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.