public class UniversalTransverseMercatorAuto extends Projection
Projection.Orientation, Projection.Property, Projection.Surface| Modifier and Type | Field and Description |
|---|---|
protected double[] |
dircoeff |
protected double[] |
invcoeff |
protected double |
lat0 |
protected double |
n |
static Identifier |
UTM
The Identifier used for all Universal Transverse Mercator projections.
|
protected double |
xs |
DEFAULT_PARAMETERSprecisionDEFAULT, LOCAL, UNKNOWN| Constructor and Description |
|---|
UniversalTransverseMercatorAuto(Ellipsoid ellipsoid,
Map<String,Measure> parameters)
Creates a new Universal Transverse Mercator Projection based on the given
Ellipsoid and parameters. |
| Modifier and Type | Method and Description |
|---|---|
Projection.Orientation |
getOrientation()
Return the
Orientation of this
Projection. |
Projection.Property |
getProperty()
Return the
Property of this
Projection. |
Projection.Surface |
getSurface()
Return the
Surface type of this
Projection. |
int |
getZone(double[] coord) |
Projection |
inverse()
Creates the inverse CoordinateOperation.
|
double[] |
transform(double[] coord)
Transform coord using a Universal Transverse Mercator projection.
|
equals, getAzimuth, getCentralMeridian, getDefaultParameters, getFalseEasting, getFalseNorthing, getLatitudeOfOrigin, getLatitudeOfTrueScale, getRectifiedGridAngle, getScaleFactor, getSemiMajorAxis, getSemiMinorAxis, getStandardParallel1, getStandardParallel2, hashCode, isDirect, toWKTgetPrecision, isIdentityaddAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getComponent, getIdentifier, getName, getRemarks, getShortName, setIdentifier, setRemarks, setShortName, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getName, getRemarks, getShortName, setRemarks, setShortNamepublic static final Identifier UTM
protected final double lat0
protected final double n
protected final double xs
protected final double[] dircoeff
protected final double[] invcoeff
public UniversalTransverseMercatorAuto(Ellipsoid ellipsoid, Map<String,Measure> parameters)
Ellipsoid and parameters.ellipsoid - ellipsoid used to define the projection.parameters - a map of useful parameters to define the projection.public int getZone(double[] coord)
public double[] transform(double[] coord)
transform in interface CoordinateOperationtransform in class AbstractCoordinateOperationcoord - coordinate to transformCoordinateDimensionException - if coord length is not
compatible with this CoordinateOperation.public Projection inverse()
inverse in interface CoordinateOperationinverse in class Projectionpublic Projection.Surface getSurface()
Surface type of this
Projection.getSurface in class Projectionpublic Projection.Property getProperty()
Property of this
Projection.getProperty in class Projectionpublic Projection.Orientation getOrientation()
Orientation of this
Projection.getOrientation in class ProjectionCopyright © 2019 CNRS. All rights reserved.