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