Uses of Interface
net.opengis.gml311.GeodeticDatumRefType
-
Packages that use GeodeticDatumRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeodeticDatumRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeodeticDatumRefType Modifier and Type Method Description GeodeticDatumRefType
Gml311Factory. createGeodeticDatumRefType()
Returns a new object of class 'Geodetic Datum Ref Type'.GeodeticDatumRefType
DocumentRoot. getGeodeticDatumRef()
Returns the value of the 'Geodetic Datum Ref' containment reference.GeodeticDatumRefType
DocumentRoot. getUsesGeodeticDatum()
Returns the value of the 'Uses Geodetic Datum' containment reference.GeodeticDatumRefType
GeocentricCRSType. getUsesGeodeticDatum()
Returns the value of the 'Uses Geodetic Datum' containment reference.GeodeticDatumRefType
GeographicCRSType. getUsesGeodeticDatum()
Returns the value of the 'Uses Geodetic Datum' containment reference.Methods in net.opengis.gml311 with parameters of type GeodeticDatumRefType Modifier and Type Method Description void
DocumentRoot. setGeodeticDatumRef(GeodeticDatumRefType value)
Sets the value of the 'Geodetic Datum Ref
' containment reference.void
DocumentRoot. setUsesGeodeticDatum(GeodeticDatumRefType value)
Sets the value of the 'Uses Geodetic Datum
' containment reference.void
GeocentricCRSType. setUsesGeodeticDatum(GeodeticDatumRefType value)
Sets the value of the 'Uses Geodetic Datum
' containment reference.void
GeographicCRSType. setUsesGeodeticDatum(GeodeticDatumRefType value)
Sets the value of the 'Uses Geodetic Datum
' containment reference. -
Uses of GeodeticDatumRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeodeticDatumRefType Modifier and Type Class Description class
GeodeticDatumRefTypeImpl
An implementation of the model object 'Geodetic Datum Ref Type'.Fields in net.opengis.gml311.impl declared as GeodeticDatumRefType Modifier and Type Field Description protected GeodeticDatumRefType
GeocentricCRSTypeImpl. usesGeodeticDatum
The cached value of the 'Uses Geodetic Datum
' containment reference.protected GeodeticDatumRefType
GeographicCRSTypeImpl. usesGeodeticDatum
The cached value of the 'Uses Geodetic Datum
' containment reference.Methods in net.opengis.gml311.impl that return GeodeticDatumRefType Modifier and Type Method Description GeodeticDatumRefType
Gml311FactoryImpl. createGeodeticDatumRefType()
GeodeticDatumRefType
DocumentRootImpl. getGeodeticDatumRef()
GeodeticDatumRefType
DocumentRootImpl. getUsesGeodeticDatum()
GeodeticDatumRefType
GeocentricCRSTypeImpl. getUsesGeodeticDatum()
GeodeticDatumRefType
GeographicCRSTypeImpl. getUsesGeodeticDatum()
Methods in net.opengis.gml311.impl with parameters of type GeodeticDatumRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeodeticDatumRef(GeodeticDatumRefType newGeodeticDatumRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs)
NotificationChain
GeocentricCRSTypeImpl. basicSetUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs)
NotificationChain
GeographicCRSTypeImpl. basicSetUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs)
void
DocumentRootImpl. setGeodeticDatumRef(GeodeticDatumRefType newGeodeticDatumRef)
void
DocumentRootImpl. setUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum)
void
GeocentricCRSTypeImpl. setUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum)
void
GeographicCRSTypeImpl. setUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum)
-
Uses of GeodeticDatumRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeodeticDatumRefType Modifier and Type Method Description T
Gml311Switch. caseGeodeticDatumRefType(GeodeticDatumRefType object)
Returns the result of interpreting the object as an instance of 'Geodetic Datum Ref Type'.boolean
Gml311Validator. validateGeodeticDatumRefType(GeodeticDatumRefType geodeticDatumRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-