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

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

    Methods inherited from class java.lang.Object

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

    • GeographyPolygon

      public GeographyPolygon(org.postgis.Polygon polygon)
    • GeographyPolygon

      public GeographyPolygon()
    • GeographyPolygon

      public GeographyPolygon(org.postgis.LinearRing[] rings)
    • GeographyPolygon

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

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