Package org.umlg.sqlg.gis
Class GeographyPolygon
java.lang.Object
net.postgis.jdbc.geometry.Geometry
net.postgis.jdbc.geometry.ComposedGeom
net.postgis.jdbc.geometry.Polygon
org.umlg.sqlg.gis.GeographyPolygon
- All Implemented Interfaces:
Serializable
public class GeographyPolygon
extends net.postgis.jdbc.geometry.Polygon
Created by pieter on 2015/09/13.
- See Also:
-
Field Summary
Fields inherited from class net.postgis.jdbc.geometry.ComposedGeom
EMPTY, subgeoms
Fields inherited from class net.postgis.jdbc.geometry.Geometry
ALLTYPES, dimension, GEOMETRYCOLLECTION, haveMeasure, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, srid, type, UNKNOWN_SRID
-
Constructor Summary
ConstructorsConstructorDescriptionGeographyPolygon
(String value) GeographyPolygon
(String value, boolean haveM) GeographyPolygon
(net.postgis.jdbc.geometry.LinearRing[] rings) GeographyPolygon
(net.postgis.jdbc.geometry.Polygon polygon) -
Method Summary
Methods inherited from class net.postgis.jdbc.geometry.Polygon
createSubGeomArray, createSubGeomInstance, getRing, numRings
Methods inherited from class net.postgis.jdbc.geometry.ComposedGeom
checkConsistency, equalsintern, getFirstPoint, getLastPoint, getPoint, getSubGeometry, hashCode, innerWKT, isEmpty, iterator, mediumWKT, numGeoms, numPoints, setSrid
Methods inherited from class net.postgis.jdbc.geometry.Geometry
equals, equals, getDimension, getSrid, getType, getTypeString, getTypeString, getValue, initSRID, isMeasured, outerWKT, outerWKT, parseSRID, toString
-
Constructor Details
-
GeographyPolygon
public GeographyPolygon(net.postgis.jdbc.geometry.Polygon polygon) -
GeographyPolygon
public GeographyPolygon() -
GeographyPolygon
public GeographyPolygon(net.postgis.jdbc.geometry.LinearRing[] rings) -
GeographyPolygon
- Throws:
SQLException
-
GeographyPolygon
- Throws:
SQLException
-