|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFeatureTypeInfo
public class FeatureTypeInfo
Stores information about known FeatureTypes.
modules/library/jdbc (gt-jdbc.jar)
Constructor Summary | |
---|---|
FeatureTypeInfo(String typeName,
SimpleFeatureType schema,
FIDMapper mapper)
Deprecated. |
Method Summary | |
---|---|
String |
getFeatureTypeName()
Deprecated. DOCUMENT ME! |
FIDMapper |
getFIDMapper()
Deprecated. |
SimpleFeatureType |
getSchema()
Deprecated. DOCUMENT ME! |
int |
getSRID(String geometryAttributeName)
Deprecated. Get the DataStore specific SRID for a geometry column |
Map |
getSRIDs()
Deprecated. |
void |
setFIDMapper(FIDMapper mapper)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureTypeInfo(String typeName, SimpleFeatureType schema, FIDMapper mapper)
Method Detail |
---|
public String getFeatureTypeName()
public SimpleFeatureType getSchema()
public int getSRID(String geometryAttributeName)
geometryAttributeName
- The name of the Geometry column to get the srid for.
public Map getSRIDs()
public String toString()
toString
in class 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 |