org.geotools.data.jdbc
Class FeatureTypeInfo

Object
  extended by FeatureTypeInfo

public class FeatureTypeInfo
extends Object

Stores information about known FeatureTypes.

Author:
Sean Geoghegan, Defence Science and Technology Organisation.
Module:

Constructor Summary
FeatureTypeInfo(String typeName, SimpleFeatureType schema, FIDMapper mapper)
           
 
Method Summary
 String getFeatureTypeName()
          DOCUMENT ME!
 FIDMapper getFIDMapper()
           
 SimpleFeatureType getSchema()
          DOCUMENT ME!
 int getSRID(String geometryAttributeName)
          Get the DataStore specific SRID for a geometry column
 Map getSRIDs()
           
 void setFIDMapper(FIDMapper mapper)
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureTypeInfo

public FeatureTypeInfo(String typeName,
                       SimpleFeatureType schema,
                       FIDMapper mapper)
Method Detail

getFeatureTypeName

public String getFeatureTypeName()
DOCUMENT ME!


getSchema

public SimpleFeatureType getSchema()
DOCUMENT ME!


getSRID

public int getSRID(String geometryAttributeName)
Get the DataStore specific SRID for a geometry column

Parameters:
geometryAttributeName - The name of the Geometry column to get the srid for.
Returns:
The srid of the geometry column. This will only be present if determineSRID(String) of JDBCDataStore has been overridden. If there is no SRID registered -1 will be returned.

getSRIDs

public Map getSRIDs()

toString

public String toString()
Overrides:
toString in class Object

getFIDMapper

public FIDMapper getFIDMapper()

setFIDMapper

public void setFIDMapper(FIDMapper mapper)
Parameters:
mapper -


Copyright © 1996-2009 Geotools. All Rights Reserved.