Class LinearRingType


  • public class LinearRingType
    extends AbstractRingType
    A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.

    Java class for LinearRingType complex type.

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

     <complexType name="LinearRingType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractRingType">
           <sequence>
             <choice>
               <choice maxOccurs="unbounded" minOccurs="4">
                 <element ref="{http://www.opengis.net/gml}pos"/>
                 <element ref="{http://www.opengis.net/gml}pointProperty"/>
                 <element ref="{http://www.opengis.net/gml}pointRep"/>
               </choice>
               <element ref="{http://www.opengis.net/gml}posList"/>
               <element ref="{http://www.opengis.net/gml}coordinates"/>
               <element ref="{http://www.opengis.net/gml}coord" maxOccurs="unbounded" minOccurs="4"/>
             </choice>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • posOrPointPropertyOrPointRep

        protected List<javax.xml.bind.JAXBElement<?>> posOrPointPropertyOrPointRep
      • posList

        protected PosList posList
    • Method Detail

      • getPosOrPointPropertyOrPointRep

        public List<javax.xml.bind.JAXBElement<?>> getPosOrPointPropertyOrPointRep()
        Gets the value of the posOrPointPropertyOrPointRep property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the posOrPointPropertyOrPointRep property.

        For example, to add a new item, do as follows:

            getPosOrPointPropertyOrPointRep().add(newItem);
         

        Objects of the following type(s) are allowed in the list Pos PointRep PointProperty

      • getPosList

        public PosList getPosList()
        Gets the value of the posList property.
        Returns:
        possible object is PosList
      • setPosList

        public void setPosList​(PosList value)
        Sets the value of the posList property.
        Parameters:
        value - allowed object is PosList
      • getCoordinates

        public Coordinates getCoordinates()
        Deprecated with GML version 3.1.0. Use "posList" instead.
        Returns:
        possible object is Coordinates
      • setCoordinates

        public void setCoordinates​(Coordinates value)
        Sets the value of the coordinates property.
        Parameters:
        value - allowed object is Coordinates
      • getCoord

        public List<Coord> getCoord()
        Deprecated with GML version 3.0 and included for backwards compatibility with GML 2. Use "pos" elements instead.Gets the value of the coord property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the coord property.

        For example, to add a new item, do as follows:

            getCoord().add(newItem);
         

        Objects of the following type(s) are allowed in the list Coord