Draft: AST-1387 Rename GetXxxResponse -> CreateXxxResponse
Rename GetPointResponse and GetGriddedResponse to CreatePointResponse and CreateGriddedResponse, since those names are more appropiate: Instead of returing existing Reponse objects, these functions always create new Response objects.
Add forwarding functions with the old name for backwards compatibility, since they are part of the public API.
Edited by Maik Nijhuis