Uses of Interface
net.opengis.gml311.UnitDefinitionType
Packages that use UnitDefinitionType
-
Uses of UnitDefinitionType in net.opengis.gml311
Subinterfaces of UnitDefinitionType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Base Unit Type'.interface
A representation of the model object 'Conventional Unit Type'.interface
A representation of the model object 'Derived Unit Type'.Methods in net.opengis.gml311 that return UnitDefinitionTypeModifier and TypeMethodDescriptionGml311Factory.createUnitDefinitionType()
Returns a new object of class 'Unit Definition Type'.DocumentRoot.getUnitDefinition()
Returns the value of the 'Unit Definition' containment reference.Methods in net.opengis.gml311 with parameters of type UnitDefinitionTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.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 UnitDefinitionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Base Unit Type'.class
An implementation of the model object 'Conventional Unit Type'.class
An implementation of the model object 'Derived Unit Type'.class
An implementation of the model object 'Unit Definition Type'.Methods in net.opengis.gml311.impl that return UnitDefinitionTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createUnitDefinitionType()
DocumentRootImpl.getUnitDefinition()
Methods in net.opengis.gml311.impl with parameters of type UnitDefinitionTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetUnitDefinition
(UnitDefinitionType newUnitDefinition, NotificationChain msgs) void
DocumentRootImpl.setUnitDefinition
(UnitDefinitionType newUnitDefinition) -
Uses of UnitDefinitionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type UnitDefinitionTypeModifier and TypeMethodDescriptionGml311Switch.caseUnitDefinitionType
(UnitDefinitionType object) Returns the result of interpreting the object as an instance of 'Unit Definition Type'.boolean
Gml311Validator.validateUnitDefinitionType
(UnitDefinitionType unitDefinitionType, DiagnosticChain diagnostics, Map<Object, Object> context)