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 TemporalDatumRefTypeGml311Factory. createTemporalDatumRefType()Returns a new object of class 'Temporal Datum Ref Type'.TemporalDatumRefTypeDocumentRoot. getTemporalDatumRef()Returns the value of the 'Temporal Datum Ref' containment reference.TemporalDatumRefTypeDocumentRoot. getUsesTemporalDatum()Returns the value of the 'Uses Temporal Datum' containment reference.TemporalDatumRefTypeTemporalCRSType. 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 voidDocumentRoot. setTemporalDatumRef(TemporalDatumRefType value)Sets the value of the 'Temporal Datum Ref' containment reference.voidDocumentRoot. setUsesTemporalDatum(TemporalDatumRefType value)Sets the value of the 'Uses Temporal Datum' containment reference.voidTemporalCRSType. 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 classTemporalDatumRefTypeImplAn implementation of the model object 'Temporal Datum Ref Type'.Fields in net.opengis.gml311.impl declared as TemporalDatumRefType Modifier and Type Field Description protected TemporalDatumRefTypeTemporalCRSTypeImpl. usesTemporalDatumThe cached value of the 'Uses Temporal Datum' containment reference.Methods in net.opengis.gml311.impl that return TemporalDatumRefType Modifier and Type Method Description TemporalDatumRefTypeGml311FactoryImpl. createTemporalDatumRefType()TemporalDatumRefTypeDocumentRootImpl. getTemporalDatumRef()TemporalDatumRefTypeDocumentRootImpl. getUsesTemporalDatum()TemporalDatumRefTypeTemporalCRSTypeImpl. getUsesTemporalDatum()Methods in net.opengis.gml311.impl with parameters of type TemporalDatumRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTemporalDatumRef(TemporalDatumRefType newTemporalDatumRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesTemporalDatum(TemporalDatumRefType newUsesTemporalDatum, NotificationChain msgs)NotificationChainTemporalCRSTypeImpl. basicSetUsesTemporalDatum(TemporalDatumRefType newUsesTemporalDatum, NotificationChain msgs)voidDocumentRootImpl. setTemporalDatumRef(TemporalDatumRefType newTemporalDatumRef)voidDocumentRootImpl. setUsesTemporalDatum(TemporalDatumRefType newUsesTemporalDatum)voidTemporalCRSTypeImpl. 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 TGml311Switch. caseTemporalDatumRefType(TemporalDatumRefType object)Returns the result of interpreting the object as an instance of 'Temporal Datum Ref Type'.booleanGml311Validator. validateTemporalDatumRefType(TemporalDatumRefType temporalDatumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-