public final class GeometryCollection extends Geometry
| 构造器和说明 |
|---|
GeometryCollection(CoordinateReferenceSystem coordinateReferenceSystem,
java.util.List<? extends Geometry> geometries)
Construct an instance with the given list of Geometry objects
|
GeometryCollection(java.util.List<? extends Geometry> geometries)
Construct an instance with the given list of Geometry objects
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<? extends Geometry> |
getGeometries()
Gets the list of Geometry objects in this collection.
|
GeoJsonObjectType |
getType()
Gets the GeoJSON object type.
|
int |
hashCode() |
java.lang.String |
toString() |
getCoordinateReferenceSystem, toJsonpublic GeometryCollection(java.util.List<? extends Geometry> geometries)
geometries - the list of Geometry objectspublic GeometryCollection(CoordinateReferenceSystem coordinateReferenceSystem, java.util.List<? extends Geometry> geometries)
coordinateReferenceSystem - the coordinate reference systemgeometries - the list of Geometry objectspublic GeoJsonObjectType getType()
Geometrypublic java.util.List<? extends Geometry> getGeometries()
public java.lang.String toString()
toString 在类中 java.lang.Object