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 EngineeringDatumRefType
Gml311Factory. createEngineeringDatumRefType()
Returns a new object of class 'Engineering Datum Ref Type'.EngineeringDatumRefType
DocumentRoot. getEngineeringDatumRef()
Returns the value of the 'Engineering Datum Ref' containment reference.EngineeringDatumRefType
DocumentRoot. getUsesEngineeringDatum()
Returns the value of the 'Uses Engineering Datum' containment reference.EngineeringDatumRefType
EngineeringCRSType. 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 void
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 EngineeringDatumRefType Modifier and Type Class Description class
EngineeringDatumRefTypeImpl
An implementation of the model object 'Engineering Datum Ref Type'.Fields in net.opengis.gml311.impl declared as EngineeringDatumRefType Modifier and Type Field Description protected EngineeringDatumRefType
EngineeringCRSTypeImpl. usesEngineeringDatum
The cached value of the 'Uses Engineering Datum
' containment reference.Methods in net.opengis.gml311.impl that return EngineeringDatumRefType Modifier and Type Method Description EngineeringDatumRefType
Gml311FactoryImpl. createEngineeringDatumRefType()
EngineeringDatumRefType
DocumentRootImpl. getEngineeringDatumRef()
EngineeringDatumRefType
DocumentRootImpl. getUsesEngineeringDatum()
EngineeringDatumRefType
EngineeringCRSTypeImpl. getUsesEngineeringDatum()
Methods in net.opengis.gml311.impl with parameters of type EngineeringDatumRefType Modifier and Type Method Description NotificationChain
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 EngineeringDatumRefType Modifier and Type Method Description T
Gml311Switch. 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)
-