Uses of Interface
net.opengis.gml311.DerivedUnitType
-
Packages that use DerivedUnitType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DerivedUnitType in net.opengis.gml311
Methods in net.opengis.gml311 that return DerivedUnitType Modifier and Type Method Description DerivedUnitType
Gml311Factory. createDerivedUnitType()
Returns a new object of class 'Derived Unit Type'.DerivedUnitType
DocumentRoot. getDerivedUnit()
Returns the value of the 'Derived Unit' containment reference.Methods in net.opengis.gml311 with parameters of type DerivedUnitType Modifier and Type Method Description void
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 DerivedUnitType Modifier and Type Class Description class
DerivedUnitTypeImpl
An implementation of the model object 'Derived Unit Type'.Methods in net.opengis.gml311.impl that return DerivedUnitType Modifier and Type Method Description DerivedUnitType
Gml311FactoryImpl. createDerivedUnitType()
DerivedUnitType
DocumentRootImpl. getDerivedUnit()
Methods in net.opengis.gml311.impl with parameters of type DerivedUnitType Modifier and Type Method Description NotificationChain
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 DerivedUnitType Modifier and Type Method Description T
Gml311Switch. 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)
-