org.deegree.client.sos.storage.components
Class Filter_Capabilities

java.lang.Object
  extended by org.deegree.client.sos.storage.components.Filter_Capabilities

public class Filter_Capabilities
extends Object

Helper class for the StorageGetCapabilities class containing the contents of the XML element "Filter_Capabilities".

Author:
Ulrich Neumeister, last edited by: $Author: aionita $

Constructor Summary
Filter_Capabilities()
           
 
Method Summary
 org.apache.axiom.om.OMElement getArithmeticOperators()
           
 List<String> getComparisonOperators()
           
 List<String> getGeometryOperands()
           
 org.apache.axiom.om.OMElement getId_Capabilities()
           
 org.apache.axiom.om.OMElement getLogicalOperators()
           
 List<Operator> getSpatialOperators()
           
 List<String> getTemporalOperands()
           
 List<Operator> getTemporalOperators()
           
 void setArithmeticOperators(org.apache.axiom.om.OMElement that)
           
 void setComparisonOperators(List<String> that)
           
 void setGeometryOperands(List<String> that)
           
 void setId_Capabilities(org.apache.axiom.om.OMElement that)
           
 void setLogicalOperators(org.apache.axiom.om.OMElement that)
           
 void setSpatialOperators(List<Operator> that)
           
 void setTemporalOperands(List<String> that)
           
 void setTemporalOperators(List<Operator> that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter_Capabilities

public Filter_Capabilities()
Method Detail

getGeometryOperands

public List<String> getGeometryOperands()

getSpatialOperators

public List<Operator> getSpatialOperators()

getTemporalOperands

public List<String> getTemporalOperands()

getTemporalOperators

public List<Operator> getTemporalOperators()

getComparisonOperators

public List<String> getComparisonOperators()

getArithmeticOperators

public org.apache.axiom.om.OMElement getArithmeticOperators()

getId_Capabilities

public org.apache.axiom.om.OMElement getId_Capabilities()

getLogicalOperators

public org.apache.axiom.om.OMElement getLogicalOperators()

setGeometryOperands

public void setGeometryOperands(List<String> that)

setSpatialOperators

public void setSpatialOperators(List<Operator> that)

setTemporalOperands

public void setTemporalOperands(List<String> that)

setTemporalOperators

public void setTemporalOperators(List<Operator> that)

setComparisonOperators

public void setComparisonOperators(List<String> that)

setArithmeticOperators

public void setArithmeticOperators(org.apache.axiom.om.OMElement that)

setId_Capabilities

public void setId_Capabilities(org.apache.axiom.om.OMElement that)

setLogicalOperators

public void setLogicalOperators(org.apache.axiom.om.OMElement that)


Copyright © 2011. All Rights Reserved.