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 GeodeticDatumTypeGml311Factory. createGeodeticDatumType()Returns a new object of class 'Geodetic Datum Type'.GeodeticDatumTypeDocumentRoot. getGeodeticDatum()Returns the value of the 'Geodetic Datum' containment reference.GeodeticDatumTypeGeodeticDatumRefType. 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 voidDocumentRoot. setGeodeticDatum(GeodeticDatumType value)Sets the value of the 'Geodetic Datum' containment reference.voidGeodeticDatumRefType. 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 classGeodeticDatumTypeImplAn implementation of the model object 'Geodetic Datum Type'.Fields in net.opengis.gml311.impl declared as GeodeticDatumType Modifier and Type Field Description protected GeodeticDatumTypeGeodeticDatumRefTypeImpl. geodeticDatumThe cached value of the 'Geodetic Datum' containment reference.Methods in net.opengis.gml311.impl that return GeodeticDatumType Modifier and Type Method Description GeodeticDatumTypeGml311FactoryImpl. createGeodeticDatumType()GeodeticDatumTypeDocumentRootImpl. getGeodeticDatum()GeodeticDatumTypeGeodeticDatumRefTypeImpl. getGeodeticDatum()Methods in net.opengis.gml311.impl with parameters of type GeodeticDatumType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeodeticDatum(GeodeticDatumType newGeodeticDatum, NotificationChain msgs)NotificationChainGeodeticDatumRefTypeImpl. basicSetGeodeticDatum(GeodeticDatumType newGeodeticDatum, NotificationChain msgs)voidDocumentRootImpl. setGeodeticDatum(GeodeticDatumType newGeodeticDatum)voidGeodeticDatumRefTypeImpl. 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 TGml311Switch. caseGeodeticDatumType(GeodeticDatumType object)Returns the result of interpreting the object as an instance of 'Geodetic Datum Type'.booleanGml311Validator. validateGeodeticDatumType(GeodeticDatumType geodeticDatumType, DiagnosticChain diagnostics, Map<Object,Object> context)
-