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 DerivedUnitTypeGml311Factory. createDerivedUnitType()Returns a new object of class 'Derived Unit Type'.DerivedUnitTypeDocumentRoot. 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 voidDocumentRoot. 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 classDerivedUnitTypeImplAn implementation of the model object 'Derived Unit Type'.Methods in net.opengis.gml311.impl that return DerivedUnitType Modifier and Type Method Description DerivedUnitTypeGml311FactoryImpl. createDerivedUnitType()DerivedUnitTypeDocumentRootImpl. getDerivedUnit()Methods in net.opengis.gml311.impl with parameters of type DerivedUnitType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDerivedUnit(DerivedUnitType newDerivedUnit, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseDerivedUnitType(DerivedUnitType object)Returns the result of interpreting the object as an instance of 'Derived Unit Type'.booleanGml311Validator. validateDerivedUnitType(DerivedUnitType derivedUnitType, DiagnosticChain diagnostics, Map<Object,Object> context)
-