net.opengis.fes._2
Class SpatialCapabilitiesType

java.lang.Object
  extended by net.opengis.fes._2.SpatialCapabilitiesType

public class SpatialCapabilitiesType
extends Object

Classe Java pour Spatial_CapabilitiesType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="Spatial_CapabilitiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GeometryOperands" type="{http://www.opengis.net/fes/2.1}GeometryOperandsType"/>
         <element name="SpatialOperators" type="{http://www.opengis.net/fes/2.1}SpatialOperatorsType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  GeometryOperandsType geometryOperands
           
protected  SpatialOperatorsType spatialOperators
           
 
Constructor Summary
SpatialCapabilitiesType()
           
 
Method Summary
 GeometryOperandsType getGeometryOperands()
          Obtient la valeur de la propriété geometryOperands.
 SpatialOperatorsType getSpatialOperators()
          Obtient la valeur de la propriété spatialOperators.
 boolean isSetGeometryOperands()
           
 boolean isSetSpatialOperators()
           
 void setGeometryOperands(GeometryOperandsType value)
          Définit la valeur de la propriété geometryOperands.
 void setSpatialOperators(SpatialOperatorsType value)
          Définit la valeur de la propriété spatialOperators.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

geometryOperands

protected GeometryOperandsType geometryOperands

spatialOperators

protected SpatialOperatorsType spatialOperators
Constructor Detail

SpatialCapabilitiesType

public SpatialCapabilitiesType()
Method Detail

getGeometryOperands

public GeometryOperandsType getGeometryOperands()
Obtient la valeur de la propriété geometryOperands.

Returns:
possible object is GeometryOperandsType

setGeometryOperands

public void setGeometryOperands(GeometryOperandsType value)
Définit la valeur de la propriété geometryOperands.

Parameters:
value - allowed object is GeometryOperandsType

isSetGeometryOperands

public boolean isSetGeometryOperands()

getSpatialOperators

public SpatialOperatorsType getSpatialOperators()
Obtient la valeur de la propriété spatialOperators.

Returns:
possible object is SpatialOperatorsType

setSpatialOperators

public void setSpatialOperators(SpatialOperatorsType value)
Définit la valeur de la propriété spatialOperators.

Parameters:
value - allowed object is SpatialOperatorsType

isSetSpatialOperators

public boolean isSetSpatialOperators()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.