org.geotools.data.oracle.referencing
Class OracleAuthorityFactory

java.lang.Object
  extended by org.geotools.data.jdbc.referencing.JDBCAuthorityFactory
      extended by org.geotools.data.oracle.referencing.OracleAuthorityFactory
All Implemented Interfaces:
org.opengis.referencing.AuthorityFactory, org.opengis.referencing.crs.CRSAuthorityFactory, org.opengis.referencing.Factory

public class OracleAuthorityFactory
extends JDBCAuthorityFactory

Access CRS information from the Oracle MD_SYS.CS_SRS view.

Author:
Andrea Aime - TOPP

Field Summary
 
Fields inherited from class org.geotools.data.jdbc.referencing.JDBCAuthorityFactory
dataSource, factory
 
Constructor Summary
OracleAuthorityFactory(javax.sql.DataSource dataSource)
          Construct PostgisAuthorityFactory.
 
Method Summary
 org.opengis.referencing.crs.CoordinateReferenceSystem createCRS(int srid)
           
protected  org.opengis.referencing.crs.CoordinateReferenceSystem createFromAuthority(java.sql.ResultSet result)
           
protected  org.opengis.referencing.crs.CoordinateReferenceSystem createFromWKT(java.sql.ResultSet result)
           
 
Methods inherited from class org.geotools.data.jdbc.referencing.JDBCAuthorityFactory
createCompoundCRS, createCoordinateReferenceSystem, createDerivedCRS, createEngineeringCRS, createGeocentricCRS, createGeographicCRS, createImageCRS, createObject, createProjectedCRS, createTemporalCRS, createVerticalCRS, getAuthority, getAuthorityCodes, getDescriptionText, getObjectFactory, getVendor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleAuthorityFactory

public OracleAuthorityFactory(javax.sql.DataSource dataSource)
Construct PostgisAuthorityFactory.

Parameters:
pool -
Method Detail

createCRS

public org.opengis.referencing.crs.CoordinateReferenceSystem createCRS(int srid)
                                                                throws org.opengis.referencing.FactoryException,
                                                                       java.io.IOException
Throws:
org.opengis.referencing.FactoryException
java.io.IOException

createFromWKT

protected org.opengis.referencing.crs.CoordinateReferenceSystem createFromWKT(java.sql.ResultSet result)
                                                                       throws DataSourceException,
                                                                              org.opengis.referencing.FactoryException
Throws:
DataSourceException
org.opengis.referencing.FactoryException

createFromAuthority

protected org.opengis.referencing.crs.CoordinateReferenceSystem createFromAuthority(java.sql.ResultSet result)
                                                                             throws DataSourceException,
                                                                                    org.opengis.referencing.FactoryException
Throws:
DataSourceException
org.opengis.referencing.FactoryException


Copyright © 1996-2010 Geotools. All Rights Reserved.