public class LinearRing<P extends Position> extends LineString<P>
LineString
that is both closed and simple.Constructor and Description |
---|
LinearRing(CoordinateReferenceSystem<P> crs) |
LinearRing(LineString<P> lineString) |
LinearRing(PositionSequence<P> points,
CoordinateReferenceSystem<P> crs) |
Modifier and Type | Method and Description |
---|---|
GeometryType |
getGeometryType()
Returns the type of this
Geometry . |
accept, getDimension, getEndPosition, getStartPosition, isClosed, isRing
equals, forceToCrs, getCoordinateDimension, getCoordinateReferenceSystem, getCrs, getEnvelope, getNumPositions, getPositionClass, getPositionN, getPositions, getSRID, hashCode, isEmpty, nestPositionSequences, toString, writeReplace
public LinearRing(LineString<P> lineString)
public LinearRing(CoordinateReferenceSystem<P> crs)
public LinearRing(PositionSequence<P> points, CoordinateReferenceSystem<P> crs)
public GeometryType getGeometryType()
Geometry
Geometry
.getGeometryType
in class LineString<P extends Position>
GeometryType
of this instance.Copyright © 2023 geolatte.org. All rights reserved.