T - geometry typepublic class ExtendedGeometryCollection<T extends Geometry> extends GeometryCollection<T>
| Constructor and Description |
|---|
ExtendedGeometryCollection(ExtendedGeometryCollection<T> extendedGeometryCollection)
Copy Constructor
|
ExtendedGeometryCollection(GeometryCollection<T> geometryCollection)
Constructor, wraps a geometry collection as extended
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
copy()
Copy the geometry
|
boolean |
equals(Object obj) |
GeometryType |
getGeometryType()
Get the geometry type
|
int |
hashCode() |
void |
updateGeometryType()
Update the extended geometry type based upon the contained geometries
|
addGeometries, addGeometry, getAsGeometryCollection, getAsMultiCurve, getAsMultiLineString, getAsMultiPoint, getAsMultiPolygon, getAsMultiSurface, getCollectionType, getGeometries, getGeometry, isEmpty, isMultiCurve, isMultiLineString, isMultiPoint, isMultiPolygon, isMultiSurface, isSimple, numGeometries, setGeometriesgetCentroid, getDimension, getEnvelope, hasM, hasZ, is3D, isMeasured, setHasM, setHasZ, updateZMpublic ExtendedGeometryCollection(GeometryCollection<T> geometryCollection)
geometryCollection - geometry collectionpublic ExtendedGeometryCollection(ExtendedGeometryCollection<T> extendedGeometryCollection)
extendedGeometryCollection - extended geometry collection to copypublic void updateGeometryType()
public GeometryType getGeometryType()
getGeometryType in class Geometrypublic Geometry copy()
copy in class GeometryCollection<T extends Geometry>public int hashCode()
hashCode in class GeometryCollection<T extends Geometry>public boolean equals(Object obj)
equals in class GeometryCollection<T extends Geometry>Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.