Package io.github.sebasbaumh.postgis
Klasse GeometryCollection
java.lang.Object
io.github.sebasbaumh.postgis.Geometry
io.github.sebasbaumh.postgis.MultiGeometry<Geometry>
io.github.sebasbaumh.postgis.GeometryCollection
- Alle implementierten Schnittstellen:
Serializable
,Iterable<Geometry>
Geometry Collection.
- Autor:
- [email protected]
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The OGIS geometry type number for feature collections.Von Klasse geerbte Felder io.github.sebasbaumh.postgis.MultiGeometry
subgeoms
Von Klasse geerbte Felder io.github.sebasbaumh.postgis.Geometry
UNKNOWN_SRID
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs an instance.GeometryCollection
(Iterable<Geometry> geoms) Constructs an instance. -
Methodenübersicht
Von Klasse geerbte Methoden io.github.sebasbaumh.postgis.MultiGeometry
add, addAll, checkConsistency, equals, getCoordinates, getGeometries, getNumberOfCoordinates, hashCode, hasMeasure, is3d, isEmpty, iterator, setSrid, size, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliterator
-
Felddetails
-
TYPE
public static final int TYPEThe OGIS geometry type number for feature collections.- Siehe auch:
-
-
Konstruktordetails
-
GeometryCollection
public GeometryCollection()Constructs an instance. -
GeometryCollection
Constructs an instance.- Parameter:
geoms
- geometries
-