Serialized Form
-
Package dap4.core.ce
-
Class dap4.core.ce.CEAST.NodeList extends ArrayList<CEAST> implements Serializable
-
Class dap4.core.ce.CEAST.Path extends CEAST.NodeList implements Serializable
-
Class dap4.core.ce.CEAST.SliceList extends ArrayList<Slice> implements Serializable
-
Class dap4.core.ce.CEAST.StringList extends ArrayList<String> implements Serializable
-
-
Package dap4.core.dmr.parser
-
Class dap4.core.dmr.parser.ParseException extends DapException implements Serializable
-
-
Package dap4.core.util
-
Class dap4.core.util.ConversionException extends RuntimeException implements Serializable
-
Class dap4.core.util.DapContext extends HashMap<Object,Object> implements Serializable
-
Class dap4.core.util.DapException extends IOException implements Serializable
-
Serialized Fields
-
code
int code
-
-
-
-
Package dap4.dap4lib
-
Class dap4.dap4lib.ErrorException extends DapException implements Serializable
-
Serialized Fields
-
document
String document
-
-
-
-
Package opendap.dap
-
Class opendap.dap.Alias extends Attribute implements Serializable
-
Serialized Fields
-
aliasedToAttributeNamed
String aliasedToAttributeNamed
Ifis_alias
is true, the name of theAttribute
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.
-
-
-
Class opendap.dap.Attribute extends DAPNode implements Serializable
-
Serialized Fields
-
attr
Object attr
Either an AttributeTable or a Vector of String. -
type
int type
The type of the attribute.
-
-
-
Class opendap.dap.AttributeBadValueException extends DASException implements Serializable
-
Class opendap.dap.AttributeExistsException extends DASException implements Serializable
-
Class opendap.dap.AttributeTable extends DAPNode implements Serializable
-
Serialized Fields
-
_attr
SortedTable _attr
A table of Attributes with their names as a key
-
-
-
Class opendap.dap.BadSemanticsException extends DDSException implements Serializable
-
Class opendap.dap.BaseType extends DAPNode implements Serializable
-
Serialized Fields
-
_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
-
-
-
Class opendap.dap.BaseTypePrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
BaseType[] vals
the array ofBaseType
values.
-
-
-
Class opendap.dap.BooleanPrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
boolean[] vals
the array offloat
values.
-
-
-
Class opendap.dap.BytePrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
byte[] vals
the array ofbyte
values.
-
-
-
Class opendap.dap.ConstraintException extends RuntimeException implements Serializable
-
Class opendap.dap.DAP2Exception extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
The error code. -
errorMessage
String errorMessage
The error message. -
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). -
programType
int programType
The program type.
-
-
-
Class opendap.dap.DAPNode extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class opendap.dap.DArray extends DVector implements Serializable
-
Serialized Fields
-
dimVector
Vector<DArrayDimension> dimVector
A Vector of DArrayDimension information (i.e. the shape)
-
-
-
Class opendap.dap.DArrayDimension extends DAPNode implements Serializable
-
Serialized Fields
-
container
DArray container
-
-
-
Class opendap.dap.DAS extends AttributeTable implements Serializable
-
Serialized Fields
-
currentAlias
Alias currentAlias
-
currentAT
AttributeTable currentAT
-
factory
BaseTypeFactory factory
-
-
-
Class opendap.dap.DASException extends DAP2Exception implements Serializable
-
Class opendap.dap.DataDDS extends DDS implements Serializable
-
Serialized Fields
-
ver
ServerVersion ver
The ServerVersion returned from the open OPeNDAP connection.
-
-
-
Class opendap.dap.DataReadException extends DDSException implements Serializable
-
Class opendap.dap.DByte extends DPrimitive implements Serializable
-
Serialized Fields
-
val
byte val
The value of thisDByte
.
-
-
-
Class opendap.dap.DConstructor extends BaseType implements Serializable
-
Class opendap.dap.DDS extends DStructure implements Serializable
-
Serialized Fields
-
_dataBlobID
String _dataBlobID
-
currentAT
AttributeTable currentAT
-
currentBT
BaseType currentBT
-
factory
BaseTypeFactory factory
Factory for new DAP variables. -
schemaLocation
String schemaLocation
-
url
String url
-
-
-
Class opendap.dap.DDSException extends DAP2Exception implements Serializable
-
Class opendap.dap.DefaultFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class opendap.dap.DFloat32 extends DPrimitive implements Serializable
-
Serialized Fields
-
val
float val
The value of thisDFloat32
.
-
-
-
Class opendap.dap.DFloat64 extends DPrimitive implements Serializable
-
Serialized Fields
-
val
double val
The value of thisDFloat64
.
-
-
-
Class opendap.dap.DGrid extends DConstructor implements Serializable
-
Class opendap.dap.DInt16 extends DPrimitive implements Serializable
-
Serialized Fields
-
val
short val
The value of thisDInt16
.
-
-
-
Class opendap.dap.DInt32 extends DPrimitive implements Serializable
-
Serialized Fields
-
val
int val
The value of thisDInt32
.
-
-
-
Class opendap.dap.DList extends DVector implements Serializable
-
Class opendap.dap.DPrimitive extends BaseType implements Serializable
-
Class opendap.dap.DSequence extends DConstructor implements Serializable
-
Serialized Fields
-
allValues
Vector allValues
The values in thisDSequence
, stored as aVector
ofVector
ofBaseType
objects. -
level
int level
Level number in a multilevel sequence. -
varTemplate
Vector varTemplate
The variables in thisDSequence
, stored in aVector
ofBaseType
objects and used as a template fordeserialize
.
-
-
-
Class opendap.dap.DString extends DPrimitive implements Serializable
-
Serialized Fields
-
hasValue
boolean hasValue
-
val
String val
The value of thisDString
.
-
-
-
Class opendap.dap.DStructure extends DConstructor implements Serializable
-
Serialized Fields
-
vars
Vector vars
The variables in thisDStructure
, stored in aVector
ofBaseType
objects.
-
-
-
Class opendap.dap.DUInt16 extends DInt16 implements Serializable
-
Class opendap.dap.DUInt32 extends DInt32 implements Serializable
-
Class opendap.dap.DURL extends DString implements Serializable
-
Class opendap.dap.DVector extends BaseType implements Serializable
-
Serialized Fields
-
containedvar
BaseType containedvar
The variable of which we are the parent -
vals
PrimitiveVector vals
The values in thisDVector
, stored in aPrimitiveVector
.
-
-
-
Class opendap.dap.Float32PrimitiveVector extends PrimitiveVector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
vals
float[] vals
the array offloat
values.
-
-
Class opendap.dap.Float64PrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
double[] vals
the array ofdouble
values.
-
-
-
Class opendap.dap.Int16PrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
short[] vals
the array ofshort
values.
-
-
-
Class opendap.dap.Int32PrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
int[] vals
the array ofint
values.
-
-
-
Class opendap.dap.InvalidDimensionException extends DAP2Exception implements Serializable
-
Class opendap.dap.MalformedAliasException extends DASException implements Serializable
-
Class opendap.dap.NoSuchAttributeException extends DASException implements Serializable
-
Class opendap.dap.NoSuchFunctionException extends DDSException implements Serializable
-
Class opendap.dap.NoSuchTypeException extends DDSException implements Serializable
-
Class opendap.dap.NoSuchVariableException extends DDSException implements Serializable
-
Class opendap.dap.PrimitiveVector extends DAPNode implements Serializable
-
Serialized Fields
-
var
BaseType var
Template variable to use forprintDecl
anddeserialize
(BaseTypePrimitiveVector
only).
-
-
-
Class opendap.dap.ServerVersion extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
htmlEscaper
com.google.common.escape.Escaper htmlEscaper
-
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.
-
-
Class opendap.dap.UInt16PrimitiveVector extends Int16PrimitiveVector implements Serializable
-
Class opendap.dap.UInt32PrimitiveVector extends Int32PrimitiveVector implements Serializable
-
Class opendap.dap.UnresolvedAliasException extends DASException implements Serializable
-
-
Package opendap.dap.parsers
-
Class opendap.dap.parsers.ParseException extends IOException implements Serializable
-
-
Package opendap.util
-
Class opendap.util.SortedTable extends Dictionary implements Serializable
- serialVersionUID:
- 1L
-
-
Package thredds.inventory
-
Class thredds.inventory.CollectionManager.TriggerEvent extends EventObject implements Serializable
-
Serialized Fields
-
type
CollectionUpdateType type
-
-
-
-
Package thredds.ui.catalog
-
Class thredds.ui.catalog.CatalogChooser extends JPanel implements Serializable
-
Serialized Fields
-
buttPanel
JPanel buttPanel
-
catgenFileChooser
FileManager catgenFileChooser
-
catListBox
ComboBox<String> catListBox
-
catrefEvents
boolean catrefEvents
-
currentURL
String currentURL
-
datasetEvents
boolean datasetEvents
-
debugEvents
boolean debugEvents
-
eventType
String eventType
-
fileChooser
FileManager fileChooser
-
htmlViewer
HtmlBrowser htmlViewer
-
parent
RootPaneContainer parent
-
prefs
PreferencesExt prefs
-
showHTML
boolean showHTML
-
sourceText
JLabel sourceText
-
split
JSplitPane split
-
statusLabel
JLabel statusLabel
-
tree
CatalogTreeView tree
-
-
-
Class thredds.ui.catalog.CatalogTreeView extends JPanel implements Serializable
-
Serialized Fields
-
accessOnly
boolean accessOnly
-
catalog
Catalog catalog
-
catalogURL
String catalogURL
-
debugRef
boolean debugRef
-
debugTree
boolean debugTree
-
model
thredds.ui.catalog.CatalogTreeView.InvCatalogTreeModel model
-
openCatalogReferences
boolean openCatalogReferences
-
openDatasetScans
boolean openDatasetScans
-
tree
JTree tree
-
-
-
Class thredds.ui.catalog.ThreddsDatasetChooser extends JPanel implements Serializable
-
Serialized Fields
-
catalogChooser
CatalogChooser catalogChooser
-
debugResolve
boolean debugResolve
-
doResolve
boolean doResolve
-
frame
JFrame frame
-
messageOut
boolean messageOut
-
pipeOut
boolean pipeOut
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
Class thredds.ui.catalog.ThreddsUI extends JPanel implements Serializable
-
Serialized Fields
-
datasetChooser
ThreddsDatasetChooser datasetChooser
-
debugSelection
boolean debugSelection
-
debugTab
boolean debugTab
-
fileChooser
FileManager fileChooser
-
parent
Component parent
-
sourcePane
TextGetPutPane sourcePane
-
sourceWindow
IndependentWindow sourceWindow
-
store
PreferencesExt store
-
tabbedPane
JTabbedPane tabbedPane
-
xmlPane
TextHistoryPane xmlPane
-
xmlWindow
IndependentDialog xmlWindow
-
-
-
-
Package thredds.ui.monitor
-
Class thredds.ui.monitor.AccessLogTable extends JPanel implements Serializable
-
Serialized Fields
-
accessLogFiles
List<LogLocalManager.FileDateRange> accessLogFiles
-
calcClient
boolean calcClient
-
calcRoot
boolean calcRoot
-
calcService
boolean calcService
-
calcUser
boolean calcUser
-
clientTable
BeanTable clientTable
-
completeLogs
ArrayList<LogReader.Log> completeLogs
-
datarootTable
BeanTable datarootTable
-
dateTimePickerEnd
com.github.lgooddatepicker.components.DateTimePicker dateTimePickerEnd
-
dateTimePickerStart
com.github.lgooddatepicker.components.DateTimePicker dateTimePickerStart
-
df
SimpleDateFormat df
-
dnsLookup
DnsLookup dnsLookup
-
executor
ExecutorService executor
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
logTable
BeanTable logTable
-
manager
LogLocalManager manager
-
prefs
PreferencesExt prefs
-
restrictLogs
ArrayList<LogReader.Log> restrictLogs
-
serviceTable
BeanTable serviceTable
-
showDNStime
boolean showDNStime
-
tabbedPanel
JTabbedPane tabbedPanel
-
timeSeriesPanel
JPanel timeSeriesPanel
-
userTable
BeanTable userTable
-
-
-
Class thredds.ui.monitor.Chart extends JPanel implements Serializable
-
Serialized Fields
-
dataset
org.jfree.data.time.TimeSeriesCollection dataset
-
datasetHighLow
org.jfree.data.time.TimeSeriesCollection datasetHighLow
-
datasetOpenClose
org.jfree.data.time.TimeSeriesCollection datasetOpenClose
-
stockSymbol
String stockSymbol
-
-
-
Class thredds.ui.monitor.ManageForm extends JPanel implements Serializable
-
Serialized Fields
-
acceptButton
JButton acceptButton
-
downloadAction
thredds.ui.monitor.ManageForm.DownloadAction downloadAction
-
label1
JLabel label1
-
label2
JLabel label2
-
scrollPane1
JScrollPane scrollPane1
-
serverCB
ComboBox<String> serverCB
-
stopButton
StopButtonCancelTask stopButton
-
textArea1
JTextArea textArea1
-
useHttps
JToggleButton useHttps
-
wantAccess
JRadioButton wantAccess
-
wantRoots
JRadioButton wantRoots
-
wantServlet
JRadioButton wantServlet
-
-
-
Class thredds.ui.monitor.MultipleAxisChart extends JPanel implements Serializable
-
Serialized Fields
-
axisNum
int axisNum
-
chart
org.jfree.chart.JFreeChart chart
-
-
-
Class thredds.ui.monitor.ServletLogTable extends JPanel implements Serializable
-
Serialized Fields
-
calcMerge
boolean calcMerge
-
completeLogs
ArrayList<ServletLogParser.ServletLog> completeLogs
-
completeMerge
ArrayList<ServletLogTable.Merge> completeMerge
-
currFilter
thredds.ui.monitor.ServletLogTable.MergeFilter currFilter
-
dateTimePickerEnd
com.github.lgooddatepicker.components.DateTimePicker dateTimePickerEnd
-
dateTimePickerStart
com.github.lgooddatepicker.components.DateTimePicker dateTimePickerStart
-
df
SimpleDateFormat df
-
dnsLookup
DnsLookup dnsLookup
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
logFiles
List<LogLocalManager.FileDateRange> logFiles
-
logTable
BeanTable logTable
-
manager
LogLocalManager manager
-
mergeTable
BeanTable mergeTable
-
miscTable
BeanTable miscTable
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
tabbedPanel
JTabbedPane tabbedPanel
-
undoneTable
BeanTable undoneTable
-
uptimeTable
BeanTable uptimeTable
-
-
-
Class thredds.ui.monitor.TdsMonitor extends JPanel implements Serializable
-
Serialized Fields
-
accessLogPanel
thredds.ui.monitor.TdsMonitor.AccessLogPanel accessLogPanel
-
dnsLookup
DnsLookup dnsLookup
-
fileChooser
FileManager fileChooser
-
filterIP
String filterIP
-
mainPrefs
PreferencesExt mainPrefs
-
manage
ManageForm manage
-
managePanel
thredds.ui.monitor.TdsMonitor.ManagePanel managePanel
-
parentFrame
JFrame parentFrame
-
servletLogPanel
thredds.ui.monitor.TdsMonitor.ServletLogPanel servletLogPanel
-
tabbedPane
JTabbedPane tabbedPane
-
urlDump
URLDumpPane urlDump
-
-
-
-
Package ucar.atd.dorade
-
Class ucar.atd.dorade.DoradeSweep.DoradeSweepException extends IOException implements Serializable
-
Class ucar.atd.dorade.DoradeSweep.MovingSensorException extends IOException implements Serializable
-
-
Package ucar.gcdm
-
Class ucar.gcdm.GcdmNetcdfProto.Attribute extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
GcdmNetcdfProto.Data data_
-
dataType_
int dataType_
-
length_
int length_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class ucar.gcdm.GcdmNetcdfProto.Data extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
byteData_
List<com.google.protobuf.ByteString> byteData_
-
dataType_
int dataType_
-
doubleData_
com.google.protobuf.Internal.DoubleList doubleData_
-
doubleDataMemoizedSerializedSize
int doubleDataMemoizedSerializedSize
-
floatData_
com.google.protobuf.Internal.FloatList floatData_
-
floatDataMemoizedSerializedSize
int floatDataMemoizedSerializedSize
-
intData_
com.google.protobuf.Internal.IntList intData_
-
intDataMemoizedSerializedSize
int intDataMemoizedSerializedSize
-
longData_
com.google.protobuf.Internal.LongList longData_
-
longDataMemoizedSerializedSize
int longDataMemoizedSerializedSize
-
members_
GcdmNetcdfProto.StructureMembersProto members_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
rows_
List<GcdmNetcdfProto.StructureDataProto> rows_
-
shapes_
com.google.protobuf.Internal.IntList shapes_
-
shapesMemoizedSerializedSize
int shapesMemoizedSerializedSize
-
stringData_
com.google.protobuf.LazyStringArrayList stringData_
-
uintData_
com.google.protobuf.Internal.IntList uintData_
-
uintDataMemoizedSerializedSize
int uintDataMemoizedSerializedSize
-
ulongData_
com.google.protobuf.Internal.LongList ulongData_
-
ulongDataMemoizedSerializedSize
int ulongDataMemoizedSerializedSize
-
vlenData_
List<GcdmNetcdfProto.Data> vlenData_
-
-
Class ucar.gcdm.GcdmNetcdfProto.DataRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class ucar.gcdm.GcdmNetcdfProto.DataResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
GcdmNetcdfProto.Data data_
-
error_
GcdmNetcdfProto.Error error_
-
location_
Object location_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
varFullName_
Object varFullName_
-
variableSpec_
Object variableSpec_
-
version_
int version_
-
-
Class ucar.gcdm.GcdmNetcdfProto.Dimension extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
isPrivate_
boolean isPrivate_
-
isUnlimited_
boolean isUnlimited_
-
isVlen_
boolean isVlen_
-
length_
long length_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class ucar.gcdm.GcdmNetcdfProto.EnumTypedef extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
baseType_
int baseType_
-
maps_
List<GcdmNetcdfProto.EnumTypedef.EnumType> maps_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class ucar.gcdm.GcdmNetcdfProto.EnumTypedef.EnumType extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
code_
int code_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
Object value_
-
-
Class ucar.gcdm.GcdmNetcdfProto.Error extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
code_
int code_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
Object message_
-
-
Class ucar.gcdm.GcdmNetcdfProto.Group extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
attributes_
List<GcdmNetcdfProto.Attribute> attributes_
-
dimensions_
List<GcdmNetcdfProto.Dimension> dimensions_
-
enumTypes_
List<GcdmNetcdfProto.EnumTypedef> enumTypes_
-
groups_
List<GcdmNetcdfProto.Group> groups_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
structures_
List<GcdmNetcdfProto.Structure> structures_
-
variables_
List<GcdmNetcdfProto.Variable> variables_
-
-
Class ucar.gcdm.GcdmNetcdfProto.Header extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
id_
Object id_
-
location_
Object location_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
root_
GcdmNetcdfProto.Group root_
-
title_
Object title_
-
-
Class ucar.gcdm.GcdmNetcdfProto.HeaderRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
location_
Object location_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class ucar.gcdm.GcdmNetcdfProto.HeaderResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
error_
GcdmNetcdfProto.Error error_
-
header_
GcdmNetcdfProto.Header header_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
version_
int version_
-
-
Class ucar.gcdm.GcdmNetcdfProto.Structure extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
attributes_
List<GcdmNetcdfProto.Attribute> attributes_
-
dataType_
int dataType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
shapes_
List<GcdmNetcdfProto.Dimension> shapes_
-
structs_
List<GcdmNetcdfProto.Structure> structs_
-
variables_
List<GcdmNetcdfProto.Variable> variables_
-
-
Class ucar.gcdm.GcdmNetcdfProto.StructureDataProto extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memberData_
List<GcdmNetcdfProto.Data> memberData_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class ucar.gcdm.GcdmNetcdfProto.StructureMemberProto extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
dataType_
int dataType_
-
members_
GcdmNetcdfProto.StructureMembersProto members_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
shapes_
com.google.protobuf.Internal.IntList shapes_
-
shapesMemoizedSerializedSize
int shapesMemoizedSerializedSize
-
-
Class ucar.gcdm.GcdmNetcdfProto.StructureMembersProto extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
members_
List<GcdmNetcdfProto.StructureMemberProto> members_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class ucar.gcdm.GcdmNetcdfProto.Variable extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
attributes_
List<GcdmNetcdfProto.Attribute> attributes_
-
data_
GcdmNetcdfProto.Data data_
-
dataType_
int dataType_
-
enumType_
Object enumType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
shapes_
List<GcdmNetcdfProto.Dimension> shapes_
-
-
-
Package ucar.httpservices
-
Class ucar.httpservices.HTTPException extends IOException implements Serializable
-
Serialized Fields
-
code
int code
-
-
-
-
Package ucar.ma2
-
Class ucar.ma2.ForbiddenConversionException extends RuntimeException implements Serializable
-
Class ucar.ma2.InvalidRangeException extends Exception implements Serializable
-
-
Package ucar.nc2.filter
-
Class ucar.nc2.filter.UnknownFilterException extends Exception implements Serializable
-
-
Package ucar.nc2.ft
-
Class ucar.nc2.ft.NoFactoryFoundException extends Exception implements Serializable
-
-
Package ucar.nc2.ft.fmrc
-
Class ucar.nc2.ft.fmrc.FmrcInvLite extends Object implements Serializable
-
Serialized Fields
-
base
CalendarDate base
-
collectionName
String collectionName
-
forecastOffset
double[] forecastOffset
-
gridSets
List<FmrcInvLite.Gridset> gridSets
-
invList
List<FmrcInvLite.Gridset.GridInventory> invList
-
locationList
List<String> locationList
-
locationMap
Map<String,Integer> locationMap
-
nruns
int nruns
-
offsets
double[] offsets
-
runOffset
double[] runOffset
-
-
-
Class ucar.nc2.ft.fmrc.FmrcInvLite.Gridset extends Object implements Serializable
-
Class ucar.nc2.ft.fmrc.FmrcInvLite.Gridset.Grid extends Object implements Serializable
-
Serialized Fields
-
inv
FmrcInvLite.Gridset.GridInventory inv
-
name
String name
-
-
-
Class ucar.nc2.ft.fmrc.FmrcInvLite.Gridset.GridInventory extends Object implements Serializable
-
Serialized Fields
-
invIndex
int[] invIndex
-
location
int[] location
-
-
-
-
Package ucar.nc2.ft.point.bufr
-
Class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.BufrIndex extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
end_
long end_
-
filename_
Object filename_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nobs_
long nobs_
-
root_
BufrCdmIndexProto.Field root_
-
start_
long start_
-
stations_
List<BufrCdmIndexProto.Station> stations_
-
-
Class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Field extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
action_
int action_
-
bitWidth_
int bitWidth_
-
desc_
Object desc_
-
flds_
List<BufrCdmIndexProto.Field> flds_
-
fxy_
int fxy_
-
max_
int max_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
min_
int min_
-
name_
Object name_
-
reference_
int reference_
-
scale_
int scale_
-
type_
int type_
-
units_
Object units_
-
-
Class ucar.nc2.ft.point.bufr.BufrCdmIndexProto.Station extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
-
Package ucar.nc2.ft.point.remote
-
Class ucar.nc2.ft.point.remote.PointStreamProto.Location extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
alt_
double alt_
-
lat_
double lat_
-
lon_
double lon_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nomTime_
double nomTime_
-
time_
double time_
-
-
Class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
com.google.protobuf.ByteString data_
-
loc_
PointStreamProto.Location loc_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
sdata_
com.google.protobuf.LazyStringArrayList sdata_
-
-
Class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
altUnit_
Object altUnit_
-
members_
List<PointStreamProto.PointFeatureMember> members_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
timeUnit_
Object timeUnit_
-
-
Class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
dataType_
int dataType_
-
desc_
Object desc_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
section_
NcStreamProto.Section section_
-
units_
Object units_
-
-
Class ucar.nc2.ft.point.remote.PointStreamProto.Station extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class ucar.nc2.ft.point.remote.PointStreamProto.StationList extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stations_
List<PointStreamProto.Station> stations_
-
-
-
Package ucar.nc2.ft2.coverage.remote
-
Class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
calendar_
int calendar_
-
end_
long end_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
start_
long start_
-
-
Class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
atts_
List<NcStreamProto.Attribute> atts_
-
axisType_
int axisType_
-
dataType_
int dataType_
-
depend_
int depend_
-
dependsOn_
com.google.protobuf.LazyStringArrayList dependsOn_
-
description_
Object description_
-
endValue_
double endValue_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
nvalues_
long nvalues_
-
resolution_
double resolution_
-
shape_
com.google.protobuf.Internal.IntList shape_
-
shapeMemoizedSerializedSize
int shapeMemoizedSerializedSize
-
spacing_
int spacing_
-
startValue_
double startValue_
-
units_
Object units_
-
values_
com.google.protobuf.ByteString values_
-
-
Class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
axisNames_
com.google.protobuf.LazyStringArrayList axisNames_
-
coverageType_
int coverageType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
transformNames_
com.google.protobuf.LazyStringArrayList transformNames_
-
-
Class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
isHoriz_
boolean isHoriz_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
params_
List<NcStreamProto.Attribute> params_
-
-
Class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
coordAxes_
List<CdmrFeatureProto.CoordAxis> coordAxes_
-
coordSys_
List<CdmrFeatureProto.CoordSys> coordSys_
-
coordTransforms_
List<CdmrFeatureProto.CoordTransform> coordTransforms_
-
geoArray_
List<CdmrFeatureProto.GeoReferencedArray> geoArray_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
atts_
List<NcStreamProto.Attribute> atts_
-
coordAxes_
List<CdmrFeatureProto.CoordAxis> coordAxes_
-
coordSys_
List<CdmrFeatureProto.CoordSys> coordSys_
-
coordTransforms_
List<CdmrFeatureProto.CoordTransform> coordTransforms_
-
coverageType_
int coverageType_
-
dateRange_
CdmrFeatureProto.CalendarDateRange dateRange_
-
grids_
List<CdmrFeatureProto.Coverage> grids_
-
latlonRect_
CdmrFeatureProto.Rectangle latlonRect_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
projRect_
CdmrFeatureProto.Rectangle projRect_
-
-
Class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
axisName_
com.google.protobuf.LazyStringArrayList axisName_
-
bigend_
boolean bigend_
-
compress_
int compress_
-
coordSysName_
Object coordSysName_
-
coverageName_
Object coverageName_
-
dataType_
int dataType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
primdata_
com.google.protobuf.ByteString primdata_
-
shape_
com.google.protobuf.Internal.IntList shape_
-
shapeMemoizedSerializedSize
int shapeMemoizedSerializedSize
-
uncompressedSize_
long uncompressedSize_
-
version_
int version_
-
-
Class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
incx_
double incx_
-
incy_
double incy_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
startx_
double startx_
-
starty_
double starty_
-
-
-
Package ucar.nc2.ft2.simpgeometry.exception
-
Class ucar.nc2.ft2.simpgeometry.exception.InvalidDataseriesException extends Exception implements Serializable
-
-
Package ucar.nc2.grib.collection
-
Class ucar.nc2.grib.collection.GribCollectionProto.Coord extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
axisType_
int axisType_
-
bound_
com.google.protobuf.Internal.FloatList bound_
-
boundMemoizedSerializedSize
int boundMemoizedSerializedSize
-
code_
int code_
-
isOrthogonal_
boolean isOrthogonal_
-
isRegular_
boolean isRegular_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
msecs_
com.google.protobuf.Internal.LongList msecs_
-
msecsMemoizedSerializedSize
int msecsMemoizedSerializedSize
-
time2Runtime_
com.google.protobuf.Internal.IntList time2Runtime_
-
time2RuntimeMemoizedSerializedSize
int time2RuntimeMemoizedSerializedSize
-
times_
List<GribCollectionProto.Coord> times_
-
unit_
Object unit_
-
values_
com.google.protobuf.Internal.FloatList values_
-
valuesMemoizedSerializedSize
int valuesMemoizedSerializedSize
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.Dataset extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
groups_
List<GribCollectionProto.Group> groups_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
int type_
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.FcConfig extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
collectionSpec_
Object collectionSpec_
-
dateFormatMark_
Object dateFormatMark_
-
gdsConvert_
List<GribCollectionProto.IntMap> gdsConvert_
-
intvExcludeZero_
boolean intvExcludeZero_
-
intvFilter_
List<GribCollectionProto.IntvFilter> intvFilter_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
partitionType_
Object partitionType_
-
pdsIntvMerge_
boolean pdsIntvMerge_
-
pdsUseCenter_
boolean pdsUseCenter_
-
pdsUseGenType_
boolean pdsUseGenType_
-
pdsUseTableVersion_
boolean pdsUseTableVersion_
-
timeUnitConvert_
List<GribCollectionProto.IntMap> timeUnitConvert_
-
userTimeUnit_
Object userTimeUnit_
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.Gds extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
gds_
com.google.protobuf.ByteString gds_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
predefinedGridDefinition_
int predefinedGridDefinition_
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.GribCollection extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
backProcessId_
int backProcessId_
-
center_
int center_
-
config_
GribCollectionProto.FcConfig config_
-
dataset_
List<GribCollectionProto.Dataset> dataset_
-
endTime_
long endTime_
-
gds_
List<GribCollectionProto.Gds> gds_
-
genProcessId_
int genProcessId_
-
genProcessType_
int genProcessType_
-
isPartitionOfPartitions_
boolean isPartitionOfPartitions_
-
local_
int local_
-
master_
int master_
-
masterRuntime_
GribCollectionProto.Coord masterRuntime_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
mfiles_
List<GribCollectionProto.MFile> mfiles_
-
name_
Object name_
-
partitions_
List<GribCollectionProto.Partition> partitions_
-
run2Part_
com.google.protobuf.Internal.IntList run2Part_
-
run2PartMemoizedSerializedSize
int run2PartMemoizedSerializedSize
-
startTime_
long startTime_
-
subcenter_
int subcenter_
-
topDir_
Object topDir_
-
version_
int version_
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.Group extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
coords_
List<GribCollectionProto.Coord> coords_
-
fileno_
com.google.protobuf.Internal.IntList fileno_
-
filenoMemoizedSerializedSize
int filenoMemoizedSerializedSize
-
gds_
GribCollectionProto.Gds gds_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
variables_
List<GribCollectionProto.Variable> variables_
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.IntMap extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
from_
int from_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
to_
int to_
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.IntvFilter extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
intvLength_
int intvLength_
-
intvProb_
int intvProb_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
variableId_
int variableId_
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.MFile extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
filename_
Object filename_
-
index_
int index_
-
lastModified_
long lastModified_
-
length_
long length_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.Parameter extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class ucar.nc2.grib.collection.GribCollectionProto.Partition extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class ucar.nc2.grib.collection.GribCollectionProto.PartitionVariable extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
groupno_
int groupno_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
missing_
int missing_
-
ndups_
int ndups_
-
nrecords_
int nrecords_
-
partno_
int partno_
-
varno_
int varno_
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.Record extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bmsOffset_
int bmsOffset_
-
drsOffset_
int drsOffset_
-
fileno_
int fileno_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
startPos_
long startPos_
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.SparseArray extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
ndups_
int ndups_
-
records_
List<GribCollectionProto.Record> records_
-
size_
com.google.protobuf.Internal.IntList size_
-
sizeMemoizedSerializedSize
int sizeMemoizedSerializedSize
-
track_
com.google.protobuf.Internal.IntList track_
-
trackMemoizedSerializedSize
int trackMemoizedSerializedSize
-
-
Class ucar.nc2.grib.collection.GribCollectionProto.StringMap extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class ucar.nc2.grib.collection.GribCollectionProto.Variable extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
coordIdx_
com.google.protobuf.Internal.IntList coordIdx_
-
coordIdxMemoizedSerializedSize
int coordIdxMemoizedSerializedSize
-
discipline_
int discipline_
-
ids_
com.google.protobuf.Internal.IntList ids_
-
idsMemoizedSerializedSize
int idsMemoizedSerializedSize
-
memoizedIsInitialized
byte memoizedIsInitialized
-
missing_
int missing_
-
ndups_
int ndups_
-
nrecords_
int nrecords_
-
partVariable_
List<GribCollectionProto.PartitionVariable> partVariable_
-
pds_
com.google.protobuf.ByteString pds_
-
recordsLen_
int recordsLen_
-
recordsPos_
long recordsPos_
-
-
-
Package ucar.nc2.grib.grib1
-
Class ucar.nc2.grib.grib1.Grib1IndexProto.Grib1GdsSection extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
gds_
com.google.protobuf.ByteString gds_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class ucar.nc2.grib.grib1.Grib1IndexProto.Grib1Index extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
filename_
Object filename_
-
gdsList_
List<Grib1IndexProto.Grib1GdsSection> gdsList_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
records_
List<Grib1IndexProto.Grib1Record> records_
-
-
Class ucar.nc2.grib.grib1.Grib1IndexProto.Grib1Record extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
bmsPos_
long bmsPos_
-
dataLen_
int dataLen_
-
dataPos_
long dataPos_
-
gdsIdx_
int gdsIdx_
-
gribMessageLength_
long gribMessageLength_
-
gribMessageStart_
long gribMessageStart_
-
header_
com.google.protobuf.ByteString header_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
pds_
com.google.protobuf.ByteString pds_
-
-
-
Package ucar.nc2.grib.grib2
-
Class ucar.nc2.grib.grib2.Grib2IndexProto.Grib2Index extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
filename_
Object filename_
-
gdsList_
List<Grib2IndexProto.GribGdsSection> gdsList_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
records_
List<Grib2IndexProto.Grib2Record> records_
-
-
Class ucar.nc2.grib.grib2.Grib2IndexProto.Grib2Record extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
bmsIndicator_
int bmsIndicator_
-
bmsPos_
long bmsPos_
-
bmsReplaced_
boolean bmsReplaced_
-
dataLen_
int dataLen_
-
dataPos_
long dataPos_
-
discipline_
int discipline_
-
drsNpoints_
int drsNpoints_
-
drsPos_
long drsPos_
-
drsTemplate_
int drsTemplate_
-
gdsIdx_
int gdsIdx_
-
gribMessageLength_
long gribMessageLength_
-
gribMessageStart_
long gribMessageStart_
-
header_
com.google.protobuf.ByteString header_
-
ids_
Grib2IndexProto.GribIdSection ids_
-
lus_
com.google.protobuf.ByteString lus_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
pds_
com.google.protobuf.ByteString pds_
-
scanMode_
int scanMode_
-
-
Class ucar.nc2.grib.grib2.Grib2IndexProto.GribGdsSection extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
gds_
com.google.protobuf.ByteString gds_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class ucar.nc2.grib.grib2.Grib2IndexProto.GribIdSection extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
centerId_
int centerId_
-
localTableVersion_
int localTableVersion_
-
masterTableVersion_
int masterTableVersion_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
processedDataType_
int processedDataType_
-
productionStatus_
int productionStatus_
-
refDate_
com.google.protobuf.Internal.IntList refDate_
-
refDateMemoizedSerializedSize
int refDateMemoizedSerializedSize
-
significanceOfRT_
int significanceOfRT_
-
subcenterId_
int subcenterId_
-
-
-
Package ucar.nc2.iosp.fysat
-
Class ucar.nc2.iosp.fysat.UnsupportedDatasetException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
-
Package ucar.nc2.iosp.mcidas
-
Class ucar.nc2.iosp.mcidas.McIDASAreaProjection extends ProjectionImpl implements Serializable
-
Serialized Fields
-
anav
ucar.mcidas.AREAnav anav
Area navigation -
auxBlock
int[] auxBlock
aux block -
dirBlock
int[] dirBlock
directory block -
elements
int elements
number of elements -
lines
int lines
number of lines -
navBlock
int[] navBlock
navigation block
-
-
-
-
Package ucar.nc2.iosp.noaa
-
Class ucar.nc2.iosp.noaa.GhcnmProto.StationIndex extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
dataCount_
int dataCount_
-
dataPos_
long dataPos_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stnid_
long stnid_
-
stnPos_
long stnPos_
-
-
Class ucar.nc2.iosp.noaa.GhcnmProto.StationIndexList extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
list_
List<GhcnmProto.StationIndex> list_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package ucar.nc2.iosp.zarr
-
Class ucar.nc2.iosp.zarr.ZarrFormatException extends Exception implements Serializable
-
-
Package ucar.nc2.jni.netcdf
-
Class ucar.nc2.jni.netcdf.SizeT extends com.sun.jna.IntegerType implements Serializable
-
-
Package ucar.nc2.stream
-
Class ucar.nc2.stream.NcStreamProto.ArrayStructureCol extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memberData_
List<NcStreamProto.DataCol> memberData_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class ucar.nc2.stream.NcStreamProto.ArrayStructureRow extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bytedata_
List<com.google.protobuf.ByteString> bytedata_
-
fixdata_
com.google.protobuf.ByteString fixdata_
-
members_
List<NcStreamProto.Member> members_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nrows_
long nrows_
-
rowLength_
int rowLength_
-
stringdata_
com.google.protobuf.LazyStringArrayList stringdata_
-
structdata_
List<NcStreamProto.ArrayStructureRow> structdata_
-
-
Class ucar.nc2.stream.NcStreamProto.Attribute extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
com.google.protobuf.ByteString data_
-
dataType_
int dataType_
-
len_
int len_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
sdata_
com.google.protobuf.LazyStringArrayList sdata_
-
type_
int type_
-
unsigned_
boolean unsigned_
-
-
Class ucar.nc2.stream.NcStreamProto.Data extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bigendPresent_
Object bigendPresent_
-
bigendPresentCase_
int bigendPresentCase_
-
compress_
int compress_
-
dataType_
int dataType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
section_
NcStreamProto.Section section_
-
uncompressedSize_
int uncompressedSize_
-
varName_
Object varName_
-
vdata_
boolean vdata_
-
version_
int version_
-
-
Class ucar.nc2.stream.NcStreamProto.DataCol extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bigend_
boolean bigend_
-
dataType_
int dataType_
-
isVlen_
boolean isVlen_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
nelems_
int nelems_
-
opaquedata_
List<com.google.protobuf.ByteString> opaquedata_
-
primdata_
com.google.protobuf.ByteString primdata_
-
section_
NcStreamProto.Section section_
-
stringdata_
com.google.protobuf.LazyStringArrayList stringdata_
-
structdata_
NcStreamProto.ArrayStructureCol structdata_
-
version_
int version_
-
vlens_
com.google.protobuf.Internal.IntList vlens_
-
vlensMemoizedSerializedSize
int vlensMemoizedSerializedSize
-
-
Class ucar.nc2.stream.NcStreamProto.DataRow extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bigend_
boolean bigend_
-
dataType_
int dataType_
-
fullName_
Object fullName_
-
isVlen_
boolean isVlen_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nelems_
int nelems_
-
opaquedata_
List<com.google.protobuf.ByteString> opaquedata_
-
primdata_
com.google.protobuf.ByteString primdata_
-
section_
NcStreamProto.Section section_
-
stringdata_
com.google.protobuf.LazyStringArrayList stringdata_
-
structdata_
NcStreamProto.ArrayStructureRow structdata_
-
version_
int version_
-
vlens_
com.google.protobuf.Internal.IntList vlens_
-
vlensMemoizedSerializedSize
int vlensMemoizedSerializedSize
-
-
Class ucar.nc2.stream.NcStreamProto.Dimension extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
isPrivate_
boolean isPrivate_
-
isUnlimited_
boolean isUnlimited_
-
isVlen_
boolean isVlen_
-
length_
long length_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class ucar.nc2.stream.NcStreamProto.EnumTypedef extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
map_
List<NcStreamProto.EnumTypedef.EnumType> map_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
Class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
code_
int code_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
Object value_
-
-
Class ucar.nc2.stream.NcStreamProto.Error extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
code_
int code_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
message_
Object message_
-
-
Class ucar.nc2.stream.NcStreamProto.Group extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
atts_
List<NcStreamProto.Attribute> atts_
-
dims_
List<NcStreamProto.Dimension> dims_
-
enumTypes_
List<NcStreamProto.EnumTypedef> enumTypes_
-
groups_
List<NcStreamProto.Group> groups_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
structs_
List<NcStreamProto.Structure> structs_
-
vars_
List<NcStreamProto.Variable> vars_
-
-
Class ucar.nc2.stream.NcStreamProto.Header extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
id_
Object id_
-
location_
Object location_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
root_
NcStreamProto.Group root_
-
title_
Object title_
-
version_
int version_
-
-
Class ucar.nc2.stream.NcStreamProto.Member extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
dataType_
int dataType_
-
isVlen_
boolean isVlen_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
shape_
com.google.protobuf.Internal.IntList shape_
-
shapeMemoizedSerializedSize
int shapeMemoizedSerializedSize
-
shortName_
Object shortName_
-
-
Class ucar.nc2.stream.NcStreamProto.Range extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
size_
long size_
-
start_
long start_
-
stride_
long stride_
-
-
Class ucar.nc2.stream.NcStreamProto.Section extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
range_
List<NcStreamProto.Range> range_
-
-
Class ucar.nc2.stream.NcStreamProto.Structure extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
atts_
List<NcStreamProto.Attribute> atts_
-
dataType_
int dataType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
shape_
List<NcStreamProto.Dimension> shape_
-
structs_
List<NcStreamProto.Structure> structs_
-
vars_
List<NcStreamProto.Variable> vars_
-
-
Class ucar.nc2.stream.NcStreamProto.StructureData extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
com.google.protobuf.ByteString data_
-
heapCount_
com.google.protobuf.Internal.IntList heapCount_
-
heapCountMemoizedSerializedSize
int heapCountMemoizedSerializedSize
-
member_
com.google.protobuf.Internal.IntList member_
-
memberMemoizedSerializedSize
int memberMemoizedSerializedSize
-
memoizedIsInitialized
byte memoizedIsInitialized
-
nrows_
long nrows_
-
rowLength_
int rowLength_
-
sdata_
com.google.protobuf.LazyStringArrayList sdata_
-
-
Class ucar.nc2.stream.NcStreamProto.Variable extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
atts_
List<NcStreamProto.Attribute> atts_
-
data_
com.google.protobuf.ByteString data_
-
dataType_
int dataType_
-
enumType_
Object enumType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
shape_
List<NcStreamProto.Dimension> shape_
-
unsigned_
boolean unsigned_
-
-
-
Package ucar.nc2.ui
-
Class ucar.nc2.ui.MFileTable extends JPanel implements Serializable
-
Serialized Fields
-
fileTable
BeanTable fileTable
-
fileWindow
IndependentWindow fileWindow
-
gribCollectionFiles
List<String> gribCollectionFiles
-
isPopup
boolean isPopup
-
prefs
PreferencesExt prefs
-
-
-
Class ucar.nc2.ui.OpPanel extends JPanel implements Serializable
-
Serialized Fields
-
busy
boolean busy
-
buttPanel
JPanel buttPanel
-
cb
ComboBox cb
-
coordButt
AbstractButton coordButt
-
detailTA
TextHistoryPane detailTA
-
detailWindow
IndependentWindow detailWindow
-
eventOK
boolean eventOK
-
lastEvent
long lastEvent
-
prefs
PreferencesExt prefs
-
stopButton
StopButton stopButton
-
topPanel
JPanel topPanel
-
useCoords
boolean useCoords
-
-
-
Class ucar.nc2.ui.ReportPanel extends JPanel implements Serializable
-
Serialized Fields
-
prefs
PreferencesExt prefs
-
reportPane
TextHistoryPane reportPane
-
spec
String spec
-
-
-
Class ucar.nc2.ui.StructureTable extends JPanel implements Serializable
-
Serialized Fields
-
dataModel
ucar.nc2.ui.StructureTable.StructureTableModel dataModel
-
dumpTA
TextHistoryPane dumpTA
-
dumpWindow
IndependentWindow dumpWindow
-
fileChooser
FileManager fileChooser
-
jtable
JTable jtable
-
listeners
EventListenerList listeners
-
popup
PopupMenu popup
-
prefs
PreferencesExt prefs
-
-
-
Class ucar.nc2.ui.ToolsAboutWindow extends JWindow implements Serializable
-
Class ucar.nc2.ui.ToolsSplashScreen extends JWindow implements Serializable
-
Class ucar.nc2.ui.ToolsUI extends JPanel implements Serializable
-
Serialized Fields
-
aggPanel
AggPanel aggPanel
-
bufrCdmIndexPanel
BufrCdmIndexOpPanel bufrCdmIndexPanel
-
bufrCodePanel
BufrCodePanel bufrCodePanel
-
bufrFileChooser
FileManager bufrFileChooser
-
bufrPanel
BufrPanel bufrPanel
-
bufrReportPanel
ReportOpPanel bufrReportPanel
-
bufrTableBPanel
BufrTableBPanel bufrTableBPanel
-
bufrTableDPanel
BufrTableDPanel bufrTableDPanel
-
bufrTabPane
JTabbedPane bufrTabPane
-
cdmIndexPanel
CdmIndexOpPanel cdmIndexPanel
-
cdmIndexReportPanel
ReportOpPanel cdmIndexReportPanel
-
cdmIndexScanOp
CdmIndexScanOp cdmIndexScanOp
-
cdmremotePanel
CdmrFeatureOpPanel cdmremotePanel
-
coordSysPanel
CoordSysPanel coordSysPanel
-
coveragePanel
CoveragePanel coveragePanel
-
debugFlags
DebugFlags debugFlags
-
dirChooser
FileManager dirChooser
-
dirPartPanel
DirectoryPartitionPanel dirPartPanel
-
diskCache2Form
DiskCache2Form diskCache2Form
-
downloadStatus
String downloadStatus
-
fcPanel
CollectionSpecPanel fcPanel
-
fcTabPane
JTabbedPane fcTabPane
-
fileChooser
FileManager fileChooser
-
fmrcPanel
FmrcPanel fmrcPanel
-
fmrcTabPane
JTabbedPane fmrcTabPane
-
ftPanel
FeatureScanOpPanel ftPanel
-
ftTabPane
JTabbedPane ftTabPane
-
geoGridPanel
GeoGridPanel geoGridPanel
-
geotiffPanel
GeotiffPanel geotiffPanel
-
grib1CollectionPanel
Grib1CollectionOpPanel grib1CollectionPanel
-
grib1DataPanel
Grib1DataOpPanel grib1DataPanel
-
grib1ReportPanel
ReportOpPanel grib1ReportPanel
-
grib1TablePanel
Grib1TablePanel grib1TablePanel
-
grib1TabPane
JTabbedPane grib1TabPane
-
grib2CollectionPanel
Grib2CollectionOpPanel grib2CollectionPanel
-
grib2DataPanel
Grib2DataOpPanel grib2DataPanel
-
grib2ReportPanel
ReportOpPanel grib2ReportPanel
-
grib2TablePanel
Grib2TablePanel grib2TablePanel
-
grib2TabPane
JTabbedPane grib2TabPane
-
gribCodePanel
GribCodePanel gribCodePanel
-
gribFilesPanel
GribFilesOpPanel gribFilesPanel
-
gribIdxPanel
GribIndexOpPanel gribIdxPanel
-
gribRewritePanel
GribRewriteOpPanel gribRewritePanel
-
gribTabPane
JTabbedPane gribTabPane
-
gribTemplatePanel
GribTemplatePanel gribTemplatePanel
-
hdf4Panel
Hdf4Panel hdf4Panel
-
hdf5DataPanel
Hdf5DataPanel hdf5DataPanel
-
hdf5ObjectPanel
Hdf5ObjectPanel hdf5ObjectPanel
-
hdf5TabPane
JTabbedPane hdf5TabPane
-
imagePanel
ImagePanel imagePanel
-
iospTabPane
JTabbedPane iospTabPane
-
mainPrefs
PreferencesExt mainPrefs
-
nc4viewer
DatasetViewerPanel nc4viewer
-
ncdumpPanel
NCdumpPanel ncdumpPanel
-
ncmlEditorPanel
NcmlEditorPanel ncmlEditorPanel
-
ncmlTabPane
JTabbedPane ncmlTabPane
-
ncStreamPanel
NcStreamOpPanel ncStreamPanel
-
parentFrame
JFrame parentFrame
-
pointFeaturePanel
PointFeaturePanel pointFeaturePanel
-
radialPanel
RadialPanel radialPanel
-
simpleGeomPanel
SimpleGeomPanel simpleGeomPanel
-
stationRadialPanel
StationRadialPanel stationRadialPanel
-
tabbedPane
JTabbedPane tabbedPane
-
threddsDataFactory
DataFactory threddsDataFactory
-
threddsUI
ThreddsUI threddsUI
-
unitsPanel
UnitsPanel unitsPanel
-
urlPanel
URLDumpPane urlPanel
-
useBuilders
boolean useBuilders
-
useRecordStructure
boolean useRecordStructure
-
viewerPanel
DatasetViewerPanel viewerPanel
-
wmoCommonCodePanel
WmoCCPanel wmoCommonCodePanel
-
wmsPanel
WmsPanel wmsPanel
-
writerPanel
DatasetWriterPanel writerPanel
-
-
-
-
Package ucar.nc2.ui.coverage2
-
Class ucar.nc2.ui.coverage2.CoverageTable extends JPanel implements Serializable
-
Serialized Fields
-
axisTable
BeanTable axisTable
-
coverageCollection
FeatureDatasetCoverage coverageCollection
-
covTable
BeanTable covTable
-
csysTable
BeanTable csysTable
-
currDataset
CoverageCollection currDataset
-
dsTable
BeanTable dsTable
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
split2
JSplitPane split2
-
split3
JSplitPane split3
-
-
-
Class ucar.nc2.ui.coverage2.CoverageViewer extends JPanel implements Serializable
-
Serialized Fields
-
atI
AffineTransform atI
-
chooseProjectionAction
AbstractAction chooseProjectionAction
-
choosers
List<ucar.nc2.ui.coverage2.CoverageViewer.Chooser> choosers
-
colorScale
ColorScale colorScale
-
colorScalePanel
ColorScale.Panel colorScalePanel
-
coverageDataset
CoverageCollection coverageDataset
-
coverageRenderer
CoverageRenderer coverageRenderer
-
csDataMinMax
JComboBox csDataMinMax
-
currentEnsemble
int currentEnsemble
-
currentField
Coverage currentField
-
currentLevel
int currentLevel
-
currentRunTime
int currentRunTime
-
currentSlice
int currentSlice
-
currentTime
int currentTime
-
dataProjectionAction
AbstractAction dataProjectionAction
-
datasetInfoTA
TextHistoryPane datasetInfoTA
-
datasetNameLabel
JLabel datasetNameLabel
-
dataState
ucar.nc2.ui.coverage2.DataState dataState
-
dataValueLabel
JLabel dataValueLabel
-
debugBeans
boolean debugBeans
-
debugChooser
boolean debugChooser
-
debugHelp
boolean debugHelp
-
debugPrint
boolean debugPrint
-
debugTask
boolean debugTask
-
debugThread
boolean debugThread
-
drawBBAction
AbstractAction drawBBAction
-
drawHorizAction
AbstractAction drawHorizAction
-
drawHorizOn
boolean drawHorizOn
-
drawingPanel
JPanel drawingPanel
-
drawVertAction
AbstractAction drawVertAction
-
drawVertOn
boolean drawVertOn
-
drawWinds
boolean drawWinds
-
dsDialog
JDialog dsDialog
-
ensembleChooser
SuperComboBox ensembleChooser
-
ensembleNames
List<NamedObject> ensembleNames
-
eventsOK
boolean eventsOK
-
fieldChooser
SuperComboBox fieldChooser
-
fieldLoopAction
AbstractAction fieldLoopAction
-
fieldPanel
JPanel fieldPanel
-
fileChooser
FileManager fileChooser
-
geotiffFileChooser
FileManager geotiffFileChooser
-
gtWindow
IndependentWindow gtWindow
-
hasDependentTimeAxis
boolean hasDependentTimeAxis
-
helpAction
AbstractAction helpAction
-
infoWindow
IndependentWindow infoWindow
-
levelChooser
SuperComboBox levelChooser
-
levelLoopAction
AbstractAction levelLoopAction
-
levelNames
List<NamedObject> levelNames
-
mapBeanCount
int mapBeanCount
-
mapBeanMenu
PopupMenu mapBeanMenu
-
mapColor
Color mapColor
-
mapRenderer
Renderer mapRenderer
-
minmaxHoldAction
AbstractAction minmaxHoldAction
-
minmaxHorizAction
AbstractAction minmaxHorizAction
-
minmaxLogAction
AbstractAction minmaxLogAction
-
moveToolbar
JToolBar moveToolbar
-
moveToolbarAction
AbstractAction moveToolbarAction
-
navPanel
NavigatedPanel navPanel
-
navToolbar
JToolBar navToolbar
-
navToolbarAction
AbstractAction navToolbarAction
-
ncmlTA
TextHistoryPane ncmlTA
-
ncmlWindow
IndependentWindow ncmlWindow
-
parent
JFrame parent
-
positionLabel
JLabel positionLabel
-
project
ProjectionImpl project
-
projManager
ProjectionManager projManager
-
redrawAction
AbstractAction redrawAction
-
redrawTimer
Timer redrawTimer
-
runtimeChooser
SuperComboBox runtimeChooser
-
runtimeLoopAction
AbstractAction runtimeLoopAction
-
runtimeNames
List<NamedObject> runtimeNames
-
saveCurrentProjectionAction
AbstractAction saveCurrentProjectionAction
-
selected
boolean selected
-
showContourLabelsAction
AbstractAction showContourLabelsAction
-
showContoursAction
AbstractAction showContoursAction
-
showDatasetInfoAction
AbstractAction showDatasetInfoAction
-
showGridAction
AbstractAction showGridAction
-
showWindsAction
AbstractAction showWindsAction
-
startOK
boolean startOK
-
store
PreferencesExt store
-
strideSpinner
JSpinner strideSpinner
-
timeChooser
SuperComboBox timeChooser
-
timeLoopAction
AbstractAction timeLoopAction
-
timeNames
List<NamedObject> timeNames
-
toolPanel
JPanel toolPanel
-
-
-
-
Package ucar.nc2.ui.dialog
-
Class ucar.nc2.ui.dialog.BufrBCompare extends JDialog implements Serializable
-
Serialized Fields
-
buttonBar
JPanel buttonBar
-
cancelButton
JButton cancelButton
-
compareNames
JCheckBox compareNames
-
compareUnits
JCheckBox compareUnits
-
contentPanel
JPanel contentPanel
-
dialogPane
JPanel dialogPane
-
label1
JLabel label1
-
okButton
JButton okButton
-
scrollPane1
JScrollPane scrollPane1
-
standard
JList standard
-
-
-
Class ucar.nc2.ui.dialog.BufrUsed extends JDialog implements Serializable
-
Class ucar.nc2.ui.dialog.CompareDialog extends JDialog implements Serializable
-
Serialized Fields
-
all
JRadioButton all
-
buttonBar
JPanel buttonBar
-
cancelButton
JButton cancelButton
-
contentPanel
JPanel contentPanel
-
datasetCombo
JComboBox datasetCombo
-
dialogPane
JPanel dialogPane
-
fileBrowser
JButton fileBrowser
-
fileChooser
FileManager fileChooser
-
label1
JLabel label1
-
okButton
JButton okButton
-
readData
JCheckBox readData
-
showCompare
JCheckBox showCompare
-
showDetails
JCheckBox showDetails
-
varNameOnly
JRadioButton varNameOnly
-
varOnly
JRadioButton varOnly
-
-
-
Class ucar.nc2.ui.dialog.DiskCache2Form extends JDialog implements Serializable
-
Serialized Fields
-
buttonBar
JPanel buttonBar
-
cancelButton
JButton cancelButton
-
contentPanel
JPanel contentPanel
-
dialogPane
JPanel dialogPane
-
diskCache
DiskCache2 diskCache
-
label1
JLabel label1
-
label2
JLabel label2
-
label3
JLabel label3
-
okButton
JButton okButton
-
policyCB
JComboBox<String> policyCB
-
rootDir
JTextField rootDir
-
-
-
Class ucar.nc2.ui.dialog.Fmrc2Dialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonBar
JPanel buttonBar
-
cancelButton
JButton cancelButton
-
comboBox1
JComboBox comboBox1
-
comboBox2
JComboBox comboBox2
-
contentPanel
JPanel contentPanel
-
datasetCB
ucar.nc2.ui.dialog.Fmrc2Dialog.datasetCBaction datasetCB
-
dialogPane
JPanel dialogPane
-
fmrc
Fmrc fmrc
-
label1
JLabel label1
-
label2
JLabel label2
-
label3
JLabel label3
-
list1
JList list1
-
okButton
JButton okButton
-
-
-
Class ucar.nc2.ui.dialog.Grib1TableCompareDialog extends JDialog implements Serializable
-
Serialized Fields
-
buttonBar
JPanel buttonBar
-
cancelButton
JButton cancelButton
-
cleanUnits
JCheckBox cleanUnits
-
compareDesc
JCheckBox compareDesc
-
compareNames
JCheckBox compareNames
-
compareUnits
JCheckBox compareUnits
-
contentPanel
JPanel contentPanel
-
dialogPane
JPanel dialogPane
-
label1
JLabel label1
-
label2
JLabel label2
-
okButton
JButton okButton
-
showMissing
JCheckBox showMissing
-
table1
JTextField table1
-
table1bean
Grib1TablesViewer.TableBean table1bean
-
table2
JTextField table2
-
table2bean
Grib1TablesViewer.TableBean table2bean
-
udUnits
JCheckBox udUnits
-
-
-
Class ucar.nc2.ui.dialog.Grib1TableDialog extends JDialog implements Serializable
-
Serialized Fields
-
action1
ucar.nc2.ui.dialog.Grib1TableDialog.OkAction action1
-
action2
ucar.nc2.ui.dialog.Grib1TableDialog.cancelAction action2
-
buttonBar
JPanel buttonBar
-
cancelButton
JButton cancelButton
-
center
JTextField center
-
contentPanel
JPanel contentPanel
-
dialogPane
JPanel dialogPane
-
label1
JLabel label1
-
label2
JLabel label2
-
label3
JLabel label3
-
label4
JLabel label4
-
okButton
JButton okButton
-
result
JTextField result
-
subcenter
JTextField subcenter
-
version
JTextField version
-
-
-
Class ucar.nc2.ui.dialog.GribCollectionConfig extends JDialog implements Serializable
-
Class ucar.nc2.ui.dialog.NetcdfOutputChooser extends JDialog implements Serializable
-
Serialized Fields
-
buttonBar
JPanel buttonBar
-
cancelButton
JButton cancelButton
-
chunking
JComboBox chunking
-
contentPanel
JPanel contentPanel
-
deflate
JCheckBox deflate
-
dialogPane
JPanel dialogPane
-
label1
JLabel label1
-
label2
JLabel label2
-
label3
JLabel label3
-
lm
ListenerManager lm
-
netcdfVersion
JComboBox netcdfVersion
-
okButton
JButton okButton
-
outputFilename
JTextField outputFilename
-
panel1
JPanel panel1
-
shuffle
JCheckBox shuffle
-
-
-
-
Package ucar.nc2.ui.geoloc
-
Class ucar.nc2.ui.geoloc.CursorMoveEvent extends EventObject implements Serializable
-
Serialized Fields
-
world
ProjectionPoint world
-
-
-
Class ucar.nc2.ui.geoloc.GeoSelectionEvent extends EventObject implements Serializable
-
Serialized Fields
-
pr
ProjectionRect pr
-
-
-
Class ucar.nc2.ui.geoloc.JTableProjection extends JTable implements Serializable
-
Serialized Fields
-
debug
boolean debug
-
list
ArrayList list
-
lm
ListenerManager lm
-
model
ucar.nc2.ui.geoloc.JTableProjection.ProjectionTableModel model
-
selectedRow
int selectedRow
-
store
PreferencesExt store
-
-
-
Class ucar.nc2.ui.geoloc.NavigatedPanel extends JPanel implements Serializable
-
Serialized Fields
-
backColor
Color backColor
-
bImage
BufferedImage bImage
-
boundingBox
ProjectionRect boundingBox
-
changeable
boolean changeable
-
changedSinceDraw
boolean changedSinceDraw
-
deltax
int deltax
-
deltay
int deltay
-
dropTarget
DropTarget dropTarget
-
geoSelection
ProjectionRect geoSelection
-
geoSelectionMode
boolean geoSelectionMode
-
hasReference
boolean hasReference
-
imageObs
ucar.nc2.ui.geoloc.NavigatedPanel.myImageObserver imageObs
-
isReferenceMode
boolean isReferenceMode
-
lmGeoSelect
ListenerManager lmGeoSelect
-
lmMapArea
ListenerManager lmMapArea
-
lmMove
ListenerManager lmMove
-
lmPick
ListenerManager lmPick
-
lmProject
ListenerManager lmProject
-
moveDown
AbstractAction moveDown
-
moveLeft
AbstractAction moveLeft
-
moveRight
AbstractAction moveRight
-
moveSelectionMode
boolean moveSelectionMode
-
moveUp
AbstractAction moveUp
-
myBounds
Rectangle myBounds
-
navigate
Navigation navigate
-
panningMode
boolean panningMode
-
project
ProjectionImpl project
-
redrawTimer
Timer redrawTimer
-
referenceCursor
Cursor referenceCursor
-
referenceSize
int referenceSize
-
refLatLon
LatLonPoint refLatLon
-
refScreen
Point2D refScreen
-
refWorld
ProjectionPoint refWorld
-
repaintCount
int repaintCount
-
sbuff
StringBuffer sbuff
-
selectionRB
RubberbandRectangleHandles selectionRB
-
setReferenceAction
AbstractAction setReferenceAction
-
startx
int startx
-
starty
int starty
-
statusLabel
JLabel statusLabel
-
toolbar
ucar.nc2.ui.geoloc.NavigatedPanel.NToolBar toolbar
-
workS
Point2D workS
-
workW
ProjectionPoint workW
-
zoomBack
AbstractAction zoomBack
-
zoomDefault
AbstractAction zoomDefault
-
zoomIn
AbstractAction zoomIn
-
zoomingMode
boolean zoomingMode
-
zoomOut
AbstractAction zoomOut
-
zoomRB
Rubberband zoomRB
-
-
-
Class ucar.nc2.ui.geoloc.NewMapAreaEvent extends EventObject implements Serializable
-
Serialized Fields
-
mapArea
ProjectionRect mapArea
-
-
-
Class ucar.nc2.ui.geoloc.NewProjectionDialog extends JDialog implements Serializable
-
Serialized Fields
-
applyButton
JButton applyButton
-
buttonBar
JPanel buttonBar
-
cancelButton
JButton cancelButton
-
cbProjectionType
ComboBox cbProjectionType
-
contentPanel
JPanel contentPanel
-
dialogPane
JPanel dialogPane
-
label3
JLabel label3
-
label4
JLabel label4
-
label5
JLabel label5
-
label6
JLabel label6
-
MapArePanel
JPanel MapArePanel
-
maxx
JTextField maxx
-
maxy
JTextField maxy
-
minx
JTextField minx
-
miny
JTextField miny
-
navPanel
NPController navPanel
-
okButton
JButton okButton
-
panel1
JPanel panel1
-
pm
ProjectionManager pm
-
projectionParamPanel1
ProjectionParamPanel projectionParamPanel1
-
ProjPanel
JPanel ProjPanel
-
-
-
Class ucar.nc2.ui.geoloc.NewProjectionEvent extends EventObject implements Serializable
-
Serialized Fields
-
project
ProjectionImpl project
-
-
-
Class ucar.nc2.ui.geoloc.NPController extends JPanel implements Serializable
-
Serialized Fields
-
atI
AffineTransform atI
-
debug
boolean debug
-
eventOk
boolean eventOk
-
np
NavigatedPanel np
-
project
ProjectionImpl project
-
renderers
ArrayList renderers
-
toolPanel
JPanel toolPanel
-
-
-
Class ucar.nc2.ui.geoloc.PickEvent extends EventObject implements Serializable
-
Serialized Fields
-
where
ProjectionPoint where
-
-
-
Class ucar.nc2.ui.geoloc.ProjectionParamPanel extends JPanel implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class ucar.nc2.ui.geoloc.Rubberband extends Object implements Serializable
-
Class ucar.nc2.ui.geoloc.RubberbandRectangle extends Rubberband implements Serializable
-
Class ucar.nc2.ui.geoloc.RubberbandRectangleHandles extends Rubberband implements Serializable
-
Serialized Fields
-
current
Rectangle current
-
minDiff
int minDiff
-
-
-
-
Package ucar.nc2.ui.grib
-
Class ucar.nc2.ui.grib.CdmIndexPanel extends JPanel implements Serializable
-
Serialized Fields
-
config
FeatureCollectionConfig config
-
coordTable
BeanTable<CdmIndexPanel.CoordBean> coordTable
-
extraTA
TextHistoryPane extraTA
-
extraWindow
IndependentWindow extraWindow
-
fileTable
MFileTable fileTable
-
gc
GribCollectionImmutable gc
-
gcFiles
Collection<MFile> gcFiles
-
groupTable
BeanTable<CdmIndexPanel.GroupBean> groupTable
-
indexFile
Path indexFile
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
split2
JSplitPane split2
-
split3
JSplitPane split3
-
varTable
BeanTable<CdmIndexPanel.VarBean> varTable
-
-
-
Class ucar.nc2.ui.grib.CdmIndexReportPanel extends ReportPanel implements Serializable
-
Serialized Fields
-
lastFilename
String lastFilename
-
-
-
Class ucar.nc2.ui.grib.CdmIndexScan extends JPanel implements Serializable
-
Serialized Fields
-
dumpTA
TextHistoryPane dumpTA
-
indexBeanTable
BeanTable<CdmIndexScan.IndexScanBean> indexBeanTable
-
infoWindow
IndependentWindow infoWindow
-
lastFilename
String lastFilename
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
subdirs
boolean subdirs
-
-
-
Class ucar.nc2.ui.grib.Grib1CollectionPanel extends JPanel implements Serializable
-
Serialized Fields
-
config
FeatureCollectionConfig config
-
cust
Grib1Customizer cust
-
dcm
MCollection dcm
-
fileList
List<MFile> fileList
-
gds1Table
BeanTable gds1Table
-
infoPopup
TextHistoryPane infoPopup
-
infoPopup2
TextHistoryPane infoPopup2
-
infoPopup3
TextHistoryPane infoPopup3
-
infoWindow
IndependentWindow infoWindow
-
infoWindow2
IndependentWindow infoWindow2
-
infoWindow3
IndependentWindow infoWindow3
-
param1BeanTable
BeanTable param1BeanTable
-
prefs
PreferencesExt prefs
-
record1BeanTable
BeanTable record1BeanTable
-
spec
String spec
-
split
JSplitPane split
-
split2
JSplitPane split2
-
-
-
Class ucar.nc2.ui.grib.Grib1DataTable extends JPanel implements Serializable
-
Serialized Fields
-
config
FeatureCollectionConfig config
-
cust
Grib1Customizer cust
-
dcm
MCollection dcm
-
drsInfo
TextHistoryPane drsInfo
-
fileChooser
FileManager fileChooser
-
fileList
List<MFile> fileList
-
infoPopup
TextHistoryPane infoPopup
-
infoPopup2
TextHistoryPane infoPopup2
-
infoWindow
IndependentWindow infoWindow
-
infoWindow2
IndependentWindow infoWindow2
-
param1BeanTable
BeanTable param1BeanTable
-
prefs
PreferencesExt prefs
-
record1BeanTable
BeanTable record1BeanTable
-
spec
String spec
-
split
JSplitPane split
-
split2
JSplitPane split2
-
-
-
Class ucar.nc2.ui.grib.Grib1ReportPanel extends ReportPanel implements Serializable
-
Serialized Fields
-
cust
Grib1Customizer cust
-
-
-
Class ucar.nc2.ui.grib.Grib1TablesViewer extends JPanel implements Serializable
-
Serialized Fields
-
codeTable
BeanTable codeTable
-
compareTableDialog
Grib1TableCompareDialog compareTableDialog
-
entryTable
BeanTable entryTable
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
showTableDialog
Grib1TableDialog showTableDialog
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.grib.Grib2CollectionPanel extends JPanel implements Serializable
-
Serialized Fields
-
cust
Grib2Tables cust
-
dcm
MCollection dcm
-
fileChooser
FileManager fileChooser
-
fileList
List<MFile> fileList
-
gds2Table
BeanTable gds2Table
-
infoPopup
TextHistoryPane infoPopup
-
infoPopup2
TextHistoryPane infoPopup2
-
infoPopup3
TextHistoryPane infoPopup3
-
infoWindow
IndependentWindow infoWindow
-
infoWindow2
IndependentWindow infoWindow2
-
infoWindow3
IndependentWindow infoWindow3
-
param2BeanTable
BeanTable param2BeanTable
-
prefs
PreferencesExt prefs
-
record2BeanTable
BeanTable record2BeanTable
-
spec
String spec
-
split
JSplitPane split
-
split2
JSplitPane split2
-
-
-
Class ucar.nc2.ui.grib.Grib2DataPanel extends JPanel implements Serializable
-
Serialized Fields
-
cust
Grib2Tables cust
-
dcm
MCollection dcm
-
drsInfo
TextHistoryPane drsInfo
-
fileChooser
FileManager fileChooser
-
fileList
List<MFile> fileList
-
infoPopup
TextHistoryPane infoPopup
-
infoPopup2
TextHistoryPane infoPopup2
-
infoWindow
IndependentWindow infoWindow
-
infoWindow2
IndependentWindow infoWindow2
-
param2BeanTable
BeanTable param2BeanTable
-
prefs
PreferencesExt prefs
-
record2BeanTable
BeanTable record2BeanTable
-
spec
String spec
-
split
JSplitPane split
-
split2
JSplitPane split2
-
-
-
Class ucar.nc2.ui.grib.Grib2ReportPanel extends ReportPanel implements Serializable
-
Serialized Fields
-
countPDS
int countPDS
-
countPDSdup
int countPDSdup
-
dir
String dir
-
prob
int prob
-
total
int total
-
-
-
Class ucar.nc2.ui.grib.Grib2TableViewer2 extends JPanel implements Serializable
-
Serialized Fields
-
current
Grib2Tables current
-
entryTable
BeanTable entryTable
-
gribTable
BeanTable gribTable
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.grib.GribFilesPanel extends JPanel implements Serializable
-
Serialized Fields
-
collections
List<GribFilesPanel.CollectionBean> collections
-
collectionTable
BeanTable collectionTable
-
grib1Table
BeanTable grib1Table
-
grib2Table
BeanTable grib2Table
-
infoPopup
TextHistoryPane infoPopup
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split2
JSplitPane split2
-
-
-
Class ucar.nc2.ui.grib.GribIndexPanel extends JPanel implements Serializable
-
Serialized Fields
-
cust1
Grib1Customizer cust1
-
cust2
Grib2Tables cust2
-
detailTA
TextHistoryPane detailTA
-
detailWindow
IndependentWindow detailWindow
-
gc
Object gc
-
gds1Table
BeanTable gds1Table
-
gds2Table
BeanTable gds2Table
-
indexFile
String indexFile
-
infoPopup
TextHistoryPane infoPopup
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
recordTable
BeanTable recordTable
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.grib.GribRewritePanel extends JPanel implements Serializable
-
Serialized Fields
-
dumpTA
TextHistoryPane dumpTA
-
ftTable
BeanTable ftTable
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.grib.GribWmoCodesPanel extends JPanel implements Serializable
-
Serialized Fields
-
compareTA
TextHistoryPane compareTA
-
currTable
WmoCodeFlagTables.Version currTable
-
entryTable
BeanTable entryTable
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
wmoTable
BeanTable wmoTable
-
-
-
Class ucar.nc2.ui.grib.GribWmoTemplatesPanel extends JPanel implements Serializable
-
Serialized Fields
-
codeTable
BeanTable codeTable
-
compareTA
TextHistoryPane compareTA
-
entryTable
BeanTable entryTable
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
-
-
-
Package ucar.nc2.ui.grid
-
Class ucar.nc2.ui.grid.ColorScale extends Object implements Serializable
- serialVersionUID:
- -1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
colors
Color[] colors
-
edge
double[] edge
-
gg
IsMissingEvaluator gg
-
hasMissingData
boolean hasMissingData
-
hist
int[] hist
-
interval
double interval
-
lm
ListenerManager lm
-
max
double max
-
min
double min
-
missingDataColor
Color missingDataColor
-
name
String name
-
ncolors
int ncolors
-
useColors
Color[] useColors
-
-
Class ucar.nc2.ui.grid.ColorScale.Panel extends JPanel implements Serializable
-
Serialized Fields
-
cs
ColorScale cs
-
editable
boolean editable
-
label
String[] label
-
lpanel
JPanel lpanel
-
nColorInterval
int nColorInterval
-
selected
int selected
-
sf
FontUtil.StandardFont sf
-
size
int size
-
type
int type
-
unitLabel
JLabel unitLabel
-
useLabel
boolean useLabel
-
-
-
Class ucar.nc2.ui.grid.GeoGridTable extends JPanel implements Serializable
-
Serialized Fields
-
axisTable
BeanTable axisTable
-
csTable
BeanTable csTable
-
gridDataset
GridDataset gridDataset
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
outChooser
NetcdfOutputChooser outChooser
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
split2
JSplitPane split2
-
varTable
BeanTable varTable
-
-
-
Class ucar.nc2.ui.grid.GridUI extends JPanel implements Serializable
-
Serialized Fields
-
chooseProjectionAction
AbstractAction chooseProjectionAction
-
choosers
ArrayList choosers
-
colorScalePanel
ColorScale.Panel colorScalePanel
-
configMenu
JMenu configMenu
-
controller
GridController controller
-
csDataMinMax
JComboBox csDataMinMax
-
datasetInfoTA
TextHistoryPane datasetInfoTA
-
datasetNameLabel
JLabel datasetNameLabel
-
dataValueLabel
JLabel dataValueLabel
-
debugBeans
boolean debugBeans
-
debugChooser
boolean debugChooser
-
debugHelp
boolean debugHelp
-
debugPrint
boolean debugPrint
-
debugTask
boolean debugTask
-
drawingPanel
JPanel drawingPanel
-
dsDialog
JDialog dsDialog
-
dsTable
GeoGridTable dsTable
-
ensembleChooser
SuperComboBox ensembleChooser
-
fieldChooser
SuperComboBox fieldChooser
-
fieldLoopAction
AbstractAction fieldLoopAction
-
fieldPanel
JPanel fieldPanel
-
fileChooser
FileManager fileChooser
-
geotiffFileChooser
FileManager geotiffFileChooser
-
gridTable
GridTable gridTable
-
gtWindow
IndependentWindow gtWindow
-
infoWindow
IndependentWindow infoWindow
-
levelChooser
SuperComboBox levelChooser
-
levelLoopAction
AbstractAction levelLoopAction
-
mapBeanCount
int mapBeanCount
-
mapBeanMenu
PopupMenu mapBeanMenu
-
minmaxHoldAction
AbstractAction minmaxHoldAction
-
minmaxHorizAction
AbstractAction minmaxHorizAction
-
minmaxLogAction
AbstractAction minmaxLogAction
-
moveToolbar
JToolBar moveToolbar
-
moveToolbarAction
AbstractAction moveToolbarAction
-
navToolbar
JToolBar navToolbar
-
navToolbarAction
AbstractAction navToolbarAction
-
ncmlTA
TextHistoryPane ncmlTA
-
ncmlWindow
IndependentWindow ncmlWindow
-
panz
NavigatedPanel panz
-
positionLabel
JLabel positionLabel
-
projManager
ProjectionManager projManager
-
redrawAction
AbstractAction redrawAction
-
runtimeChooser
SuperComboBox runtimeChooser
-
saveCurrentProjectionAction
AbstractAction saveCurrentProjectionAction
-
selected
boolean selected
-
showDatasetInfoAction
AbstractAction showDatasetInfoAction
-
showGridDatasetInfoAction
AbstractAction showGridDatasetInfoAction
-
showGridTableAction
AbstractAction showGridTableAction
-
showNcMLAction
AbstractAction showNcMLAction
-
showNetcdfDatasetAction
AbstractAction showNetcdfDatasetAction
-
splitDraw
JSplitPane splitDraw
-
store
PreferencesExt store
-
timeChooser
SuperComboBox timeChooser
-
timeLoopAction
AbstractAction timeLoopAction
-
toolPanel
JPanel toolPanel
-
vertPanel
VertPanel vertPanel
-
-
-
Class ucar.nc2.ui.grid.VertPanel extends JPanel implements Serializable
-
Serialized Fields
-
drawArea
ScaledPanel drawArea
-
isLatLon
boolean isLatLon
-
leftScale
JLabel leftScale
-
midScale
JLabel midScale
-
proj
Projection proj
-
rightScale
JLabel rightScale
-
vertUnitsLabel
JLabel vertUnitsLabel
-
vslider
VertScaleSlider vslider
-
xaxis
CoordinateAxis xaxis
-
yleft
double yleft
-
ymid
double ymid
-
yright
double yright
-
-
-
Class ucar.nc2.ui.grid.VertScaleSlider extends JPanel implements Serializable
-
Serialized Fields
-
actionName
String actionName
-
actionSource
ActionSourceListener actionSource
-
currentIdx
int currentIdx
-
eventOK
boolean eventOK
-
incrY
int incrY
-
max
double max
-
min
double min
-
pos
int pos
-
scale
double scale
-
slider
JSlider slider
-
zAxis
CoordinateAxis1D zAxis
-
-
-
-
Package ucar.nc2.ui.image
-
Class ucar.nc2.ui.image.ImageViewPanel extends JPanel implements Serializable
-
Serialized Fields
-
delay
int delay
-
fullFrame
JFrame fullFrame
-
fullscreenMode
boolean fullscreenMode
-
imageDatasetFactory
ImageDatasetFactory imageDatasetFactory
-
imageFactoryRandom
ImageFactoryRandom imageFactoryRandom
-
location
String location
-
movieIsPlaying
boolean movieIsPlaying
-
pixPane
ucar.nc2.ui.image.PicturePane pixPane
-
random
Random random
-
spinner
JSpinner spinner
-
start
long start
-
timer
Timer timer
-
-
-
-
Package ucar.nc2.ui.menu
-
Class ucar.nc2.ui.menu.DebugMenu extends JMenu implements Serializable
-
Serialized Fields
-
toolsui
ToolsUI toolsui
-
-
-
Class ucar.nc2.ui.menu.HelpMenu extends JMenu implements Serializable
-
Serialized Fields
-
aboutWindow
ToolsAboutWindow aboutWindow
-
toolsui
ToolsUI toolsui
-
-
-
Class ucar.nc2.ui.menu.ModesMenu extends JMenu implements Serializable
-
Serialized Fields
-
toolsui
ToolsUI toolsui
-
-
-
Class ucar.nc2.ui.menu.SystemMenu extends JMenu implements Serializable
-
Serialized Fields
-
toolsui
ToolsUI toolsui
-
-
-
-
Package ucar.nc2.ui.op
-
Class ucar.nc2.ui.op.AggPanel extends OpPanel implements Serializable
-
Serialized Fields
-
aggTable
AggTable aggTable
-
ncd
NetcdfDataset ncd
-
-
-
Class ucar.nc2.ui.op.AggTable extends JPanel implements Serializable
-
Serialized Fields
-
aggTA
TextHistoryPane aggTA
-
current
NetcdfDataset current
-
datasetTable
BeanTable<AggTable.DatasetBean> datasetTable
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.BufrCdmIndexOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
table
BufrCdmIndexPanel table
-
-
-
Class ucar.nc2.ui.op.BufrCdmIndexPanel extends JPanel implements Serializable
-
Serialized Fields
-
detailTA
TextHistoryPane detailTA
-
detailWindow
IndependentWindow detailWindow
-
fileChooser
FileManager fileChooser
-
fldTable
BeanTable fldTable
-
index
BufrCdmIndex index
-
indexFilename
String indexFilename
-
infoPopup
TextHistoryPane infoPopup
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
rootBean
BufrCdmIndexPanel.FieldBean rootBean
-
split
JSplitPane split
-
split2
JSplitPane split2
-
split3
JSplitPane split3
-
stationTable
BeanTable stationTable
-
-
-
Class ucar.nc2.ui.op.BufrCodePanel extends OpPanel implements Serializable
-
Serialized Fields
-
codeTable
BufrWmoCodesPanel codeTable
-
-
-
Class ucar.nc2.ui.op.BufrMessageViewer extends JPanel implements Serializable
-
Serialized Fields
-
center
int center
-
dataTable
StructureTable dataTable
-
dataWindow
IndependentWindow dataWindow
-
ddsTable
BeanTable ddsTable
-
fileChooser
FileManager fileChooser
-
infoTA
TextHistoryPane infoTA
-
infoTA2
TextHistoryPane infoTA2
-
infoWindow
IndependentWindow infoWindow
-
infoWindow2
IndependentWindow infoWindow2
-
messageTable
BeanTable messageTable
-
obsTable
BeanTable obsTable
-
prefs
PreferencesExt prefs
-
raf
RandomAccessFile raf
-
scan
MessageScanner scan
-
separateWindow
boolean separateWindow
-
split
JSplitPane split
-
split2
JSplitPane split2
-
-
-
Class ucar.nc2.ui.op.BufrPanel extends OpPanel implements Serializable
-
Serialized Fields
-
bufrTable
BufrMessageViewer bufrTable
-
raf
RandomAccessFile raf
-
-
-
Class ucar.nc2.ui.op.BufrReportPanel extends ReportPanel implements Serializable
-
Class ucar.nc2.ui.op.BufrTableBPanel extends OpPanel implements Serializable
-
Serialized Fields
-
bufrTable
BufrTableBViewer bufrTable
-
modes
JComboBox<BufrTables.Format> modes
-
tables
JComboBox<BufrTables.TableConfig> tables
-
-
-
Class ucar.nc2.ui.op.BufrTableBViewer extends JPanel implements Serializable
-
Serialized Fields
-
allVariants
HashMap<Short,List<BufrTableBViewer.DdsBean>> allVariants
-
compareTA
TextHistoryPane compareTA
-
currTable
TableB currTable
-
ddsTable
BeanTable ddsTable
-
dialog
BufrBCompare dialog
-
fileChooser
FileManager fileChooser
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
refTable
TableB refTable
-
remove
char[] remove
-
replace
String[] replace
-
split
JSplitPane split
-
standardVariantsLoaded
boolean standardVariantsLoaded
-
usedDds
HashMap<Short,List<Message>> usedDds
-
variantTable
BeanTable variantTable
-
varKeys
Set<String> varKeys
-
-
-
Class ucar.nc2.ui.op.BufrTableDPanel extends OpPanel implements Serializable
-
Serialized Fields
-
bufrTable
BufrTableDViewer bufrTable
-
modes
JComboBox<BufrTables.Format> modes
-
tables
JComboBox<BufrTables.TableConfig> tables
-
-
-
Class ucar.nc2.ui.op.BufrTableDViewer extends JPanel implements Serializable
-
Serialized Fields
-
allVariants
HashMap<Short,List<BufrTableDViewer.DdsBean>> allVariants
-
compareTA
TextHistoryPane compareTA
-
currTable
TableD currTable
-
ddsTable
BeanTable ddsTable
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
standardVariantsLoaded
boolean standardVariantsLoaded
-
usedDds
HashMap<Short,List<String>> usedDds
-
variantKeys
Set<String> variantKeys
-
variantTable
BeanTable variantTable
-
-
-
Class ucar.nc2.ui.op.BufrWmoCodesPanel extends JPanel implements Serializable
-
Serialized Fields
-
codeTable
BeanTable codeTable
-
compareTA
TextHistoryPane compareTA
-
entryTable
BeanTable entryTable
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.CdmIndexOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
indexPanel
CdmIndexPanel indexPanel
-
-
-
Class ucar.nc2.ui.op.CdmIndexScanOp extends OpPanel implements Serializable
-
Serialized Fields
-
cdmIndexScan
CdmIndexScan cdmIndexScan
-
dirChooser
FileManager dirChooser
-
-
-
Class ucar.nc2.ui.op.CdmrFeatureOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
panel
CdmrFeaturePanel panel
-
-
-
Class ucar.nc2.ui.op.CdmrFeaturePanel extends JPanel implements Serializable
-
Serialized Fields
-
infoPopup2
TextHistoryPane infoPopup2
-
infoPopup3
TextHistoryPane infoPopup3
-
infoTA
TextHistoryPane infoTA
-
infoWindow2
IndependentWindow infoWindow2
-
infoWindow3
IndependentWindow infoWindow3
-
messTable
BeanTable messTable
-
ncd
NetcdfFile ncd
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.CollectionSpecPanel extends OpPanel implements Serializable
-
Serialized Fields
-
table
CollectionSpecTable table
-
-
-
Class ucar.nc2.ui.op.CollectionSpecTable extends JPanel implements Serializable
-
Serialized Fields
-
dcm
MFileCollectionManager dcm
-
dumpTA
TextHistoryPane dumpTA
-
fileList
List<MFile> fileList
-
ftTable
BeanTable ftTable
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.CoordSysPanel extends OpPanel implements Serializable
-
Serialized Fields
-
coordSysTable
CoordSysTable coordSysTable
-
ds
NetcdfDataset ds
-
-
-
Class ucar.nc2.ui.op.CoordSysTable extends JPanel implements Serializable
-
Serialized Fields
-
attTable
BeanTable attTable
-
attWindow
IndependentWindow attWindow
-
axisTable
BeanTable axisTable
-
csTable
BeanTable csTable
-
ds
NetcdfDataset ds
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
parseInfo
Formatter parseInfo
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
split2
JSplitPane split2
-
varTable
BeanTable varTable
-
-
-
Class ucar.nc2.ui.op.CoveragePanel extends OpPanel implements Serializable
-
Serialized Fields
-
covDatasetCollection
FeatureDatasetCoverage covDatasetCollection
-
display
CoverageViewer display
-
dsTable
CoverageTable dsTable
-
split
JSplitPane split
-
viewerWindow
IndependentWindow viewerWindow
-
-
-
Class ucar.nc2.ui.op.DatasetTreeView extends JPanel implements Serializable
-
Serialized Fields
-
currentDataset
NetcdfFile currentDataset
-
model
ucar.nc2.ui.op.DatasetTreeView.DatasetTreeModel model
-
tree
JTree tree
-
-
-
Class ucar.nc2.ui.op.DatasetViewer extends JPanel implements Serializable
-
Serialized Fields
-
attTable
BeanTable attTable
-
attWindow
IndependentWindow attWindow
-
currentComponent
JComponent currentComponent
-
dataPlot
VariablePlot dataPlot
-
datasetTree
DatasetTreeView datasetTree
-
dataTable
StructureTable dataTable
-
dataWindow
IndependentWindow dataWindow
-
dialog
CompareDialog dialog
-
ds
NetcdfFile ds
-
dumpPane
NCdumpPane dumpPane
-
dumpWindow
IndependentWindow dumpWindow
-
eventsOK
boolean eventsOK
-
fileChooser
FileManager fileChooser
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
mainSplit
JSplitPane mainSplit
-
nestedTableList
List<ucar.nc2.ui.op.DatasetViewer.NestedTable> nestedTableList
-
outChooser
NetcdfOutputChooser outChooser
-
plotWindow
IndependentWindow plotWindow
-
prefs
PreferencesExt prefs
-
tablePanel
JPanel tablePanel
-
useCoords
boolean useCoords
-
variableTable
VariableTable variableTable
-
-
-
Class ucar.nc2.ui.op.DatasetViewerPanel extends OpPanel implements Serializable
-
Serialized Fields
-
dsViewer
DatasetViewer dsViewer
-
jni
boolean jni
-
ncfile
NetcdfFile ncfile
-
-
-
Class ucar.nc2.ui.op.DatasetWriter extends JPanel implements Serializable
-
Serialized Fields
-
attTable
BeanTable attTable
-
attWindow
IndependentWindow attWindow
-
chunker
Nc4Chunking chunker
-
currentComponent
JComponent currentComponent
-
dataTable
StructureTable dataTable
-
dataWindow
IndependentWindow dataWindow
-
dialog
CompareDialog dialog
-
dimTable
BeanTable dimTable
-
ds
NetcdfFile ds
-
fileChooser
FileManager fileChooser
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
mainSplit
JSplitPane mainSplit
-
nestedTableList
List<ucar.nc2.ui.op.DatasetWriter.NestedTable> nestedTableList
-
outputChooser
NetcdfOutputChooser outputChooser
-
prefs
PreferencesExt prefs
-
tablePanel
JPanel tablePanel
-
-
-
Class ucar.nc2.ui.op.DatasetWriterPanel extends OpPanel implements Serializable
-
Serialized Fields
-
dsWriter
DatasetWriter dsWriter
-
ncfile
NetcdfFile ncfile
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.DateFormatMark extends OpPanel implements Serializable
-
Serialized Fields
-
dateFormatter
DateFormatter dateFormatter
-
ta
TextHistoryPane ta
-
testCB
ComboBox<String> testCB
-
-
-
Class ucar.nc2.ui.op.DirectoryPartitionPanel extends OpPanel implements Serializable
-
Serialized Fields
-
table
DirectoryPartitionViewer table
-
-
-
Class ucar.nc2.ui.op.DirectoryPartitionViewer extends JPanel implements Serializable
-
Serialized Fields
-
cb
ComboBox<String> cb
-
cdmIndexTables
CdmIndexPanel cdmIndexTables
-
collectionName
String collectionName
-
config
FeatureCollectionConfig config
-
current
Component current
-
dirFileChooser
FileManager dirFileChooser
-
fileTable
MFileTable fileTable
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
isFromIndex
boolean isFromIndex
-
mainSplit
JSplitPane mainSplit
-
partitionsTable
ucar.nc2.ui.op.DirectoryPartitionViewer.PartitionsTable partitionsTable
-
partitionTreeBrowser
ucar.nc2.ui.op.DirectoryPartitionViewer.PartitionTreeBrowser partitionTreeBrowser
-
prefs
PreferencesExt prefs
-
tablePanel
JPanel tablePanel
-
-
-
Class ucar.nc2.ui.op.FeatureScanOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
dirChooser
FileManager dirChooser
-
ftTable
FeatureScanPanel ftTable
-
-
-
Class ucar.nc2.ui.op.FeatureScanPanel extends JPanel implements Serializable
-
Serialized Fields
-
dumpTA
TextHistoryPane dumpTA
-
ftTable
BeanTable ftTable
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.Fmrc2Panel extends JPanel implements Serializable
-
Serialized Fields
-
coordTable
BeanTable coordTable
-
debug
Formatter debug
-
dialog
Fmrc2Dialog dialog
-
errlog
Formatter errlog
-
fmrc
Fmrc fmrc
-
fmrcInv
FmrcInv fmrcInv
-
fmrTable
BeanTable fmrTable
-
gridTable
BeanTable gridTable
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
invTable
BeanTable invTable
-
lite
FmrcInvLite lite
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
split2
JSplitPane split2
-
splitV
JSplitPane splitV
-
-
-
Class ucar.nc2.ui.op.FmrcPanel extends OpPanel implements Serializable
-
Serialized Fields
-
table
Fmrc2Panel table
-
-
-
Class ucar.nc2.ui.op.GeoGridPanel extends OpPanel implements Serializable
-
Serialized Fields
-
ds
NetcdfDataset ds
-
dsTable
GeoGridTable dsTable
-
gridUI
GridUI gridUI
-
imageViewer
ImageViewPanel imageViewer
-
imageWindow
IndependentWindow imageWindow
-
split
JSplitPane split
-
viewerWindow
IndependentWindow viewerWindow
-
-
-
Class ucar.nc2.ui.op.GeotiffPanel extends OpPanel implements Serializable
-
Serialized Fields
-
ta
TextHistoryPane ta
-
-
-
Class ucar.nc2.ui.op.Grib1CollectionOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
gribTable
Grib1CollectionPanel gribTable
-
-
-
Class ucar.nc2.ui.op.Grib1DataOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
gribTable
Grib1DataTable gribTable
-
-
-
Class ucar.nc2.ui.op.Grib1TablePanel extends OpPanel implements Serializable
-
Serialized Fields
-
codeTable
Grib1TablesViewer codeTable
-
-
-
Class ucar.nc2.ui.op.Grib2CollectionOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
gribTable
Grib2CollectionPanel gribTable
-
-
-
Class ucar.nc2.ui.op.Grib2DataOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
gribTable
Grib2DataPanel gribTable
-
-
-
Class ucar.nc2.ui.op.Grib2TablePanel extends OpPanel implements Serializable
-
Serialized Fields
-
codeTable
Grib2TableViewer2 codeTable
-
-
-
Class ucar.nc2.ui.op.GribCodePanel extends OpPanel implements Serializable
-
Serialized Fields
-
codeTable
GribWmoCodesPanel codeTable
-
-
-
Class ucar.nc2.ui.op.GribFilesOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
gribTable
GribFilesPanel gribTable
-
-
-
Class ucar.nc2.ui.op.GribIndexOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
gribTable
GribIndexPanel gribTable
-
-
-
Class ucar.nc2.ui.op.GribRewriteOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
dirChooser
FileManager dirChooser
-
ftTable
GribRewritePanel ftTable
-
-
-
Class ucar.nc2.ui.op.GribTemplatePanel extends OpPanel implements Serializable
-
Serialized Fields
-
codeTable
GribWmoTemplatesPanel codeTable
-
-
-
Class ucar.nc2.ui.op.Hdf4NewTable extends Hdf4Table implements Serializable
-
Serialized Fields
-
dumpTA
TextHistoryPane dumpTA
-
header
H4header header
-
iosp
H4iosp iosp
-
location
String location
-
split
JSplitPane split
-
tagTable
BeanTable<Hdf4NewTable.TagBean> tagTable
-
-
-
Class ucar.nc2.ui.op.Hdf4Panel extends OpPanel implements Serializable
-
Serialized Fields
-
hdf4Table
Hdf4Table hdf4Table
-
raf
RandomAccessFile raf
-
-
-
Class ucar.nc2.ui.op.Hdf4Table extends JPanel implements Serializable
-
Serialized Fields
-
dumpTA
TextHistoryPane dumpTA
-
header
H4header header
-
iosp
H4iosp iosp
-
location
String location
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
tagTable
BeanTable<Hdf4Table.TagBean> tagTable
-
-
-
Class ucar.nc2.ui.op.Hdf5DataPanel extends OpPanel implements Serializable
-
Serialized Fields
-
hdf5Table
Hdf5DataTable hdf5Table
-
raf
RandomAccessFile raf
-
-
-
Class ucar.nc2.ui.op.Hdf5DataTable extends JPanel implements Serializable
-
Serialized Fields
-
infoTA
TextHistoryPane infoTA
-
iosp
H5iosp iosp
-
location
String location
-
objectTable
BeanTable objectTable
-
prefs
PreferencesExt prefs
-
splitH
JSplitPane splitH
-
-
-
Class ucar.nc2.ui.op.Hdf5NewDataTable extends Hdf5DataTable implements Serializable
-
Serialized Fields
-
infoTA
TextHistoryPane infoTA
-
iosp
H5iospNew iosp
-
location
String location
-
ncfile
NetcdfFile ncfile
-
objectTable
BeanTable<Hdf5NewDataTable.VarBean> objectTable
-
splitH
JSplitPane splitH
-
-
-
Class ucar.nc2.ui.op.Hdf5NewObjectTable extends Hdf5ObjectTable implements Serializable
-
Serialized Fields
-
attTable
BeanTable<Hdf5NewObjectTable.AttributeBean> attTable
-
dumpTA
TextHistoryPane dumpTA
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
iosp
H5iospNew iosp
-
location
String location
-
messTable
BeanTable<Hdf5NewObjectTable.MessageBean> messTable
-
objectTable
BeanTable<Hdf5NewObjectTable.ObjectBean> objectTable
-
split
JSplitPane split
-
split2
JSplitPane split2
-
splitH
JSplitPane splitH
-
-
-
Class ucar.nc2.ui.op.Hdf5ObjectPanel extends OpPanel implements Serializable
-
Serialized Fields
-
hdf5Table
Hdf5ObjectTable hdf5Table
-
raf
RandomAccessFile raf
-
-
-
Class ucar.nc2.ui.op.Hdf5ObjectTable extends JPanel implements Serializable
-
Serialized Fields
-
attTable
BeanTable attTable
-
dumpTA
TextHistoryPane dumpTA
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
iosp
H5iosp iosp
-
location
String location
-
messTable
BeanTable messTable
-
objectTable
BeanTable objectTable
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
split2
JSplitPane split2
-
splitH
JSplitPane splitH
-
-
-
Class ucar.nc2.ui.op.ImagePanel extends OpPanel implements Serializable
-
Serialized Fields
-
imagePanel
ImageViewPanel imagePanel
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.NCdumpPane extends TextHistoryPane implements Serializable
-
Serialized Fields
-
cb
ComboBox<String> cb
-
ds
NetcdfFile ds
-
fileChooser
FileManager fileChooser
-
imageView
ImageViewPanel imageView
-
imageWindow
IndependentWindow imageWindow
-
prefs
PreferencesExt prefs
-
stopButton
StopButton stopButton
-
task
ucar.nc2.ui.op.NCdumpPane.CommonTask task
-
-
-
Class ucar.nc2.ui.op.NCdumpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
command
String command
-
filename
String filename
-
ncfile
NetcdfFile ncfile
-
result
String result
-
ta
TextHistoryPane ta
-
task
GetDataTask task
-
-
-
Class ucar.nc2.ui.op.NcmlEditor extends JPanel implements Serializable
-
Serialized Fields
-
addCoords
boolean addCoords
-
coordButt
AbstractButton coordButt
-
ds
NetcdfDataset ds
-
editor
JEditorPane editor
-
fileChooser
FileManager fileChooser
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
ncmlLocation
String ncmlLocation
-
outChooser
NetcdfOutputChooser outChooser
-
prefs
PreferencesExt prefs
-
protoChooser
ComboBox<String> protoChooser
-
protoMap
Map<String,String> protoMap
-
-
-
Class ucar.nc2.ui.op.NcmlEditorPanel extends OpPanel implements Serializable
-
Serialized Fields
-
editor
NcmlEditor editor
-
-
-
Class ucar.nc2.ui.op.NcStreamOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
panel
NcStreamPanel panel
-
-
-
Class ucar.nc2.ui.op.NcStreamPanel extends JPanel implements Serializable
-
Serialized Fields
-
infoPopup2
TextHistoryPane infoPopup2
-
infoPopup3
TextHistoryPane infoPopup3
-
infoTA
TextHistoryPane infoTA
-
infoWindow2
IndependentWindow infoWindow2
-
infoWindow3
IndependentWindow infoWindow3
-
iosp
NcStreamIosp iosp
-
messTable
BeanTable messTable
-
ncd
NetcdfFile ncd
-
prefs
PreferencesExt prefs
-
raf
RandomAccessFile raf
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.PointFeatureDatasetViewer extends JPanel implements Serializable
-
Serialized Fields
-
changingPane
JPanel changingPane
-
eventsOK
boolean eventsOK
-
fcTable
BeanTable fcTable
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentDialog infoWindow
-
maxCount
int maxCount
-
obsTable
StructureTable obsTable
-
outChooser
NetcdfOutputChooser outChooser
-
pfDataset
FeatureDatasetPoint pfDataset
-
pointController
PointController pointController
-
prefs
PreferencesExt prefs
-
profileTable
BeanTable profileTable
-
selectedCollection
DsgFeatureCollection selectedCollection
-
selectedType
FeatureType selectedType
-
splitFeatures
JSplitPane splitFeatures
-
splitMap
JSplitPane splitMap
-
splitObs
JSplitPane splitObs
-
stationMap
StationRegionDateChooser stationMap
-
stnProfileTable
BeanTable stnProfileTable
-
stnTable
BeanTable stnTable
-
-
-
Class ucar.nc2.ui.op.PointFeaturePanel extends OpPanel implements Serializable
-
Serialized Fields
-
pfDataset
FeatureDatasetPoint pfDataset
-
pfViewer
PointFeatureDatasetViewer pfViewer
-
split
JSplitPane split
-
types
JComboBox<FeatureType> types
-
-
-
Class ucar.nc2.ui.op.RadialDatasetTable extends JPanel implements Serializable
-
Serialized Fields
-
imageView
ImageViewPanel imageView
-
imageWindow
IndependentWindow imageWindow
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
radialDataset
RadialDatasetSweep radialDataset
-
split
JSplitPane split
-
sweepTable
BeanTable sweepTable
-
varTable
BeanTable varTable
-
-
-
Class ucar.nc2.ui.op.RadialPanel extends OpPanel implements Serializable
-
Serialized Fields
-
ds
RadialDatasetSweep ds
-
dsTable
RadialDatasetTable dsTable
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.ReportOpPanel extends OpPanel implements Serializable
-
Serialized Fields
-
eachFile
boolean eachFile
-
extra
boolean extra
-
reportPanel
ReportPanel reportPanel
-
reports
JComboBox reports
-
useIndex
boolean useIndex
-
-
-
Class ucar.nc2.ui.op.SimpleGeomPanel extends OpPanel implements Serializable
-
Serialized Fields
-
ds
NetcdfDataset ds
-
imageViewer
ImageViewPanel imageViewer
-
imageWindow
IndependentWindow imageWindow
-
sgTable
SimpleGeomTable sgTable
-
sgUI
SimpleGeomUI sgUI
-
split
JSplitPane split
-
viewerWindow
IndependentWindow viewerWindow
-
-
-
Class ucar.nc2.ui.op.StationRadialPanel extends OpPanel implements Serializable
-
Serialized Fields
-
radarCollectionDataset
FeatureDataset radarCollectionDataset
-
radialViewer
StationRadialViewer radialViewer
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.StationRadialViewer extends JPanel implements Serializable
-
Serialized Fields
-
chooser
StationRegionDateChooser chooser
-
debugQuery
boolean debugQuery
-
debugStationDatsets
boolean debugStationDatsets
-
debugStationRegionSelect
boolean debugStationRegionSelect
-
eventsOK
boolean eventsOK
-
infoWindow
IndependentDialog infoWindow
-
prefs
PreferencesExt prefs
-
rdTable
RadialDatasetTable rdTable
-
sds
StationRadialDataset sds
-
splitH
JSplitPane splitH
-
splitV
JSplitPane splitV
-
stnTable
BeanTable stnTable
-
-
-
Class ucar.nc2.ui.op.UnitConvert extends OpPanel implements Serializable
-
Serialized Fields
-
formatter
DateFormatter formatter
-
ta
TextHistoryPane ta
-
-
-
Class ucar.nc2.ui.op.UnitDatasetCheck extends OpPanel implements Serializable
-
Serialized Fields
-
ta
TextHistoryPane ta
-
-
-
Class ucar.nc2.ui.op.UnitsPanel extends JPanel implements Serializable
-
Serialized Fields
-
dateFormatMark
DateFormatMark dateFormatMark
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
split2
JSplitPane split2
-
unitConvert
UnitConvert unitConvert
-
unitDataset
UnitDatasetCheck unitDataset
-
-
-
Class ucar.nc2.ui.op.VariablePlot extends JPanel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
-
file
NetcdfFile file
-
-
-
Class ucar.nc2.ui.op.VariableTable extends JPanel implements Serializable
-
Serialized Fields
-
col0
List col0
-
col0Dim
int col0Dim
-
col0isDate
boolean col0isDate
-
columnNames
String[] columnNames
-
data
Array[] data
-
dataModel
ucar.nc2.ui.op.VariableTable.VariableTableModel dataModel
-
fds
NetcdfDataset fds
-
file
NetcdfFile file
-
fileChooser
FileManager fileChooser
-
includeGlobals
JCheckBox includeGlobals
-
prefs
PreferencesExt prefs
-
-
-
Class ucar.nc2.ui.op.WmoCCPanel extends OpPanel implements Serializable
-
Serialized Fields
-
codeTable
WmoCommonCodesPanel codeTable
-
-
-
Class ucar.nc2.ui.op.WmoCommonCodesPanel extends JPanel implements Serializable
-
Serialized Fields
-
codeTable
BeanTable codeTable
-
compareTA
TextHistoryPane compareTA
-
entryTable
BeanTable entryTable
-
infoWindow
IndependentWindow infoWindow
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
-
-
Class ucar.nc2.ui.op.WmsPanel extends OpPanel implements Serializable
-
Serialized Fields
-
split
JSplitPane split
-
types
JComboBox<String> types
-
wmsViewer
WmsViewer wmsViewer
-
-
-
Class ucar.nc2.ui.op.WmsViewer extends JPanel implements Serializable
-
Serialized Fields
-
crsChooser
SuperComboBox crsChooser
-
currImage
BufferedImage currImage
-
endpoint
String endpoint
-
formatChooser
SuperComboBox formatChooser
-
ftTable
BeanTable ftTable
-
imagePanel
JPanel imagePanel
-
info
Formatter info
-
levelChooser
SuperComboBox levelChooser
-
prefs
PreferencesExt prefs
-
split
JSplitPane split
-
styleChooser
SuperComboBox styleChooser
-
timeChooser
SuperComboBox timeChooser
-
version
String version
-
wmsNamespace
org.jdom2.Namespace wmsNamespace
-
-
-
-
Package ucar.nc2.ui.point
-
Class ucar.nc2.ui.point.PointController extends NPController implements Serializable
-
Serialized Fields
-
drawConnectingLine
boolean drawConnectingLine
-
pointRenderer
PointRenderer pointRenderer
-
-
-
Class ucar.nc2.ui.point.StationRegionDateChooser extends NPController implements Serializable
-
Serialized Fields
-
actionSource
ActionSourceListener actionSource
-
dateAction
AbstractAction dateAction
-
dateSelect
boolean dateSelect
-
dateSelector
RangeDateSelector dateSelector
-
dateWindow
IndependentDialog dateWindow
-
debug
boolean debug
-
debugEvent
boolean debugEvent
-
geoBounds
ProjectionRect geoBounds
-
geoSelection
ProjectionRect geoSelection
-
geoSelectionMode
boolean geoSelectionMode
-
maxLatField
Field.Double maxLatField
-
maxLonField
Field.Double maxLonField
-
minLatField
Field.Double minLatField
-
minLonField
Field.Double minLonField
-
minmaxPP
PrefPanel minmaxPP
-
nfracDig
int nfracDig
-
outlineColor
Color outlineColor
-
popupInfo
PopupManager popupInfo
-
regionSelect
boolean regionSelect
-
sbuff
StringBuffer sbuff
-
selectedStation
Station selectedStation
-
stationSelect
boolean stationSelect
-
stnRender
ucar.nc2.ui.point.StationRenderer stnRender
-
-
-
-
Package ucar.nc2.ui.simplegeom
-
Class ucar.nc2.ui.simplegeom.SimpleGeomTable extends JPanel implements Serializable
-
Serialized Fields
-
axisTable
BeanTable axisTable
-
csTable
BeanTable csTable
-
gridDataset
GridDataset gridDataset
-
infoTA
TextHistoryPane infoTA
-
infoWindow
IndependentWindow infoWindow
-
outChooser
NetcdfOutputChooser outChooser
-
prefs
PreferencesExt prefs
-
simpleGeomTable
BeanTable simpleGeomTable
-
split
JSplitPane split
-
split2
JSplitPane split2
-
split3
JSplitPane split3
-
varTable
BeanTable varTable
-
-
-
Class ucar.nc2.ui.simplegeom.SimpleGeomUI extends JPanel implements Serializable
-
Serialized Fields
-
chooseProjectionAction
AbstractAction chooseProjectionAction
-
choosers
ArrayList choosers
-
colorScalePanel
ColorScale.Panel colorScalePanel
-
configMenu
JMenu configMenu
-
controller
SimpleGeomController controller
-
csDataMinMax
JComboBox csDataMinMax
-
datasetInfoTA
TextHistoryPane datasetInfoTA
-
datasetNameLabel
JLabel datasetNameLabel
-
dataValueLabel
JLabel dataValueLabel
-
debugBeans
boolean debugBeans
-
debugChooser
boolean debugChooser
-
debugHelp
boolean debugHelp
-
debugPrint
boolean debugPrint
-
debugTask
boolean debugTask
-
drawingPanel
JPanel drawingPanel
-
dsDialog
JDialog dsDialog
-
dsTable
GeoGridTable dsTable
-
ensembleChooser
SuperComboBox ensembleChooser
-
fieldChooser
SuperComboBox fieldChooser
-
fieldLoopAction
AbstractAction fieldLoopAction
-
fieldPanel
JPanel fieldPanel
-
fileChooser
FileManager fileChooser
-
geotiffFileChooser
FileManager geotiffFileChooser
-
gridTable
GridTable gridTable
-
gtWindow
IndependentWindow gtWindow
-
infoWindow
IndependentWindow infoWindow
-
levelChooser
SuperComboBox levelChooser
-
levelLoopAction
AbstractAction levelLoopAction
-
mapBeanCount
int mapBeanCount
-
mapBeanMenu
PopupMenu mapBeanMenu
-
minmaxHoldAction
AbstractAction minmaxHoldAction
-
minmaxHorizAction
AbstractAction minmaxHorizAction
-
minmaxLogAction
AbstractAction minmaxLogAction
-
moveToolbar
JToolBar moveToolbar
-
moveToolbarAction
AbstractAction moveToolbarAction
-
navToolbar
JToolBar navToolbar
-
navToolbarAction
AbstractAction navToolbarAction
-
ncmlTA
TextHistoryPane ncmlTA
-
ncmlWindow
IndependentWindow ncmlWindow
-
panz
NavigatedPanel panz
-
positionLabel
JLabel positionLabel
-
projManager
ProjectionManager projManager
-
redrawAction
AbstractAction redrawAction
-
runtimeChooser
SuperComboBox runtimeChooser
-
saveCurrentProjectionAction
AbstractAction saveCurrentProjectionAction
-
selected
boolean selected
-
showDatasetInfoAction
AbstractAction showDatasetInfoAction
-
showGridDatasetInfoAction
AbstractAction showGridDatasetInfoAction
-
showGridTableAction
AbstractAction showGridTableAction
-
showNcMLAction
AbstractAction showNcMLAction
-
showNetcdfDatasetAction
AbstractAction showNetcdfDatasetAction
-
splitDraw
JSplitPane splitDraw
-
store
PreferencesExt store
-
timeChooser
SuperComboBox timeChooser
-
timeLoopAction
AbstractAction timeLoopAction
-
toolPanel
JPanel toolPanel
-
vertPanel
VertPanel vertPanel
-
-
-
-
Package ucar.nc2.ui.util
-
Class ucar.nc2.ui.util.SocketMessage.Event extends EventObject implements Serializable
-
Serialized Fields
-
message
String message
-
-
-
-
Package ucar.nc2.ui.widget
-
Class ucar.nc2.ui.widget.RangeDateSelector extends JPanel implements Serializable
-
Serialized Fields
-
acceptButton
boolean acceptButton
-
actionName
String actionName
-
actionSource
ActionSourceListener actionSource
-
dateRange
DateRange dateRange
-
disableButton
JToggleButton disableButton
-
durationField
DurationField durationField
-
enableButton
boolean enableButton
-
eventOK
boolean eventOK
-
formatter
DateFormatter formatter
-
helpButton
JButton helpButton
-
helpMessage
String helpMessage
-
helpWindow
HelpWindow helpWindow
-
isPointOnly
boolean isPointOnly
-
maxField
DateField maxField
-
maxLabel
JLabel maxLabel
-
maxLimit
DateType maxLimit
-
maxSlider
JSlider maxSlider
-
minField
DateField minField
-
minLabel
JLabel minLabel
-
minLimit
DateType minLimit
-
minSlider
JSlider minSlider
-
pp
PrefPanel pp
-
resolutionField
DurationField resolutionField
-
scale
ucar.nc2.ui.widget.RangeDateSelector.Scale scale
-
title
String title
-
useLimits
boolean useLimits
-
-
-
Class ucar.nc2.ui.widget.ScaledPanel extends JPanel implements Serializable
-
Serialized Fields
-
backColor
Color backColor
-
bImage
BufferedImage bImage
-
debugBounds
boolean debugBounds
-
debugDraw
boolean debugDraw
-
debugTransform
boolean debugTransform
-
imageObs
ucar.nc2.ui.widget.ScaledPanel.MyImageObserver imageObs
-
lmMove
ListenerManager lmMove
-
lmPick
ListenerManager lmPick
-
screenBounds
Rectangle2D screenBounds
-
transform
AffineTransform transform
-
worldBounds
ScaledPanel.Bounds worldBounds
-
worldPt
Point2D worldPt
-
-
-
Class ucar.nc2.ui.widget.StopButtonCancelTask extends StopButton implements Serializable
-
Serialized Fields
-
done
boolean done
-
-
-
Class ucar.nc2.ui.widget.TextGetPutPane extends TextHistoryPane implements Serializable
-
Serialized Fields
-
addFileButton
boolean addFileButton
-
buttPanel
JPanel buttPanel
-
cb
JComboBox cb
-
fileAction
AbstractAction fileAction
-
fileChooserReader
FileManager fileChooserReader
-
listenerList
EventListenerList listenerList
-
prefs
PreferencesExt prefs
-
task
ucar.nc2.ui.widget.TextGetPutPane.GetContentsTask task
-
-
-
Class ucar.nc2.ui.widget.URLDumpPane extends TextHistoryPane implements Serializable
-
Serialized Fields
-
cb
ComboBox<String> cb
-
currentConnection
HttpURLConnection currentConnection
-
implCB
JComboBox<ucar.nc2.ui.widget.URLDumpPane.Library> implCB
-
-
-
-
Package ucar.nc2.util
-
Class ucar.nc2.util.HashMapLRU extends LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
max_entries
int max_entries
Deprecated.
-
-
-
-
Package ucar.ui.event
-
Class ucar.ui.event.ActionValueEvent extends ActionEvent implements Serializable
-
Serialized Fields
-
value
Object value
-
-
-
Class ucar.ui.event.UIChangeEvent extends EventObject implements Serializable
-
-
Package ucar.ui.prefs
-
Class ucar.ui.prefs.BeanTable extends JPanel implements Serializable
-
Serialized Fields
-
beanClass
Class<T> beanClass
-
beans
ArrayList<T> beans
-
debug
boolean debug
-
debugBean
boolean debugBean
-
debugSelected
boolean debugSelected
-
debugStore
boolean debugStore
-
headerLabel
JLabel headerLabel
-
innerbean
T innerbean
-
jtable
JTable jtable
-
model
BeanTable.TableBeanModel model
-
scrollPane
JScrollPane scrollPane
-
store
PreferencesExt store
-
-
-
Class ucar.ui.prefs.BeanTable.TableBeanModel extends AbstractTableModel implements Serializable
-
Class ucar.ui.prefs.BeanTable.TableBeanModelInfo extends BeanTable.TableBeanModel implements Serializable
-
Class ucar.ui.prefs.ComboBox extends JComboBox<E> implements Serializable
-
Serialized Fields
-
deleting
boolean deleting
-
nkeep
int nkeep
-
popupMenu
JPopupMenu popupMenu
-
prefs
PersistenceManager prefs
-
-
-
Class ucar.ui.prefs.PrefPanel extends JPanel implements Serializable
-
Serialized Fields
-
auxButtons
List<JComponent> auxButtons
-
cursorCol
int cursorCol
-
cursorRow
int cursorRow
-
debugLayout
boolean debugLayout
-
finished
boolean finished
-
flds
HashMap<String,Field> flds
-
layoutComponents
List<ucar.ui.prefs.PrefPanel.LayoutComponent> layoutComponents
-
listenerList
EventListenerList listenerList
-
name
String name
-
prefs
Preferences prefs
-
storeData
PersistenceManager storeData
-
-
-
Class ucar.ui.prefs.PrefPanel.Dialog extends JDialog implements Serializable
-
Serialized Fields
-
pp
PrefPanel pp
-
substore
PreferencesExt substore
-
-
-
-
Package ucar.ui.table
-
Class ucar.ui.table.HidableTableColumnModel extends DefaultTableColumnModel implements Serializable
-
Serialized Fields
-
allTableColumns
Vector<TableColumn> allTableColumns
Array of TableColumn objects in this model. Holds all column objects, regardless of their visibility. -
model
TableModel model
The model we're currently listening to.
-
-
-
Class ucar.ui.table.JTableSorted extends JPanel implements Serializable
-
Serialized Fields
-
acts
ucar.ui.table.JTableSorted.PopupAction[] acts
-
colName
String[] colName
-
debug
boolean debug
-
jtable
JTable jtable
-
list
ArrayList list
-
lm
ListenerManager lm
-
model
ucar.ui.table.JTableSorted.TableRowModel model
-
objectName
String objectName
-
popupMenu
PopupMenu popupMenu
-
scrollPane
JScrollPane scrollPane
-
sortOK
boolean sortOK
-
threadCol
int threadCol
-
threadSorter
ThreadSorter threadSorter
-
-
-
Class ucar.ui.table.JTreeTable extends JTable implements Serializable
-
Serialized Fields
-
debug
boolean debug
-
debugSelection
boolean debugSelection
-
selectionModel
ucar.ui.table.JTreeTable.ListToTreeSelectionModelWrapper selectionModel
-
tableModel
TreeTableModelAdapter tableModel
-
tree
JTreeTable.TreeTableCellRenderer tree
-
treeModel
TreeTableModelAbstract treeModel
-
-
-
Class ucar.ui.table.JTreeTable.TreeTableCellRenderer extends JTree implements Serializable
-
Serialized Fields
-
visibleRow
int visibleRow
Last table/tree row asked to render.
-
-
-
Class ucar.ui.table.JTreeTableSorted extends JPanel implements Serializable
-
Serialized Fields
-
acts
ucar.ui.table.JTreeTableSorted.PopupAction[] acts
-
allowSortColChange
boolean allowSortColChange
-
allowSortColChangeMouseListener
MouseAdapter allowSortColChangeMouseListener
-
debug
boolean debug
-
debugEvent
boolean debugEvent
-
debugSetPath
boolean debugSetPath
-
listSelectionEvent
ListSelectionEvent listSelectionEvent
-
lm
ListenerManager lm
-
model
TreeTableModelSorted model
-
popupMenu
PopupMenu popupMenu
-
scrollPane
JScrollPane scrollPane
-
selectedRow
TableRow selectedRow
-
table
JTreeTable table
-
threadCol
int threadCol
-
threadHeaderRenderer
ucar.ui.table.JTreeTableSorted.ThreadHeaderRenderer threadHeaderRenderer
-
treeSort
boolean treeSort
-
useThreads
boolean useThreads
-
-
-
Class ucar.ui.table.TableAppearanceAction extends AbstractAction implements Serializable
-
Serialized Fields
-
table
JTable table
-
-
-
Class ucar.ui.table.TableRowAbstract.Sorter extends Object implements Serializable
-
Serialized Fields
-
col
int col
-
reverse
boolean reverse
-
-
-
Class ucar.ui.table.TreeTableModelAdapter extends AbstractTableModel implements Serializable
-
Serialized Fields
-
tree
JTree tree
-
treeTableModel
TreeTableModel treeTableModel
-
-
-
-
Package ucar.ui.widget
-
Class ucar.ui.widget.AbstractPanel extends JPanel implements Serializable
-
Serialized Fields
-
addCoords
boolean addCoords
-
busy
boolean busy
-
buttPanel
JPanel buttPanel
-
cb
ComboBox cb
-
coordButt
AbstractButton coordButt
-
detailTA
TextHistoryPane detailTA
-
detailWindow
IndependentWindow detailWindow
-
eventOK
boolean eventOK
-
lastEvent
long lastEvent
-
prefs
PreferencesExt prefs
-
stopButton
StopButton stopButton
-
topPanel
JPanel topPanel
-
-
-
Class ucar.ui.widget.BAMutil.ActionToggle extends AbstractAction implements Serializable
-
Serialized Fields
-
button
AbstractButton button
-
orgAct
Action orgAct
-
-
-
Class ucar.ui.widget.HelpWindow extends IndependentDialog implements Serializable
-
Class ucar.ui.widget.HtmlBrowser extends JPanel implements Serializable
-
Serialized Fields
-
backAction
AbstractAction backAction
-
cbox
ComboBox cbox
-
currentPage
int currentPage
-
debug
boolean debug
-
debugDoc
boolean debugDoc
-
eventsOK
boolean eventsOK
-
forwardAction
AbstractAction forwardAction
-
htmlViewer
JEditorPane htmlViewer
-
nav
ArrayList nav
-
parent
RootPaneContainer parent
-
prefs
PreferencesExt prefs
-
showEvent
boolean showEvent
-
statusText
JLabel statusText
-
topButtons
JPanel topButtons
-
-
-
Class ucar.ui.widget.ImprovedFileChooser extends JFileChooser implements Serializable
-
Serialized Fields
-
dialog
JDialog dialog
-
-
-
Class ucar.ui.widget.IndependentDialog extends JDialog implements Serializable
-
Serialized Fields
-
parent
JFrame parent
-
-
-
Class ucar.ui.widget.IndependentWindow extends JFrame implements Serializable
-
Class ucar.ui.widget.MFlowLayout extends FlowLayout implements Serializable
-
Class ucar.ui.widget.MultilineTooltip extends JToolTip implements Serializable
-
Serialized Fields
-
columns
int columns
-
component
JComponent component
-
fixedwidth
int fixedwidth
-
-
-
Class ucar.ui.widget.MyMouseAdapter extends MouseAdapter implements Serializable
-
Serialized Fields
-
debugEvent
boolean debugEvent
-
minMove
int minMove
-
startx
int startx
-
starty
int starty
-
-
-
Class ucar.ui.widget.PopupMenu extends JPopupMenu implements Serializable
-
Serialized Fields
-
parent
JComponent parent
-
-
-
Class ucar.ui.widget.RangeSelector extends JPanel implements Serializable
-
Serialized Fields
-
actionName
String actionName
-
actionSource
ActionSourceListener actionSource
-
currentIdx
int currentIdx
-
eventOK
boolean eventOK
-
helpButton
JButton helpButton
-
helpMessage
String helpMessage
-
helpWindow
HelpWindow helpWindow
-
incrY
int incrY
-
maxField
Field.Double maxField
-
maxLimit
double maxLimit
-
maxSelect
double maxSelect
-
maxSlider
JSlider maxSlider
-
minField
Field.Double minField
-
minLimit
double minLimit
-
minSelect
double minSelect
-
minSlider
JSlider minSlider
-
nfracDig
int nfracDig
-
pp
PrefPanel pp
-
resolution
double resolution
-
scale
ucar.ui.widget.RangeSelector.Scale scale
-
tit
String tit
-
-
-
Class ucar.ui.widget.StopButton extends JButton implements Serializable
-
Serialized Fields
-
busy
boolean busy
-
count
int count
-
isCancelled
boolean isCancelled
-
listenerList
EventListenerList listenerList
-
myTimer
Timer myTimer
-
task
ProgressMonitorTask task
-
-
-
Class ucar.ui.widget.SuperComboBox extends JPanel implements Serializable
-
Serialized Fields
-
actionSource
ActionSourceListener actionSource
-
debug
boolean debug
-
debugEvent
boolean debugEvent
-
down
JButton down
-
eventOK
boolean eventOK
-
height
int height
-
immediateMode
boolean immediateMode
-
isNamedObject
boolean isNamedObject
-
list
ArrayList<TableRow> list
-
loopControl
IndependentWindow loopControl
-
name
String name
-
next
JButton next
-
prev
JButton prev
-
pulldown
JWindow pulldown
-
sendExternalEvent
boolean sendExternalEvent
-
table
JTableSorted table
-
text
ucar.ui.widget.SuperComboBox.MyTextField text
-
width
int width
-
-
-
Class ucar.ui.widget.TextHistoryPane extends JPanel implements Serializable
-
Serialized Fields
-
count
int count
-
fileChooser
FileManager fileChooser
-
fontu
FontUtil.StandardFont fontu
-
nlines
int nlines
-
ptSize
int ptSize
-
removeIncr
int removeIncr
-
ta
JTextArea ta
-
-
-
-
Package ucar.unidata.geoloc
-
Class ucar.unidata.geoloc.Earth extends Object implements Serializable
-
Serialized Fields
-
eccentricity
double eccentricity
-
eccentricitySquared
double eccentricitySquared
-
equatorRadius
double equatorRadius
-
flattening
double flattening
-
name
String name
-
poleRadius
double poleRadius
-
-
-
Class ucar.unidata.geoloc.EarthEllipsoid extends Earth implements Serializable
-
Serialized Fields
-
epsgId
int epsgId
-
-
-
Class ucar.unidata.geoloc.LatLonPointImmutable extends LatLonPointImpl implements Serializable
-
Class ucar.unidata.geoloc.LatLonPointImpl extends Object implements Serializable
-
Serialized Fields
-
lat
double lat
Deprecated.East latitude in degrees, always +/- 90 -
lon
double lon
Deprecated.North longitude in degrees, always +/- 180
-
-
-
Class ucar.unidata.geoloc.ProjectionImpl extends Object implements Serializable
-
Serialized Fields
-
atts
List<Parameter> atts
Deprecated.list of attributes -
defaultMapArea
ProjectionRect defaultMapArea
Deprecated.default map area -
defaultUnits
String defaultUnits
Deprecated.name of the default units for this projection -
isLatLon
boolean isLatLon
Deprecated.flag for latlon -
name
String name
Deprecated.name of this projection.
-
-
-
Class ucar.unidata.geoloc.ProjectionPointImpl extends Object implements Serializable
-
Serialized Fields
-
x
double x
Deprecated. -
y
double y
Deprecated.
-
-
-
Class ucar.unidata.geoloc.ProjectionRect extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException
Read the object from the input stream of the serialized object- Throws:
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
-
-
Serialized Fields
-
height
double height
-
width
double width
-
x
double x
-
y
double y
-
-
-
-
Package ucar.unidata.geoloc.projection
-
Class ucar.unidata.geoloc.projection.AlbersEqualArea extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_lat0
double _lat0
-
_lon0
double _lon0
-
C
double C
constants from Snyder's equations -
earth_radius
double earth_radius
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
lat0
double lat0
-
lon0
double lon0
-
lon0Degrees
double lon0Degrees
constants from Snyder's equations -
n
double n
constants from Snyder's equations -
par1
double par1
-
par2
double par2
-
rho0
double rho0
constants from Snyder's equations
-
-
-
Class ucar.unidata.geoloc.projection.FlatEarth extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_lat0
double _lat0
-
_lon0
double _lon0
-
cosRot
double cosRot
-
lat0
double lat0
-
lon0
double lon0
-
radius
double radius
constants from Snyder's equations -
rotAngle
double rotAngle
constants from Snyder's equations -
sinRot
double sinRot
-
-
-
Class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_lat0
double _lat0
-
cosLat0
double cosLat0
constants from Snyder's equations -
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
lat0
double lat0
-
lon0
double lon0
-
lon0Degrees
double lon0Degrees
constants from Snyder's equations -
R
double R
constants from Snyder's equations -
sinLat0
double sinLat0
constants from Snyder's equations
-
-
-
Class ucar.unidata.geoloc.projection.LambertConformal extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_lat0
double _lat0
-
_lon0
double _lon0
-
earth_radius
double earth_radius
-
earthRadiusTimesF
double earthRadiusTimesF
-
F
double F
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
lat0
double lat0
-
lon0
double lon0
-
lon0Degrees
double lon0Degrees
-
n
double n
-
par1
double par1
-
par2
double par2
-
rho
double rho
-
-
-
Class ucar.unidata.geoloc.projection.LatLonProjection extends ProjectionImpl implements Serializable
-
Serialized Fields
-
centerLon
double centerLon
center longitude -
earth
Earth earth
-
-
-
Class ucar.unidata.geoloc.projection.Mercator extends ProjectionImpl implements Serializable
-
Serialized Fields
-
A
double A
-
earthRadius
double earthRadius
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
lon0
double lon0
-
par
double par
-
par_r
double par_r
-
-
-
Class ucar.unidata.geoloc.projection.Orthographic extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_lat0
double _lat0
-
cosLat0
double cosLat0
-
lat0
double lat0
-
lon0
double lon0
-
lon0Degrees
double lon0Degrees
constants from Snyder's equations -
R
double R
-
sinLat0
double sinLat0
-
-
-
Class ucar.unidata.geoloc.projection.ProjectionAdapter extends ProjectionImpl implements Serializable
-
Serialized Fields
-
proj
Projection proj
Deprecated.projection to adapt
-
-
-
Class ucar.unidata.geoloc.projection.RotatedLatLon extends ProjectionImpl implements Serializable
-
Serialized Fields
-
cosDlat
double cosDlat
-
latpole
double latpole
-
lonpole
double lonpole
-
polerotate
double polerotate
-
sinDlat
double sinDlat
-
-
-
Class ucar.unidata.geoloc.projection.RotatedPole extends ProjectionImpl implements Serializable
-
Serialized Fields
-
northPole
ProjectionPoint northPole
-
rotY
double[][] rotY
-
rotZ
double[][] rotZ
-
-
-
Class ucar.unidata.geoloc.projection.Sinusoidal extends ProjectionImpl implements Serializable
-
Serialized Fields
-
centMeridian
double centMeridian
-
earthRadius
double earthRadius
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
-
-
Class ucar.unidata.geoloc.projection.Stereographic extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_latt
double _latt
-
_latts
double _latts
-
_lont
double _lont
-
_scale
double _scale
-
coslatt
double coslatt
-
earthRadius
double earthRadius
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
isNorth
boolean isNorth
-
isPolar
boolean isPolar
-
latt
double latt
-
latts
double latts
-
lont
double lont
-
scale
double scale
-
sinlatt
double sinlatt
-
-
-
Class ucar.unidata.geoloc.projection.TransverseMercator extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_lat0
double _lat0
-
_lon0
double _lon0
-
_scale
double _scale
-
earthRadius
double earthRadius
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
lat0
double lat0
-
lon0
double lon0
-
scale
double scale
-
-
-
Class ucar.unidata.geoloc.projection.UtmProjection extends ProjectionImpl implements Serializable
-
Serialized Fields
-
convert2latlon
ucar.unidata.geoloc.projection.Utm_To_Gdc_Converter convert2latlon
-
convert2xy
ucar.unidata.geoloc.projection.Gdc_To_Utm_Converter convert2xy
-
saveParams
ucar.unidata.geoloc.projection.UtmProjection.SaveParams saveParams
-
-
-
Class ucar.unidata.geoloc.projection.VerticalPerspectiveView extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_lat0
double _lat0
-
_lon0
double _lon0
-
cosLat0
double cosLat0
-
false_east
double false_east
-
false_north
double false_north
-
H
double H
-
lat0
double lat0
-
lon0
double lon0
-
lon0Degrees
double lon0Degrees
-
maxR
double maxR
-
P
double P
-
R
double R
-
sinLat0
double sinLat0
-
-
-
-
Package ucar.unidata.geoloc.projection.proj4
-
Class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse extends ProjectionImpl implements Serializable
-
Serialized Fields
-
c
double c
-
dd
double dd
-
e
double e
-
earth
Earth earth
-
ec
double ec
-
es
double es
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
lat0deg
double lat0deg
-
lat0rad
double lat0rad
-
lon0deg
double lon0deg
-
lon0rad
double lon0rad
-
n
double n
-
n2
double n2
-
one_es
double one_es
-
par1deg
double par1deg
-
par2deg
double par2deg
-
phi1
double phi1
-
phi2
double phi2
-
rho0
double rho0
-
totalScale
double totalScale
-
-
-
Class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection extends ProjectionImpl implements Serializable
-
Serialized Fields
-
apa
double[] apa
-
e
double e
-
earth
Earth earth
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
lon0
double lon0
-
one_es
double one_es
-
projectionLongitude
double projectionLongitude
-
qp
double qp
-
scaleFactor
double scaleFactor
-
totalScale
double totalScale
-
trueScaleLatitude
double trueScaleLatitude
-
-
-
Class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection extends ProjectionImpl implements Serializable
-
Serialized Fields
-
cosphi0
double cosphi0
-
e
double e
-
earth
Earth earth
-
en
double[] en
-
es
double es
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
G
double G
-
He
double He
-
lat0
double lat0
-
lon0
double lon0
-
mode
int mode
-
Mp
double Mp
-
N1
double N1
-
one_es
double one_es
-
projectionLatitude
double projectionLatitude
-
projectionLongitude
double projectionLongitude
-
sinphi0
double sinphi0
-
totalScale
double totalScale
-
-
-
Class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse extends ProjectionImpl implements Serializable
-
Serialized Fields
-
c
double c
-
e
double e
-
earth
Earth earth
-
es
double es
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
isSpherical
boolean isSpherical
-
lat0deg
double lat0deg
-
lat0rad
double lat0rad
-
lon0deg
double lon0deg
-
lon0rad
double lon0rad
-
n
double n
-
par1deg
double par1deg
-
par1rad
double par1rad
-
par2deg
double par2deg
-
par2rad
double par2rad
-
rho0
double rho0
-
totalScale
double totalScale
-
-
-
Class ucar.unidata.geoloc.projection.proj4.PolyconicProjection extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_lat0
double _lat0
-
_lon0
double _lon0
-
ellipsoid
Earth ellipsoid
-
en
double[] en
-
es
double es
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
ml0
double ml0
-
projectionLatitude
double projectionLatitude
-
projectionLongitude
double projectionLongitude
-
spherical
boolean spherical
-
totalScale
double totalScale
-
-
-
Class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_latt
double _latt
-
_lont
double _lont
-
_trueScaleLat
double _trueScaleLat
-
akm1
double akm1
-
cosphi0
double cosphi0
-
e
double e
-
earth
Earth earth
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
mode
int mode
-
n
double n
-
projectionLatitude
double projectionLatitude
-
projectionLongitude
double projectionLongitude
-
scaleFactor
double scaleFactor
-
sinphi0
double sinphi0
-
totalScale
double totalScale
-
trueScaleLatitude
double trueScaleLatitude
-
-
-
Class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection extends ProjectionImpl implements Serializable
-
Serialized Fields
-
_lat0
double _lat0
-
_lon0
double _lon0
-
e
double e
-
ellipsoid
Earth ellipsoid
-
en
double[] en
-
es
double es
-
esp
double esp
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
ml0
double ml0
-
one_es
double one_es
-
projectionLatitude
double projectionLatitude
-
projectionLongitude
double projectionLongitude
-
scaleFactor
double scaleFactor
-
spherical
boolean spherical
-
totalScale
double totalScale
-
-
-
-
Package ucar.unidata.geoloc.projection.sat
-
Class ucar.unidata.geoloc.projection.sat.Geostationary extends ProjectionImpl implements Serializable
-
Serialized Fields
-
geoCoordinateScaleFactor
double geoCoordinateScaleFactor
-
navigation
GEOSTransform navigation
-
scaleGeoCoordinate
boolean scaleGeoCoordinate
-
-
-
Class ucar.unidata.geoloc.projection.sat.MSGnavigation extends ProjectionImpl implements Serializable
-
Serialized Fields
-
const1
double const1
-
const2
double const2
-
const3
double const3
-
lat0
double lat0
-
lon0
double lon0
-
major_axis
double major_axis
-
maxR
double maxR
-
minor_axis
double minor_axis
-
sat_height
double sat_height
-
scale_x
double scale_x
-
scale_y
double scale_y
-
-
-
-
Package ucar.unidata.io.bzip2
-
Class ucar.unidata.io.bzip2.BZip2ReadException extends RuntimeException implements Serializable
-
-
Package ucar.unidata.util
-
Class ucar.unidata.util.Parameter extends Object implements Serializable
-
-
Package ucar.units
-
Class ucar.units.BadUnitException extends UnitDBException implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.BaseQuantity extends Object implements Serializable
- serialVersionUID:
- 1L
-
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 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
-
_derivedUnit
DerivedUnit _derivedUnit
The derived unit that is convertible with this unit. -
_offset
double _offset
The origin of this unit in terms of the reference unit. -
_unit
Unit _unit
The reference unit.
-
-
Class ucar.units.OperationException extends UnitException implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.ParseException extends Exception implements Serializable
-
Serialized Fields
-
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. -
eol
String eol
The end of line string for this machine. -
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. -
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). -
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.
-
-
-
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 Object implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.PrefixDBManager extends 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
-
Class ucar.units.TokenMgrError extends 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 Object implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.UnitDBManager extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.UnitException extends 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 Object implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.UnitID extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.UnitImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
UnitName id
The unit identifier.
-
-
Class ucar.units.UnitName extends UnitID implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.UnitParseException extends SpecificationException implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.UnitSymbol extends UnitID implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
symbol
String symbol
The symbol for the unit.
-
-
Class ucar.units.UnitSystemException extends UnitException implements Serializable
- serialVersionUID:
- 1L
-
Class ucar.units.UnitSystemImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptableUnitDB
UnitDBImpl acceptableUnitDB
The complete database; -
baseUnitDB
UnitDB baseUnitDB
The base unit database; -
quantityMap
HashMap<BaseQuantity,BaseUnit> quantityMap
The quantity-to-base-unit map.
-
-
Class ucar.units.UnitSystemManager extends 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
-
-
Package uk.ac.rdg.resc.edal.time
-
Class uk.ac.rdg.resc.edal.time.AllLeapChronology extends FixedYearVariableMonthChronology implements Serializable
-
Class uk.ac.rdg.resc.edal.time.FixedYearVariableMonthChronology extends uk.ac.rdg.resc.edal.time.FixedYearLengthChronology implements Serializable
-
Serialized Fields
-
dayOfMonth
org.joda.time.DateTimeField dayOfMonth
-
monthDuration
org.joda.time.DurationField monthDuration
-
monthLengths
int[] monthLengths
-
monthOfYear
org.joda.time.DateTimeField monthOfYear
-
-
-
Class uk.ac.rdg.resc.edal.time.NoLeapChronology extends FixedYearVariableMonthChronology implements Serializable
-
Class uk.ac.rdg.resc.edal.time.ThreeSixtyDayChronology extends uk.ac.rdg.resc.edal.time.FixedYearLengthChronology implements Serializable
-
Serialized Fields
-
dayOfMonth
org.joda.time.DateTimeField dayOfMonth
-
monthDuration
org.joda.time.DurationField monthDuration
30 days in every month -
monthOfYear
org.joda.time.DateTimeField monthOfYear
-
-
-