|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.fes._2.SpatialCapabilitiesType
public class SpatialCapabilitiesType
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 |
|---|
protected GeometryOperandsType geometryOperands
protected SpatialOperatorsType spatialOperators
| Constructor Detail |
|---|
public SpatialCapabilitiesType()
| Method Detail |
|---|
public GeometryOperandsType getGeometryOperands()
GeometryOperandsTypepublic void setGeometryOperands(GeometryOperandsType value)
value - allowed object is
GeometryOperandsTypepublic boolean isSetGeometryOperands()
public SpatialOperatorsType getSpatialOperators()
SpatialOperatorsTypepublic void setSpatialOperators(SpatialOperatorsType value)
value - allowed object is
SpatialOperatorsTypepublic boolean isSetSpatialOperators()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||