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