|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.jdbc.FeatureTypeInfo
public class FeatureTypeInfo
Stores information about known FeatureTypes.
Constructor Summary | |
---|---|
FeatureTypeInfo(java.lang.String typeName,
org.opengis.feature.simple.SimpleFeatureType schema,
FIDMapper mapper)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getFeatureTypeName()
Deprecated. DOCUMENT ME! |
FIDMapper |
getFIDMapper()
Deprecated. |
org.opengis.feature.simple.SimpleFeatureType |
getSchema()
Deprecated. DOCUMENT ME! |
int |
getSRID(java.lang.String geometryAttributeName)
Deprecated. Get the DataStore specific SRID for a geometry column |
java.util.Map |
getSRIDs()
Deprecated. |
void |
setFIDMapper(FIDMapper mapper)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
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, org.opengis.feature.simple.SimpleFeatureType schema, FIDMapper mapper)
Method Detail |
---|
public java.lang.String getFeatureTypeName()
public org.opengis.feature.simple.SimpleFeatureType 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()
toString
in class java.lang.Object
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 |