Class WFSSpatialFilterOperation
java.lang.Object
org.gvsig.remoteclient.wfs.filters.operations.WFSFilterOperation
org.gvsig.remoteclient.wfs.filters.operations.WFSSpatialFilterOperation
- Direct Known Subclasses:
WFSEnvelopeFilterOperation,WFSGeometryFilterOperation
- Author:
- Jorge Piera
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWFSSpatialFilterOperation(int operation, String attributeName, String nameSpacePrefix, String nameSpaceLocation, String srs) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Field Details
-
operation
protected int operation -
attributeName
-
nameSpacePrefix
-
nameSpaceLocation
-
srs
-
-
Constructor Details
-
Method Details
-
getNameSpacePrefix
- Returns:
- the nameSpacePrefix
-
getNameSpaceLocation
- Returns:
- the nameSpaceLocation
-
getOperation
public int getOperation()- Returns:
- the operation
-
getAttributeName
- Returns:
- the attributeName
-
getAttributeFullName
- Returns:
- the attributeName
-
getSrsName
- Returns:
- the srs
-