Uses of Interface
net.opengis.gml311.DerivedUnitType
Packages that use DerivedUnitType
-
Uses of DerivedUnitType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivedUnitTypeModifier and TypeMethodDescriptionGml311Factory.createDerivedUnitType()
Returns a new object of class 'Derived Unit Type'.DocumentRoot.getDerivedUnit()
Returns the value of the 'Derived Unit' containment reference.Methods in net.opengis.gml311 with parameters of type DerivedUnitTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDerivedUnit
(DerivedUnitType value) Sets the value of the 'Derived Unit
' containment reference. -
Uses of DerivedUnitType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DerivedUnitTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Derived Unit Type'.Methods in net.opengis.gml311.impl that return DerivedUnitTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDerivedUnitType()
DocumentRootImpl.getDerivedUnit()
Methods in net.opengis.gml311.impl with parameters of type DerivedUnitTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDerivedUnit
(DerivedUnitType newDerivedUnit, NotificationChain msgs) void
DocumentRootImpl.setDerivedUnit
(DerivedUnitType newDerivedUnit) -
Uses of DerivedUnitType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DerivedUnitTypeModifier and TypeMethodDescriptionGml311Switch.caseDerivedUnitType
(DerivedUnitType object) Returns the result of interpreting the object as an instance of 'Derived Unit Type'.boolean
Gml311Validator.validateDerivedUnitType
(DerivedUnitType derivedUnitType, DiagnosticChain diagnostics, Map<Object, Object> context)