spatialdb
Class DefaultGeometryFactory

java.lang.Object
  |
  +--spatialdb.DefaultGeometryFactory

public class DefaultGeometryFactory
extends java.lang.Object

Class delivering the geometry factory and the geometries for the MOX project.


Constructor Summary
DefaultGeometryFactory()
           
 
Method Summary
static oracle.sdoapi.geom.GeometryFactory getFactory()
          Returns the geometry factory.
static void setSpatialReference(java.sql.Connection conn)
          Sets the spatial reference system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGeometryFactory

public DefaultGeometryFactory()
Method Detail

getFactory

public static oracle.sdoapi.geom.GeometryFactory getFactory()
Returns the geometry factory.

Returns:
the factory

setSpatialReference

public static void setSpatialReference(java.sql.Connection conn)
Sets the spatial reference system.

Parameters:
conn - the database connection