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 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'.Methods in net.opengis.gml311 that return AbstractDatumType Modifier and Type Method Description AbstractDatumType
DatumRefType. getDatum()
Returns the value of the 'Datum' containment reference.AbstractDatumType
DocumentRoot. 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 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'.Methods in net.opengis.gml311.impl that return AbstractDatumType Modifier and Type Method Description AbstractDatumType
DatumRefTypeImpl. getDatum()
AbstractDatumType
DocumentRootImpl. getDatum()
Methods in net.opengis.gml311.impl with parameters of type AbstractDatumType Modifier and Type Method Description NotificationChain
DatumRefTypeImpl. basicSetDatum(AbstractDatumType newDatum, NotificationChain msgs)
NotificationChain
DocumentRootImpl. 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 T
Gml311Switch. caseAbstractDatumType(AbstractDatumType object)
Returns the result of interpreting the object as an instance of 'Abstract Datum Type'.boolean
Gml311Validator. validateAbstractDatumType(AbstractDatumType abstractDatumType, DiagnosticChain diagnostics, Map<Object,Object> context)
-