Uses of Interface
net.opengis.gml311.EngineeringDatumType
-
Packages that use EngineeringDatumType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EngineeringDatumType in net.opengis.gml311
Methods in net.opengis.gml311 that return EngineeringDatumType Modifier and Type Method Description EngineeringDatumType
Gml311Factory. createEngineeringDatumType()
Returns a new object of class 'Engineering Datum Type'.EngineeringDatumType
DocumentRoot. getEngineeringDatum()
Returns the value of the 'Engineering Datum' containment reference.EngineeringDatumType
EngineeringDatumRefType. getEngineeringDatum()
Returns the value of the 'Engineering Datum' containment reference.Methods in net.opengis.gml311 with parameters of type EngineeringDatumType Modifier and Type Method Description void
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 EngineeringDatumType Modifier and Type Class Description class
EngineeringDatumTypeImpl
An implementation of the model object 'Engineering Datum Type'.Fields in net.opengis.gml311.impl declared as EngineeringDatumType Modifier and Type Field Description protected EngineeringDatumType
EngineeringDatumRefTypeImpl. engineeringDatum
The cached value of the 'Engineering Datum
' containment reference.Methods in net.opengis.gml311.impl that return EngineeringDatumType Modifier and Type Method Description EngineeringDatumType
Gml311FactoryImpl. createEngineeringDatumType()
EngineeringDatumType
DocumentRootImpl. getEngineeringDatum()
EngineeringDatumType
EngineeringDatumRefTypeImpl. getEngineeringDatum()
Methods in net.opengis.gml311.impl with parameters of type EngineeringDatumType Modifier and Type Method Description NotificationChain
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 EngineeringDatumType Modifier and Type Method Description T
Gml311Switch. 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)
-