Uses of Interface
net.opengis.gml311.EngineeringDatumType
Packages that use EngineeringDatumType
-
Uses of EngineeringDatumType in net.opengis.gml311
Methods in net.opengis.gml311 that return EngineeringDatumTypeModifier and TypeMethodDescriptionGml311Factory.createEngineeringDatumType()
Returns a new object of class 'Engineering Datum Type'.DocumentRoot.getEngineeringDatum()
Returns the value of the 'Engineering Datum' containment reference.EngineeringDatumRefType.getEngineeringDatum()
Returns the value of the 'Engineering Datum' containment reference.Methods in net.opengis.gml311 with parameters of type EngineeringDatumTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setEngineeringDatum
(EngineeringDatumType value) Sets the value of the 'Engineering Datum
' containment reference.void
EngineeringDatumRefType.setEngineeringDatum
(EngineeringDatumType value) Sets the value of the 'Engineering Datum
' containment reference. -
Uses of EngineeringDatumType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EngineeringDatumTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Engineering Datum Type'.Fields in net.opengis.gml311.impl declared as EngineeringDatumTypeModifier and TypeFieldDescriptionprotected EngineeringDatumType
EngineeringDatumRefTypeImpl.engineeringDatum
The cached value of the 'Engineering Datum
' containment reference.Methods in net.opengis.gml311.impl that return EngineeringDatumTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createEngineeringDatumType()
DocumentRootImpl.getEngineeringDatum()
EngineeringDatumRefTypeImpl.getEngineeringDatum()
Methods in net.opengis.gml311.impl with parameters of type EngineeringDatumTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetEngineeringDatum
(EngineeringDatumType newEngineeringDatum, NotificationChain msgs) NotificationChain
EngineeringDatumRefTypeImpl.basicSetEngineeringDatum
(EngineeringDatumType newEngineeringDatum, NotificationChain msgs) void
DocumentRootImpl.setEngineeringDatum
(EngineeringDatumType newEngineeringDatum) void
EngineeringDatumRefTypeImpl.setEngineeringDatum
(EngineeringDatumType newEngineeringDatum) -
Uses of EngineeringDatumType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EngineeringDatumTypeModifier and TypeMethodDescriptionGml311Switch.caseEngineeringDatumType
(EngineeringDatumType object) Returns the result of interpreting the object as an instance of 'Engineering Datum Type'.boolean
Gml311Validator.validateEngineeringDatumType
(EngineeringDatumType engineeringDatumType, DiagnosticChain diagnostics, Map<Object, Object> context)