Package net.opengis.gml311
Interface DerivedUnitType
-
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
,UnitDefinitionType
- All Known Implementing Classes:
DerivedUnitTypeImpl
public interface DerivedUnitType extends UnitDefinitionType
A representation of the model object 'Derived Unit Type'. Definition of a unit of measure which is defined through algebraic combination of more primitive units, which are usually base units from a particular system of units. Derived units based directly on base units are usually preferred for quantities other than the base units or fundamental quantities within a system. If a derived unit is not the preferred unit, the ConventionalUnit element should be used instead.The following features are supported:
- See Also:
Gml311Package.getDerivedUnitType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DerivationUnitTermType>
getDerivationUnitTerm()
Returns the value of the 'Derivation Unit Term' containment reference list.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface UnitDefinitionType
getCatalogSymbol, getQuantityType, setCatalogSymbol, setQuantityType
-
-
-
-
Method Detail
-
getDerivationUnitTerm
EList<DerivationUnitTermType> getDerivationUnitTerm()
Returns the value of the 'Derivation Unit Term' containment reference list. The list contents are of typeDerivationUnitTermType
.If the meaning of the 'Derivation Unit Term' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Derivation Unit Term' containment reference list.
- See Also:
Gml311Package.getDerivedUnitType_DerivationUnitTerm()
-
-