Uses of Interface
net.opengis.gml311.GeodeticDatumType
-
Packages that use GeodeticDatumType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeodeticDatumType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeodeticDatumType Modifier and Type Method Description GeodeticDatumType
Gml311Factory. createGeodeticDatumType()
Returns a new object of class 'Geodetic Datum Type'.GeodeticDatumType
DocumentRoot. getGeodeticDatum()
Returns the value of the 'Geodetic Datum' containment reference.GeodeticDatumType
GeodeticDatumRefType. getGeodeticDatum()
Returns the value of the 'Geodetic Datum' containment reference.Methods in net.opengis.gml311 with parameters of type GeodeticDatumType Modifier and Type Method Description void
DocumentRoot. setGeodeticDatum(GeodeticDatumType value)
Sets the value of the 'Geodetic Datum
' containment reference.void
GeodeticDatumRefType. setGeodeticDatum(GeodeticDatumType value)
Sets the value of the 'Geodetic Datum
' containment reference. -
Uses of GeodeticDatumType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeodeticDatumType Modifier and Type Class Description class
GeodeticDatumTypeImpl
An implementation of the model object 'Geodetic Datum Type'.Fields in net.opengis.gml311.impl declared as GeodeticDatumType Modifier and Type Field Description protected GeodeticDatumType
GeodeticDatumRefTypeImpl. geodeticDatum
The cached value of the 'Geodetic Datum
' containment reference.Methods in net.opengis.gml311.impl that return GeodeticDatumType Modifier and Type Method Description GeodeticDatumType
Gml311FactoryImpl. createGeodeticDatumType()
GeodeticDatumType
DocumentRootImpl. getGeodeticDatum()
GeodeticDatumType
GeodeticDatumRefTypeImpl. getGeodeticDatum()
Methods in net.opengis.gml311.impl with parameters of type GeodeticDatumType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeodeticDatum(GeodeticDatumType newGeodeticDatum, NotificationChain msgs)
NotificationChain
GeodeticDatumRefTypeImpl. basicSetGeodeticDatum(GeodeticDatumType newGeodeticDatum, NotificationChain msgs)
void
DocumentRootImpl. setGeodeticDatum(GeodeticDatumType newGeodeticDatum)
void
GeodeticDatumRefTypeImpl. setGeodeticDatum(GeodeticDatumType newGeodeticDatum)
-
Uses of GeodeticDatumType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeodeticDatumType Modifier and Type Method Description T
Gml311Switch. caseGeodeticDatumType(GeodeticDatumType object)
Returns the result of interpreting the object as an instance of 'Geodetic Datum Type'.boolean
Gml311Validator. validateGeodeticDatumType(GeodeticDatumType geodeticDatumType, DiagnosticChain diagnostics, Map<Object,Object> context)
-