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

    Constructors
    Constructor
    Description
     
     
    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GeographyPolygon

      public GeographyPolygon(net.postgis.jdbc.geometry.Polygon polygon)
    • GeographyPolygon

      public GeographyPolygon()
    • GeographyPolygon

      public GeographyPolygon(net.postgis.jdbc.geometry.LinearRing[] rings)
    • GeographyPolygon

      public GeographyPolygon(String value) throws SQLException
      Throws:
      SQLException
    • GeographyPolygon

      public GeographyPolygon(String value, boolean haveM) throws SQLException
      Throws:
      SQLException