Package | Description |
---|---|
ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
ucar.unidata.geoloc.projection |
Implementations of coordinate projection transformations.
|
ucar.unidata.geoloc.projection.proj4 |
Port of proj4 transformations to CDM.
|
ucar.unidata.geoloc.projection.sat |
Implementations of coordinate projection for satellites.
|
Modifier and Type | Method and Description |
---|---|
abstract ProjectionPoint |
ProjectionImpl.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
Projection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates.
|
Modifier and Type | Method and Description |
---|---|
ProjectionPointImpl |
RotatedPole.getNorthPole() |
Modifier and Type | Method and Description |
---|---|
ProjectionPoint |
VerticalPerspectiveView.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
LambertConformal.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
Sinusoidal.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
UtmProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
AlbersEqualArea.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
LatLonProjection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
Stereographic.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
RotatedPole.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Transform a "real" longitude and latitude into the rotated longitude (X) and
rotated latitude (Y).
|
ProjectionPoint |
Mercator.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
LambertAzimuthalEqualArea.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
TransverseMercator.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
Orthographic.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
FlatEarth.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
RotatedLatLon.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Transform a "real" longitude and latitude into the rotated longitude (X) and
rotated latitude (Y).
|
ProjectionPoint |
ProjectionAdapter.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
Modifier and Type | Method and Description |
---|---|
static int |
MapMath.intersectSegments(ProjectionPoint aStart,
ProjectionPoint aEnd,
ProjectionPoint bStart,
ProjectionPoint bEnd,
ProjectionPointImpl p) |
ProjectionPoint |
CylindricalEqualAreaProjection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl xy) |
ProjectionPoint |
EquidistantAzimuthalProjection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl xy) |
ProjectionPoint |
LambertConformalConicEllipse.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result) |
ProjectionPoint |
PolyconicProjection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates
|
ProjectionPoint |
AlbersEqualAreaEllipse.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result) |
ProjectionPoint |
TransverseMercatorProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl destPoint) |
ProjectionPoint |
StereographicAzimuthalProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl destPoint) |
static void |
MapMath.negate(ProjectionPointImpl a) |
static void |
MapMath.normalize(ProjectionPointImpl a) |
ProjectionPoint |
TransverseMercatorProjection.project(double lplam,
double lpphi,
ProjectionPointImpl xy) |
ProjectionPoint |
StereographicAzimuthalProjection.project(double lam,
double phi,
ProjectionPointImpl xy) |
ProjectionPoint |
TransverseMercatorProjection.projectInverse(double x,
double y,
ProjectionPointImpl out) |
ProjectionPoint |
StereographicAzimuthalProjection.projectInverse(double x,
double y,
ProjectionPointImpl lp) |
Modifier and Type | Method and Description |
---|---|
ProjectionPoint |
MSGnavigation.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint) |
ProjectionPoint |
Geostationary.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.