|
||||||||||
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.
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 |
---|
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 |