org.wkb4j.postgis
Class GeometryCollection

java.lang.Object
  |
  +--org.postgis.Geometry
        |
        +--org.wkb4j.postgis.GeometryCollection

public class GeometryCollection
extends org.postgis.Geometry

Version:
$Revision $ $Date $
Author:
David Garnier

Field Summary
(package private)  org.postgis.Geometry[] geometries
           
 
Fields inherited from class org.postgis.Geometry
dimension, GEOMETRYCOLLECTION, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, type
 
Constructor Summary
GeometryCollection()
           
GeometryCollection(org.postgis.Geometry[] _geometries)
           
GeometryCollection(java.lang.String value)
           
 
Method Summary
 org.postgis.Geometry getGeometry(int idx)
           
 java.lang.String getValue()
           
 int numGeometries()
           
 java.lang.String toString()
           
 
Methods inherited from class org.postgis.Geometry
getDimension, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

geometries

org.postgis.Geometry[] geometries
Constructor Detail

GeometryCollection

public GeometryCollection()

GeometryCollection

public GeometryCollection(org.postgis.Geometry[] _geometries)

GeometryCollection

public GeometryCollection(java.lang.String value)
                   throws java.sql.SQLException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public java.lang.String getValue()

numGeometries

public int numGeometries()

getGeometry

public org.postgis.Geometry getGeometry(int idx)


Copyright © 2002-2003 David Garnier. All Rights Reserved.