Uses of Interface
net.opengis.gml311.UnitOfMeasureType
Packages that use UnitOfMeasureType
-
Uses of UnitOfMeasureType in net.opengis.gml311
Subinterfaces of UnitOfMeasureType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Conversion To Preferred Unit Type'.interface
A representation of the model object 'Derivation Unit Term Type'.Methods in net.opengis.gml311 that return UnitOfMeasureTypeModifier and TypeMethodDescriptionGml311Factory.createUnitOfMeasureType()
Returns a new object of class 'Unit Of Measure Type'.DocumentRoot.getUnitOfMeasure()
Returns the value of the 'Unit Of Measure' containment reference.Methods in net.opengis.gml311 that return types with arguments of type UnitOfMeasureTypeModifier and TypeMethodDescriptionEList<UnitOfMeasureType>
CovarianceMatrixType.getUnitOfMeasure()
Returns the value of the 'Unit Of Measure' containment reference list.Methods in net.opengis.gml311 with parameters of type UnitOfMeasureTypeModifier and TypeMethodDescriptionvoid
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 UnitOfMeasureTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Conversion To Preferred Unit Type'.class
An implementation of the model object 'Derivation Unit Term Type'.class
An implementation of the model object 'Unit Of Measure Type'.Fields in net.opengis.gml311.impl with type parameters of type UnitOfMeasureTypeModifier and TypeFieldDescriptionprotected EList<UnitOfMeasureType>
CovarianceMatrixTypeImpl.unitOfMeasure
The cached value of the 'Unit Of Measure
' containment reference list.Methods in net.opengis.gml311.impl that return UnitOfMeasureTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createUnitOfMeasureType()
DocumentRootImpl.getUnitOfMeasure()
Methods in net.opengis.gml311.impl that return types with arguments of type UnitOfMeasureTypeModifier and TypeMethodDescriptionEList<UnitOfMeasureType>
CovarianceMatrixTypeImpl.getUnitOfMeasure()
Methods in net.opengis.gml311.impl with parameters of type UnitOfMeasureTypeModifier and TypeMethodDescriptionNotificationChain
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 UnitOfMeasureTypeModifier and TypeMethodDescriptionGml311Switch.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)