Class EXVerticalExtentType

  • 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 EXVerticalExtentType
    extends AbstractObjectType
    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
    Vertical domain of dataset

    Java class for EX_VerticalExtent_Type complex type.

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

     <complexType name="EX_VerticalExtent_Type">
       <complexContent>
         <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
           <sequence>
             <element name="minimumValue" type="{http://www.isotc211.org/2005/gco}Real_PropertyType"/>
             <element name="maximumValue" type="{http://www.isotc211.org/2005/gco}Real_PropertyType"/>
             <element name="verticalCRS" type="{http://www.isotc211.org/2005/gsr}SC_CRS_PropertyType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>