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

    • Constructor Detail

      • AbstractRingPropertyType

        public AbstractRingPropertyType()
        Default no-arg constructor
      • AbstractRingPropertyType

        public AbstractRingPropertyType​(javax.xml.bind.JAXBElement<? extends AbstractRingType> ring)
        Fully-initialising value constructor