net.opengis.gml
Class BaseUnitType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.UnitDefinitionType
net.opengis.gml.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".
Classe Java pour BaseUnitType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Methods inherited from class net.opengis.gml.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
unitsSystem
protected ReferenceType unitsSystem
BaseUnitType
public BaseUnitType()
getUnitsSystem
public ReferenceType getUnitsSystem()
- Obtient la valeur de la propriété unitsSystem.
- Returns:
- possible object is
ReferenceType
setUnitsSystem
public void setUnitsSystem(ReferenceType value)
- Définit la valeur de la propriété unitsSystem.
- Parameters:
value - allowed object is
ReferenceType
isSetUnitsSystem
public boolean isSetUnitsSystem()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.