Uses of Interface
net.opengis.gml311.UnitDefinitionType
-
Packages that use UnitDefinitionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of UnitDefinitionType in net.opengis.gml311
Subinterfaces of UnitDefinitionType in net.opengis.gml311 Modifier and Type Interface Description interfaceBaseUnitTypeA representation of the model object 'Base Unit Type'.interfaceConventionalUnitTypeA representation of the model object 'Conventional Unit Type'.interfaceDerivedUnitTypeA representation of the model object 'Derived Unit Type'.Methods in net.opengis.gml311 that return UnitDefinitionType Modifier and Type Method Description UnitDefinitionTypeGml311Factory. createUnitDefinitionType()Returns a new object of class 'Unit Definition Type'.UnitDefinitionTypeDocumentRoot. getUnitDefinition()Returns the value of the 'Unit Definition' containment reference.Methods in net.opengis.gml311 with parameters of type UnitDefinitionType Modifier and Type Method Description voidDocumentRoot. setUnitDefinition(UnitDefinitionType value)Sets the value of the 'Unit Definition' containment reference. -
Uses of UnitDefinitionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement UnitDefinitionType Modifier and Type Class Description classBaseUnitTypeImplAn implementation of the model object 'Base Unit Type'.classConventionalUnitTypeImplAn implementation of the model object 'Conventional Unit Type'.classDerivedUnitTypeImplAn implementation of the model object 'Derived Unit Type'.classUnitDefinitionTypeImplAn implementation of the model object 'Unit Definition Type'.Methods in net.opengis.gml311.impl that return UnitDefinitionType Modifier and Type Method Description UnitDefinitionTypeGml311FactoryImpl. createUnitDefinitionType()UnitDefinitionTypeDocumentRootImpl. getUnitDefinition()Methods in net.opengis.gml311.impl with parameters of type UnitDefinitionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetUnitDefinition(UnitDefinitionType newUnitDefinition, NotificationChain msgs)voidDocumentRootImpl. setUnitDefinition(UnitDefinitionType newUnitDefinition) -
Uses of UnitDefinitionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type UnitDefinitionType Modifier and Type Method Description TGml311Switch. caseUnitDefinitionType(UnitDefinitionType object)Returns the result of interpreting the object as an instance of 'Unit Definition Type'.booleanGml311Validator. validateUnitDefinitionType(UnitDefinitionType unitDefinitionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-