| |
|
| java.lang.Object org.geotools.data.ows.FeatureSetDescription
FeatureSetDescription | public class FeatureSetDescription (Code) | |
Represents a wfs:FeatureType ... and didn't want to use FeatureType as it
could get confused with org.geotools.data.FeatureType
author: dzwiers |
DELETE_OPERATION | final public static int DELETE_OPERATION(Code) | | Mask for delete operation allowed on the FeatureType
|
INSERT_OPERATION | final public static int INSERT_OPERATION(Code) | | Mask for insert operation allowed on the FeatureType
|
LOCK_OPERATION | final public static int LOCK_OPERATION(Code) | | Mask for lock operation allowed on the FeatureType
|
NO_OPERATION | final public static int NO_OPERATION(Code) | | Mask for no operation allowed on the FeatureType
|
QUERY_OPERATION | final public static int QUERY_OPERATION(Code) | | Mask for query operation allowed on the FeatureType
|
UPDATE_OPERATION | final public static int UPDATE_OPERATION(Code) | | Mask for update operation allowed on the FeatureType
|
getAbstract | public String getAbstract()(Code) | | DOCUMENT ME!
Returns the abstracT. |
getKeywords | public List getKeywords()(Code) | | DOCUMENT ME!
Returns the keywords. |
getLatLongBoundingBox | public Envelope getLatLongBoundingBox()(Code) | | DOCUMENT ME!
Returns the latLongBoundingBox. |
getName | public String getName()(Code) | | DOCUMENT ME!
Returns the name. |
getNamespace | public URI getNamespace()(Code) | | Returns the namespace. |
getOperations | public int getOperations()(Code) | | DOCUMENT ME!
Returns the operations. |
getSRS | public String getSRS()(Code) | | DOCUMENT ME!
Returns the sRS. |
getTitle | public String getTitle()(Code) | | DOCUMENT ME!
Returns the title. |
setAbstract | public void setAbstract(String _abstract)(Code) | | DOCUMENT ME!
Parameters: _abstract - The abstracT to set. |
setKeywords | public void setKeywords(List keywords)(Code) | | DOCUMENT ME!
Parameters: keywords - The keywords to set. |
setLatLongBoundingBox | public void setLatLongBoundingBox(Envelope latLongBoundingBox)(Code) | | DOCUMENT ME!
Parameters: latLongBoundingBox - The latLongBoundingBox to set. |
setName | public void setName(String name)(Code) | | DOCUMENT ME!
Parameters: name - The name to set. |
setNamespace | public void setNamespace(URI namespace)(Code) | | Parameters: namespace - The namespace to set. |
setOperations | public void setOperations(int operations)(Code) | | DOCUMENT ME!
Parameters: operations - The operations to set. |
setSRS | public void setSRS(String srs)(Code) | | DOCUMENT ME!
Parameters: srs - The sRS to set. |
setTitle | public void setTitle(String title)(Code) | | DOCUMENT ME!
Parameters: title - The title to set. |
|
|
|