Class AbstractProjection

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    LinkProjection, PointProjection, ZoneProjection

    public class AbstractProjection
    extends Object
    implements Serializable

    Java class for AbstractProjection complex type.

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

     <complexType name="AbstractProjection">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Features" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="GisFeatureRef" type="{http://www.ifopt.org.uk/ifopt}FeatureRefStructure" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form