Class LinearRingPropertyType


  • public class LinearRingPropertyType
    extends Object
    Encapsulates a ring to represent properties in features or geometry collections.

    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">
           <choice>
             <element ref="{http://www.opengis.net/gml}LinearRing"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • LinearRingPropertyType

        public LinearRingPropertyType()
        Default no-arg constructor
      • LinearRingPropertyType

        public LinearRingPropertyType​(LinearRing linearRing)
        Fully-initialising value constructor
    • Method Detail

      • getLinearRing

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

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