Package com.luciad.format.gml32.model
Class TLcdGML32BaseUnit
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdISO19115BaseUnit
A base unit is a unit of measure that cannot be derived by combination of other base units within a particular system of units. For example, in the SI system of units, the base units are metre, kilogram, second, Ampere, Kelvin, mole, and candela, for the physical quantity types length, mass, time interval, electric current, thermodynamic temperature, amount of substance and luminous intensity, respectively.
gml:BaseUnit extends generic gml:UnitDefinition with the property gml:unitsSystem, which carries a reference to the units system to which this base unit is asserted to belong.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theunitsSystem
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32UnitDefinition
CATALOG_SYMBOL_PROPERTY, QUANTITY_TYPE_PROPERTY, QUANTITY_TYPE_REFERENCE_PROPERTY
Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTY
Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theunitsSystem
element.void
setUnitsSystem
(TLcdGML32Reference aValue) Sets the value of the property that maps to theunitsSystem
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32UnitDefinition
getCatalogSymbol, getQuantityType, getQuantityTypeReference, setCatalogSymbol, setQuantityType, setQuantityTypeReference
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarks
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
UNITS_SYSTEM_PROPERTY
Data property that maps to theunitsSystem
element. The possible values for this property are instances ofTLcdGML32Reference
.
-
-
Constructor Details
-
TLcdGML32BaseUnit
public TLcdGML32BaseUnit() -
TLcdGML32BaseUnit
-
-
Method Details
-
getUnitsSystem
Returns the value of the property that maps to theunitsSystem
element.- Returns:
- the value of the
UNITS_SYSTEM_PROPERTY
property.
-
setUnitsSystem
Sets the value of the property that maps to theunitsSystem
element.- Parameters:
aValue
- the value to set for theUNITS_SYSTEM_PROPERTY
property.
-