Package | Description |
---|---|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
ucar.nc2.grib | |
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 |
---|---|
LatLonPoint |
GridCoordSystem.getLatLon(int xindex,
int yindex)
Get the Lat/Lon coordinates of the midpoint of a grid cell, using the x,y indices.
|
Modifier and Type | Method and Description |
---|---|
LatLonPoint |
GridCoordSys.getLatLon(double xcoord,
double ycoord) |
LatLonPoint |
GridCoordSys.getLatLon(int xindex,
int yindex)
Get the Lat/Lon coordinates of the midpoint of a grid cell, using the x,y indices
|
Modifier and Type | Method and Description |
---|---|
LatLonPoint |
RecordDatasetHelper.RecordPointObs.getLatLon() |
Modifier and Type | Method and Description |
---|---|
LatLonPoint |
ProfileFeature.getLatLon()
Nominal location of this profile
|
Modifier and Type | Method and Description |
---|---|
LatLonPoint |
ProfileFeatureImpl.getLatLon() |
LatLonPoint |
StationProfileFeatureImpl.getLatLon() |
LatLonPoint |
StationTimeSeriesFeatureImpl.getLatLon() |
LatLonPoint |
RecordDatasetHelper.getLocation(StructureData sdata) |
Modifier and Type | Method and Description |
---|---|
protected void |
CFPointWriter.trackBB(LatLonPoint loc,
CalendarDate obsDate) |
Modifier and Type | Method and Description |
---|---|
LatLonPoint |
GdsHorizCoordSys.getCenterLatLon() |
Modifier and Type | Class and Description |
---|---|
class |
LatLonPointImmutable
An immutable LatLonPoint
|
class |
LatLonPointImpl
Standard implementation of LatLonPoint.
|
Modifier and Type | Method and Description |
---|---|
LatLonPoint |
EarthLocationImpl.getLatLon()
Get the lat/lon location
|
LatLonPoint |
EarthLocation.getLatLon()
Get the lat/lon location
|
LatLonPoint |
ProjectionImpl.projToLatLon(double x,
double y)
Convert a projection coordinate to a LatLonPoint
Note: a new object is now created on each call for the return value, as of 4.0.46
|
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
|
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.
|
LatLonPoint |
Projection.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint.
|
Modifier and Type | Method and Description |
---|---|
static Bearing |
Bearing.calculateBearing(Earth e,
LatLonPoint pt1,
LatLonPoint pt2,
Bearing result)
Calculate the bearing between the 2 points.
|
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 |
LatLonPointImmutable.equals(LatLonPoint 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(Earth e,
LatLonPoint pt1,
double az,
double dist,
LatLonPointImpl result)
Calculate a position given an azimuth and distance from
another 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
|
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.
|
void |
LatLonPointImpl.set(LatLonPoint pt)
set lat, lon using values of pt
|
Constructor and Description |
---|
LatLonPointImmutable(LatLonPoint pt) |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
Sinusoidal.projToLatLon(ProjectionPoint world,
LatLonPointImpl result)
Convert projection coordinates to a LatLonPoint
|
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 |
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 |
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 |
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 |
RotatedPole.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Transform a rotated longitude (X) and rotated latitude (Y) into a "real"
longitude-latitude pair.
|
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 |
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 |
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 |
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 |
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 |
RotatedLatLon.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint)
Transform a rotated longitude (X) and rotated latitude (Y) into a "real"
longitude-latitude pair.
|
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.
|
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 |
---|---|
LatLonPoint |
CylindricalEqualAreaProjection.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl lp) |
LatLonPoint |
EquidistantAzimuthalProjection.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl lp) |
LatLonPoint |
LambertConformalConicEllipse.projToLatLon(ProjectionPoint world,
LatLonPointImpl result) |
LatLonPoint |
PolyconicProjection.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 |
AlbersEqualAreaEllipse.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 |
TransverseMercatorProjection.projToLatLon(ProjectionPoint world,
LatLonPointImpl result) |
LatLonPoint |
StereographicAzimuthalProjection.projToLatLon(ProjectionPoint world,
LatLonPointImpl result) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
LatLonPoint |
MSGnavigation.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint) |
LatLonPoint |
Geostationary.projToLatLon(ProjectionPoint ppt,
LatLonPointImpl destPoint) |
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.