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 TemporalDatumTypeGml311Factory. createTemporalDatumType()Returns a new object of class 'Temporal Datum Type'.TemporalDatumTypeDocumentRoot. getTemporalDatum()Returns the value of the 'Temporal Datum' containment reference.TemporalDatumTypeTemporalDatumRefType. 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 voidDocumentRoot. setTemporalDatum(TemporalDatumType value)Sets the value of the 'Temporal Datum' containment reference.voidTemporalDatumRefType. 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 classTemporalDatumTypeImplAn implementation of the model object 'Temporal Datum Type'.Fields in net.opengis.gml311.impl declared as TemporalDatumType Modifier and Type Field Description protected TemporalDatumTypeTemporalDatumRefTypeImpl. temporalDatumThe cached value of the 'Temporal Datum' containment reference.Methods in net.opengis.gml311.impl that return TemporalDatumType Modifier and Type Method Description TemporalDatumTypeGml311FactoryImpl. createTemporalDatumType()TemporalDatumTypeDocumentRootImpl. getTemporalDatum()TemporalDatumTypeTemporalDatumRefTypeImpl. getTemporalDatum()Methods in net.opengis.gml311.impl with parameters of type TemporalDatumType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTemporalDatum(TemporalDatumType newTemporalDatum, NotificationChain msgs)NotificationChainTemporalDatumRefTypeImpl. basicSetTemporalDatum(TemporalDatumType newTemporalDatum, NotificationChain msgs)voidDocumentRootImpl. setTemporalDatum(TemporalDatumType newTemporalDatum)voidTemporalDatumRefTypeImpl. 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 TGml311Switch. caseTemporalDatumType(TemporalDatumType object)Returns the result of interpreting the object as an instance of 'Temporal Datum Type'.booleanGml311Validator. validateTemporalDatumType(TemporalDatumType temporalDatumType, DiagnosticChain diagnostics, Map<Object,Object> context)
-