Uses of Interface
net.opengis.gml311.UnitOfMeasureType
-
Packages that use UnitOfMeasureType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of UnitOfMeasureType in net.opengis.gml311
Subinterfaces of UnitOfMeasureType in net.opengis.gml311 Modifier and Type Interface Description interface
ConversionToPreferredUnitType
A representation of the model object 'Conversion To Preferred Unit Type'.interface
DerivationUnitTermType
A representation of the model object 'Derivation Unit Term Type'.Methods in net.opengis.gml311 that return UnitOfMeasureType Modifier and Type Method Description UnitOfMeasureType
Gml311Factory. createUnitOfMeasureType()
Returns a new object of class 'Unit Of Measure Type'.UnitOfMeasureType
DocumentRoot. getUnitOfMeasure()
Returns the value of the 'Unit Of Measure' containment reference.Methods in net.opengis.gml311 that return types with arguments of type UnitOfMeasureType Modifier and Type Method Description EList<UnitOfMeasureType>
CovarianceMatrixType. getUnitOfMeasure()
Returns the value of the 'Unit Of Measure' containment reference list.Methods in net.opengis.gml311 with parameters of type UnitOfMeasureType Modifier and Type Method Description void
DocumentRoot. setUnitOfMeasure(UnitOfMeasureType value)
Sets the value of the 'Unit Of Measure
' containment reference. -
Uses of UnitOfMeasureType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement UnitOfMeasureType Modifier and Type Class Description class
ConversionToPreferredUnitTypeImpl
An implementation of the model object 'Conversion To Preferred Unit Type'.class
DerivationUnitTermTypeImpl
An implementation of the model object 'Derivation Unit Term Type'.class
UnitOfMeasureTypeImpl
An implementation of the model object 'Unit Of Measure Type'.Fields in net.opengis.gml311.impl with type parameters of type UnitOfMeasureType Modifier and Type Field Description protected EList<UnitOfMeasureType>
CovarianceMatrixTypeImpl. unitOfMeasure
The cached value of the 'Unit Of Measure
' containment reference list.Methods in net.opengis.gml311.impl that return UnitOfMeasureType Modifier and Type Method Description UnitOfMeasureType
Gml311FactoryImpl. createUnitOfMeasureType()
UnitOfMeasureType
DocumentRootImpl. getUnitOfMeasure()
Methods in net.opengis.gml311.impl that return types with arguments of type UnitOfMeasureType Modifier and Type Method Description EList<UnitOfMeasureType>
CovarianceMatrixTypeImpl. getUnitOfMeasure()
Methods in net.opengis.gml311.impl with parameters of type UnitOfMeasureType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetUnitOfMeasure(UnitOfMeasureType newUnitOfMeasure, NotificationChain msgs)
void
DocumentRootImpl. setUnitOfMeasure(UnitOfMeasureType newUnitOfMeasure)
-
Uses of UnitOfMeasureType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type UnitOfMeasureType Modifier and Type Method Description T
Gml311Switch. caseUnitOfMeasureType(UnitOfMeasureType object)
Returns the result of interpreting the object as an instance of 'Unit Of Measure Type'.boolean
Gml311Validator. validateUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, DiagnosticChain diagnostics, Map<Object,Object> context)
-