Uses of Interface
net.opengis.gml311.GeodeticDatumRefType
Packages that use GeodeticDatumRefType
- 
Uses of GeodeticDatumRefType in net.opengis.gml311Methods in net.opengis.gml311 that return GeodeticDatumRefTypeModifier and TypeMethodDescriptionGml311Factory.createGeodeticDatumRefType()Returns a new object of class 'Geodetic Datum Ref Type'.DocumentRoot.getGeodeticDatumRef()Returns the value of the 'Geodetic Datum Ref' containment reference.DocumentRoot.getUsesGeodeticDatum()Returns the value of the 'Uses Geodetic Datum' containment reference.GeocentricCRSType.getUsesGeodeticDatum()Returns the value of the 'Uses Geodetic Datum' containment reference.GeographicCRSType.getUsesGeodeticDatum()Returns the value of the 'Uses Geodetic Datum' containment reference.Methods in net.opengis.gml311 with parameters of type GeodeticDatumRefTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setGeodeticDatumRef(GeodeticDatumRefType value) Sets the value of the 'Geodetic Datum Ref' containment reference.voidDocumentRoot.setUsesGeodeticDatum(GeodeticDatumRefType value) Sets the value of the 'Uses Geodetic Datum' containment reference.voidGeocentricCRSType.setUsesGeodeticDatum(GeodeticDatumRefType value) Sets the value of the 'Uses Geodetic Datum' containment reference.voidGeographicCRSType.setUsesGeodeticDatum(GeodeticDatumRefType value) Sets the value of the 'Uses Geodetic Datum' containment reference.
- 
Uses of GeodeticDatumRefType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement GeodeticDatumRefTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Geodetic Datum Ref Type'.Fields in net.opengis.gml311.impl declared as GeodeticDatumRefTypeModifier and TypeFieldDescriptionprotected GeodeticDatumRefTypeGeocentricCRSTypeImpl.usesGeodeticDatumThe cached value of the 'Uses Geodetic Datum' containment reference.protected GeodeticDatumRefTypeGeographicCRSTypeImpl.usesGeodeticDatumThe cached value of the 'Uses Geodetic Datum' containment reference.Methods in net.opengis.gml311.impl that return GeodeticDatumRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGeodeticDatumRefType()DocumentRootImpl.getGeodeticDatumRef()DocumentRootImpl.getUsesGeodeticDatum()GeocentricCRSTypeImpl.getUsesGeodeticDatum()GeographicCRSTypeImpl.getUsesGeodeticDatum()Methods in net.opengis.gml311.impl with parameters of type GeodeticDatumRefTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetGeodeticDatumRef(GeodeticDatumRefType newGeodeticDatumRef, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs) NotificationChainGeocentricCRSTypeImpl.basicSetUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs) NotificationChainGeographicCRSTypeImpl.basicSetUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum, NotificationChain msgs) voidDocumentRootImpl.setGeodeticDatumRef(GeodeticDatumRefType newGeodeticDatumRef) voidDocumentRootImpl.setUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum) voidGeocentricCRSTypeImpl.setUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum) voidGeographicCRSTypeImpl.setUsesGeodeticDatum(GeodeticDatumRefType newUsesGeodeticDatum) 
- 
Uses of GeodeticDatumRefType in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type GeodeticDatumRefTypeModifier and TypeMethodDescriptionGml311Switch.caseGeodeticDatumRefType(GeodeticDatumRefType object) Returns the result of interpreting the object as an instance of 'Geodetic Datum Ref Type'.booleanGml311Validator.validateGeodeticDatumRefType(GeodeticDatumRefType geodeticDatumRefType, DiagnosticChain diagnostics, Map<Object, Object> context)