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