|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.referencing.wkt.Formattable
org.geotools.referencing.operation.transform.AbstractMathTransform
org.geotools.referencing.operation.projection.MapProjection
org.geotools.referencing.operation.projection.Mercator
org.geotools.referencing.operation.projection.Mercator1SP
public class Mercator1SP
Mercator Cylindrical 1SP Projection.
Nested Class Summary | |
---|---|
static class |
Mercator1SP.Provider
The math transform provider for a Mercator 1SP projection (EPSG code 9804). |
Nested classes/interfaces inherited from class org.geotools.referencing.operation.projection.MapProjection |
---|
MapProjection.AbstractProvider |
Field Summary |
---|
Fields inherited from class org.geotools.referencing.operation.projection.Mercator |
---|
standardParallel |
Fields inherited from class org.geotools.referencing.operation.projection.MapProjection |
---|
centralMeridian, en0, en1, en2, en3, en4, excentricity, excentricitySquared, falseEasting, falseNorthing, globalScale, isSpherical, latitudeOfOrigin, LOGGER, scaleFactor, semiMajor, semiMinor |
Fields inherited from class org.geotools.referencing.wkt.Formattable |
---|
SINGLE_LINE |
Constructor Summary | |
---|---|
protected |
Mercator1SP(org.opengis.parameter.ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters. |
Method Summary | |
---|---|
org.opengis.parameter.ParameterDescriptorGroup |
getParameterDescriptors()
Returns the parameter descriptors for this map projection. |
Methods inherited from class org.geotools.referencing.operation.projection.Mercator |
---|
equals, getParameterValues, hashCode, inverseTransformNormalized, transformNormalized |
Methods inherited from class org.geotools.referencing.operation.projection.MapProjection |
---|
getSourceDimensions, getTargetDimensions, getToleranceForAssertions, inv_mlfn, inverse, mlfn, resetWarnings, transform, transform, transform |
Methods inherited from class org.geotools.referencing.operation.transform.AbstractMathTransform |
---|
createTransformedShape, derivative, derivative, ensureNonNull, formatWKT, getName, isIdentity, needCopy, rollLongitude, transform, transform, transform |
Methods inherited from class org.geotools.referencing.wkt.Formattable |
---|
cleanupThreadLocals, toString, toWKT, toWKT, toWKT |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.referencing.operation.MathTransform2D |
---|
createTransformedShape, derivative |
Methods inherited from interface org.opengis.referencing.operation.MathTransform |
---|
derivative, isIdentity, toWKT, transform, transform, transform |
Constructor Detail |
---|
protected Mercator1SP(org.opengis.parameter.ParameterValueGroup parameters) throws org.opengis.parameter.ParameterNotFoundException
parameters
- The parameter values in standard units.
org.opengis.parameter.ParameterNotFoundException
- if a mandatory parameter is missing.Method Detail |
---|
public org.opengis.parameter.ParameterDescriptorGroup getParameterDescriptors()
MapProjection.getParameterValues()
, as well as arguments checking.
getParameterDescriptors
in class MapProjection
null
.OperationMethod.getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |