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