Uses of Interface
net.opengis.gml311.DatumRefType
Packages that use DatumRefType
-
Uses of DatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return DatumRefTypeModifier and TypeMethodDescriptionGml311Factory.createDatumRefType()
Returns a new object of class 'Datum Ref Type'.DocumentRoot.getDatumRef()
Returns the value of the 'Datum Ref' containment reference.Methods in net.opengis.gml311 with parameters of type DatumRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDatumRef
(DatumRefType value) Sets the value of the 'Datum Ref
' containment reference. -
Uses of DatumRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DatumRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Datum Ref Type'.Methods in net.opengis.gml311.impl that return DatumRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDatumRefType()
DocumentRootImpl.getDatumRef()
Methods in net.opengis.gml311.impl with parameters of type DatumRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDatumRef
(DatumRefType newDatumRef, NotificationChain msgs) void
DocumentRootImpl.setDatumRef
(DatumRefType newDatumRef) -
Uses of DatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DatumRefTypeModifier and TypeMethodDescriptionGml311Switch.caseDatumRefType
(DatumRefType object) Returns the result of interpreting the object as an instance of 'Datum Ref Type'.boolean
Gml311Validator.validateDatumRefType
(DatumRefType datumRefType, DiagnosticChain diagnostics, Map<Object, Object> context)