Class AbstractRingPropertyType

  • All Implemented Interfaces:
    Serializable

    public class AbstractRingPropertyType
    extends Object
    implements Serializable
    A property with the content model of gml:AbstractRingPropertyType 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/3.2}AbstractRing"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form