net.opengis.gml
Class AbstractRingPropertyType
java.lang.Object
net.opengis.gml.AbstractRingPropertyType
public class AbstractRingPropertyType
- extends Object
Encapsulates a ring to represent the surface boundary property of a surface.
Classe Java pour AbstractRingPropertyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractRingPropertyType">
<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 JAXBElement<? extends AbstractRingType> ring
AbstractRingPropertyType
public AbstractRingPropertyType()
getRing
public JAXBElement<? extends AbstractRingType> getRing()
- Obtient la valeur de la propriété ring.
- Returns:
- possible object is
JAXBElement<RingType>
ARingElement
JAXBElement<LinearRingType>
setRing
public void setRing(JAXBElement<? extends AbstractRingType> value)
- Définit la valeur de la propriété ring.
- Parameters:
value - allowed object is
JAXBElement<RingType>
ARingElement
JAXBElement<LinearRingType>
isSetRing
public boolean isSetRing()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.