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 interface
BaseUnitType
A representation of the model object 'Base Unit Type'.interface
ConventionalUnitType
A representation of the model object 'Conventional Unit Type'.interface
DerivedUnitType
A representation of the model object 'Derived Unit Type'.Methods in net.opengis.gml311 that return UnitDefinitionType Modifier and Type Method Description UnitDefinitionType
Gml311Factory. createUnitDefinitionType()
Returns a new object of class 'Unit Definition Type'.UnitDefinitionType
DocumentRoot. 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 void
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 UnitDefinitionType Modifier and Type Class Description class
BaseUnitTypeImpl
An implementation of the model object 'Base Unit Type'.class
ConventionalUnitTypeImpl
An implementation of the model object 'Conventional Unit Type'.class
DerivedUnitTypeImpl
An implementation of the model object 'Derived Unit Type'.class
UnitDefinitionTypeImpl
An implementation of the model object 'Unit Definition Type'.Methods in net.opengis.gml311.impl that return UnitDefinitionType Modifier and Type Method Description UnitDefinitionType
Gml311FactoryImpl. createUnitDefinitionType()
UnitDefinitionType
DocumentRootImpl. getUnitDefinition()
Methods in net.opengis.gml311.impl with parameters of type UnitDefinitionType Modifier and Type Method Description NotificationChain
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 UnitDefinitionType Modifier and Type Method Description T
Gml311Switch. 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)
-