public class Mercator1SPGoogle extends Mercator (Code)
Mercator 1SP variation used by Google, which basically requires to accept lat/lon values
as spherical coordinates, that is, avoiding to do any conversion from ellipsoid to the sphere.
author: Andrea Aime http://jira.codehaus.org/browse/GEOT-1511
Inner Class :public static class Provider extends AbstractProvider
Constructor Summary
protected
Mercator1SPGoogle(ParameterValueGroup parameters) Constructs a new map projection from the supplied parameters.
Constructs a new map projection from the supplied parameters.
Parameters: parameters - The parameter values in standard units. throws: ParameterNotFoundException - if a mandatory parameter is missing.
Method Detail
getParameterDescriptors
public ParameterDescriptorGroup getParameterDescriptors()(Code)