Uses of Interface
net.opengis.gml311.EngineeringDatumRefType
Packages that use EngineeringDatumRefType
-
Uses of EngineeringDatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return EngineeringDatumRefTypeModifier and TypeMethodDescriptionGml311Factory.createEngineeringDatumRefType()
Returns a new object of class 'Engineering Datum Ref Type'.DocumentRoot.getEngineeringDatumRef()
Returns the value of the 'Engineering Datum Ref' containment reference.DocumentRoot.getUsesEngineeringDatum()
Returns the value of the 'Uses Engineering Datum' containment reference.EngineeringCRSType.getUsesEngineeringDatum()
Returns the value of the 'Uses Engineering Datum' containment reference.Methods in net.opengis.gml311 with parameters of type EngineeringDatumRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setEngineeringDatumRef
(EngineeringDatumRefType value) Sets the value of the 'Engineering Datum Ref
' containment reference.void
DocumentRoot.setUsesEngineeringDatum
(EngineeringDatumRefType value) Sets the value of the 'Uses Engineering Datum
' containment reference.void
EngineeringCRSType.setUsesEngineeringDatum
(EngineeringDatumRefType value) Sets the value of the 'Uses Engineering Datum
' containment reference. -
Uses of EngineeringDatumRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EngineeringDatumRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Engineering Datum Ref Type'.Fields in net.opengis.gml311.impl declared as EngineeringDatumRefTypeModifier and TypeFieldDescriptionprotected EngineeringDatumRefType
EngineeringCRSTypeImpl.usesEngineeringDatum
The cached value of the 'Uses Engineering Datum
' containment reference.Methods in net.opengis.gml311.impl that return EngineeringDatumRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createEngineeringDatumRefType()
DocumentRootImpl.getEngineeringDatumRef()
DocumentRootImpl.getUsesEngineeringDatum()
EngineeringCRSTypeImpl.getUsesEngineeringDatum()
Methods in net.opengis.gml311.impl with parameters of type EngineeringDatumRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetEngineeringDatumRef
(EngineeringDatumRefType newEngineeringDatumRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesEngineeringDatum
(EngineeringDatumRefType newUsesEngineeringDatum, NotificationChain msgs) NotificationChain
EngineeringCRSTypeImpl.basicSetUsesEngineeringDatum
(EngineeringDatumRefType newUsesEngineeringDatum, NotificationChain msgs) void
DocumentRootImpl.setEngineeringDatumRef
(EngineeringDatumRefType newEngineeringDatumRef) void
DocumentRootImpl.setUsesEngineeringDatum
(EngineeringDatumRefType newUsesEngineeringDatum) void
EngineeringCRSTypeImpl.setUsesEngineeringDatum
(EngineeringDatumRefType newUsesEngineeringDatum) -
Uses of EngineeringDatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EngineeringDatumRefTypeModifier and TypeMethodDescriptionGml311Switch.caseEngineeringDatumRefType
(EngineeringDatumRefType object) Returns the result of interpreting the object as an instance of 'Engineering Datum Ref Type'.boolean
Gml311Validator.validateEngineeringDatumRefType
(EngineeringDatumRefType engineeringDatumRefType, DiagnosticChain diagnostics, Map<Object, Object> context)