Uses of Interface
net.opengis.gml311.GeodeticDatumRefType
Packages that use GeodeticDatumRefType
-
Uses of GeodeticDatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeodeticDatumRefTypeModifier and TypeMethodDescriptionGml311Factory.createGeodeticDatumRefType()
Returns a new object of class 'Geodetic Datum Ref Type'.DocumentRoot.getGeodeticDatumRef()
Returns the value of the 'Geodetic Datum Ref' containment reference.DocumentRoot.getUsesGeodeticDatum()
Returns the value of the 'Uses Geodetic Datum' containment reference.GeocentricCRSType.getUsesGeodeticDatum()
Returns the value of the 'Uses Geodetic Datum' containment reference.GeographicCRSType.getUsesGeodeticDatum()
Returns the value of the 'Uses Geodetic Datum' containment reference.Methods in net.opengis.gml311 with parameters of type GeodeticDatumRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setGeodeticDatumRef
(GeodeticDatumRefType value) Sets the value of the 'Geodetic Datum Ref
' containment reference.void
DocumentRoot.setUsesGeodeticDatum
(GeodeticDatumRefType value) Sets the value of the 'Uses Geodetic Datum
' containment reference.void
GeocentricCRSType.setUsesGeodeticDatum
(GeodeticDatumRefType value) Sets the value of the 'Uses Geodetic Datum
' containment reference.void
GeographicCRSType.setUsesGeodeticDatum
(GeodeticDatumRefType value) Sets the value of the 'Uses Geodetic Datum
' containment reference. -
Uses of GeodeticDatumRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeodeticDatumRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Geodetic Datum Ref Type'.Fields in net.opengis.gml311.impl declared as GeodeticDatumRefTypeModifier and TypeFieldDescriptionprotected GeodeticDatumRefType
GeocentricCRSTypeImpl.usesGeodeticDatum
The cached value of the 'Uses Geodetic Datum
' containment reference.protected GeodeticDatumRefType
GeographicCRSTypeImpl.usesGeodeticDatum
The cached value of the 'Uses Geodetic Datum
' containment reference.Methods in net.opengis.gml311.impl that return GeodeticDatumRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGeodeticDatumRefType()
DocumentRootImpl.getGeodeticDatumRef()
DocumentRootImpl.getUsesGeodeticDatum()
GeocentricCRSTypeImpl.getUsesGeodeticDatum()
GeographicCRSTypeImpl.getUsesGeodeticDatum()
Methods in net.opengis.gml311.impl with parameters of type GeodeticDatumRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetGeodeticDatumRef
(GeodeticDatumRefType newGeodeticDatumRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesGeodeticDatum
(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs) NotificationChain
GeocentricCRSTypeImpl.basicSetUsesGeodeticDatum
(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs) NotificationChain
GeographicCRSTypeImpl.basicSetUsesGeodeticDatum
(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs) void
DocumentRootImpl.setGeodeticDatumRef
(GeodeticDatumRefType newGeodeticDatumRef) void
DocumentRootImpl.setUsesGeodeticDatum
(GeodeticDatumRefType newUsesGeodeticDatum) void
GeocentricCRSTypeImpl.setUsesGeodeticDatum
(GeodeticDatumRefType newUsesGeodeticDatum) void
GeographicCRSTypeImpl.setUsesGeodeticDatum
(GeodeticDatumRefType newUsesGeodeticDatum) -
Uses of GeodeticDatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeodeticDatumRefTypeModifier and TypeMethodDescriptionGml311Switch.caseGeodeticDatumRefType
(GeodeticDatumRefType object) Returns the result of interpreting the object as an instance of 'Geodetic Datum Ref Type'.boolean
Gml311Validator.validateGeodeticDatumRefType
(GeodeticDatumRefType geodeticDatumRefType, DiagnosticChain diagnostics, Map<Object, Object> context)