Uses of Interface
net.opengis.gml311.SpeedType
-
Packages that use SpeedType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SpeedType in net.opengis.gml311
Methods in net.opengis.gml311 that return SpeedType Modifier and Type Method Description SpeedType
Gml311Factory. createSpeedType()
Returns a new object of class 'Speed Type'. -
Uses of SpeedType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SpeedType Modifier and Type Class Description class
SpeedTypeImpl
An implementation of the model object 'Speed Type'.Methods in net.opengis.gml311.impl that return SpeedType Modifier and Type Method Description SpeedType
Gml311FactoryImpl. createSpeedType()
-
Uses of SpeedType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SpeedType Modifier and Type Method Description T
Gml311Switch. caseSpeedType(SpeedType object)
Returns the result of interpreting the object as an instance of 'Speed Type'.boolean
Gml311Validator. validateSpeedType(SpeedType speedType, DiagnosticChain diagnostics, Map<Object,Object> context)
-