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