org.postgis
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(java.lang.String value)
This is called to construct a LinearRing from the PostGIS string
representation of a ring.
|
protected |
LinearRing(java.lang.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(java.lang.String value) throws java.sql.SQLException
value
- Definition of this ring in the PostGIS string format.java.sql.SQLException
protected LinearRing(java.lang.String value, boolean haveM) throws java.sql.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.java.sql.SQLException
Copyright © 2016. All Rights Reserved.