public class LinearRing extends PointComposedGeom
EMPTY, subgeomsALLTYPES, dimension, GEOMETRYCOLLECTION, haveMeasure, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, srid, type, UNKNOWN_SRID| Modifier | Constructor and Description |
|---|---|
|
LinearRing(Point[] points) |
|
LinearRing(String value)
This is called to construct a LinearRing from the PostGIS string
representation of a ring.
|
protected |
LinearRing(String value,
boolean haveM) |
createSubGeomArray, createSubGeomInstance, getPoint, getPoints, innerWKT, numPointscheckConsistency, equalsintern, getFirstPoint, getLastPoint, getSubGeometry, hashCode, isEmpty, iterator, mediumWKT, numGeoms, setSridequals, equals, getDimension, getSrid, getType, getTypeString, getTypeString, getValue, initSRID, isMeasured, outerWKT, outerWKT, parseSRID, toStringpublic LinearRing(Point[] points)
public LinearRing(String value) throws SQLException
value - Definition of this ring in the PostGIS string format.SQLExceptionprotected LinearRing(String value, boolean haveM) throws SQLException
value - The text representation of this LinearRinghaveM - Hint whether we have a measure. This is given to us by other
"parent" Polygon, and is passed further to our parent.SQLExceptionCopyright © 2014. All rights reserved.