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 ConventionalUnitTypeGml311Factory. createConventionalUnitType()Returns a new object of class 'Conventional Unit Type'.ConventionalUnitTypeDocumentRoot. 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 voidDocumentRoot. 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 classConventionalUnitTypeImplAn implementation of the model object 'Conventional Unit Type'.Methods in net.opengis.gml311.impl that return ConventionalUnitType Modifier and Type Method Description ConventionalUnitTypeGml311FactoryImpl. createConventionalUnitType()ConventionalUnitTypeDocumentRootImpl. getConventionalUnit()Methods in net.opengis.gml311.impl with parameters of type ConventionalUnitType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetConventionalUnit(ConventionalUnitType newConventionalUnit, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseConventionalUnitType(ConventionalUnitType object)Returns the result of interpreting the object as an instance of 'Conventional Unit Type'.booleanGml311Validator. validateConventionalUnitType(ConventionalUnitType conventionalUnitType, DiagnosticChain diagnostics, Map<Object,Object> context)
-