Uses of Interface
net.opengis.gml311.EngineeringDatumRefType
-
Packages that use EngineeringDatumRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of EngineeringDatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return EngineeringDatumRefType Modifier and Type Method Description EngineeringDatumRefTypeGml311Factory. createEngineeringDatumRefType()Returns a new object of class 'Engineering Datum Ref Type'.EngineeringDatumRefTypeDocumentRoot. getEngineeringDatumRef()Returns the value of the 'Engineering Datum Ref' containment reference.EngineeringDatumRefTypeDocumentRoot. getUsesEngineeringDatum()Returns the value of the 'Uses Engineering Datum' containment reference.EngineeringDatumRefTypeEngineeringCRSType. getUsesEngineeringDatum()Returns the value of the 'Uses Engineering Datum' containment reference.Methods in net.opengis.gml311 with parameters of type EngineeringDatumRefType Modifier and Type Method Description voidDocumentRoot. setEngineeringDatumRef(EngineeringDatumRefType value)Sets the value of the 'Engineering Datum Ref' containment reference.voidDocumentRoot. setUsesEngineeringDatum(EngineeringDatumRefType value)Sets the value of the 'Uses Engineering Datum' containment reference.voidEngineeringCRSType. 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 EngineeringDatumRefType Modifier and Type Class Description classEngineeringDatumRefTypeImplAn implementation of the model object 'Engineering Datum Ref Type'.Fields in net.opengis.gml311.impl declared as EngineeringDatumRefType Modifier and Type Field Description protected EngineeringDatumRefTypeEngineeringCRSTypeImpl. usesEngineeringDatumThe cached value of the 'Uses Engineering Datum' containment reference.Methods in net.opengis.gml311.impl that return EngineeringDatumRefType Modifier and Type Method Description EngineeringDatumRefTypeGml311FactoryImpl. createEngineeringDatumRefType()EngineeringDatumRefTypeDocumentRootImpl. getEngineeringDatumRef()EngineeringDatumRefTypeDocumentRootImpl. getUsesEngineeringDatum()EngineeringDatumRefTypeEngineeringCRSTypeImpl. getUsesEngineeringDatum()Methods in net.opengis.gml311.impl with parameters of type EngineeringDatumRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetEngineeringDatumRef(EngineeringDatumRefType newEngineeringDatumRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesEngineeringDatum(EngineeringDatumRefType newUsesEngineeringDatum, NotificationChain msgs)NotificationChainEngineeringCRSTypeImpl. basicSetUsesEngineeringDatum(EngineeringDatumRefType newUsesEngineeringDatum, NotificationChain msgs)voidDocumentRootImpl. setEngineeringDatumRef(EngineeringDatumRefType newEngineeringDatumRef)voidDocumentRootImpl. setUsesEngineeringDatum(EngineeringDatumRefType newUsesEngineeringDatum)voidEngineeringCRSTypeImpl. setUsesEngineeringDatum(EngineeringDatumRefType newUsesEngineeringDatum) -
Uses of EngineeringDatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EngineeringDatumRefType Modifier and Type Method Description TGml311Switch. caseEngineeringDatumRefType(EngineeringDatumRefType object)Returns the result of interpreting the object as an instance of 'Engineering Datum Ref Type'.booleanGml311Validator. validateEngineeringDatumRefType(EngineeringDatumRefType engineeringDatumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-