Package io.github.sebasbaumh.postgis
Klasse LinearRing
java.lang.Object
io.github.sebasbaumh.postgis.Geometry
io.github.sebasbaumh.postgis.Curve
io.github.sebasbaumh.postgis.LineString
io.github.sebasbaumh.postgis.LinearRing
- Alle implementierten Schnittstellen:
LineBasedGeometry
,Serializable
,Iterable<Point>
This represents the LinearRing GIS datatype. This type is used to construct the polygon types, but is not stored or
retrieved directly from the database.
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder io.github.sebasbaumh.postgis.Geometry
UNKNOWN_SRID
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs an instance.LinearRing
(Iterable<Point> points) Constructs an instance. -
Methodenübersicht
Von Klasse geerbte Methoden io.github.sebasbaumh.postgis.LineString
add, addAll, checkConsistency, close, equals, getCoordinates, getEndPoint, getNumberOfCoordinates, getStartPoint, hashCode, hasMeasure, is3d, isEmpty, iterator, length, reverse
Von Klasse geerbte Methoden io.github.sebasbaumh.postgis.Curve
isClockwise, isClosed, 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
-
Konstruktordetails
-
LinearRing
public LinearRing()Constructs an instance. -
LinearRing
Constructs an instance.- Parameter:
points
- points
-