Package io.github.sebasbaumh.postgis
Klasse Polygon
- Alle implementierten Schnittstellen:
LineBasedGeometry,Serializable,Iterable<LinearRing>
A polygon.
- Autor:
- Sebastian Baumhekel
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThe OGIS geometry type number for polygons.Von Klasse geerbte Felder io.github.sebasbaumh.postgis.Geometry
UNKNOWN_SRID -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPolygon()Constructs an instance.Polygon(LinearRing lsOuterRing) Constructs an instance.Polygon(Iterable<LinearRing> rings) Constructs an instance with the given rings. -
Methodenübersicht
Von Klasse geerbte Methoden io.github.sebasbaumh.postgis.PolygonBase
addRing, checkConsistency, clearRings, equals, getCoordinates, getEndPoint, getNumberOfCoordinates, getNumberOfRings, getOuterRing, getRings, getStartPoint, hashCode, hasMeasure, is3d, isClockwise, isClosed, isEmpty, iterator, length, setOuterRing, toStringVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliterator
-
Felddetails
-
TYPE
public static final int TYPEThe OGIS geometry type number for polygons.- Siehe auch:
-
-
Konstruktordetails
-
Polygon
public Polygon()Constructs an instance. -
Polygon
Constructs an instance with the given rings.- Parameter:
rings- rings (first one will be the outer ring)
-
Polygon
Constructs an instance.- Parameter:
lsOuterRing- outer ring
-