|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.config.FeatureTypeConfig
FeatureTypeInfo purpose.
Description of FeatureTypeInfo ...
| Constructor Summary | |
FeatureTypeConfig(FeatureTypeInfoDTO dto)
FeatureTypeInfo constructor. |
|
FeatureTypeConfig(java.lang.String dataStoreId,
org.geotools.feature.FeatureType schema)
FeatureTypeInfo constructor. |
|
| Method Summary | |
boolean |
addKeyword(java.lang.String key)
setKeywords purpose. |
java.lang.String |
getAbstract()
getAbstract purpose. |
AttributeTypeInfoConfig |
getAttributeFromSchema(java.lang.String attributeTypeName)
Searches through the schema looking for an AttributeTypeInfoConfig that matches the name passed in attributeTypeName |
java.lang.String |
getDataStoreId()
getDataStore purpose. |
java.lang.String |
getDefaultStyle()
getDefaultStyle purpose. |
org.geotools.filter.Filter |
getDefinitionQuery()
getDefinitionQuery purpose. |
java.lang.String |
getDirName()
getDirName purpose. |
java.lang.String |
getKey()
Convience method for dataStoreId.typeName. |
java.util.List |
getKeywords()
getKeywords purpose. |
com.vividsolutions.jts.geom.Envelope |
getLatLongBBox()
getLatLongBBox purpose. |
java.lang.String |
getName()
getName purpose. |
int |
getNumDecimals()
getNumDecimals purpose. |
java.util.List |
getSchemaAttributes()
getSchema purpose. |
java.lang.String |
getSchemaBase()
getSchemaBase purpose. |
java.lang.String |
getSchemaName()
getSchemaName purpose. |
int |
getSRS()
getSRS purpose. |
java.lang.String |
getTitle()
getTitle purpose. |
boolean |
removeKeyword(java.lang.String key)
setKeywords purpose. |
void |
setAbstract(java.lang.String string)
setAbstract purpose. |
void |
setDataStoreId(java.lang.String store)
setDataStore purpose. |
void |
setDefaultStyle(java.lang.String string)
setDefaultStyle purpose. |
void |
setDefinitionQuery(org.geotools.filter.Filter filter)
setDefinitionQuery purpose. |
void |
setDirName(java.lang.String string)
setDirName purpose. |
void |
setKeywords(java.util.List list)
setKeywords purpose. |
void |
setLatLongBBox(com.vividsolutions.jts.geom.Envelope envelope)
setLatLongBBox purpose. |
void |
setName(java.lang.String string)
setName purpose. |
void |
setNumDecimals(int i)
setNumDecimals purpose. |
void |
setSchemaAttributes(java.util.List schemaElements)
setSchema purpose. |
void |
setSchemaBase(java.lang.String string)
setSchemaBase purpose. |
void |
setSchemaName(java.lang.String string)
setSchemaName purpose. |
void |
setSRS(int i)
setSRS purpose. |
void |
setTitle(java.lang.String string)
setTitle purpose. |
FeatureTypeInfoDTO |
toDTO()
Implement toDTO. |
void |
update(FeatureTypeInfoDTO f)
load purpose. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FeatureTypeConfig(java.lang.String dataStoreId,
org.geotools.feature.FeatureType schema)
Creates a FeatureTypeInfo to represent an instance with default data.
defaultSettings()public FeatureTypeConfig(FeatureTypeInfoDTO dto)
Creates a copy of the FeatureTypeInfoDTO provided. All the data structures are cloned.
dto - The FeatureTypeInfoDTO to copy.
java.lang.NullPointerException - DOCUMENT ME!| Method Detail |
public void update(FeatureTypeInfoDTO f)
Loads the new data into this instance object from an FeatureTypeInfoDTO.
f - an instance of FeatureTypeInfoDTO to load.
java.lang.NullPointerException - DOCUMENT ME!public FeatureTypeInfoDTO toDTO()
Creates a represetation of this object as a FeatureTypeInfoDTO
org.vfny.geoserver.config.DataStructure#toDTO()public java.lang.String getAbstract()
Description ...
public java.lang.String getDataStoreId()
Description ...
public java.util.List getKeywords()
Description ...
public java.lang.String getKey()
This key may be used to store this FeatureType in a Map for later.
public com.vividsolutions.jts.geom.Envelope getLatLongBBox()
Description ...
public java.lang.String getName()
Description ...
public int getSRS()
Description ...
public java.lang.String getTitle()
Description ...
public void setAbstract(java.lang.String string)
Description ...
string - public void setDataStoreId(java.lang.String store)
Description ...
store - public void setKeywords(java.util.List list)
Description ...
list - public boolean addKeyword(java.lang.String key)
Description ...
key -
public boolean removeKeyword(java.lang.String key)
Description ...
key -
public void setLatLongBBox(com.vividsolutions.jts.geom.Envelope envelope)
Description ...
envelope - public void setName(java.lang.String string)
Description ...
string - public void setSRS(int i)
Description ...
i - public void setTitle(java.lang.String string)
Description ...
string - public int getNumDecimals()
Description ...
public void setNumDecimals(int i)
Description ...
i - public org.geotools.filter.Filter getDefinitionQuery()
Description ...
public void setDefinitionQuery(org.geotools.filter.Filter filter)
Description ...
filter - public java.lang.String getDefaultStyle()
Description ...
public void setDefaultStyle(java.lang.String string)
Description ...
string - public java.util.List getSchemaAttributes()
Description ...
public AttributeTypeInfoConfig getAttributeFromSchema(java.lang.String attributeTypeName)
attributeTypeName - the name of the AttributeTypeInfo to search
for.
public void setSchemaAttributes(java.util.List schemaElements)
Description ...
schemaElements - public java.lang.String getDirName()
Description ...
public void setDirName(java.lang.String string)
Description ...
string - public java.lang.String getSchemaName()
Description ...
public void setSchemaName(java.lang.String string)
Description ...
string - public java.lang.String getSchemaBase()
Description ...
public void setSchemaBase(java.lang.String string)
Description ...
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||