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 BaseUnitType
Gml311Factory. createBaseUnitType()
Returns a new object of class 'Base Unit Type'.BaseUnitType
DocumentRoot. 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 void
DocumentRoot. 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 class
BaseUnitTypeImpl
An implementation of the model object 'Base Unit Type'.Methods in net.opengis.gml311.impl that return BaseUnitType Modifier and Type Method Description BaseUnitType
Gml311FactoryImpl. createBaseUnitType()
BaseUnitType
DocumentRootImpl. getBaseUnit()
Methods in net.opengis.gml311.impl with parameters of type BaseUnitType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetBaseUnit(BaseUnitType newBaseUnit, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseBaseUnitType(BaseUnitType object)
Returns the result of interpreting the object as an instance of 'Base Unit Type'.boolean
Gml311Validator. validateBaseUnitType(BaseUnitType baseUnitType, DiagnosticChain diagnostics, Map<Object,Object> context)
-