Uses of Interface
net.opengis.gml311.AbstractDatumBaseType
-
Packages that use AbstractDatumBaseType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractDatumBaseType in net.opengis.gml311
Subinterfaces of AbstractDatumBaseType in net.opengis.gml311 Modifier and Type Interface Description interfaceAbstractDatumTypeA representation of the model object 'Abstract Datum Type'.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'. -
Uses of AbstractDatumBaseType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractDatumBaseType Modifier and Type Class Description classAbstractDatumBaseTypeImplAn implementation of the model object 'Abstract Datum Base Type'.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'. -
Uses of AbstractDatumBaseType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractDatumBaseType Modifier and Type Method Description TGml311Switch. caseAbstractDatumBaseType(AbstractDatumBaseType object)Returns the result of interpreting the object as an instance of 'Abstract Datum Base Type'.booleanGml311Validator. validateAbstractDatumBaseType(AbstractDatumBaseType abstractDatumBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-