|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LatLonPoint | |
---|---|
ucar.nc2.dt | Scientific data types package. |
ucar.nc2.ft | Scientific feature types package |
ucar.unidata.geoloc | Support library for georeferencing coordinate systems and transformations. |
ucar.unidata.geoloc.projection | Implementations of coordinate projection transformations. |
Uses of LatLonPoint in ucar.nc2.dt |
---|
Methods in ucar.nc2.dt that return LatLonPoint | |
---|---|
LatLonPoint |
GridCoordSystem.getLatLon(int xindex,
int yindex)
Get the Lat/Lon coordinates of the midpoint of a grid cell, using the x,y indices. |
Uses of LatLonPoint in ucar.nc2.ft |
---|
Methods in ucar.nc2.ft that return LatLonPoint | |
---|---|
LatLonPoint |
ProfileFeature.getLatLon()
Location of this profile |
Uses of LatLonPoint in ucar.unidata.geoloc |
---|
Classes in ucar.unidata.geoloc that implement LatLonPoint | |
---|---|
class |
LatLonPointImpl
Standard implementation of LatLonPoint. |
Methods in ucar.unidata.geoloc that return LatLonPoint | |
---|---|
LatLonPoint |
EarthLocation.getLatLon()
Get the lat/lon location |
LatLonPoint |
EarthLocationImpl.getLatLon()
Get the lat/lon location |
LatLonPoint |
ProjectionImpl.projToLatLon(ProjectionPoint ppt)
Convert projection coordinates to a LatLonPoint Note: a new object is now created on each call for the return value, as of 4.0.46 |
LatLonPoint |
Projection.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint. |
abstract LatLonPoint |
ProjectionImpl.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
Methods in ucar.unidata.geoloc with parameters of type LatLonPoint | |
---|---|
static Bearing |
Bearing.calculateBearing(LatLonPoint pt1,
LatLonPoint pt2,
Bearing result)
Calculate the bearing between the 2 points. |
boolean |
LatLonRect.contains(LatLonPoint p)
Determine if a specified LatLonPoint is contained in this bounding box. |
boolean |
LatLonPoint.equals(LatLonPoint pt)
Returns true if this represents the same point as pt. |
boolean |
LatLonPointImpl.equals(LatLonPoint pt)
Check for equality with another point. |
void |
LatLonRect.extend(LatLonPoint p)
Extend the bounding box to contain this point |
static LatLonPointImpl |
Bearing.findPoint(LatLonPoint pt1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from another point. |
ProjectionPoint |
ProjectionImpl.latLonToProj(LatLonPoint latLon)
Convert a LatLonPoint to projection coordinates Note: a new object is now created on each call for the return value, as of 4.0.46 |
ProjectionPoint |
Projection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates. |
abstract ProjectionPoint |
ProjectionImpl.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Convert a LatLonPoint to projection coordinates |
void |
LatLonPointImpl.set(LatLonPoint pt)
set lat, lon using values of pt |
Constructors in ucar.unidata.geoloc with parameters of type LatLonPoint | |
---|---|
LatLonPointImpl(LatLonPoint pt)
Copy Constructor. |
|
LatLonRect(LatLonPoint p1,
double deltaLat,
double deltaLon)
Construct a lat/lon bounding box from a point, and a delta lat, lon. |
|
LatLonRect(LatLonPoint left,
LatLonPoint right)
Construct a lat/lon bounding box from two points. |
Uses of LatLonPoint in ucar.unidata.geoloc.projection |
---|
Methods in ucar.unidata.geoloc.projection that return LatLonPoint | |
---|---|
LatLonPoint |
AlbersEqualArea.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
FlatEarth.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
LambertAzimuthalEqualArea.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
LambertConformal.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
LatLonProjection.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
Mercator.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
Orthographic.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
ProjectionAdapter.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
RotatedLatLon.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Transform a rotated longitude (X) and rotated latitude (Y) into a "real" longitude-latitude pair. |
LatLonPoint |
RotatedPole.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Transform a rotated longitude (X) and rotated latitude (Y) into a "real" longitude-latitude pair. |
LatLonPoint |
Stereographic.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
TransverseMercator.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
UtmProjection.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
LatLonPoint |
VerticalPerspectiveView.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value. |
Methods in ucar.unidata.geoloc.projection with parameters of type LatLonPoint | |
---|---|
ProjectionPoint |
AlbersEqualArea.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 |
LambertAzimuthalEqualArea.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 |
LatLonProjection.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates |
ProjectionPoint |
Mercator.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 |
ProjectionAdapter.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 |
RotatedPole.latLonToProj(LatLonPoint latlon,
ProjectionPointImpl destPoint)
Transform a "real" longitude and latitude into the rotated longitude (X) and rotated latitude (Y). |
ProjectionPoint |
Stereographic.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 |
UtmProjection.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates |
ProjectionPoint |
VerticalPerspectiveView.latLonToProj(LatLonPoint latLon,
ProjectionPointImpl result)
Convert a LatLonPoint to projection coordinates |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |