public class LinearRing extends PointComposedGeom
EMPTY, subgeoms
ALLTYPES, 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, numPoints
checkConsistency, equalsintern, getFirstPoint, getLastPoint, getSubGeometry, hashCode, isEmpty, iterator, mediumWKT, numGeoms, setSrid
equals, equals, getDimension, getSrid, getType, getTypeString, getTypeString, getValue, initSRID, isMeasured, outerWKT, outerWKT, parseSRID, toString
public LinearRing(Point[] points)
public LinearRing(String value) throws SQLException
value
- Definition of this ring in the PostGIS string format.SQLException
protected 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.SQLException
Copyright © 2014. All rights reserved.