net.opengis.gml
Class TopoPointPropertyType
java.lang.Object
net.opengis.gml.TopoPointPropertyType
public class TopoPointPropertyType
- extends Object
Classe Java pour TopoPointPropertyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TopoPointPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}TopoPoint"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
topoPoint
protected TopoPointType topoPoint
TopoPointPropertyType
public TopoPointPropertyType()
getTopoPoint
public TopoPointType getTopoPoint()
- Obtient la valeur de la propriété topoPoint.
- Returns:
- possible object is
TopoPointType
setTopoPoint
public void setTopoPoint(TopoPointType value)
- Définit la valeur de la propriété topoPoint.
- Parameters:
value - allowed object is
TopoPointType
isSetTopoPoint
public boolean isSetTopoPoint()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.