Uses of Interface
com.hardcode.gdbms.engine.spatial.Geometry

Packages that use Geometry
com.hardcode.gdbms.driver.csv   
com.hardcode.gdbms.driver.csvstring   
com.hardcode.gdbms.driver.foodriver   
com.hardcode.gdbms.driver.hsqldb   
com.hardcode.gdbms.driver.mysql   
com.hardcode.gdbms.driver.odbc   
com.hardcode.gdbms.driver.postgresql   
com.hardcode.gdbms.engine.spatial   
com.hardcode.gdbms.engine.values   
 

Uses of Geometry in com.hardcode.gdbms.driver.csv
 

Methods in com.hardcode.gdbms.driver.csv with parameters of type Geometry
 java.lang.String CSVDriver.getStatementString(Geometry g)
           
 

Uses of Geometry in com.hardcode.gdbms.driver.csvstring
 

Methods in com.hardcode.gdbms.driver.csvstring with parameters of type Geometry
 java.lang.String CSVStringDriver.getStatementString(Geometry g)
           
 

Uses of Geometry in com.hardcode.gdbms.driver.foodriver
 

Methods in com.hardcode.gdbms.driver.foodriver with parameters of type Geometry
 java.lang.String FooDriver.getStatementString(Geometry g)
           
 

Uses of Geometry in com.hardcode.gdbms.driver.hsqldb
 

Methods in com.hardcode.gdbms.driver.hsqldb with parameters of type Geometry
 java.lang.String HSQLDBDriver.getStatementString(Geometry g)
           
 

Uses of Geometry in com.hardcode.gdbms.driver.mysql
 

Methods in com.hardcode.gdbms.driver.mysql with parameters of type Geometry
 java.lang.String MySQLDriver.getStatementString(Geometry g)
           
 

Uses of Geometry in com.hardcode.gdbms.driver.odbc
 

Methods in com.hardcode.gdbms.driver.odbc with parameters of type Geometry
 java.lang.String ODBCDriver.getStatementString(Geometry g)
           
 

Uses of Geometry in com.hardcode.gdbms.driver.postgresql
 

Methods in com.hardcode.gdbms.driver.postgresql with parameters of type Geometry
 java.lang.String PostgreSQLDriver.getStatementString(Geometry g)
           
 

Uses of Geometry in com.hardcode.gdbms.engine.spatial
 

Classes in com.hardcode.gdbms.engine.spatial that implement Geometry
 class AbstractGeometryValue
           
 class GeometryCollection
           
 class GeometryImpl
           
 

Methods in com.hardcode.gdbms.engine.spatial that return Geometry
 Geometry GeometryFactory.createLineString(GeneralPath gp)
          Creates a new linestring Geometry
 Geometry GeometryFactory.createMultiLineString(GeneralPath[] linestrings)
          Creates a new MultiLineString geometry
 Geometry GeometryFactory.createMultiLineString(Geometry[] linestrings)
          Creates a new MultiLineString geometry
 Geometry GeometryFactory.createMultiPoint(double[] x, double[] y)
          Creates a multipoint geometry
 Geometry GeometryFactory.createMultiPoint(MultipointGeneralPath gp)
          Creates a multipoint geometry.
 Geometry GeometryFactory.createMultiPolygon(Geometry[] polygons)
          Creates a new MultiPolygonString geometry
 Geometry GeometryFactory.createPoint(double x, double y)
          Creates a point Geometry
 Geometry GeometryFactory.createPolygon(ClosedGeneralPath shell)
          Creates a polygon with no holes
 Geometry GeometryFactory.createPolygon(ClosedGeneralPath shell, ClosedGeneralPath[] holes)
          Creates a new polygon geometry.
 Geometry[] Geometry.getGeometries()
           
 Geometry[] GeometryCollection.getGeometries()
           
 Geometry[] GeometryImpl.getGeometries()
           
 Geometry Geometry.getGeometry(int index)
           
 Geometry GeometryCollection.getGeometry(int index)
           
 Geometry GeometryImpl.getGeometry(int index)
           
 

Methods in com.hardcode.gdbms.engine.spatial with parameters of type Geometry
 Geometry GeometryFactory.createMultiLineString(Geometry[] linestrings)
          Creates a new MultiLineString geometry
 Geometry GeometryFactory.createMultiPolygon(Geometry[] polygons)
          Creates a new MultiPolygonString geometry
 

Constructors in com.hardcode.gdbms.engine.spatial with parameters of type Geometry
GeometryCollection(Geometry[] geoms, int geometryType)
           
 

Uses of Geometry in com.hardcode.gdbms.engine.values
 

Methods in com.hardcode.gdbms.engine.values with parameters of type Geometry
 java.lang.String ValueWriter.getStatementString(Geometry g)
          Gets the string representation of the geometry as it would appear in a SQL statement
 



Copyright © 2005-2006 . All Rights Reserved.