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 interface
AbstractDatumType
A representation of the model object 'Abstract Datum Type'.interface
EngineeringDatumType
A representation of the model object 'Engineering Datum Type'.interface
GeodeticDatumType
A representation of the model object 'Geodetic Datum Type'.interface
ImageDatumType
A representation of the model object 'Image Datum Type'.interface
TemporalDatumBaseType
A representation of the model object 'Temporal Datum Base Type'.interface
TemporalDatumType
A representation of the model object 'Temporal Datum Type'.interface
VerticalDatumType
A 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 class
AbstractDatumBaseTypeImpl
An implementation of the model object 'Abstract Datum Base Type'.class
AbstractDatumTypeImpl
An implementation of the model object 'Abstract Datum Type'.class
EngineeringDatumTypeImpl
An implementation of the model object 'Engineering Datum Type'.class
GeodeticDatumTypeImpl
An implementation of the model object 'Geodetic Datum Type'.class
ImageDatumTypeImpl
An implementation of the model object 'Image Datum Type'.class
TemporalDatumBaseTypeImpl
An implementation of the model object 'Temporal Datum Base Type'.class
TemporalDatumTypeImpl
An implementation of the model object 'Temporal Datum Type'.class
VerticalDatumTypeImpl
An 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 T
Gml311Switch. caseAbstractDatumBaseType(AbstractDatumBaseType object)
Returns the result of interpreting the object as an instance of 'Abstract Datum Base Type'.boolean
Gml311Validator. validateAbstractDatumBaseType(AbstractDatumBaseType abstractDatumBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-