Uses of Interface
net.opengis.gml311.TemporalDatumBaseType
-
Packages that use TemporalDatumBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TemporalDatumBaseType in net.opengis.gml311
Subinterfaces of TemporalDatumBaseType in net.opengis.gml311 Modifier and Type Interface Description interface
TemporalDatumType
A representation of the model object 'Temporal Datum Type'. -
Uses of TemporalDatumBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TemporalDatumBaseType Modifier and Type Class Description class
TemporalDatumBaseTypeImpl
An implementation of the model object 'Temporal Datum Base Type'.class
TemporalDatumTypeImpl
An implementation of the model object 'Temporal Datum Type'. -
Uses of TemporalDatumBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TemporalDatumBaseType Modifier and Type Method Description T
Gml311Switch. caseTemporalDatumBaseType(TemporalDatumBaseType object)
Returns the result of interpreting the object as an instance of 'Temporal Datum Base Type'.boolean
Gml311Validator. validateTemporalDatumBaseType(TemporalDatumBaseType temporalDatumBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-