Class EXBoundingPolygonType

  • 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

    public class EXBoundingPolygonType
    extends AbstractEXGeographicExtentType
    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
    Boundary enclosing the dataset expressed as the closed set of (x,y) coordinates of the polygon (last point replicates first point)

    Java class for EX_BoundingPolygon_Type complex type.

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

     <complexType name="EX_BoundingPolygon_Type">
       <complexContent>
         <extension base="{http://www.isotc211.org/2005/gmd}AbstractEX_GeographicExtent_Type">
           <sequence>
             <element name="polygon" type="{http://www.isotc211.org/2005/gss}GM_Object_PropertyType" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>