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 interfaceConversionToPreferredUnitTypeA representation of the model object 'Conversion To Preferred Unit Type'.interfaceDerivationUnitTermTypeA representation of the model object 'Derivation Unit Term Type'.Methods in net.opengis.gml311 that return UnitOfMeasureType Modifier and Type Method Description UnitOfMeasureTypeGml311Factory. createUnitOfMeasureType()Returns a new object of class 'Unit Of Measure Type'.UnitOfMeasureTypeDocumentRoot. 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 voidDocumentRoot. 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 classConversionToPreferredUnitTypeImplAn implementation of the model object 'Conversion To Preferred Unit Type'.classDerivationUnitTermTypeImplAn implementation of the model object 'Derivation Unit Term Type'.classUnitOfMeasureTypeImplAn 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. unitOfMeasureThe cached value of the 'Unit Of Measure' containment reference list.Methods in net.opengis.gml311.impl that return UnitOfMeasureType Modifier and Type Method Description UnitOfMeasureTypeGml311FactoryImpl. createUnitOfMeasureType()UnitOfMeasureTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetUnitOfMeasure(UnitOfMeasureType newUnitOfMeasure, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseUnitOfMeasureType(UnitOfMeasureType object)Returns the result of interpreting the object as an instance of 'Unit Of Measure Type'.booleanGml311Validator. validateUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, DiagnosticChain diagnostics, Map<Object,Object> context)
-