|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.ows.FeatureSetDescription
Represents a wfs:FeatureType ... and didn't want to use FeatureType as it could get confused with org.geotools.data.FeatureType
Field Summary | |
static int |
DELETE_OPERATION
Mask for delete operation allowed on the FeatureType |
static int |
INSERT_OPERATION
Mask for insert operation allowed on the FeatureType |
static int |
LOCK_OPERATION
Mask for lock operation allowed on the FeatureType |
static int |
NO_OPERATION
Mask for no operation allowed on the FeatureType |
static int |
QUERY_OPERATION
Mask for query operation allowed on the FeatureType |
static int |
UPDATE_OPERATION
Mask for update operation allowed on the FeatureType |
Constructor Summary | |
FeatureSetDescription()
|
Method Summary | |
static int |
findOperation(java.lang.String s)
Converts the string into the appropriate mask. |
java.lang.String |
getAbstract()
DOCUMENT ME! |
java.util.List |
getKeywords()
DOCUMENT ME! |
com.vividsolutions.jts.geom.Envelope |
getLatLongBoundingBox()
DOCUMENT ME! |
java.lang.String |
getName()
DOCUMENT ME! |
java.net.URI |
getNamespace()
|
int |
getOperations()
DOCUMENT ME! |
java.lang.String |
getSRS()
DOCUMENT ME! |
java.lang.String |
getTitle()
DOCUMENT ME! |
void |
setAbstract(java.lang.String _abstract)
DOCUMENT ME! |
void |
setKeywords(java.util.List keywords)
DOCUMENT ME! |
void |
setLatLongBoundingBox(com.vividsolutions.jts.geom.Envelope latLongBoundingBox)
DOCUMENT ME! |
void |
setName(java.lang.String name)
DOCUMENT ME! |
void |
setNamespace(java.net.URI namespace)
|
void |
setOperations(int operations)
DOCUMENT ME! |
void |
setSRS(java.lang.String srs)
DOCUMENT ME! |
void |
setTitle(java.lang.String title)
DOCUMENT ME! |
static java.lang.String |
writeOperation(int i)
Converts the int into the appropriate String. |
static java.lang.String[] |
writeOperations(int i)
Converts the int mask into the appropriate set of Strings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NO_OPERATION
public static final int QUERY_OPERATION
public static final int INSERT_OPERATION
public static final int UPDATE_OPERATION
public static final int DELETE_OPERATION
public static final int LOCK_OPERATION
Constructor Detail |
public FeatureSetDescription()
Method Detail |
public static int findOperation(java.lang.String s)
s
- The String to attempt to convert
DELETE_OPERATION
,
UPDATE_OPERATION
,
LOCK_OPERATION
,
NO_OPERATION
,
QUERY_OPERATION
,
INSERT_OPERATION
public static java.lang.String writeOperation(int i)
i
- the int to convert, must match exactly.
DELETE_OPERATION
,
UPDATE_OPERATION
,
LOCK_OPERATION
,
NO_OPERATION
,
QUERY_OPERATION
,
INSERT_OPERATION
public static java.lang.String[] writeOperations(int i)
i
- The int mask to attempt to convert
DELETE_OPERATION
,
UPDATE_OPERATION
,
LOCK_OPERATION
,
NO_OPERATION
,
QUERY_OPERATION
,
INSERT_OPERATION
public java.lang.String getAbstract()
public void setAbstract(java.lang.String _abstract)
_abstract
- The abstracT to set.public java.util.List getKeywords()
public void setKeywords(java.util.List keywords)
keywords
- The keywords to set.public com.vividsolutions.jts.geom.Envelope getLatLongBoundingBox()
public void setLatLongBoundingBox(com.vividsolutions.jts.geom.Envelope latLongBoundingBox)
latLongBoundingBox
- The latLongBoundingBox to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public int getOperations()
public void setOperations(int operations)
operations
- The operations to set.public java.lang.String getSRS()
public void setSRS(java.lang.String srs)
srs
- The sRS to set.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- The title to set.public java.net.URI getNamespace()
public void setNamespace(java.net.URI namespace)
namespace
- The namespace to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |