Uses of Interface
net.opengis.gml311.TemporalDatumType
Packages that use TemporalDatumType
-
Uses of TemporalDatumType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalDatumTypeModifier and TypeMethodDescriptionGml311Factory.createTemporalDatumType()
Returns a new object of class 'Temporal Datum Type'.DocumentRoot.getTemporalDatum()
Returns the value of the 'Temporal Datum' containment reference.TemporalDatumRefType.getTemporalDatum()
Returns the value of the 'Temporal Datum' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalDatumTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTemporalDatum
(TemporalDatumType value) Sets the value of the 'Temporal Datum
' containment reference.void
TemporalDatumRefType.setTemporalDatum
(TemporalDatumType value) Sets the value of the 'Temporal Datum
' containment reference. -
Uses of TemporalDatumType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TemporalDatumTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Temporal Datum Type'.Fields in net.opengis.gml311.impl declared as TemporalDatumTypeModifier and TypeFieldDescriptionprotected TemporalDatumType
TemporalDatumRefTypeImpl.temporalDatum
The cached value of the 'Temporal Datum
' containment reference.Methods in net.opengis.gml311.impl that return TemporalDatumTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTemporalDatumType()
DocumentRootImpl.getTemporalDatum()
TemporalDatumRefTypeImpl.getTemporalDatum()
Methods in net.opengis.gml311.impl with parameters of type TemporalDatumTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTemporalDatum
(TemporalDatumType newTemporalDatum, NotificationChain msgs) NotificationChain
TemporalDatumRefTypeImpl.basicSetTemporalDatum
(TemporalDatumType newTemporalDatum, NotificationChain msgs) void
DocumentRootImpl.setTemporalDatum
(TemporalDatumType newTemporalDatum) void
TemporalDatumRefTypeImpl.setTemporalDatum
(TemporalDatumType newTemporalDatum) -
Uses of TemporalDatumType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TemporalDatumTypeModifier and TypeMethodDescriptionGml311Switch.caseTemporalDatumType
(TemporalDatumType object) Returns the result of interpreting the object as an instance of 'Temporal Datum Type'.boolean
Gml311Validator.validateTemporalDatumType
(TemporalDatumType temporalDatumType, DiagnosticChain diagnostics, Map<Object, Object> context)