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