|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectionImpl | |
---|---|
ucar.nc2.dataset | An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. |
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.ogc | |
ucar.unidata.geoloc.projection | Implementations of coordinate projection transformations. |
ucar.unidata.geoloc.projection.proj4 | |
ucar.unidata.geoloc.projection.sat |
Uses of ProjectionImpl in ucar.nc2.dataset |
---|
Methods in ucar.nc2.dataset that return ProjectionImpl | |
---|---|
ProjectionImpl |
ProjectionCT.getProjection()
get the Projection function |
ProjectionImpl |
CoordinateSystem.getProjection()
Get the Projection for this coordinate system. |
Constructors in ucar.nc2.dataset with parameters of type ProjectionImpl | |
---|---|
ProjectionCT(String name,
String authority,
ProjectionImpl proj)
Create a Projection Coordinate Transform. |
Uses of ProjectionImpl in ucar.nc2.dt |
---|
Methods in ucar.nc2.dt that return ProjectionImpl | |
---|---|
ProjectionImpl |
GridDatatype.getProjection()
get the Projection, if it exists. |
ProjectionImpl |
GridCoordSystem.getProjection()
Get the Projection that performs the transform math. |
Uses of ProjectionImpl in ucar.nc2.dt.grid |
---|
Methods in ucar.nc2.dt.grid that return ProjectionImpl | |
---|---|
ProjectionImpl |
GeoGrid.getProjection()
get the Projection. |
ProjectionImpl |
GridCoordSys.getProjection()
get the projection |
Uses of ProjectionImpl in ucar.nc2.ft.grid |
---|
Methods in ucar.nc2.ft.grid that return ProjectionImpl | |
---|---|
ProjectionImpl |
GridCoordSys.getProjection()
Get the Projection that performs the transform math. |
ProjectionImpl |
Grid.getProjection()
get the Projection, if it exists. |
Uses of ProjectionImpl in ucar.nc2.iosp.mcidas |
---|
Subclasses of ProjectionImpl in ucar.nc2.iosp.mcidas | |
---|---|
class |
McIDASAreaProjection
McIDASAreaProjection is the ProjectionImpl for McIDAS Area navigation modules. |
Methods in ucar.nc2.iosp.mcidas that return ProjectionImpl | |
---|---|
ProjectionImpl |
McIDASAreaProjection.constructCopy()
copy constructor - avoid clone !! |
Uses of ProjectionImpl in ucar.unidata.geoloc |
---|
Methods in ucar.unidata.geoloc that return ProjectionImpl | |
---|---|
abstract ProjectionImpl |
ProjectionImpl.constructCopy()
copy constructor - avoid clone !! |
Uses of ProjectionImpl in ucar.unidata.geoloc.ogc |
---|
Methods in ucar.unidata.geoloc.ogc that return ProjectionImpl | |
---|---|
static ProjectionImpl |
WKTParser.convertWKTToProjection(WKTParser srp)
Convert OGC spatial reference WKT to a ProjectionImpl. |
Uses of ProjectionImpl in ucar.unidata.geoloc.projection |
---|
Subclasses of ProjectionImpl in ucar.unidata.geoloc.projection | |
---|---|
class |
AlbersEqualArea
Albers Equal Area Conic Projection, one or two standard parallels, spherical earth. |
class |
FlatEarth
FlatEarth Projection This projection surface is tangent at some point (lat0, lon0) and has a y axis rotated from true North by some angle. |
class |
LambertAzimuthalEqualArea
Lambert AzimuthalEqualArea Projection spherical earth. |
class |
LambertConformal
Lambert Conformal Projection, one or two standard parallels, spherical earth. |
class |
LatLonProjection
This is the "fake" identity projection where world coord = latlon coord. |
class |
Mercator
Mercator projection, spherical earth. |
class |
Orthographic
Orthographic Projection spherical earth. |
class |
ProjectionAdapter
Adapts a Projection interface into a subclass of ProjectionImpl, so we can assume a Projection is a ProjectionImpl without loss of generality. |
class |
RotatedLatLon
Grib 1 projection 10 and Grib 2 projection 1. |
class |
RotatedPole
Rotated-pole longitude-latitude grid. |
class |
Stereographic
Stereographic projection, spherical earth. |
class |
TransverseMercator
Transverse Mercator projection, spherical earth. |
class |
UtmProjection
Universal Transverse Mercator. |
class |
VerticalPerspectiveView
Vertical Perspective Projection, spherical earth. |
Methods in ucar.unidata.geoloc.projection that return ProjectionImpl | |
---|---|
ProjectionImpl |
RotatedLatLon.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
UtmProjection.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
Mercator.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
Orthographic.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
ProjectionAdapter.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
LatLonProjection.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
FlatEarth.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
AlbersEqualArea.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
VerticalPerspectiveView.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
TransverseMercator.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
LambertAzimuthalEqualArea.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
RotatedPole.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
LambertConformal.constructCopy()
|
ProjectionImpl |
Stereographic.constructCopy()
copy constructor - avoid clone !! |
static ProjectionImpl |
ProjectionAdapter.factory(Projection proj)
Create a ProjectionImpl from the projection |
Uses of ProjectionImpl in ucar.unidata.geoloc.projection.proj4 |
---|
Subclasses of ProjectionImpl in ucar.unidata.geoloc.projection.proj4 | |
---|---|
class |
AlbersEqualAreaEllipse
Adapted from com.jhlabs.map.proj.AlbersProjection |
class |
LambertConformalConicEllipse
Adapted from com.jhlabs.map.proj.LambertConformalConicProjection |
class |
StereographicAzimuthalProjection
taken from the USGS PROJ package. |
class |
TransverseMercatorProjection
Transverse Mercator Projection algorithm is taken from the USGS PROJ package. |
Methods in ucar.unidata.geoloc.projection.proj4 that return ProjectionImpl | |
---|---|
ProjectionImpl |
TransverseMercatorProjection.constructCopy()
|
ProjectionImpl |
StereographicAzimuthalProjection.constructCopy()
|
ProjectionImpl |
AlbersEqualAreaEllipse.constructCopy()
copy constructor - avoid clone !! |
ProjectionImpl |
LambertConformalConicEllipse.constructCopy()
copy constructor - avoid clone !! |
Uses of ProjectionImpl in ucar.unidata.geoloc.projection.sat |
---|
Subclasses of ProjectionImpl in ucar.unidata.geoloc.projection.sat | |
---|---|
class |
MSGnavigation
Port Eumetsat MSG_navigation.c to java from http://www.eumetsat.int/idcplg?IdcService=GET_FILE&dDocName=zip_tools_msg_nav_c&RevisionSelectionMethod=LatestReleased |
Methods in ucar.unidata.geoloc.projection.sat that return ProjectionImpl | |
---|---|
ProjectionImpl |
MSGnavigation.constructCopy()
copy constructor - avoid clone !! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |