Serialized Form


Package ucar.ma2

Class ucar.ma2.ForbiddenConversionException extends java.lang.RuntimeException implements Serializable

Class ucar.ma2.InvalidRangeException extends java.lang.Exception implements Serializable


Package ucar.nc2.util

Class ucar.nc2.util.HashMapLRU extends java.util.LinkedHashMap implements Serializable

Serialized Fields

max_entries

int max_entries

Package ucar.unidata.geoloc

Class ucar.unidata.geoloc.LatLonPointImpl extends java.lang.Object implements Serializable

Serialized Fields

lat

double lat
East latitude in degrees, always +/- 90


lon

double lon
North longitude in degrees, always +/- 180

Class ucar.unidata.geoloc.ProjectionImpl extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
name of this projection


isLatLon

boolean isLatLon
flag for latlon


atts

java.util.ArrayList<E> atts
list of attributes


defaultMapArea

ProjectionRect defaultMapArea
default map area


workP

ProjectionPointImpl workP
working point for projection


workL

LatLonPointImpl workL
working point for lat/lon


w1

ProjectionPointImpl w1
working projection point 1


w2

ProjectionPointImpl w2
working projection point 2


w3

ProjectionPointImpl w3
working projection point 3


w4

ProjectionPointImpl w4
working projection point 4

Class ucar.unidata.geoloc.ProjectionPointImpl extends java.awt.geom.Point2D.Double implements Serializable

Class ucar.unidata.geoloc.ProjectionRect extends java.awt.geom.Rectangle2D.Double implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read the object from the input stream of the serialized object

Throws:
java.lang.ClassNotFoundException - couldn't file the class
java.io.IOException - Problem reading from stream

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Wrtie the object to the output stream

Throws:
java.io.IOException - Problem writing to stream

Package ucar.unidata.geoloc.projection

Class ucar.unidata.geoloc.projection.AlbersEqualArea extends ProjectionImpl implements Serializable

Serialized Fields

n

double n
constants from Snyder's equations


C

double C
constants from Snyder's equations


rho0

double rho0
constants from Snyder's equations


lat0

double lat0
lat/lon in radians


lon0

double lon0
lat/lon in radians


par1

double par1
parallel 1 and 2


par2

double par2
parallel 1 and 2


lon0Degrees

double lon0Degrees
lon naught


origin

LatLonPointImpl origin
origin


spherical

boolean spherical
flag for spherical calculation

Class ucar.unidata.geoloc.projection.FlatEarth extends ProjectionImpl implements Serializable

Serialized Fields

rotAngle

double rotAngle
constants from Snyder's equations


lat0

double lat0
center lat/lon in radians


lon0

double lon0
center lat/lon in radians


cosRot

double cosRot
some constants


sinRot

double sinRot
some constants


origin

LatLonPointImpl origin
origin


spherical

boolean spherical
spherical vs ellipsoidal


radius

double radius

Class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea extends ProjectionImpl implements Serializable

Serialized Fields

R

double R
constants from Snyder's equations


sinLat0

double sinLat0
constants from Snyder's equations


cosLat0

double cosLat0
constants from Snyder's equations


lon0Degrees

double lon0Degrees
constants from Snyder's equations


lat0

double lat0
center lat/lon in degrees


lon0

double lon0
center lat/lon in degrees


falseEasting

double falseEasting
false easting


falseNorthing

double falseNorthing
false northing


origin

LatLonPointImpl origin
origin


spherical

boolean spherical
spherical vs ellipsoidal

Class ucar.unidata.geoloc.projection.LambertConformal extends ProjectionImpl implements Serializable

Serialized Fields

n

double n
constants from Snyder's equations


F

double F
constants from Snyder's equations


rho

double rho
constants from Snyder's equations


earthRadiusTimesF

double earthRadiusTimesF
Earth's radius time F


lon0Degrees

double lon0Degrees
lon naught


lat0

double lat0
lat/lon in radians


lon0

double lon0
lat/lon in radians


par1

double par1
parallel 1 and 2


par2

double par2
parallel 1 and 2


falseEasting

double falseEasting
_more_


falseNorthing

double falseNorthing
_more_


origin

LatLonPointImpl origin
origin


spherical

boolean spherical
_more_

Class ucar.unidata.geoloc.projection.LatLonProjection extends ProjectionImpl implements Serializable

Serialized Fields

centerLon

double centerLon
center longitude


projR1

ProjectionRect projR1
projection rect 1


projR2

ProjectionRect projR2
projection rect 1


rects

ProjectionRect[] rects
array fo rects

Class ucar.unidata.geoloc.projection.McIDASAreaProjection extends ProjectionImpl implements Serializable

Serialized Fields

anav

edu.wisc.ssec.mcidas.AREAnav anav
Area navigation


lines

int lines
number of lines


elements

int elements
number of elements


dirBlock

int[] dirBlock
directory block


navBlock

int[] navBlock
navigation block


auxBlock

int[] auxBlock

Class ucar.unidata.geoloc.projection.Mercator extends ProjectionImpl implements Serializable

Serialized Fields

lat0

double lat0
parameters


lon0

double lon0
_more_


par

double par
_more_


lat0_r

double lat0_r
_more_


lon0_r

double lon0_r
_more_


par_r

double par_r
_more_


A

double A
_more_


y0

double y0
_more_


origin

LatLonPointImpl origin
origin point

Class ucar.unidata.geoloc.projection.Orthographic extends ProjectionImpl implements Serializable

Serialized Fields

R

double R
constants from Snyder's equations


lon0Degrees

double lon0Degrees
constants from Snyder's equations


lat0

double lat0
center lat/lon in radians


lon0

double lon0
center lat/lon in radians


cosLat0

double cosLat0
some constants


sinLat0

double sinLat0
some constants


origin

LatLonPointImpl origin
origin


spherical

boolean spherical
spherical vs ellipsoidal

Class ucar.unidata.geoloc.projection.ProjectionAdapter extends ProjectionImpl implements Serializable

Serialized Fields

proj

Projection proj
projection to adapt

Class ucar.unidata.geoloc.projection.Stereographic extends ProjectionImpl implements Serializable

Serialized Fields

latt

double latt
some variables


lont

double lont
some variables


scale

double scale
some variables


sinlatt

double sinlatt
some variables


coslatt

double coslatt
some variables


origin

LatLonPointImpl origin
origin point

Class ucar.unidata.geoloc.projection.TransverseMercator extends ProjectionImpl implements Serializable

Serialized Fields

lat0

double lat0
parameters


lon0

double lon0
parameters


scale

double scale
parameters


origin

LatLonPointImpl origin
origin point

Class ucar.unidata.geoloc.projection.UtmProjection extends ProjectionImpl implements Serializable

Serialized Fields

convert2latlon

ucar.unidata.geoloc.projection.Utm_To_Gdc_Converter convert2latlon
_more_


convert2xy

ucar.unidata.geoloc.projection.Gdc_To_Utm_Converter convert2xy
_more_


save

ucar.unidata.geoloc.projection.UtmProjection.SaveParams save

Class ucar.unidata.geoloc.projection.VerticalPerspectiveView extends ProjectionImpl implements Serializable

Serialized Fields

P

double P
constants from Snyder's equations


H

double H
constants from Snyder's equations


R

double R
constants from Snyder's equations


lon0Degrees

double lon0Degrees
constants from Snyder's equations


lat0

double lat0
center lat/lon in radians


lon0

double lon0
center lat/lon in radians


cosLat0

double cosLat0
some constants


sinLat0

double sinLat0
some constants


false_east

double false_east
some constants


false_north

double false_north
some constants


origin

LatLonPointImpl origin
origin


spherical

boolean spherical
spherical vs ellipsoidal