| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.data.jdbc.FeatureTypeInfo
Stores information about known FeatureTypes.
| Constructor Summary | |
| FeatureTypeInfo(java.lang.String typeName,
                FeatureType schema,
                FIDMapper mapper) | |
| Method Summary | |
|  java.lang.String | getFeatureTypeName()DOCUMENT ME! | 
|  FIDMapper | getFIDMapper() | 
|  FeatureType | getSchema()DOCUMENT ME! | 
|  int | getSRID(java.lang.String geometryAttributeName)Get the DataStore specific SRID for a geometry column | 
|  java.util.Map | getSRIDs() | 
|  void | setFIDMapper(FIDMapper mapper) | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public FeatureTypeInfo(java.lang.String typeName,
                       FeatureType schema,
                       FIDMapper mapper)
| Method Detail | 
public java.lang.String getFeatureTypeName()
public FeatureType getSchema()
public int getSRID(java.lang.String geometryAttributeName)
geometryAttributeName - The name of the Geometry column to get the srid for.
public java.util.Map getSRIDs()
public java.lang.String toString()
public FIDMapper getFIDMapper()
public void setFIDMapper(FIDMapper mapper)
mapper - | 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||