Uses of Interface
net.opengis.gml311.ConventionalUnitType
Packages that use ConventionalUnitType
-
Uses of ConventionalUnitType in net.opengis.gml311
Methods in net.opengis.gml311 that return ConventionalUnitTypeModifier and TypeMethodDescriptionGml311Factory.createConventionalUnitType()
Returns a new object of class 'Conventional Unit Type'.DocumentRoot.getConventionalUnit()
Returns the value of the 'Conventional Unit' containment reference.Methods in net.opengis.gml311 with parameters of type ConventionalUnitTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setConventionalUnit
(ConventionalUnitType value) Sets the value of the 'Conventional Unit
' containment reference. -
Uses of ConventionalUnitType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ConventionalUnitTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Conventional Unit Type'.Methods in net.opengis.gml311.impl that return ConventionalUnitTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createConventionalUnitType()
DocumentRootImpl.getConventionalUnit()
Methods in net.opengis.gml311.impl with parameters of type ConventionalUnitTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetConventionalUnit
(ConventionalUnitType newConventionalUnit, NotificationChain msgs) void
DocumentRootImpl.setConventionalUnit
(ConventionalUnitType newConventionalUnit) -
Uses of ConventionalUnitType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ConventionalUnitTypeModifier and TypeMethodDescriptionGml311Switch.caseConventionalUnitType
(ConventionalUnitType object) Returns the result of interpreting the object as an instance of 'Conventional Unit Type'.boolean
Gml311Validator.validateConventionalUnitType
(ConventionalUnitType conventionalUnitType, DiagnosticChain diagnostics, Map<Object, Object> context)