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.
Java class for AbstractRingPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
- Gets the value of the ring property.
- Returns:
- possible object is
JAXBElement
<
AbstractRingType
>
JAXBElement
<
LinearRingType
>
setRing
public void setRing(JAXBElement<? extends AbstractRingType> value)
- Sets the value of the ring property.
- Parameters:
value
- allowed object is
JAXBElement
<
AbstractRingType
>
JAXBElement
<
LinearRingType
>
Copyright © 2008. All Rights Reserved.