|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttwaver.gis.ogc.conditions.ComparisonOperateCondition
TWaverGIS implements GetFeature which performs the actual query to help developers increase the interoperability with WFS servers, ComparisonOperateCondition is designed to describe the condition of comparison operation when TWaverGIS performs the query.
Constructor Summary | |
ComparisonOperateCondition(int queryType)
Constructs LogicalOperateCondition instance. |
Method Summary | |
java.lang.String |
getFilterOGC()
|
int[] |
getOperateOperators()
Gets an array of logical operators. |
int |
getQueryType()
Gets the query type. |
java.lang.String[] |
getReferenceProperties()
Gets the reference properties. |
java.lang.String[] |
getReferenceValues()
Gets an array of reference properties values. |
void |
setOperators(int[] operators)
Sets the array of logical operators. |
void |
setReferenceProperties(java.lang.String[] referenceProperties)
Sets an array of reference properties names. |
void |
setReferenceValues(java.lang.String[] referenceValues)
Sets an array of reference properties values |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComparisonOperateCondition(int queryType)
queryType
- the specified query type.TWaverGisConst.COMPARISON_QUERY_BY_FID
,
twaver.gis.TWaverGisConst#COMPARISON_QUERY_BY_MULTIOPERATORS
,
TWaverGisConst.COMPARISON_QUERY_BY_SINGLEOPERATOR
Method Detail |
public java.lang.String getFilterOGC()
public int[] getOperateOperators()
public int getQueryType()
public java.lang.String[] getReferenceProperties()
public java.lang.String[] getReferenceValues()
public void setOperators(int[] operators)
operators
- the array of logical operators.TWaverGisConst.COMPARISON_OPERATOR_EQUAL
,
TWaverGisConst.COMPARISON_OPERATOR_GREATER
,
TWaverGisConst.COMPARISON_OPERATOR_GREATEROREQUAL
,
TWaverGisConst.COMPARISON_OPERATOR_LESS
,
TWaverGisConst.COMPARISON_OPERATOR_LESSOREQUAL
,
TWaverGisConst.COMPARISON_OPERATOR_LESSOREQUAL
public void setReferenceProperties(java.lang.String[] referenceProperties)
referenceProperties
- the array of reference properties namespublic void setReferenceValues(java.lang.String[] referenceValues)
referenceValues
- the array of reference properties values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |