Uses of Interface
net.opengis.gml311.TemporalDatumRefType
Packages that use TemporalDatumRefType
-
Uses of TemporalDatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalDatumRefTypeModifier and TypeMethodDescriptionGml311Factory.createTemporalDatumRefType()
Returns a new object of class 'Temporal Datum Ref Type'.DocumentRoot.getTemporalDatumRef()
Returns the value of the 'Temporal Datum Ref' containment reference.DocumentRoot.getUsesTemporalDatum()
Returns the value of the 'Uses Temporal Datum' containment reference.TemporalCRSType.getUsesTemporalDatum()
Returns the value of the 'Uses Temporal Datum' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalDatumRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTemporalDatumRef
(TemporalDatumRefType value) Sets the value of the 'Temporal Datum Ref
' containment reference.void
DocumentRoot.setUsesTemporalDatum
(TemporalDatumRefType value) Sets the value of the 'Uses Temporal Datum
' containment reference.void
TemporalCRSType.setUsesTemporalDatum
(TemporalDatumRefType value) Sets the value of the 'Uses Temporal Datum
' containment reference. -
Uses of TemporalDatumRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TemporalDatumRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Temporal Datum Ref Type'.Fields in net.opengis.gml311.impl declared as TemporalDatumRefTypeModifier and TypeFieldDescriptionprotected TemporalDatumRefType
TemporalCRSTypeImpl.usesTemporalDatum
The cached value of the 'Uses Temporal Datum
' containment reference.Methods in net.opengis.gml311.impl that return TemporalDatumRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTemporalDatumRefType()
DocumentRootImpl.getTemporalDatumRef()
DocumentRootImpl.getUsesTemporalDatum()
TemporalCRSTypeImpl.getUsesTemporalDatum()
Methods in net.opengis.gml311.impl with parameters of type TemporalDatumRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTemporalDatumRef
(TemporalDatumRefType newTemporalDatumRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesTemporalDatum
(TemporalDatumRefType newUsesTemporalDatum, NotificationChain msgs) NotificationChain
TemporalCRSTypeImpl.basicSetUsesTemporalDatum
(TemporalDatumRefType newUsesTemporalDatum, NotificationChain msgs) void
DocumentRootImpl.setTemporalDatumRef
(TemporalDatumRefType newTemporalDatumRef) void
DocumentRootImpl.setUsesTemporalDatum
(TemporalDatumRefType newUsesTemporalDatum) void
TemporalCRSTypeImpl.setUsesTemporalDatum
(TemporalDatumRefType newUsesTemporalDatum) -
Uses of TemporalDatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TemporalDatumRefTypeModifier and TypeMethodDescriptionGml311Switch.caseTemporalDatumRefType
(TemporalDatumRefType object) Returns the result of interpreting the object as an instance of 'Temporal Datum Ref Type'.boolean
Gml311Validator.validateTemporalDatumRefType
(TemporalDatumRefType temporalDatumRefType, DiagnosticChain diagnostics, Map<Object, Object> context)