Class FootprintType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
    Direct Known Subclasses:
    FootprintType, FootprintType, FootprintType

    public class FootprintType
    extends AbstractFeatureType
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    Java class for FootprintType complex type.

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

     <complexType name="FootprintType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType">
           <sequence>
             <element name="multiExtentOf" type="{http://www.opengis.net/gml/3.2}MultiSurfacePropertyType"/>
             <element name="centerOf" type="{http://www.opengis.net/gml/3.2}PointPropertyType" minOccurs="0"/>
             <element name="orientation" type="{http://www.opengis.net/eop/2.0}PolygonOrientationValueType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>