Class ZoneProjection

  • All Implemented Interfaces:
    Serializable

    public class ZoneProjection
    extends AbstractProjection
    implements Serializable
    Type for PROJECTION as a geospatial zone.

    Java class for ZoneProjectionStructure complex type.

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

     <complexType name="ZoneProjectionStructure">
       <complexContent>
         <extension base="{http://www.ifopt.org.uk/ifopt}AbstractProjection">
           <sequence>
             <element name="Boundary" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://www.ifopt.org.uk/ifopt}PointProjection" maxOccurs="unbounded" minOccurs="3"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ZoneProjection

        public ZoneProjection()
    • Method Detail

      • getBoundaries

        public List<ZoneProjection.Boundary> getBoundaries()
        Gets the value of the boundaries 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 boundaries property.

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

            getBoundaries().add(newItem);
         

        Objects of the following type(s) are allowed in the list ZoneProjection.Boundary