Abstract class to do the common work of the FeatureInfoResponse subclasses.
Subclasses should just need to implement writeTo(), to write the actual
response, the executions are handled here, figuring out where on the map
the pixel is located.
Would be nice to have some greater control over the pixels that are
selected.