| Package | Description |
|---|---|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
| ucar.nc2.ft.grid | |
| ucar.nc2.iosp.mcidas | |
| ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
| ucar.unidata.geoloc.projection |
Implementations of coordinate projection transformations.
|
| ucar.unidata.geoloc.projection.sat |
| Modifier and Type | Method and Description |
|---|---|
ProjectionRect |
GridCoordSystem.getBoundingBox()
Get horizontal bounding box in projection coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionRect |
GridCoordSys.getBoundingBox()
Get the x,y bounding box in projection coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionRect |
GridCoordSys.getBoundingBox()
Get horizontal bounding box in projection coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionRect |
McIDASAreaProjection.getDefaultMapArea()
Get the bounds for this image
|
| Modifier and Type | Field and Description |
|---|---|
protected ProjectionRect |
ProjectionImpl.defaultMapArea
default map area
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionRect |
ProjectionImpl.getDefaultMapArea()
Get a reasonable bounding box for this projection.
|
ProjectionRect |
Projection.getDefaultMapArea()
Get a reasonable bounding box in this projection.
|
ProjectionRect |
ProjectionImpl.latLonToProjBB(LatLonRect latlonRect)
Convert a lat/lon bounding box to a world coordinate bounding box,
by finding the minimum enclosing box.
|
| Modifier and Type | Method and Description |
|---|---|
LatLonRect |
ProjectionImpl.getLatLonBoundingBox(ProjectionRect bb)
From GridCoordSys.
|
LatLonRect |
ProjectionImpl.projToLatLonBB(ProjectionRect world)
Convert a world coordinate bounding box to a lat/lon bounding box,
by finding the minimum enclosing box.
|
void |
ProjectionImpl.setDefaultMapArea(ProjectionRect bb)
Set a reasonable bounding box for this specific projection.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionRect |
ProjectionAdapter.getDefaultMapArea()
Get a reasonable bounding box for this projection.
|
ProjectionRect |
VerticalPerspectiveView.latLonToProjBB(LatLonRect rect)
Create a ProjectionRect from the given LatLonRect.
|
ProjectionRect[] |
LatLonProjection.latLonToProjRect(double lat0,
double lon0,
double lat1,
double lon1)
Create a latlon rectangle and split it into the equivalent
ProjectionRect using this LatLonProjection.
|
ProjectionRect[] |
LatLonProjection.latLonToProjRect(LatLonRect latlonR)
Split a latlon rectangle to the equivalent ProjectionRect
using this LatLonProjection to split it at the seam if needed.
|
| Modifier and Type | Method and Description |
|---|---|
LatLonRect |
LatLonProjection.projToLatLonBB(ProjectionRect world) |
void |
LatLonProjection.setDefaultMapArea(ProjectionRect bb)
Set a reasonable bounding box for this projection.
|
| Constructor and Description |
|---|
LatLonProjection(java.lang.String name,
ProjectionRect defaultMapArea)
Create a new LatLonProjection
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionRect |
MSGnavigation.latLonToProjBB(LatLonRect rect)
Create a ProjectionRect from the given LatLonRect.
|