|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFeatureSetDescription
public class 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(String s)
Converts the string into the appropriate mask. |
String |
getAbstract()
DOCUMENT ME! |
List |
getKeywords()
DOCUMENT ME! |
Envelope |
getLatLongBoundingBox()
DOCUMENT ME! |
String |
getName()
DOCUMENT ME! |
URI |
getNamespace()
|
int |
getOperations()
DOCUMENT ME! |
String |
getSRS()
DOCUMENT ME! |
String |
getTitle()
DOCUMENT ME! |
void |
setAbstract(String _abstract)
DOCUMENT ME! |
void |
setKeywords(List keywords)
DOCUMENT ME! |
void |
setLatLongBoundingBox(Envelope latLongBoundingBox)
DOCUMENT ME! |
void |
setName(String name)
DOCUMENT ME! |
void |
setNamespace(URI namespace)
|
void |
setOperations(int operations)
DOCUMENT ME! |
void |
setSRS(String srs)
DOCUMENT ME! |
void |
setTitle(String title)
DOCUMENT ME! |
static String |
writeOperation(int i)
Converts the int into the appropriate String. |
static String[] |
writeOperations(int i)
Converts the int mask into the appropriate set of Strings. |
Methods inherited from class 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(String s)
s
- The String to attempt to convert
DELETE_OPERATION
,
UPDATE_OPERATION
,
LOCK_OPERATION
,
NO_OPERATION
,
QUERY_OPERATION
,
INSERT_OPERATION
public static 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 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 String getAbstract()
public void setAbstract(String _abstract)
_abstract
- The abstracT to set.public List getKeywords()
public void setKeywords(List keywords)
keywords
- The keywords to set.public Envelope getLatLongBoundingBox()
public void setLatLongBoundingBox(Envelope latLongBoundingBox)
latLongBoundingBox
- The latLongBoundingBox to set.public String getName()
public void setName(String name)
name
- The name to set.public int getOperations()
public void setOperations(int operations)
operations
- The operations to set.public String getSRS()
public void setSRS(String srs)
srs
- The sRS to set.public String getTitle()
public void setTitle(String title)
title
- The title to set.public URI getNamespace()
public void setNamespace(URI namespace)
namespace
- The namespace to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |