Serialized Form


Package thredds.filesystem

Class thredds.filesystem.CacheDirectory extends CacheFile implements Serializable

Serialized Fields

parentDirName

java.lang.String parentDirName

children

CacheFile[] children

Class thredds.filesystem.CacheFile extends java.lang.Object implements Serializable

Serialized Fields

shortName

java.lang.String shortName

lastModified

long lastModified

length

long length

isDirectory

boolean isDirectory

att

java.util.HashMap<K,V> att

Package thredds.wcs.v1_0_0_1

Class thredds.wcs.v1_0_0_1.WcsException extends java.lang.Exception implements Serializable

Serialized Fields

code

WcsException.Code code

locator

java.lang.String locator

textMessages

java.util.List<E> textMessages

Package thredds.wcs.v1_0_0_Plus

Class thredds.wcs.v1_0_0_Plus.WcsException extends java.lang.Exception implements Serializable

Serialized Fields

code

WcsException.Code code

locator

java.lang.String locator

textMessages

java.util.List<E> textMessages

Package thredds.wcs.v1_1_0

Class thredds.wcs.v1_1_0.WcsException extends java.lang.Exception implements Serializable

Serialized Fields

code

WcsException.Code code

locator

java.lang.String locator

textMessages

java.util.List<E> textMessages

Package ucar.atd.dorade

Class ucar.atd.dorade.DoradeSweep.DoradeSweepException extends java.lang.Exception implements Serializable

Class ucar.atd.dorade.DoradeSweep.MovingSensorException extends java.lang.Exception implements Serializable


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.iosp.fysat

Class ucar.nc2.iosp.fysat.UnsupportedDatasetException extends java.io.IOException implements Serializable

serialVersionUID: 1L


Package ucar.nc2.iosp.mcidas

Class ucar.nc2.iosp.mcidas.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
aux block


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.List<E> atts
list of attributes


defaultMapArea

ProjectionRect defaultMapArea
default map area

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


falseEasting

double falseEasting

falseNorthing

double falseNorthing

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.Mercator extends ProjectionImpl implements Serializable

Serialized Fields

lon0

double lon0
longitude of the origin degrees


par

double par
standard parallel degrees


par_r

double par_r
standard parallel in radians


A

double A
Factor


falseEasting

double falseEasting

falseNorthing

double falseNorthing

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.RotatedLatLon extends ProjectionImpl implements Serializable

Serialized Fields

lonpole

double lonpole

latpole

double latpole

polerotate

double polerotate

cosDlat

double cosDlat

sinDlat

double sinDlat

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

Serialized Fields

northPole

ProjectionPointImpl northPole

rotY

double[][] rotY

rotZ

double[][] rotZ

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

Serialized Fields

latts

double latts
some variables


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


central_meridian

double central_meridian
some variables


isNorth

boolean isNorth

isPolar

boolean isPolar

falseEasting

double falseEasting
easting/northing


falseNorthing

double falseNorthing
easting/northing


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


falseEasting

double falseEasting
_more_


falseNorthing

double falseNorthing
_more_

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


maxR

double maxR
square of "map limit" circle of this radius from the origin, p 173


maxR2

double maxR2
square of "map limit" circle of this radius from the origin, p 173


origin

LatLonPointImpl origin
origin


spherical

boolean spherical
spherical vs ellipsoidal


Package ucar.unidata.io.bzip2

Class ucar.unidata.io.bzip2.BZip2ReadException extends java.lang.RuntimeException implements Serializable


Package ucar.unidata.util

Class ucar.unidata.util.Parameter extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
_more_


valueS

java.lang.String valueS
_more_


valueD

double[] valueD
_more_


isString

boolean isString
_more_


hashCode

int hashCode

Package ucar.units

Class ucar.units.BadUnitException extends UnitDBException implements Serializable

serialVersionUID: 1L

Class ucar.units.BaseQuantity extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
 

symbol

java.lang.String symbol
 

Class ucar.units.BaseQuantityException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.BaseUnit extends DerivedUnitImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

baseQuantity

BaseQuantity baseQuantity
The base quantity associated with this base unit.

 

Class ucar.units.ConversionException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.DerivedUnitImpl extends UnitImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

dimension

UnitDimension dimension
The dimension of this derived unit.

 

Class ucar.units.DivideException extends OperationException implements Serializable

serialVersionUID: 1L

Class ucar.units.Factor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_base

Base _base
The Base entity.

 

_exponent

int _exponent
The exponent.

 

Class ucar.units.LogarithmicUnit extends UnitImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

base

double base
The logarithmic base.

 

reference

DerivableUnit reference
The reference level.

 

Class ucar.units.MultiplyException extends OperationException implements Serializable

serialVersionUID: 1L

Class ucar.units.NameException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.NoSuchUnitException extends SpecificationException implements Serializable

serialVersionUID: 1L

Class ucar.units.OffsetUnit extends UnitImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

_offset

double _offset
The origin of this unit in terms of the reference unit.

 

_unit

Unit _unit
The reference unit.

 

_derivedUnit

DerivedUnit _derivedUnit
The derived unit that is convertible with this unit.

 

Class ucar.units.OperationException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class ucar.units.PrefixDBAccessException extends PrefixDBException implements Serializable

serialVersionUID: 1L

Class ucar.units.PrefixDBException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.PrefixDBImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nameSet

java.util.SortedSet<E> nameSet
The set of prefix names.

 

symbolSet

java.util.SortedSet<E> symbolSet
The set of prefix symbols.

 

valueMap

java.util.Map<K,V> valueMap
The mapping between prefix values and prefixes.

 

Class ucar.units.PrefixDBManager extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class ucar.units.PrefixExistsException extends PrefixDBException implements Serializable

serialVersionUID: 1L

Class ucar.units.QuantityExistsException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.RaiseException extends OperationException implements Serializable

serialVersionUID: 1L

Class ucar.units.RegularBaseQuantity extends BaseQuantity implements Serializable

serialVersionUID: 1L

Class ucar.units.ScaledUnit extends UnitImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

_scale

double _scale
The multiplicative factor.

 

_unit

Unit _unit
The reference unit.

 

Class ucar.units.ShiftException extends OperationException implements Serializable

serialVersionUID: 1L

Class ucar.units.SI extends UnitSystemImpl implements Serializable

serialVersionUID: 1L

Class ucar.units.SpecificationException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.StandardPrefixDB extends PrefixDBImpl implements Serializable

serialVersionUID: 1L

Class ucar.units.StandardUnitDB extends UnitDBImpl implements Serializable

serialVersionUID: 1L

Class ucar.units.SupplementaryBaseQuantity extends BaseQuantity implements Serializable

serialVersionUID: 1L

Class ucar.units.TimeScaleUnit extends UnitImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

_unit

Unit _unit
The reference time unit.

 

_origin

java.util.Date _origin
The time origin for this instance.

 

Class ucar.units.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class ucar.units.UnitClassException extends UnitFormatException implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitDBAccessException extends UnitDBException implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitDBException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitDBImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

unitSet

java.util.Set<E> unitSet
The set of units.

 

nameMap

java.util.Map<K,V> nameMap
The name-to-unit map.

 

symbolMap

java.util.Map<K,V> symbolMap
The symbol-to-unit map.

 

Class ucar.units.UnitDBManager extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitExistsException extends UnitDBException implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitFormatException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitFormatManager extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitID extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

UnitName id
The unit identifier.

 

Class ucar.units.UnitName extends UnitID implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
The name of the unit.

 

plural

java.lang.String plural
The plural form of the unit name.

 

symbol

java.lang.String symbol
The symbol for the unit.

 

Class ucar.units.UnitParseException extends SpecificationException implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitSymbol extends UnitID implements Serializable

serialVersionUID: 1L

Serialized Fields

symbol

java.lang.String symbol
The symbol for the unit.

 

Class ucar.units.UnitSystemException extends UnitException implements Serializable

serialVersionUID: 1L

Class ucar.units.UnitSystemImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

quantityMap

java.util.HashMap<K,V> quantityMap
The quantity-to-base-unit map.

 

baseUnitDB

UnitDB baseUnitDB
The base unit database;

 

acceptableUnitDB

UnitDBImpl acceptableUnitDB
The complete database;

 

Class ucar.units.UnitSystemManager extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class ucar.units.UnknownBaseQuantity extends BaseQuantity implements Serializable

serialVersionUID: 1L

Class ucar.units.UnknownUnit extends BaseUnit implements Serializable

serialVersionUID: 1L