Class 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>
     
    • Field Detail

      • ring

        protected Ring ring
    • Constructor Detail

      • RingPropertyType

        public RingPropertyType()
        Default no-arg constructor
      • RingPropertyType

        public RingPropertyType​(Ring ring)
        Fully-initialising value constructor
    • Method Detail

      • getRing

        public Ring getRing()
        Gets the value of the ring property.
        Returns:
        possible object is Ring
      • setRing

        public void setRing​(Ring value)
        Sets the value of the ring property.
        Parameters:
        value - allowed object is Ring