|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.fes._2.SpatialOperatorType
public class SpatialOperatorType
Classe Java pour SpatialOperatorType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SpatialOperatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GeometryOperands" type="{http://www.opengis.net/fes/2.1}GeometryOperandsType" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.opengis.net/fes/2.1}SpatialOperatorNameType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected GeometryOperandsType |
geometryOperands
|
protected String |
name
|
| Constructor Summary | |
|---|---|
SpatialOperatorType()
|
|
| Method Summary | |
|---|---|
GeometryOperandsType |
getGeometryOperands()
Obtient la valeur de la propriété geometryOperands. |
String |
getName()
Obtient la valeur de la propriété name. |
boolean |
isSetGeometryOperands()
|
boolean |
isSetName()
|
void |
setGeometryOperands(GeometryOperandsType value)
Définit la valeur de la propriété geometryOperands. |
void |
setName(String value)
Définit la valeur de la propriété name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GeometryOperandsType geometryOperands
protected String name
| Constructor Detail |
|---|
public SpatialOperatorType()
| Method Detail |
|---|
public GeometryOperandsType getGeometryOperands()
GeometryOperandsTypepublic void setGeometryOperands(GeometryOperandsType value)
value - allowed object is
GeometryOperandsTypepublic boolean isSetGeometryOperands()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||