Class LinearRingPropertyType

  • All Implemented Interfaces:
    Serializable

    public class LinearRingPropertyType
    extends Object
    implements Serializable
    A property with the content model of gml:LinearRingPropertyType encapsulates a linear ring to represent a component of a surface boundary.

    Java class for LinearRingPropertyType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="LinearRingPropertyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.opengis.net/gml/3.2}LinearRing"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • LinearRingPropertyType

        public LinearRingPropertyType()
    • Method Detail

      • getLinearRing

        public LinearRingType getLinearRing()
        Gets the value of the linearRing property.
        Returns:
        possible object is LinearRingType
      • setLinearRing

        public void setLinearRing​(LinearRingType value)
        Sets the value of the linearRing property.
        Parameters:
        value - allowed object is LinearRingType