Serialized Form
aliasedToAttributeNamed
String aliasedToAttributeNamed
- If
is_alias
is true, the name of the Attribute
we are aliased to.
targetAttribute
Attribute targetAttribute
- The Attribute to which this Alias points.
targetVariable
BaseType targetVariable
- The BaseType variable that contains the Attribute
to which this Alias points.
type
int type
- The type of the attribute.
attr
Object attr
- Either an AttributeTable or a Vector of String.
_attr
SortedTable _attr
- A table of Attributes with their names as a key
_attr
Attribute _attr
- The Attribute Table used to contain attributes specific to this
instance of a BaseType variable. This is the repository for
"Semantic Metadata"
_attrTbl
AttributeTable _attrTbl
vals
BaseType[] vals
- the array of
BaseType
values.
vals
boolean[] vals
- the array of
float
values.
vals
byte[] vals
- the array of
byte
values.
errorCode
int errorCode
- The error code.
-
errorMessage
String errorMessage
- The error message.
-
programType
int programType
- The program type.
-
programSource
String programSource
- The program source. if programType is TCL_PROGRAM, then this is ASCII
text. Otherwise, undefined (this will need to become a byte[] array if
the server sends Java bytecodes, for example).
-
serialVersionUID: 1L
_name
String _name
- The name of this variable - not www enccoded
_nameEncoded
String _nameEncoded
_myParent
DAPNode _myParent
- The parent (container class) of this object, if one exists
projected
boolean projected
- Track if this variable is being used as part of a projection.
_attr
Attribute _attr
- The Attribute Table used to contain attributes specific to this
instance of a BaseType variable. This is the repository for
"Semantic Metadata"
_attrTbl
AttributeTable _attrTbl
dimVector
Vector<E> dimVector
- A Vector of DArrayDimension information (i.e. the shape)
decl
DArrayDimension.Slice decl
projection
DArrayDimension.Slice projection
container
DArray container
currentAT
AttributeTable currentAT
currentAlias
Alias currentAlias
factory
BaseTypeFactory factory
ver
ServerVersion ver
- The ServerVersion returned from the open OPeNDAP connection.
val
byte val
- The value of this
DByte
.
currentBT
BaseType currentBT
currentAT
AttributeTable currentAT
factory
BaseTypeFactory factory
- Factory for new DAP variables.
schemaLocation
String schemaLocation
_dataBlobID
String _dataBlobID
url
String url
serialVersionUID: 1L
val
float val
- The value of this
DFloat32
.
val
double val
- The value of this
DFloat64
.
arrayVar
DArray arrayVar
- The Array component of this
DGrid
.
mapVars
Vector<E> mapVars
- The Map component of this
DGrid
.
val
short val
- The value of this
DInt16
.
val
int val
- The value of this
DInt32
.
varTemplate
Vector<E> varTemplate
- The variables in this
DSequence
, stored in a
Vector
of BaseType
objects
and used as a template for deserialize
.
allValues
Vector<E> allValues
- The values in this
DSequence
, stored as a
Vector
of Vector
of BaseType
objects.
level
int level
- Level number in a multilevel sequence.
hasValue
boolean hasValue
val
String val
- The value of this
DString
.
vars
Vector<E> vars
- The variables in this
DStructure
, stored in a
Vector
of BaseType
objects.
vals
PrimitiveVector vals
- The values in this
DVector
, stored in a
PrimitiveVector
.
containedvar
BaseType containedvar
- The variable of which we are the parent
serialVersionUID: 1L
vals
float[] vals
- the array of
float
values.
vals
double[] vals
- the array of
double
values.
vals
short[] vals
- the array of
short
values.
vals
int[] vals
- the array of
int
values.
var
BaseType var
- Template variable to use for
printDecl
and
deserialize
(BaseTypePrimitiveVector
only).
serialVersionUID: 1L
major
int major
- Major version number.
minor
int minor
- Minor version number.
subminor
int subminor
- Sub-Minor version number.
versionString
String versionString
- Full version string.
Package opendap.dap.parsers |
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
AP
Vector<E> AP
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
_Debug
boolean _Debug
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
allowDeflate
boolean allowDeflate
track
boolean track
- ************************************************************************
Debugging
syncLock
Object syncLock
- ************************************************************************
Used for thread syncronization.
-
HitCounter
int HitCounter
- ************************************************************************
Count "hits" on the server...
-
prArr
ArrayList<E> prArr
Package opendap.servlet.ascii |
Package opendap.servlet.www |
Class opendap.tools.GeturlApplet extends Object implements Serializable |
isApplet
boolean isApplet
- True if we are an applet.
urlField
TextField urlField
- The TextField containing the URL to retrieve.
outputArea
TextArea outputArea
- The TextArea where output should be written.
getDASButton
Button getDASButton
- The "Get DAS", "Get DDS", and "Get Data" buttons.
getDDSButton
Button getDDSButton
- The "Get DAS", "Get DDS", and "Get Data" buttons.
getDataButton
Button getDataButton
- The "Get DAS", "Get DDS", and "Get Data" buttons.
urlLabel
Label urlLabel
- The Label showing the OPeNDAP URL being downloaded.
bytesRead
int bytesRead
- The number of bytes downloaded so far.
startTime
long startTime
- The start time in milliseconds.
lastUpdateTime
long lastUpdateTime
- The last time the transfer rate was updated, in milliseconds.
cancelPushed
boolean cancelPushed
- Has the cancel button been pushed by the user?
bytesReadLabel
Label bytesReadLabel
- The Label showing the number of bytes read
transferRateLabel
Label transferRateLabel
- The Label showing the current transfer rate
cancelButton
Button cancelButton
- The cancel button. (NOTE: synchronize methods which access this!)
nf
NumberFormat nf
- The NumberFormat object used for writing floating point labels.
serialVersionUID: 1L
keys
Vector<E> keys
elements
Vector<E> elements
Package thredds.bufrtables |
log
org.slf4j.Logger log
cdmValidateCache
DiskCache2 cdmValidateCache
factory
org.apache.commons.fileupload.disk.DiskFileItemFactory factory
cacheDir
File cacheDir
maxFileUploadSize
long maxFileUploadSize
allow
boolean allow
deleteImmediately
boolean deleteImmediately
contentPath
String contentPath
Package thredds.catalog2.builder |
issues
BuilderIssues issues
Package thredds.catalog2.xml.parser |
issues
List<E> issues
Package thredds.catalog2.xml.writer |
Package thredds.filesystem |
parentDirName
String parentDirName
children
CacheFile[] children
serialVersionUID: 7526472295622776147L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
shortName
String shortName
lastModified
long lastModified
length
long length
isDirectory
boolean isDirectory
att
HashMap<K,V> att
serialVersionUID: 7526472295622776147L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
type_
FileSystemProto.Attribute.Type type_
len_
int len_
data_
com.google.protobuf.ByteString data_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
path_
Object path_
lastModified_
long lastModified_
files_
List<E> files_
atts_
List<E> atts_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
lastModified_
long lastModified_
length_
long length_
isDirectory_
boolean isDirectory_
atts_
List<E> atts_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
Package thredds.inventory |
message
String message
Package thredds.wcs.v1_0_0_1 |
code
WcsException.Code code
locator
String locator
textMessages
List<E> textMessages
Package thredds.wcs.v1_0_0_Plus |
code
WcsException.Code code
locator
String locator
textMessages
List<E> textMessages
Package thredds.wcs.v1_1_0 |
code
WcsException.Code code
locator
String locator
textMessages
List<E> textMessages
Package ucar.jpeg.colorspace |
Package ucar.jpeg.colorspace.boxes |
Package ucar.jpeg.icc.lut |
Package ucar.jpeg.icc.tags |
trios
Vector<E> trios
tagCount
int tagCount
Package ucar.jpeg.jj2000.disp |
hsbar
ucar.jpeg.jj2000.disp.ImgScrollPane.ISPScrollbar hsbar
- The horizontal scrollbar.
-
vsbar
ucar.jpeg.jj2000.disp.ImgScrollPane.ISPScrollbar vsbar
- The vertical scrollabr.
-
imgDisplay
ucar.jpeg.jj2000.disp.ImgScrollPane.ImageScrollDisplay imgDisplay
- The image display
-
sbType
int sbType
- The scrollbar type (always, as needed, etc.)
-
zoom
float zoom
- The zoom to use in displaying the image. A factor larger than one
produces a zoom in effect.
-
lastZoom
float lastZoom
- The zoom used in the last scrollbar calculation.
-
lastSize
Dimension lastSize
- The viewable size used in the last scrollbar calculation.
-
copyScroll
boolean copyScroll
- If scrolling is to be done by copying ot not. If not done by copying
everything is redrawn.
-
Package ucar.jpeg.jj2000.j2k |
Package ucar.jpeg.jj2000.j2k.codestream |
Package ucar.jpeg.jj2000.j2k.decoder |
dec
Decoder dec
- The decoder
pl
ParameterList pl
- The parameter list to give to the decoder
decThread
Thread decThread
- The thread where the decoder is run
decStarted
boolean decStarted
- If the decoder thread has already been started
isp
ImgScrollPane isp
- Where the image is displayed
Package ucar.jpeg.jj2000.j2k.util |
collectionName
String collectionName
base
Date base
nruns
int nruns
runOffset
double[] runOffset
forecastOffset
double[] forecastOffset
offsets
double[] offsets
locationList
List<E> locationList
locationMap
Map<K,V> locationMap
gridSets
List<E> gridSets
invList
List<E> invList
gridsetName
String gridsetName
grids
List<E> grids
noffsets
int noffsets
timeOffset
double[] timeOffset
timeBounds
double[] timeBounds
timeCoordMap
Map<K,V> timeCoordMap
name
String name
inv
FmrcInvLite.Gridset.GridInventory inv
location
int[] location
invIndex
int[] invIndex
Package ucar.nc2.ft.point.remote |
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
time_
double time_
lat_
double lat_
lon_
double lon_
alt_
double alt_
nomTime_
double nomTime_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
desc_
Object desc_
units_
Object units_
dataType_
NcStreamProto.DataType dataType_
section_
NcStreamProto.Section section_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
loc_
PointStreamProto.Location loc_
data_
com.google.protobuf.ByteString data_
sdata_
com.google.protobuf.LazyStringList sdata_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
timeUnit_
Object timeUnit_
members_
List<E> members_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
id_
Object id_
lat_
double lat_
lon_
double lon_
alt_
double alt_
desc_
Object desc_
wmoId_
Object wmoId_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
stations_
List<E> stations_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
Package ucar.nc2.iosp.fysat |
serialVersionUID: 1L
Package ucar.nc2.iosp.mcidas |
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.iosp.noaa |
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
stnid_
long stnid_
stnPos_
long stnPos_
dataPos_
long dataPos_
dataCount_
int dataCount_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
list_
List<E> list_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
type_
NcStreamProto.Attribute.Type type_
len_
int len_
data_
com.google.protobuf.ByteString data_
sdata_
com.google.protobuf.LazyStringList sdata_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
varName_
Object varName_
dataType_
NcStreamProto.DataType dataType_
section_
NcStreamProto.Section section_
bigend_
boolean bigend_
version_
int version_
compress_
NcStreamProto.Compress compress_
crc32_
int crc32_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
length_
long length_
isUnlimited_
boolean isUnlimited_
isVlen_
boolean isVlen_
isPrivate_
boolean isPrivate_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
map_
List<E> map_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
code_
int code_
value_
Object value_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
message_
Object message_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
dims_
List<E> dims_
vars_
List<E> vars_
structs_
List<E> structs_
atts_
List<E> atts_
groups_
List<E> groups_
enumTypes_
List<E> enumTypes_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
location_
Object location_
title_
Object title_
id_
Object id_
root_
NcStreamProto.Group root_
version_
int version_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
start_
long start_
size_
long size_
stride_
long stride_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
range_
List<E> range_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
dataType_
NcStreamProto.DataType dataType_
shape_
List<E> shape_
atts_
List<E> atts_
vars_
List<E> vars_
structs_
List<E> structs_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
member_
List<E> member_
data_
com.google.protobuf.ByteString data_
heapCount_
List<E> heapCount_
sdata_
com.google.protobuf.LazyStringList sdata_
nrows_
long nrows_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
bitField0_
int bitField0_
name_
Object name_
dataType_
NcStreamProto.DataType dataType_
shape_
List<E> shape_
atts_
List<E> atts_
unsigned_
boolean unsigned_
data_
com.google.protobuf.ByteString data_
enumType_
Object enumType_
dimIndex_
List<E> dimIndex_
memoizedIsInitialized
byte memoizedIsInitialized
memoizedSerializedSize
int memoizedSerializedSize
max_entries
int max_entries
Package ucar.nc2.util.net |
Package ucar.unidata.geoloc |
lat
double lat
- East latitude in degrees, always +/- 90
lon
double lon
- North longitude in degrees, always +/- 180
name
String name
- name of this projection
isLatLon
boolean isLatLon
- flag for latlon
atts
List<E> atts
- list of attributes
defaultMapArea
ProjectionRect defaultMapArea
- default map area
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Read the object from the input stream of the serialized object
- Throws:
ClassNotFoundException
- couldn't file the class
IOException
- Problem reading from stream
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Wrtie the object to the output stream
- Throws:
IOException
- Problem writing to stream
Package ucar.unidata.geoloc.projection |
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
earth_radius
double earth_radius
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
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
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
falseNorthing
double falseNorthing
earth_radius
double earth_radius
origin
LatLonPointImpl origin
- origin
centerLon
double centerLon
- center longitude
projR1
ProjectionRect projR1
- projection rect 1
projR2
ProjectionRect projR2
- projection rect 1
rects
ProjectionRect[] rects
- array fo rects
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
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
proj
Projection proj
- projection to adapt
lonpole
double lonpole
latpole
double latpole
polerotate
double polerotate
cosDlat
double cosDlat
sinDlat
double sinDlat
northPole
ProjectionPointImpl northPole
rotY
double[][] rotY
rotZ
double[][] rotZ
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
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_
convert2latlon
ucar.unidata.geoloc.projection.Utm_To_Gdc_Converter convert2latlon
convert2xy
ucar.unidata.geoloc.projection.Gdc_To_Utm_Converter convert2xy
save
ucar.unidata.geoloc.projection.UtmProjection.SaveParams save
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.geoloc.projection.proj4 |
lat0deg
double lat0deg
lon0deg
double lon0deg
lat0rad
double lat0rad
lon0rad
double lon0rad
par1deg
double par1deg
par2deg
double par2deg
phi1
double phi1
phi2
double phi2
falseEasting
double falseEasting
falseNorthing
double falseNorthing
earth
Earth earth
e
double e
es
double es
one_es
double one_es
totalScale
double totalScale
ec
double ec
n
double n
c
double c
dd
double dd
n2
double n2
rho0
double rho0
isSpherical
boolean isSpherical
lat0deg
double lat0deg
lon0deg
double lon0deg
lat0rad
double lat0rad
lon0rad
double lon0rad
par1deg
double par1deg
par2deg
double par2deg
par1rad
double par1rad
par2rad
double par2rad
falseEasting
double falseEasting
falseNorthing
double falseNorthing
earth
Earth earth
e
double e
es
double es
totalScale
double totalScale
n
double n
c
double c
rho0
double rho0
isSpherical
boolean isSpherical
projectionLatitude
double projectionLatitude
projectionLongitude
double projectionLongitude
n
double n
scaleFactor
double scaleFactor
trueScaleLatitude
double trueScaleLatitude
falseEasting
double falseEasting
falseNorthing
double falseNorthing
earth
Earth earth
e
double e
es
double es
one_es
double one_es
totalScale
double totalScale
isSpherical
boolean isSpherical
EPS10
double EPS10
akm1
double akm1
sinphi0
double sinphi0
cosphi0
double cosphi0
mode
int mode
esp
double esp
ml0
double ml0
en
double[] en
projectionLatitude
double projectionLatitude
projectionLongitude
double projectionLongitude
scaleFactor
double scaleFactor
falseEasting
double falseEasting
falseNorthing
double falseNorthing
ellipsoid
Earth ellipsoid
e
double e
es
double es
one_es
double one_es
totalScale
double totalScale
spherical
boolean spherical
Package ucar.unidata.geoloc.projection.sat |
lat0
double lat0
lon0
double lon0
major_axis
double major_axis
minor_axis
double minor_axis
sat_height
double sat_height
scale_x
double scale_x
scale_y
double scale_y
const1
double const1
const2
double const2
const3
double const3
maxR
double maxR
maxR2
double maxR2
Package ucar.unidata.io.bzip2 |
Package ucar.unidata.util |
name
String name
valueS
String valueS
valueD
double[] valueD
isString
boolean isString
hashCode
int hashCode
serialVersionUID: 1L
serialVersionUID: 1L
name
String name
-
symbol
String symbol
-
serialVersionUID: 1L
serialVersionUID: 1L
baseQuantity
BaseQuantity baseQuantity
- The base quantity associated with this base unit.
-
serialVersionUID: 1L
serialVersionUID: 1L
dimension
UnitDimension dimension
- The dimension of this derived unit.
-
serialVersionUID: 1L
serialVersionUID: 1L
_base
Base _base
- The Base entity.
-
_exponent
int _exponent
- The exponent.
-
serialVersionUID: 1L
base
double base
- The logarithmic base.
-
reference
DerivableUnit reference
- The reference level.
-
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
_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.
-
serialVersionUID: 1L
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
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
String eol
- The end of line string for this machine.
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
nameSet
SortedSet<E> nameSet
- The set of prefix names.
-
symbolSet
SortedSet<E> symbolSet
- The set of prefix symbols.
-
valueMap
Map<K,V> valueMap
- The mapping between prefix values and prefixes.
-
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
_scale
double _scale
- The multiplicative factor.
-
_unit
Unit _unit
- The reference unit.
-
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
_unit
Unit _unit
- The reference time unit.
-
_origin
Date _origin
- The time origin for this instance.
-
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
unitSet
Set<E> unitSet
- The set of units.
-
nameMap
Map<K,V> nameMap
- The name-to-unit map.
-
symbolMap
Map<K,V> symbolMap
- The symbol-to-unit map.
-
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
id
UnitName id
- The unit identifier.
-
serialVersionUID: 1L
name
String name
- The name of the unit.
-
plural
String plural
- The plural form of the unit name.
-
symbol
String symbol
- The symbol for the unit.
-
serialVersionUID: 1L
serialVersionUID: 1L
symbol
String symbol
- The symbol for the unit.
-
serialVersionUID: 1L
serialVersionUID: 1L
quantityMap
HashMap<K,V> quantityMap
- The quantity-to-base-unit map.
-
baseUnitDB
UnitDB baseUnitDB
- The base unit database;
-
acceptableUnitDB
UnitDBImpl acceptableUnitDB
- The complete database;
-
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.