| Package | Description |
|---|---|
| org.cts.crs | |
| org.cts.op.projection |
| Modifier and Type | Method and Description |
|---|---|
Projection |
ProjectedCRS.getProjection() |
Projection |
GeodeticCRS.getProjection() |
Projection |
Geographic2DCRS.getProjection() |
Projection |
Geographic3DCRS.getProjection() |
Projection |
VerticalCRS.getProjection() |
Projection |
CoordinateReferenceSystem.getProjection()
Returns the
Projection to which this
CoordinateReferenceSystem is refering. |
| Constructor and Description |
|---|
ProjectedCRS(Identifier identifier,
GeodeticDatum datum,
CoordinateSystem coordSys,
Projection projection)
Create a new ProjectedCRS.
|
ProjectedCRS(Identifier identifier,
GeodeticDatum datum,
Projection projection)
Create a new ProjectedCRS.
|
ProjectedCRS(Identifier identifier,
GeodeticDatum datum,
Projection projection,
Unit unit)
Create a new ProjectedCRS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlbersEqualArea
The Albers Equal Area Projection (AEA).
|
class |
CassiniSoldner
The Cassini-Soldner Projection (CASS).
|
class |
CylindricalEqualArea
The Cylindrical Equal Area (normal case) Projection (CEA).
|
class |
EquidistantCylindrical
The Equidistant Cylindrical projection (EQC).
|
class |
GaussSchreiberTransverseMercator
The Gauss Schreiber Transverse Mercator (GSTMERC).
|
class |
Krovak
The Krovak (North Orientated) Projection (KROVAK).
|
class |
LambertAzimuthalEqualArea
The Lambert Azimuthal Equal Area Projection (LAEA).
|
class |
LambertConicConformal1SP
A map projection is any method used in cartography (mapmaking) to represent
the two-dimensional curved surface of the earth or other body on a plane.
|
class |
LambertConicConformal2SP
A map projection is any method used in cartography (mapmaking) to represent
the two-dimensional curved surface of the earth or other body on a plane.
|
class |
Mercator1SP
The Mercator Projection (MERC).
|
class |
MillerCylindrical
The Miller Cylindrical Projection (MILL).
|
class |
NewZealandMapGrid
The New Zealand Map Grid Projection (NZMG).
|
class |
ObliqueMercator
The Oblique Mercator Projection (OMERC).
|
class |
ObliqueStereographicAlternative
The Oblique Stereographic Alternative Projection (STEREA).
|
class |
Polyconic
The Polyconic (American) Projection (POLY).
|
class |
Stereographic
The Polar Stereographic Projection (STERE).
|
class |
SwissObliqueMercator
The Swiss Oblique Mercator Projection (SOMERC).
|
class |
TransverseMercator
A map projection is any method used in cartography (mapmaking) to represent
the two-dimensional curved surface of the earth or other body on a plane.
|
class |
UniversalTransverseMercator
The Universal Transverse Mercator Projection (UTM).
|
class |
UniversalTransverseMercatorAuto
A map projection is any method used in cartography (mapmaking) to represent
the two-dimensional curved surface of the earth or other body on a plane.
|
| Modifier and Type | Method and Description |
|---|---|
Projection |
GaussSchreiberTransverseMercator.inverse()
Creates the inverse operation for Gauss Schreiber Transverse Mercator
Projection.
|
Projection |
TransverseMercator.inverse()
Creates the inverse CoordinateOperation.
|
Projection |
CassiniSoldner.inverse()
Creates the inverse operation for Cassini-Soldner Projection.
|
Projection |
Projection.inverse() |
Projection |
LambertConicConformal2SP.inverse()
Creates the inverse CoordinateOperation.
|
Projection |
ObliqueMercator.inverse()
Creates the inverse operation for Oblique Mercator Projection.
|
Projection |
LambertConicConformal1SP.inverse()
Creates the inverse CoordinateOperation.
|
Projection |
NewZealandMapGrid.inverse()
Creates the inverse operation for New Zealand Map Grid Projection.
|
Projection |
UniversalTransverseMercator.inverse()
Creates the inverse CoordinateOperation.
|
Projection |
MillerCylindrical.inverse()
Creates the inverse operation for Miller Cylindrical Projection.
|
Projection |
Mercator1SP.inverse()
Creates the inverse operation for Mercator Projection.
|
Projection |
Stereographic.inverse()
Creates the inverse operation for Stereographic Projection.
|
Projection |
EquidistantCylindrical.inverse()
Creates the inverse operation for Equidistant Cylindrical Projection.
|
Projection |
AlbersEqualArea.inverse()
Creates the inverse operation for Albers Equal Area Projection.
|
Projection |
SwissObliqueMercator.inverse()
Creates the inverse operation for Swiss Oblique Mercator Projection.
|
Projection |
LambertAzimuthalEqualArea.inverse()
Creates the inverse operation for Lambert Azimuthal Equal Area
Projection.
|
Projection |
ObliqueStereographicAlternative.inverse()
Creates the inverse operation for Oblique Stereographic Alternative
Projection.
|
Projection |
Polyconic.inverse()
Creates the inverse operation for Polyconic Projection.
|
Projection |
Krovak.inverse()
Creates the inverse operation for Krovak (North Orientated) Projection.
|
Projection |
CylindricalEqualArea.inverse()
Creates the inverse operation for Cylindrical Equal Area Projection.
|
Projection |
UniversalTransverseMercatorAuto.inverse()
Creates the inverse CoordinateOperation.
|
Copyright © 2019 CNRS. All rights reserved.