| Package | Description |
|---|---|
| org.cts.cs | |
| org.cts.op.projection |
| Modifier and Type | Method and Description |
|---|---|
String |
CoordinateSystem.format(double[] coord)
Return a String representation of this coordinate in this
CoordinateSystem. |
| Modifier and Type | Method and Description |
|---|---|
double[] |
UniversalTransverseMercatorAuto.transform(double[] coord)
Transform coord using a Universal Transverse Mercator projection.
|
double[] |
Krovak.transform(double[] coord)
Transform coord using the Krovak (North Orientated) Projection.
|
double[] |
SwissObliqueMercator.transform(double[] coord)
Transform coord using the Swiss Oblique Mercator Projection.
|
double[] |
NewZealandMapGrid.transform(double[] coord)
Transform coord using the New Zealand Map Grid Projection.
|
double[] |
CassiniSoldner.transform(double[] coord)
Transform coord using the Cassini-Soldner Projection.
|
double[] |
ObliqueMercator.transform(double[] coord)
Transform coord using the Oblique Mercator Projection.
|
double[] |
Mercator1SP.transform(double[] coord)
Transform coord using the Mercator Projection.
|
double[] |
EquidistantCylindrical.transform(double[] coord)
Transform coord using the Equidistant Cylindrical Projection.
|
double[] |
TransverseMercator.transform(double[] coord)
Transform coord using a Transverse Mercator projection.
|
double[] |
MillerCylindrical.transform(double[] coord)
Transform coord using the Miller Cylindrical Projection.
|
double[] |
ObliqueStereographicAlternative.transform(double[] coord)
Transform coord using the Oblique Stereographic Alternative Projection.
|
double[] |
UniversalTransverseMercator.transform(double[] coord)
Transform coord using the Universal Transverse Mercator Projection.
|
double[] |
GaussSchreiberTransverseMercator.transform(double[] coord)
Transform coord using the Gauss Schreiber Transverse Mercator Projection.
|
double[] |
Stereographic.transform(double[] coord)
Transform coord using the Stereographic Projection.
|
double[] |
AlbersEqualArea.transform(double[] coord)
Transform coord using the Albers Equal Area Projection.
|
double[] |
Polyconic.transform(double[] coord)
Transform coord using the Polyconic Projection.
|
double[] |
LambertAzimuthalEqualArea.transform(double[] coord)
Transform coord using the Lambert Azimuthal Equal Area Projection.
|
double[] |
CylindricalEqualArea.transform(double[] coord)
Transform coord using the Cylindrical Equal Area Projection.
|
Copyright © 2017 CNRS. All rights reserved.