Uses of Interface
net.opengis.gml311.TemporalDatumType
-
Packages that use TemporalDatumType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TemporalDatumType in net.opengis.gml311
Methods in net.opengis.gml311 that return TemporalDatumType Modifier and Type Method Description TemporalDatumType
Gml311Factory. createTemporalDatumType()
Returns a new object of class 'Temporal Datum Type'.TemporalDatumType
DocumentRoot. getTemporalDatum()
Returns the value of the 'Temporal Datum' containment reference.TemporalDatumType
TemporalDatumRefType. getTemporalDatum()
Returns the value of the 'Temporal Datum' containment reference.Methods in net.opengis.gml311 with parameters of type TemporalDatumType Modifier and Type Method Description void
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 TemporalDatumType Modifier and Type Class Description class
TemporalDatumTypeImpl
An implementation of the model object 'Temporal Datum Type'.Fields in net.opengis.gml311.impl declared as TemporalDatumType Modifier and Type Field Description protected TemporalDatumType
TemporalDatumRefTypeImpl. temporalDatum
The cached value of the 'Temporal Datum
' containment reference.Methods in net.opengis.gml311.impl that return TemporalDatumType Modifier and Type Method Description TemporalDatumType
Gml311FactoryImpl. createTemporalDatumType()
TemporalDatumType
DocumentRootImpl. getTemporalDatum()
TemporalDatumType
TemporalDatumRefTypeImpl. getTemporalDatum()
Methods in net.opengis.gml311.impl with parameters of type TemporalDatumType Modifier and Type Method Description NotificationChain
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 TemporalDatumType Modifier and Type Method Description T
Gml311Switch. 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)
-