Class BaseUnitType


  • public class BaseUnitType
    extends UnitDefinitionType
    Definition of a unit of measure which is a base unit from the system of units. A base unit cannot be derived by combination of other base units within this system. Sometimes known as "fundamental unit".

    Java class for BaseUnitType complex type.

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

     <complexType name="BaseUnitType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}UnitDefinitionType">
           <sequence>
             <element name="unitsSystem" type="{http://www.opengis.net/gml}ReferenceType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>