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 EngineeringDatumTypeGml311Factory. createEngineeringDatumType()Returns a new object of class 'Engineering Datum Type'.EngineeringDatumTypeDocumentRoot. getEngineeringDatum()Returns the value of the 'Engineering Datum' containment reference.EngineeringDatumTypeEngineeringDatumRefType. 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 voidDocumentRoot. setEngineeringDatum(EngineeringDatumType value)Sets the value of the 'Engineering Datum' containment reference.voidEngineeringDatumRefType. 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 classEngineeringDatumTypeImplAn implementation of the model object 'Engineering Datum Type'.Fields in net.opengis.gml311.impl declared as EngineeringDatumType Modifier and Type Field Description protected EngineeringDatumTypeEngineeringDatumRefTypeImpl. engineeringDatumThe cached value of the 'Engineering Datum' containment reference.Methods in net.opengis.gml311.impl that return EngineeringDatumType Modifier and Type Method Description EngineeringDatumTypeGml311FactoryImpl. createEngineeringDatumType()EngineeringDatumTypeDocumentRootImpl. getEngineeringDatum()EngineeringDatumTypeEngineeringDatumRefTypeImpl. getEngineeringDatum()Methods in net.opengis.gml311.impl with parameters of type EngineeringDatumType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEngineeringDatum(EngineeringDatumType newEngineeringDatum, NotificationChain msgs)NotificationChainEngineeringDatumRefTypeImpl. basicSetEngineeringDatum(EngineeringDatumType newEngineeringDatum, NotificationChain msgs)voidDocumentRootImpl. setEngineeringDatum(EngineeringDatumType newEngineeringDatum)voidEngineeringDatumRefTypeImpl. 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 TGml311Switch. caseEngineeringDatumType(EngineeringDatumType object)Returns the result of interpreting the object as an instance of 'Engineering Datum Type'.booleanGml311Validator. validateEngineeringDatumType(EngineeringDatumType engineeringDatumType, DiagnosticChain diagnostics, Map<Object,Object> context)
-