Uses of Interface
net.opengis.gml311.AbstractDatumType
-
Packages that use AbstractDatumType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractDatumType in net.opengis.gml311
Subinterfaces of AbstractDatumType in net.opengis.gml311 Modifier and Type Interface Description interfaceEngineeringDatumTypeA representation of the model object 'Engineering Datum Type'.interfaceGeodeticDatumTypeA representation of the model object 'Geodetic Datum Type'.interfaceImageDatumTypeA representation of the model object 'Image Datum Type'.interfaceTemporalDatumBaseTypeA representation of the model object 'Temporal Datum Base Type'.interfaceTemporalDatumTypeA representation of the model object 'Temporal Datum Type'.interfaceVerticalDatumTypeA representation of the model object 'Vertical Datum Type'.Methods in net.opengis.gml311 that return AbstractDatumType Modifier and Type Method Description AbstractDatumTypeDatumRefType. getDatum()Returns the value of the 'Datum' containment reference.AbstractDatumTypeDocumentRoot. getDatum()Returns the value of the 'Datum' containment reference. -
Uses of AbstractDatumType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractDatumType Modifier and Type Class Description classAbstractDatumTypeImplAn implementation of the model object 'Abstract Datum Type'.classEngineeringDatumTypeImplAn implementation of the model object 'Engineering Datum Type'.classGeodeticDatumTypeImplAn implementation of the model object 'Geodetic Datum Type'.classImageDatumTypeImplAn implementation of the model object 'Image Datum Type'.classTemporalDatumBaseTypeImplAn implementation of the model object 'Temporal Datum Base Type'.classTemporalDatumTypeImplAn implementation of the model object 'Temporal Datum Type'.classVerticalDatumTypeImplAn implementation of the model object 'Vertical Datum Type'.Methods in net.opengis.gml311.impl that return AbstractDatumType Modifier and Type Method Description AbstractDatumTypeDatumRefTypeImpl. getDatum()AbstractDatumTypeDocumentRootImpl. getDatum()Methods in net.opengis.gml311.impl with parameters of type AbstractDatumType Modifier and Type Method Description NotificationChainDatumRefTypeImpl. basicSetDatum(AbstractDatumType newDatum, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDatum(AbstractDatumType newDatum, NotificationChain msgs) -
Uses of AbstractDatumType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractDatumType Modifier and Type Method Description TGml311Switch. caseAbstractDatumType(AbstractDatumType object)Returns the result of interpreting the object as an instance of 'Abstract Datum Type'.booleanGml311Validator. validateAbstractDatumType(AbstractDatumType abstractDatumType, DiagnosticChain diagnostics, Map<Object,Object> context)
-