Package nl.b3p.csw.jaxb.gml
Class RingPropertyType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.RingPropertyType
-
public class RingPropertyType extends Object
Encapsulates a ring to represent properties in features or geometry collections.Java class for RingPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Constructor Summary
Constructors Constructor Description RingPropertyType()Default no-arg constructorRingPropertyType(Ring ring)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RinggetRing()Gets the value of the ring property.voidsetRing(Ring value)Sets the value of the ring property.
-