|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectFormattableObject
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection
PseudoMercator
@Immutable public class PseudoMercator
The provider for "Popular Visualisation Pseudo Mercator" projection (EPSG:1024). This is also known as the "Google projection", defined by popular demand but not considered a valid projection method.
The math transform implementations instantiated by this provider may be any of the following classes:
The following table summarizes the parameters recognized by this provider.
For a more detailed parameter list, see the PARAMETERS constant.
Operation name:
Popular Visualisation Pseudo Mercator
Area of use: (union of CRS domains of validity in EPSG database)
in latitudes: 85°00.0′S to 85°00.0′N in longitudes: 180°00.0′W to 180°00.0′E
Parameter name Default value semi_majorsemi_minorroll_longitudefalse latitude_of_origin0° central_meridian0° false_easting0 metres false_northing0 metres
| referencing/geotk-referencing (download) | View source code for this class |
| Field Summary | |
|---|---|
static ParameterDescriptorGroup |
PARAMETERS
The group of all parameters expected by this coordinate operation. |
| Fields inherited from class MapProjection |
|---|
XY_PLANE_ROTATION |
| Fields inherited from class DefaultOperationMethod |
|---|
sourceDimension, targetDimension |
| Fields inherited from interface OperationMethod |
|---|
FORMULA_KEY |
| Fields inherited from interface IdentifiedObject |
|---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
| Constructor Summary | |
|---|---|
PseudoMercator()
Constructs a new provider. |
|
| Method Summary | |
|---|---|
protected MathTransform2D |
createMathTransform(ParameterValueGroup values)
Creates a map projection from the specified group of parameter values. |
Class<CylindricalProjection> |
getOperationType()
Returns the operation type for this map projection. |
| Methods inherited from class MathTransformProvider |
|---|
ensureValidValues, formatWKT |
| Methods inherited from class DefaultOperationMethod |
|---|
checkDimensions, computeHashCode, equals, getFormula, getParameters, getSourceDimensions, getTargetDimensions |
| Methods inherited from class AbstractIdentifiedObject |
|---|
equals, getAlias, getIdentifier, getIdentifiers, getName, getName, getRemarks, hashCode, isDeprecated, nameMatches |
| Methods inherited from class FormattableObject |
|---|
print, toString, toWKT, toWKT |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface IdentifiedObject |
|---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
| Field Detail |
|---|
public static final ParameterDescriptorGroup PARAMETERS
| |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
|
| ||||||||||||||
| Constructor Detail |
|---|
public PseudoMercator()
| Method Detail |
|---|
public Class<CylindricalProjection> getOperationType()
getOperationType in class MapProjectionprotected MathTransform2D createMathTransform(ParameterValueGroup values)
createMathTransform in class MapProjectionvalues - The group of parameter values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||