Uses of Interface
net.opengis.gml311.BaseUnitType
-
Packages that use BaseUnitType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of BaseUnitType in net.opengis.gml311
Methods in net.opengis.gml311 that return BaseUnitType Modifier and Type Method Description BaseUnitTypeGml311Factory. createBaseUnitType()Returns a new object of class 'Base Unit Type'.BaseUnitTypeDocumentRoot. getBaseUnit()Returns the value of the 'Base Unit' containment reference.Methods in net.opengis.gml311 with parameters of type BaseUnitType Modifier and Type Method Description voidDocumentRoot. setBaseUnit(BaseUnitType value)Sets the value of the 'Base Unit' containment reference. -
Uses of BaseUnitType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement BaseUnitType Modifier and Type Class Description classBaseUnitTypeImplAn implementation of the model object 'Base Unit Type'.Methods in net.opengis.gml311.impl that return BaseUnitType Modifier and Type Method Description BaseUnitTypeGml311FactoryImpl. createBaseUnitType()BaseUnitTypeDocumentRootImpl. getBaseUnit()Methods in net.opengis.gml311.impl with parameters of type BaseUnitType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBaseUnit(BaseUnitType newBaseUnit, NotificationChain msgs)voidDocumentRootImpl. setBaseUnit(BaseUnitType newBaseUnit) -
Uses of BaseUnitType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type BaseUnitType Modifier and Type Method Description TGml311Switch. caseBaseUnitType(BaseUnitType object)Returns the result of interpreting the object as an instance of 'Base Unit Type'.booleanGml311Validator. validateBaseUnitType(BaseUnitType baseUnitType, DiagnosticChain diagnostics, Map<Object,Object> context)
-