Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort() - Method in class noaa.coastwatch.io.DataTransfer
Aborts a transfer in progress.
AbstractArchiveHeader - Class in noaa.coastwatch.io.noaa1b
The AbstractArchiveHeader class reads header data from NOAA 1b data files.
AbstractArchiveHeader(ByteBuffer) - Constructor for class noaa.coastwatch.io.noaa1b.AbstractArchiveHeader
Creates a new header using the specified byte data.
AbstractDataHeader - Class in noaa.coastwatch.io.noaa1b
The AbstractDataHeader class reads NOAA 1b data header records.
AbstractDataHeader(ByteBuffer) - Constructor for class noaa.coastwatch.io.noaa1b.AbstractDataHeader
Creates a new header.
AbstractDataRecord - Class in noaa.coastwatch.io.noaa1b
The AbstractDataRecord class reads NOAA 1b data records.
AbstractDataRecord(ByteBuffer, DataHeader) - Constructor for class noaa.coastwatch.io.noaa1b.AbstractDataRecord
Creates a new record.
AbstractDirectoryLister - Class in noaa.coastwatch.gui.open
The AbstractDirectoryLister is an abstract helper that implements most of the DirectoryLister methods.
AbstractDirectoryLister() - Constructor for class noaa.coastwatch.gui.open.AbstractDirectoryLister
Creates a new lister with empty directory name.
AbstractFeature - Class in noaa.coastwatch.render.feature
 
AbstractFeature() - Constructor for class noaa.coastwatch.render.feature.AbstractFeature
Creates a new feature with no attributes.
AbstractFeature(List<EarthLocation>) - Constructor for class noaa.coastwatch.render.feature.AbstractFeature
Creates a new feature with no attributes.
AbstractFeatureSource - Class in noaa.coastwatch.render.feature
The AbstractFeatureSource class supplies default implementations for some FeatureSource methods.
AbstractFeatureSource() - Constructor for class noaa.coastwatch.render.feature.AbstractFeatureSource
Creates a new feature source with an empty list of features and a zero length list of attributes.
AbstractOverlayListPanel - Class in noaa.coastwatch.gui
The AbstractOverlayListPanel class is the abstract parent of all overlay list panels.
AbstractOverlayListPanel() - Constructor for class noaa.coastwatch.gui.AbstractOverlayListPanel
Creates a new list panel, showing the Remove/Edit/Up/Down buttons.
AbstractOverlayListPanel(boolean, boolean, boolean, boolean, boolean) - Constructor for class noaa.coastwatch.gui.AbstractOverlayListPanel
Creates a new list panel with the specified buttons.
AbstractReaderList - Class in noaa.coastwatch.io
The AbstractReaderList class implements some of the more universal methods for a ReaderList.
AbstractReaderList() - Constructor for class noaa.coastwatch.io.AbstractReaderList
 
AbstractVisualObject - Class in noaa.coastwatch.gui.visual
The AbstractVisualObject class implements default versions of the following interface methods: ComponentProducer.refreshComponent() (no operation) VisualObject.addPropertyChangeListener(java.beans.PropertyChangeListener) VisualObject.firePropertyChange() VisualObject.showChooser() (no operation) VisualObject.hasChooser() (returns false) VisualObject.setRestrictions(java.lang.Object) (no operation) Child classes must implement: ComponentProducer.getComponent() VisualObject.getValue() and override any default behaviours needed for the methods provided here.
AbstractVisualObject() - Constructor for class noaa.coastwatch.gui.visual.AbstractVisualObject
Creates a new abstract visual object and initializes the property change support.
accept(File) - Method in class noaa.coastwatch.gui.SimpleFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
accept(ChunkVisitor) - Method in class noaa.coastwatch.util.chunk.ByteChunk
 
accept(ChunkVisitor) - Method in interface noaa.coastwatch.util.chunk.DataChunk
Accepts a visitor in this chunk.
accept(ChunkVisitor) - Method in class noaa.coastwatch.util.chunk.DoubleChunk
 
accept(ChunkVisitor) - Method in class noaa.coastwatch.util.chunk.FloatChunk
 
accept(ChunkVisitor) - Method in class noaa.coastwatch.util.chunk.IntChunk
 
accept(ChunkVisitor) - Method in class noaa.coastwatch.util.chunk.LongChunk
 
accept(ChunkVisitor) - Method in class noaa.coastwatch.util.chunk.ShortChunk
 
accept(PackingSchemeVisitor) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
 
accept(PackingSchemeVisitor) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
 
accept(PackingSchemeVisitor) - Method in interface noaa.coastwatch.util.chunk.PackingScheme
Accepts a visitor in this scheme.
accept(ScalingSchemeVisitor) - Method in class noaa.coastwatch.util.chunk.DoubleScalingScheme
 
accept(ScalingSchemeVisitor) - Method in class noaa.coastwatch.util.chunk.FloatScalingScheme
 
accept(ScalingSchemeVisitor) - Method in interface noaa.coastwatch.util.chunk.ScalingScheme
Accepts a visitor in this scheme.
accessMode - Variable in class noaa.coastwatch.io.CachedGrid
The access mode.
ACCURATE - Static variable in class noaa.coastwatch.util.LocationEstimator
The accurate location query mode.
acosh(double) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Computes the inverse hyperbolic cosine of a value.
ACSPOHDFReader - Class in noaa.coastwatch.io
Deprecated.
As of version 3.4.1, format is not produced anymore, replaced by CommonDataModelNCReader compatible files.
ACSPOHDFReader(String) - Constructor for class noaa.coastwatch.io.ACSPOHDFReader
Deprecated.
Constructs a ACSPOHDF reader from the specified file.
ACSPOInverseGridResampler - Class in noaa.coastwatch.util
Deprecated.
As of 3.3.1, use InverseGridResampler which now performs the exact same operation as this class.
ACSPOInverseGridResampler(EarthTransform, EarthTransform, double) - Constructor for class noaa.coastwatch.util.ACSPOInverseGridResampler
Deprecated.
Creates a new grid resampler from the specified source and destination transforms.
ACSPOMixedGridResampler - Class in noaa.coastwatch.util
Deprecated.
As of 3.3.1, use MixedGridResampler with a location filter of VIIRSBowtieFilter to get the same results.
ACSPOMixedGridResampler(EarthTransform, EarthTransform, int, int) - Constructor for class noaa.coastwatch.util.ACSPOMixedGridResampler
Deprecated.
Creates a new grid resampler from the specified source and destination transforms.
ACSPONCCFReader - Class in noaa.coastwatch.io
Deprecated.
As of version 3.4.1, format is not produced anymore, replaced by CommonDataModelNCReader compatible files.
ACSPONCCFReader(String) - Constructor for class noaa.coastwatch.io.ACSPONCCFReader
Deprecated.
Creates a new reader from the specified file.
ACSPONCReader - Class in noaa.coastwatch.io
Deprecated.
As of version 3.4.1, format is not produced anymore, replaced by CommonDataModelNCReader compatible files.
ACSPONCReader(String) - Constructor for class noaa.coastwatch.io.ACSPONCReader
Deprecated.
Creates a new reader from the specified file.
actionPerformed(ActionEvent) - Method in class noaa.coastwatch.gui.value.TextFieldVerifier
 
actualDist - Variable in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
The actual distance in kilometers from the center of the destination pixel to center of source pixel, as was specified by the remapping.
adapt(ExpressionParser.ResultType) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Adapts the parsed expression to a specific result type.
adapt(ExpressionParser.ResultType) - Method in class noaa.coastwatch.util.expression.JELParser
 
add(Color) - Method in class noaa.coastwatch.render.Palette
Adds a single color to the end of the palette.
add(Color[]) - Method in class noaa.coastwatch.render.Palette
Adds a number of colors to the end of the palette.
add(TimeAccumulator) - Method in class noaa.coastwatch.test.TimeAccumulator
Adds the time from another accumulator to this one.
add(EarthLocation) - Method in class noaa.coastwatch.render.feature.AbstractFeature
Adds a new point to this feature.
add(EarthLocation) - Method in class noaa.coastwatch.render.feature.PointFeature
 
add(EarthLocation) - Method in class noaa.coastwatch.util.EarthArea
Adds an earth location to this area.
addAll() - Method in class noaa.coastwatch.util.EarthArea
Adds all earth locations to this area.
addAll(Feature) - Method in class noaa.coastwatch.render.feature.AbstractFeature
Adds a number of points from another feature to this feature.
addAll(Feature) - Method in class noaa.coastwatch.render.feature.PointFeature
 
addAnnotation(Shape) - Method in class noaa.coastwatch.gui.AnnotationListChooser
Adds a new annotation.
addAnnotationActionListener(ActionListener) - Method in class noaa.coastwatch.gui.AnnotationListChooser
Adds the specified listener for receiving annotation input action commands.
addBoundingBox(LineFeature, Color, String) - Method in class noaa.coastwatch.render.EarthContextElement
Adds a bounding box to this context element.
addBoundingBox(EarthTransform, DataLocation, DataLocation, Color, String) - Method in class noaa.coastwatch.render.EarthContextElement
Adds a bounding box to this context element.
addButton(AbstractButton) - Method in class noaa.coastwatch.gui.FullScreenToolBar
Adds a new button to the toolbar.
addButton(AbstractButton, Icon) - Method in class noaa.coastwatch.gui.FullScreenToolBar
Adds a new button to the toolbar.
addChangeListener(ChangeListener) - Method in class noaa.coastwatch.gui.LightTable
Adds a change listener to the listeners list.
addDataTransferListener(DataTransferListener) - Method in class noaa.coastwatch.io.DataTransfer
Adds a data transfer listener to the list.
addElement(int, E) - Method in class noaa.coastwatch.gui.visual.ComponentList
Adds a new component at the specified index in the list.
addElement(E) - Method in class noaa.coastwatch.gui.visual.ComponentList
Adds a new component to the end of the list.
addElement(AnnotationElement) - Method in class noaa.coastwatch.render.AnnotationOverlay
Adds an annotation element to the list.
addElement(TextElement) - Method in class noaa.coastwatch.render.TextOverlay
Adds a new text element to the list.
addExpression(String) - Method in class noaa.coastwatch.gui.MultiPointFeatureOverlayStatsPanel
Adds an expression to the end of the statistics table.
addExtension(String) - Method in class noaa.coastwatch.gui.SimpleFileFilter
Adds a filetype "dot" extension to filter against.
addFileToRecentlyOpened(String, Class, int) - Static method in class noaa.coastwatch.gui.GUIServices
Adds the specified file name to the list of recently opened files for the target class.
addGrid(Grid, Grid) - Method in class noaa.coastwatch.util.GridResampler
Adds a source and destination grid pair to the list of grids for resampling.
addMouseListener(MouseListener) - Method in class noaa.coastwatch.gui.LightTable
Overrides the parent to add the listener to the base layer component.
addMouseMotionListener(MouseMotionListener) - Method in class noaa.coastwatch.gui.LightTable
Overrides the parent to add the listener to the base layer component.
addOpenFileListener(ActionListener) - Static method in class noaa.coastwatch.gui.GUIServices
Adds a listener that executes when a file is double-clicked on Mac or Windows.
addOverlay(BitmaskOverlay) - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Adds a new bit mask overlay to the list.
addOverlay(EarthDataOverlay) - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Adds an overlay to the list.
addOverlay(EarthDataOverlay) - Method in class noaa.coastwatch.render.EarthDataView
Adds an overlay to the view.
addOverlays(List) - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Adds a set of overlays to the list.
addOverlays(List) - Method in class noaa.coastwatch.gui.OverlayListChooser
Gets a list of overlays to the chooser.
addOverlays(List) - Method in class noaa.coastwatch.render.EarthDataView
Adds a list of overlays to the view.
addOverlays(List) - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Adds a list of overlays to the list.
addPoint(NavigationPoint) - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
Adds a point to the list.
addPoint(EarthLocation) - Method in class noaa.coastwatch.gui.nav.NavigationAnalysisPanel
Adds a point to the list of navigation points.
addPredefined(File) - Static method in class noaa.coastwatch.render.PaletteFactory
Adds the palettes in the specified directory to the list of predefined palettes.
addPredefined(Palette) - Static method in class noaa.coastwatch.render.PaletteFactory
Adds the specified palette to the list of predefined palettes.
addProducer(ChunkProducer) - Method in class noaa.coastwatch.util.chunk.ChunkCollector
Adds a producer to the list of chunks to assemble.
addPropertyChangeListener(PropertyChangeListener) - Method in class noaa.coastwatch.gui.visual.AbstractVisualObject
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface noaa.coastwatch.gui.visual.VisualObject
Adds a listener to receive property change events for when this object's value changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class noaa.coastwatch.render.OverlayGroupManager
Adds a listener for changes to the group list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class noaa.coastwatch.gui.AnnotationListChooser
Redirects overlay property listeners to the list panel.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface noaa.coastwatch.gui.DataViewOverlayControl
Adds a change listener to the list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class noaa.coastwatch.gui.OverlayListChooser
Redirects overlay property listeners to the list panel.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class noaa.coastwatch.gui.SurveyListChooser
Redirects overlay property listeners to the list panel.
addReader(Class) - Static method in class noaa.coastwatch.io.EarthDataReaderFactory
Adds a new reader to the list.
addRule(String, Consumer<Node>) - Method in class noaa.coastwatch.util.expression.ParseTreeTransform
Adds a rule to the transform.
addSegment(String, EarthImageTransform, DataLocation, DataLocation) - Method in class noaa.coastwatch.render.lines.LineCollection
Adds a line segment to the collection.
addSegment(String, EarthImageTransform, EarthLocation, EarthLocation) - Method in class noaa.coastwatch.render.lines.LineCollection
Adds a line segment to the collection.
addSegment(DataLocation, DataLocation, EarthImageTransform) - Method in class noaa.coastwatch.render.lines.LabeledLine
Adds a segment to the line.
addSegment(EarthLocation, EarthLocation, EarthImageTransform) - Method in class noaa.coastwatch.render.lines.LabeledLine
Adds a segment to the line.
addSeparator() - Method in class noaa.coastwatch.gui.FullScreenToolBar
Adds a new separator after the current button.
addShape(Shape) - Method in class noaa.coastwatch.render.FilledShapeOverlay
Adds a new shape to the list.
addShape(Shape) - Method in class noaa.coastwatch.render.ShapeOverlay
Adds a new shape to the list.
addSurvey(EarthDataSurvey) - Method in class noaa.coastwatch.gui.SurveyListChooser
Adds a new survey.
addSurveyActionListener(ActionListener) - Method in class noaa.coastwatch.gui.SurveyListChooser
Adds the specified listener for receiving survey input action commands.
addTableModelListener(TableModelListener) - Method in class noaa.coastwatch.gui.SortedTableModel
 
addTagsToProcess(List) - Method in class noaa.coastwatch.gui.open.XMLTree
Define the set of tags who we should process
addVariable(DataVariable) - Method in class noaa.coastwatch.io.ArcWriter
Adds a data variable to the writer.
addVariable(DataVariable) - Method in class noaa.coastwatch.io.EarthDataWriter
Adds a data variable to the writer.
adjust_lon(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Adjusts a longitude angle to be in the range [-180 ..
AFFINE_PROPERTY - Static variable in class noaa.coastwatch.gui.NavigationChooser
The navigation affine property.
AIRY - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Airy spheroid code.
ALASKA - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Alaska Conformal projection code.
AlaskaConformalProjection - Class in noaa.coastwatch.util.trans
The AlaskaConformalProjection class performs Alaska Conformal map projection calculations.
AlaskaConformalProjection(double, double, int[], AffineTransform, double, double) - Constructor for class noaa.coastwatch.util.trans.AlaskaConformalProjection
Constructs a map projection from the specified projection and affine transform.
ALBERS - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Albers Conical Equal Area projection code.
AlbersConicalEqualAreaProjection - Class in noaa.coastwatch.util.trans
The AlbersConicalEqualAreaProjection class performs Albers Conical Equal Area map projection calculations.
AlbersConicalEqualAreaProjection(double, double, int[], AffineTransform, double, double, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.AlbersConicalEqualAreaProjection
Constructs a map projection from the specified projection and affine transform.
alpha - Variable in class noaa.coastwatch.render.EarthDataOverlay
The overlay alpha value.
AMSUA - Class in noaa.coastwatch.io.noaa1b
The AMSUA is a radiometer for the NOAA Advanced Microwave Sounding Unit-A.
AMSUAData - Class in noaa.coastwatch.io.noaa1b
The AMSUAData class holds data from an AMSU-A instrument on the NOAA KLMNN' series spacecrafts.
AMSUAData(AMSUAHeader, AMSUARecord) - Constructor for class noaa.coastwatch.io.noaa1b.AMSUAData
Creates a new data object for the specified record.
AMSUAHeader - Class in noaa.coastwatch.io.noaa1b
The AMSUAHeader class reads NOAA 1b data AMSU-A header records.
AMSUAHeader(ByteBuffer) - Constructor for class noaa.coastwatch.io.noaa1b.AMSUAHeader
Creates a new header.
AMSUARecord - Class in noaa.coastwatch.io.noaa1b
The AMSUARecord class reads NOAA 1b AMSU-A data records.
AMSUARecord(ByteBuffer, AMSUAHeader) - Constructor for class noaa.coastwatch.io.noaa1b.AMSUARecord
Creates a new record.
AMSUB - Class in noaa.coastwatch.io.noaa1b
The AMSUB is a radiometer for the NOAA Advanced Microwave Sounding Unit-B.
AMSUBData - Class in noaa.coastwatch.io.noaa1b
The AMSUBData class holds data from an AMSU-B instrument on the NOAA KLMNN' series spacecrafts.
AMSUBData(AMSUBHeader, AMSUBRecord) - Constructor for class noaa.coastwatch.io.noaa1b.AMSUBData
Creates a new data object for the specified record.
AMSUBHeader - Class in noaa.coastwatch.io.noaa1b
The AMSUBHeader class reads NOAA 1b data AMSU-B header records.
AMSUBHeader(ByteBuffer) - Constructor for class noaa.coastwatch.io.noaa1b.AMSUBHeader
Creates a new header.
AMSUBRecord - Class in noaa.coastwatch.io.noaa1b
The AMSUBRecord class reads NOAA 1b AMSU-B data records.
AMSUBRecord(ByteBuffer, AMSUBHeader) - Constructor for class noaa.coastwatch.io.noaa1b.AMSUBRecord
Creates a new record.
ANannlen(int) - Method in class noaa.coastwatch.io.HDFLib
 
ANannlist(int, int, int, int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
ANatype2tag(int) - Method in class noaa.coastwatch.io.HDFLib
 
ANcreate(int, short, short, int) - Method in class noaa.coastwatch.io.HDFLib
 
ANcreatef(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
ANend(int) - Method in class noaa.coastwatch.io.HDFLib
 
ANendaccess(int) - Method in class noaa.coastwatch.io.HDFLib
 
ANfileinfo(int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
ANget_tagref(int, int, int, short[]) - Method in class noaa.coastwatch.io.HDFLib
 
ANid2tagref(int, short[]) - Method in class noaa.coastwatch.io.HDFLib
 
ANNOTATION_LIST_PROPERTY - Static variable in class noaa.coastwatch.gui.AnnotationListChooser
The annotattion list property.
AnnotationElement - Class in noaa.coastwatch.render
An annotation element handles the specific information for annotation of data with one symbol or string.
AnnotationElement() - Constructor for class noaa.coastwatch.render.AnnotationElement
 
AnnotationListChooser - Class in noaa.coastwatch.gui
The AnnotationListChooser class is a panel that allows the user to manipulate a list of annotations.
AnnotationListChooser() - Constructor for class noaa.coastwatch.gui.AnnotationListChooser
Creates a new annotation list chooser.
AnnotationOverlay - Class in noaa.coastwatch.render
An annotation overlay annotes a data view with annotation elements.
AnnotationOverlay(Color) - Constructor for class noaa.coastwatch.render.AnnotationOverlay
Constructs a new annotation overlay.
AnnotationOverlay(Color, int, Stroke, Color, int) - Constructor for class noaa.coastwatch.render.AnnotationOverlay
Constructs a new annotation overlay.
ANnumann(int, int, short, short) - Method in class noaa.coastwatch.io.HDFLib
 
ANreadann(int, String[], int) - Method in class noaa.coastwatch.io.HDFLib
 
ANselect(int, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
ANSI_BLACK - Static variable in interface noaa.coastwatch.test.TerminalColors
 
ANSI_BLUE - Static variable in interface noaa.coastwatch.test.TerminalColors
 
ANSI_CYAN - Static variable in interface noaa.coastwatch.test.TerminalColors
 
ANSI_GREEN - Static variable in interface noaa.coastwatch.test.TerminalColors
 
ANSI_PURPLE - Static variable in interface noaa.coastwatch.test.TerminalColors
 
ANSI_RED - Static variable in interface noaa.coastwatch.test.TerminalColors
 
ANSI_RESET - Static variable in interface noaa.coastwatch.test.TerminalColors
 
ANSI_WHITE - Static variable in interface noaa.coastwatch.test.TerminalColors
 
ANSI_YELLOW - Static variable in interface noaa.coastwatch.test.TerminalColors
 
ANstart(int) - Method in class noaa.coastwatch.io.HDFLib
 
ANtag2atype(short) - Method in class noaa.coastwatch.io.HDFLib
 
ANtagref2id(int, short, short) - Method in class noaa.coastwatch.io.HDFLib
 
ANwriteann(int, String, int) - Method in class noaa.coastwatch.io.HDFLib
 
append(Object, Object) - Static method in class noaa.coastwatch.util.MetadataServices
Appends a new value to the end of an attribute.
append(String, String) - Static method in class noaa.coastwatch.util.MetadataServices
Appends a new value to the end of an attribute.
append(EarthDataInfo, boolean) - Method in class noaa.coastwatch.util.EarthDataInfo
Appends another info object to this one.
append(EarthDataInfo, boolean) - Method in class noaa.coastwatch.util.SatelliteDataInfo
Appends another info object to this one.
appendWithDuplicates(EarthDataInfo) - Method in class noaa.coastwatch.util.EarthDataInfo
Appends another info object to this one in duplicate preserving mode.
appendWithoutDuplicates(EarthDataInfo) - Method in class noaa.coastwatch.util.EarthDataInfo
Appends another info object to this one in duplicate removal mode.
apply(List<DataChunk>) - Method in interface noaa.coastwatch.util.chunk.ChunkFunction
Applies some function to a list of chunks.
apply(List<DataChunk>) - Method in class noaa.coastwatch.util.chunk.CompositeFunction
 
apply(List<DataChunk>) - Method in class noaa.coastwatch.util.chunk.ExpressionFunction
 
archive - Variable in class noaa.coastwatch.io.NOAA1bReader
The archive header flag, true if we have an archive header.
ArchiveHeader - Interface in noaa.coastwatch.io.noaa1b
The ArchiveHeader interface is for reading NOAA 1b archive header data.
ArchiveHeader() - Constructor for class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
Creates a new archive header.
ArchiveHeaderFactory - Class in noaa.coastwatch.io.noaa1b
The ArchiveHeaderFactory creates archive header objects using the byte data at the beginning of a NOAA 1b file.
ArchiveHeaderFactory() - Constructor for class noaa.coastwatch.io.noaa1b.ArchiveHeaderFactory
 
archiveHeaderSize - Variable in class noaa.coastwatch.io.NOAA1bReader
The size of the archive header for this dataset in bytes.
ArchiveHeaderV1() - Constructor for class noaa.coastwatch.io.NOAA1bV1Reader.ArchiveHeaderV1
Creates a new archive header.
ArchiveHeaderV2() - Constructor for class noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
Creates a new archive header.
ArcOptionPanel - Class in noaa.coastwatch.gui.save
The ArcOptionPanel class allows the user to choose from a set of ArcGIS options for data export.
ArcOptionPanel() - Constructor for class noaa.coastwatch.gui.save.ArcOptionPanel
Creates a new text option panel.
ArcSavePanel - Class in noaa.coastwatch.gui.save
The ArcSavePanel class allows the user to select save options for ArcGIS export files.
ArcSavePanel(EarthDataReader, List, EarthDataView) - Constructor for class noaa.coastwatch.gui.save.ArcSavePanel
 
ArcWriter - Class in noaa.coastwatch.io
An Arc writer is a float writer that writes a binary format file for input to ArcView or ArcInfo as a binary grid.
ArcWriter(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.ArcWriter
Creates a new binary file from the specified earth data info and file name.
area - Variable in class noaa.coastwatch.render.feature.AbstractFeatureSource
The currently selected earth area.
area - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The area of the polygon in km^2.
AreaRule - Class in noaa.coastwatch.render.feature
 
AreaRule(EarthArea) - Constructor for class noaa.coastwatch.render.feature.AreaRule
Creates a new area rule.
arraycopy(Object, int[], int[], Object, int[], int[], int[]) - Static method in class noaa.coastwatch.util.Grid
Performs an array copy of 2D data stored in 1D arrays.
ArrayReduction - Interface in noaa.coastwatch.util
An array reduction is an operator that reduces an array to a single value.
ArrowSymbol - Class in noaa.coastwatch.render
A ArrowSymbol is a PointFeatureSymbol that renders an arrow pointing in the direction of a vector quantity.
ArrowSymbol(int, int) - Constructor for class noaa.coastwatch.render.ArrowSymbol
Creates a new arrow symbol based on U and V components.
ArrowSymbol(int, int, EarthTransform2D) - Constructor for class noaa.coastwatch.render.ArrowSymbol
Creates a new arrow symbol based on magnitude and direction components.
ARSHeader - Class in noaa.coastwatch.io.noaa1b
The ARSHeader class reads Archive Retrieval System header data from NOAA 1b data files.
ARSHeader(ByteBuffer) - Constructor for class noaa.coastwatch.io.noaa1b.ARSHeader
Creates a new header using the specified byte data.
asinh(double) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Computes the inverse hyperbolic sin of a value.
asinz(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes asin and eliminates roundoff error.
atanh(double) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Computes the inverse hyperbolic tangent of a value.
AtmosphericCorrection - Class in noaa.coastwatch.util
The AtmosphericCorrection class performs a simplified atmospheric correction algorithm to transform MODIS top-of-atmosphere reflectance data to corrected reflectance data.
ATTR_LABEL - Static variable in class noaa.coastwatch.gui.open.XMLTree
xml attribute
ATTR_NAME - Static variable in class noaa.coastwatch.gui.open.XMLTree
xml attribute
Attribute - Class in noaa.coastwatch.render.feature
 
Attribute(String, Class, String) - Constructor for class noaa.coastwatch.render.feature.Attribute
Creates a new attribute.
ATTRIBUTE_PROPERTY - Static variable in class noaa.coastwatch.gui.AttributeValueChooser
The name for attribute property change events.
attributeDataSize - Variable in class noaa.coastwatch.io.NOAA1bReader
The size of the scan line attributes section in bytes.
AttributeRule<T> - Class in noaa.coastwatch.render.feature
An AttributeRule provides a selection mechanism for features based on the value of one of the attributes.
AttributeRule(String, Map<String, Integer>, T) - Constructor for class noaa.coastwatch.render.feature.AttributeRule
Creates a new attribute rule.
AttributeValueChooser - Class in noaa.coastwatch.gui
The AttributeValueChooser provides two components: one that can be used to select a feature attribute, and a second that can be used to select a value for that feature attribute.
AttributeValueChooser(List<Attribute>, Date) - Constructor for class noaa.coastwatch.gui.AttributeValueChooser
Creates a new chooser.
AttributeValueChooser(List<Attribute>, TimeWindow) - Constructor for class noaa.coastwatch.gui.AttributeValueChooser
Creates a new chooser.
AUS_NAT - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Australian National spheroid code.
AUTHOR - Static variable in class noaa.coastwatch.tools.ToolServices
The author.
AUTO_FAIL_COMMENT - Static variable in class noaa.coastwatch.gui.nav.NavigationPointTable
The point comment for automatic navigation failed.
AUTO_OK_COMMENT - Static variable in class noaa.coastwatch.gui.nav.NavigationPointTable
The point comment for automatic navigation successful.
AVHRR - Enum constant in enum class noaa.coastwatch.util.sensor.SensorIdentifier.Sensor
 
AVHRR_CH1 - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The AVHRR channel 1 variable.
AVHRR_CH2 - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The AVHRR channel 2 variable.
AVHRR_CH3 - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The AVHRR channel 3 variable.
AVHRR_CH3A - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The AVHRR channel 3a variable.
AVHRR_CH4 - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The AVHRR channel 4 variable.
AVHRR_CH5 - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The AVHRR channel 5 variable.
AVHRRSourceImp - Class in noaa.coastwatch.util.sensor
The AVHRRSourceImp helps resample AVHRR data.
AXIS_TICKS - Static variable in class noaa.coastwatch.gui.XYPlotPanel
The number of axis ticks.
AzimuthalEquidistantProjection - Class in noaa.coastwatch.util.trans
The AzimuthalEquidistantProjection class performs Azimuthal Equidistant map projection calculations.
AzimuthalEquidistantProjection(double, int[], AffineTransform, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.AzimuthalEquidistantProjection
Constructs a map projection from the specified projection and affine transform.
AZMEQD - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Azimuthal Equidistant projection code.

B

back - Variable in class noaa.coastwatch.render.Legend
The legend foreground and background colors.
BasicReaderInfoPanel - Class in noaa.coastwatch.gui.open
The BasicReaderInfoPanel class displays basic information from a EarthDataReader in a graphical panel.
BasicReaderInfoPanel() - Constructor for class noaa.coastwatch.gui.open.BasicReaderInfoPanel
Creates a new info panel.
BasicReaderInfoPanel(EarthDataReader) - Constructor for class noaa.coastwatch.gui.open.BasicReaderInfoPanel
Creates a new info panel initialized with the specified reader.
BATH_LEVELS - Static variable in class noaa.coastwatch.render.TopographyOverlay
The default bathymetry contour levels.
BEGINS_WITH - Enum constant in enum class noaa.coastwatch.render.feature.TextRule.Operator
 
BESSEL - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Bessel spheroid code.
Bin(int) - Constructor for class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin
Creates a new bin from the specified index.
Bin(int) - Constructor for class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
Creates a new bin from the specified index.
BinaryOptionPanel - Class in noaa.coastwatch.gui.save
The BinaryOptionPanel class allows the user to choose from a set of data export binary options.
BinaryOptionPanel() - Constructor for class noaa.coastwatch.gui.save.BinaryOptionPanel
Creates a new binary option panel.
BinarySavePanel - Class in noaa.coastwatch.gui.save
The BinarySavePanel class allows the user to select save options for binary export files.
BinarySavePanel(EarthDataReader, List, EarthDataView) - Constructor for class noaa.coastwatch.gui.save.BinarySavePanel
 
BinaryStreamReader - Class in noaa.coastwatch.io
The BinaryStreamReader class reads streams of binary data described by an XML template.
BinaryStreamReader(InputStream) - Constructor for class noaa.coastwatch.io.BinaryStreamReader
Creates a new reader from the specified buffer and template.
BinaryStreamReaderFactory - Class in noaa.coastwatch.io
The BinaryStreamReaderFactory class handles efficient storage and retrieval of stream readers for specific classes.
BinaryStreamReaderFactory() - Constructor for class noaa.coastwatch.io.BinaryStreamReaderFactory
 
BinaryWriter - Class in noaa.coastwatch.io
A binary writer is an earth data writer that writes variable data as a stream of binary values.
BinaryWriter(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.BinaryWriter
Creates a new binary file from the specified earth data info and file name.
binInfo - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The info for each bin.
BinnedGSHHSLineReader - Class in noaa.coastwatch.render.feature
The BinnedGSHHSLineReader class reads Global Self-consistent Hierarchical High-resolution Shorelines (GSHHS) border and river data in the binned format provided with the Generic Mapping Tools (GMT).
BinnedGSHHSLineReader() - Constructor for class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Creates a new reader with no initialization.
BinnedGSHHSLineReader.Bin - Class in noaa.coastwatch.render.feature
The bin class acts as a container for GSHHS segments.
BinnedGSHHSLineReader.Bin.Segment - Class in noaa.coastwatch.render.feature
The Segment class acts as a container for GSHHS line segment data.
BinnedGSHHSReader - Class in noaa.coastwatch.render.feature
The binned GSHHS reader class reads Global Self-consistent Hierarchical High-resolution Shorelines (GSHHS) data from the binned format provided with the Generic Mapping Tools (GMT).
BinnedGSHHSReader() - Constructor for class noaa.coastwatch.render.feature.BinnedGSHHSReader
Creates a new reader with no initialization.
BinnedGSHHSReader(String) - Constructor for class noaa.coastwatch.render.feature.BinnedGSHHSReader
Creates a new binned GSHHS reader from the database file name.
BinnedGSHHSReader.Bin - Class in noaa.coastwatch.render.feature
The bin class acts as a container for GSHHS shore segments.
BinnedGSHHSReader.Bin.Segment - Class in noaa.coastwatch.render.feature
The segment class acts as a container for GSHHS shore segment data.
BinnedGSHHSReaderFactory - Class in noaa.coastwatch.render.feature
A BinnedGSHHSReaderFactory creates instances of BinnedGSHHSReader and BinnedGSHHSLineReader objects based on a resolution requirement.
binSize - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The bin size in degrees.
binSize - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The bin size in degrees.
BitmaskOverlay - Class in noaa.coastwatch.render
A BitmaskOverlay annotates a data view using a data grid and an integer bit mask.
BitmaskOverlay(Color, EarthDataReader, List, String, int) - Constructor for class noaa.coastwatch.render.BitmaskOverlay
Constructs a new bitmask overlay.
BitmaskOverlay(Color, Grid, int) - Constructor for class noaa.coastwatch.render.BitmaskOverlay
Constructs a new bitmask overlay.
BivariateEstimator - Class in noaa.coastwatch.util
A bivariate estimator approximates the value of a function of two variables using a set of known function values.
BivariateEstimator(double[], double[], double[], int) - Constructor for class noaa.coastwatch.util.BivariateEstimator
Constructs a bivariate estimator using the specified function values and polynomial degree.
BivariateEstimator(Object) - Constructor for class noaa.coastwatch.util.BivariateEstimator
Constructs an estimator from the specified encoding.
blankCopy() - Method in class noaa.coastwatch.util.chunk.ByteChunk
 
blankCopy() - Method in interface noaa.coastwatch.util.chunk.DataChunk
Creates a blank copy of this data chunk.
blankCopy() - Method in class noaa.coastwatch.util.chunk.DoubleChunk
 
blankCopy() - Method in class noaa.coastwatch.util.chunk.FloatChunk
 
blankCopy() - Method in class noaa.coastwatch.util.chunk.IntChunk
 
blankCopy() - Method in class noaa.coastwatch.util.chunk.LongChunk
 
blankCopy() - Method in class noaa.coastwatch.util.chunk.ShortChunk
 
blankCopyWithValues(int) - Method in class noaa.coastwatch.util.chunk.ByteChunk
 
blankCopyWithValues(int) - Method in interface noaa.coastwatch.util.chunk.DataChunk
Creates a blank copy of this data chunk with the specified number of data values.
blankCopyWithValues(int) - Method in class noaa.coastwatch.util.chunk.DoubleChunk
 
blankCopyWithValues(int) - Method in class noaa.coastwatch.util.chunk.FloatChunk
 
blankCopyWithValues(int) - Method in class noaa.coastwatch.util.chunk.IntChunk
 
blankCopyWithValues(int) - Method in class noaa.coastwatch.util.chunk.LongChunk
 
blankCopyWithValues(int) - Method in class noaa.coastwatch.util.chunk.ShortChunk
 
BLUE - Static variable in class noaa.coastwatch.render.ColorComposite
The blue component.
BLUE_COMPONENT_PROPERTY - Static variable in class noaa.coastwatch.gui.CompositeChooser
The blue component property.
BOOLEAN - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParser.ResultType
 
BORDER - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
The border database type.
BORDER_SIZE - Static variable in class noaa.coastwatch.gui.visual.SymbolSwatch
The size of the border around the icon.
BOTH - Static variable in class noaa.coastwatch.util.GCTP
Print errors to both file and terminal.
BOTTOM - Enum constant in enum class noaa.coastwatch.render.lines.EdgeSegment.EdgeType
 
boundaryHandler - Variable in class noaa.coastwatch.util.trans.EarthTransform
The boundary handler for this transform or null for none.
BoundaryHandler - Class in noaa.coastwatch.util.trans
The BoundaryHandler class handles lines of EarthLocation data that cross boundaries in an EarthTransform and provides splitting geometries for the boundary, as well as a predictate function for testing boundary cuts.
BoundaryHandler(BiPredicate<EarthLocation, EarthLocation>, List<List<EarthLocation>>) - Constructor for class noaa.coastwatch.util.trans.BoundaryHandler
Creates a new handler.
BOX - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The box drawing mode.
BOX_COMMAND - Static variable in class noaa.coastwatch.gui.AnnotationListChooser
The box annotation command.
BOX_COMMAND - Static variable in class noaa.coastwatch.gui.SurveyListChooser
The box survey command.
BOX_ZOOM - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The zoom box drawing mode.
BoxSurvey - Class in noaa.coastwatch.util
The BoxSurvey class holds survey information for a rectangle of data values.
BoxSurvey() - Constructor for class noaa.coastwatch.util.BoxSurvey
Creates a new empty box survey.
BoxSurvey(DataVariable, EarthTransform, DataLocation, DataLocation) - Constructor for class noaa.coastwatch.util.BoxSurvey
Creates a new box survey.
BucketResamplingMapFactory - Class in noaa.coastwatch.util
The BucketResamplingMapFactory class creates a resampling map by placing the source transform earth locations into buckets and searching the bucket contents for the closest data location to each earth location in the destination transform.
BucketResamplingMapFactory(EarthTransform, EarthTransform, ResamplingSourceImp) - Constructor for class noaa.coastwatch.util.BucketResamplingMapFactory
Creates a new resampling factory from the source and destination transforms.
buffer - Variable in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
The data buffer to read.
buffer - Variable in class noaa.coastwatch.io.noaa1b.AbstractDataRecord
The data buffer to read.
buildEntryList(String) - Method in class noaa.coastwatch.gui.open.AbstractDirectoryLister
Builds the list of directory entries.
buildEntryList(String) - Method in class noaa.coastwatch.gui.open.HTTPDirectoryLister
 
buildEntryList(String) - Method in class noaa.coastwatch.gui.open.LocalDirectoryLister
 
BYTE - Enum constant in enum class noaa.coastwatch.util.chunk.DataChunk.DataType
 
BYTE - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParser.ResultType
 
ByteChunk - Class in noaa.coastwatch.util.chunk
The ByteChunk class holds primitive byte data with optional packing scheme and missing values.
ByteChunk(byte[], boolean, Byte, PackingScheme) - Constructor for class noaa.coastwatch.util.chunk.ByteChunk
Creates a new initialized data chunk with scaling parameters.
byteSwap(byte[]) - Static method in class noaa.coastwatch.io.BinaryWriter
Performs a byte swap on a byte array.
ByteValuePanel - Class in noaa.coastwatch.gui.value
A ByteValuePanel holds a Byte value and allows the user to change it.
ByteValuePanel() - Constructor for class noaa.coastwatch.gui.value.ByteValuePanel
 
ByteWriter - Class in noaa.coastwatch.io
A byte writer is a binary writer that writes data as a stream of 8-bit unsigned bytes.
ByteWriter(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.ByteWriter
Creates a new binary file from the specified earth data info and file name.

C

C3P - Static variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
A useless quirky companion constant to go along with R2D.
CachedGrid - Class in noaa.coastwatch.io
A CachedGrid is a Grid that uses temporary caching to reduce the overall memory footprint of gridded data.
CachedGrid(Grid, int) - Constructor for class noaa.coastwatch.io.CachedGrid
Constructs a new cached grid with the specified properties.
calc_utm_zone(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Calculates the UTM zone number.
calibrateChannel(int[], int) - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Calibrates channel count data to scientific units.
calibrateChannel(int[], int) - Method in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
 
calibrateChannel(int[], int) - Method in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
 
CALIBRATED_LINES - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The count of calibrated, earth located lines attribute (Integer).
CALIBRATION_QUALITY_CH3B - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The calibration quality for channel 3b attribute (Integer).
CALIBRATION_QUALITY_CH4 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The calibration quality for channel 4 attribute (Integer).
CALIBRATION_QUALITY_CH5 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The calibration quality for channel 5 attribute (Integer).
cancel() - Method in class noaa.coastwatch.io.EarthDataWriter
Cancels a flush operation in progress.
cancel() - Method in class noaa.coastwatch.io.tile.TileDeliveryOperation
Cancels this operation.
cancel() - Method in class noaa.coastwatch.net.Timeout
Cancels the timeout.
cancel() - Method in interface noaa.coastwatch.util.chunk.ParallelChunkOperation
Cancels a parallel operation in progress.
cancel() - Method in class noaa.coastwatch.util.chunk.PoolProcessor
 
cancelDelete(File) - Method in class noaa.coastwatch.tools.CleanupHook
Removes a file from the set of files to delete upon cleanup.
cancelDelete(String) - Method in class noaa.coastwatch.tools.CleanupHook
Removes a file from the set of files to delete upon cleanup.
canImport(JComponent, DataFlavor[]) - Method in class noaa.coastwatch.gui.FileTransferHandler
Returns true if the data flavour contains a DataFlavour.javaFileListFlovor object.
canUpdateNavigation() - Method in class noaa.coastwatch.io.CWHDFReader
 
canUpdateNavigation() - Method in class noaa.coastwatch.io.EarthDataReader
Determines the ability of the file format to have its navigation updated.
CatalogQueryAgent - Class in noaa.coastwatch.net
A CatalogQueryAgent is an abstract class for performing queries of earth data catalogs.
CatalogQueryAgent(URL) - Constructor for class noaa.coastwatch.net.CatalogQueryAgent
Creates a new catalog agent that uses the specified URL for performing queries.
CatalogQueryAgent.Entry - Class in noaa.coastwatch.net
The Entry class holds information about one catalog entry.
cdat - Class in noaa.coastwatch.tools
The analysis tool allows user to view, survey, and save datasets.
cdat() - Constructor for class noaa.coastwatch.tools.cdat
Creates a new CDAT frame.
CDMGridMappedProjection - Class in noaa.coastwatch.util.trans
The CDMGridMappedProjection class wraps a Java NetCDF CDM projection and allows access to transform calculations through the standard EarthTransform interface.
CDMGridMappedProjection(GridCoordSystem) - Constructor for class noaa.coastwatch.util.trans.CDMGridMappedProjection
Constructs a new projection.
ceil() - Method in class noaa.coastwatch.util.DataLocation
Gets the nearest data location with whole integer coordinates greater than this location.
cenlat(double) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
cenlon(double) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
cenlonmer(double) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
CenteredLabelFactory - Class in noaa.coastwatch.render.lines
The CenteredLabelFactory class creates labels that line up along the view edges.
CFNC4SavePanel - Class in noaa.coastwatch.gui.save
The CFNC4SavePanel class allows the user to select save options for CF NetCDF 4 export files.
CFNC4SavePanel(EarthDataReader, List, EarthDataView) - Constructor for class noaa.coastwatch.gui.save.CFNC4SavePanel
 
CFNC4Writer - Class in noaa.coastwatch.io
A CF NetCDF 4 writer creates NetCDF 4 format files with CF metadata using the Nujan NetCDF 4 writing library.
CFNC4Writer(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.CFNC4Writer
Creates a new NetCDF 4 file from the specified info and file name.
CFNC4Writer(EarthDataInfo, String, boolean, boolean) - Constructor for class noaa.coastwatch.io.CFNC4Writer
Creates a new NetCDF 4 file from the specified info and file name.
CFNCSavePanel - Class in noaa.coastwatch.gui.save
The CFNCSavePanel class allows the user to select save options for CF NetCDF export files.
CFNCSavePanel(EarthDataReader, List, EarthDataView) - Constructor for class noaa.coastwatch.gui.save.CFNCSavePanel
 
CFNCWriter - Class in noaa.coastwatch.io
A CF NetCDF writer creates NetCDF format files with CF metadata using the Unidata Java NetCDF library.
CFNCWriter(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.CFNCWriter
Creates a new NetCDF file from the specified info and file name.
CFNCWriter(EarthDataInfo, String, boolean, boolean) - Constructor for class noaa.coastwatch.io.CFNCWriter
Creates a new NetCDF file from the specified info and file name.
CH1_INTERCEPT - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 1 calibration intercept attribute (Float).
CH1_INTERCEPT1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 1 calibration intercept 1 attribute (Float).
CH1_INTERCEPT2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 1 calibration intercept 2 attribute (Float).
CH1_INTERSECTION - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 1 calibration intersection attribute (Long).
CH1_SLOPE - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 1 calibration slope attribute (Float).
CH1_SLOPE1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 1 calibration slope 1 attribute (Float).
CH1_SLOPE2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 1 calibration slope 2 attribute (Float).
CH2_INTERCEPT - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 2 calibration intercept attribute (Float).
CH2_INTERCEPT1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 2 calibration intercept 1 attribute (Float).
CH2_INTERCEPT2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 2 calibration intercept 2 attribute (Float).
CH2_INTERSECTION - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 2 calibration intersection attribute (Long).
CH2_SLOPE - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 2 calibration slope attribute (Float).
CH2_SLOPE1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 2 calibration slope 1 attribute (Float).
CH2_SLOPE2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 2 calibration slope 2 attribute (Float).
CH3_INTERCEPT - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 3 calibration intercept attribute (Float).
CH3_SELECT - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The ch3 select attribute: 0 = 3b, 1 = 3a, 2 = transition (Integer).
CH3_SLOPE - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 3 calibration slope attribute (Float).
CH3A_INTERCEPT1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 3a calibration intercept 1 attribute (Float).
CH3A_INTERCEPT2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 3a calibration intercept 2 attribute (Float).
CH3A_INTERSECTION - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 3a calibration intersection attribute (Long).
CH3A_SLOPE1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 3a calibration slope 1 attribute (Float).
CH3A_SLOPE2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 3a calibration slope 2 attribute (Float).
CH3B_CENTRAL_WAVE - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The AVHRR channel 3b central wave number attribute (Float).
CH3B_COEFFICIENT1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 3b calibration coefficient 1 attribute (Float).
CH3B_COEFFICIENT2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 3b calibration coefficient 2 attribute (Float).
CH3B_COEFFICIENT3 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 3b calibration coefficient 3 attribute (Float).
CH3B_CONSTANT1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The AVHRR channel 3b constant 1 attribute (Float).
CH3B_CONSTANT2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The AVHRR channel 3b constant 2 attribute (Float).
CH4_CENTRAL_WAVE - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The AVHRR channel 4 central wave number attribute (Float).
CH4_COEFFICIENT1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 4 calibration coefficient 1 attribute (Float).
CH4_COEFFICIENT2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 4 calibration coefficient 2 attribute (Float).
CH4_COEFFICIENT3 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 4 calibration coefficient 3 attribute (Float).
CH4_CONSTANT1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The AVHRR channel 4 constant 1 attribute (Float).
CH4_CONSTANT2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The AVHRR channel 4 constant 2 attribute (Float).
CH4_INTERCEPT - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 4 calibration intercept attribute (Float).
CH4_SLOPE - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 4 calibration slope attribute (Float).
CH5_CENTRAL_WAVE - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The AVHRR channel 5 central wave number attribute (Float).
CH5_COEFFICIENT1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 5 calibration coefficient 1 attribute (Float).
CH5_COEFFICIENT2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 5 calibration coefficient 2 attribute (Float).
CH5_COEFFICIENT3 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The channel 5 calibration coefficient 3 attribute (Float).
CH5_CONSTANT1 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The AVHRR channel 5 constant 1 attribute (Float).
CH5_CONSTANT2 - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The AVHRR channel 5 constant 2 attribute (Float).
CH5_INTERCEPT - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 5 calibration intercept attribute (Float).
CH5_SLOPE - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The channel 5 calibration slope attribute (Float).
changed - Variable in class noaa.coastwatch.render.EarthDataView
The view changed flag, true if the view changed after rendering.
changePoint(NavigationPoint) - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
Notifies listeners that a point has changed.
CHANNELS - Static variable in class noaa.coastwatch.io.noaa1b.AMSUA
The number of channels for this sensor.
CHANNELS - Static variable in class noaa.coastwatch.io.noaa1b.AMSUB
The number of channels for this sensor.
CHANNELS - Static variable in class noaa.coastwatch.io.noaa1b.HIRS4
The number of channels for this sensor.
CHANNELS - Static variable in class noaa.coastwatch.io.noaa1b.MHS
The number of channels for this sensor.
check() - Method in class noaa.coastwatch.gui.save.BinarySavePanel
Checks the panel contents.
check() - Method in class noaa.coastwatch.gui.save.DataSavePanel
Checks the panel contents.
check() - Method in class noaa.coastwatch.gui.save.SavePanel
Checks the panel entries.
check() - Method in class noaa.coastwatch.gui.save.TextSavePanel
Checks the panel contents.
checkFormat() - Method in class noaa.coastwatch.io.NOAA1bReader
Checks the dataset format and throws an error if it is incompatible with this reader.
checkFormat() - Method in class noaa.coastwatch.io.NOAA1bV1Reader
 
checkFormat() - Method in class noaa.coastwatch.io.NOAA1bV2Reader
 
checkResources() - Static method in class noaa.coastwatch.tools.ResourceManager
Checks any existing resources for recoverable problems.
checkSetup() - Static method in class noaa.coastwatch.io.IOServices
Checks the setup of I/O services.
checkSetup() - Static method in class noaa.coastwatch.tools.ToolServices
Checks the setup of tool services.
checkSubset(int[], int[]) - Method in class noaa.coastwatch.util.Grid
Checks the subset specification for errors.
chooserButton - Variable in class noaa.coastwatch.gui.visual.SimpleColorChooser
The button used for activating the JColorChooser.
CHUNK_SIZE - Static variable in class noaa.coastwatch.io.CWHDFWriter
The chunk size in kilobytes.
ChunkCollector - Class in noaa.coastwatch.util.chunk
The ChunkCollector class assembles chunks from a list of producers and allows them to be accessed in one operation.
ChunkCollector() - Constructor for class noaa.coastwatch.util.chunk.ChunkCollector
 
ChunkComputation - Class in noaa.coastwatch.util.chunk
The ChunkComputation class can be used to perform a computation on a set of input data chunks using a function and a list of chunk producers/consumers.
ChunkComputation(ChunkCollector, ChunkConsumer, ChunkFunction) - Constructor for class noaa.coastwatch.util.chunk.ChunkComputation
Creates a new chunk computation from the specified components.
ChunkConsumer - Interface in noaa.coastwatch.util.chunk
The ChunkConsumer interface is implemented by all classes that consume data chunks.
ChunkDataAccessor - Class in noaa.coastwatch.util.chunk
The ChunkDataAccessor class is a visitor that makes (possibly unpacked) data values available from any type of DataChunk instance.
ChunkDataAccessor() - Constructor for class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
ChunkDataCast - Class in noaa.coastwatch.util.chunk
Performs data type casting operations to and from DataChunk objects.
ChunkDataCast() - Constructor for class noaa.coastwatch.util.chunk.ChunkDataCast
 
ChunkDataCopier - Class in noaa.coastwatch.util.chunk
The ChunkDataCopier class copies raw data values between DataChunk instances.
ChunkDataCopier() - Constructor for class noaa.coastwatch.util.chunk.ChunkDataCopier
 
ChunkDataFlagger - Class in noaa.coastwatch.util.chunk
The ChunkDataFlagger class is a visitor that modifies any type of DataChunk instance by flagging specific data values as missing.
ChunkDataFlagger() - Constructor for class noaa.coastwatch.util.chunk.ChunkDataFlagger
 
ChunkDataModifier - Class in noaa.coastwatch.util.chunk
The ChunkDataModifier class is a visitor that modifies data values in any type of DataChunk instance.
ChunkDataModifier() - Constructor for class noaa.coastwatch.util.chunk.ChunkDataModifier
 
ChunkFunction - Interface in noaa.coastwatch.util.chunk
The ChunkFunction interface is to be implemented by any class that performs some type of processing on a set of input data chunks to produce an output chunk.
ChunkingScheme - Class in noaa.coastwatch.util.chunk
The ChunkingScheme class describes an overall set of chunks that fill an n-dimensional space and allows for iteration over the set.
ChunkingScheme(int[], int[]) - Constructor for class noaa.coastwatch.util.chunk.ChunkingScheme
Creates a new chunking scheme.
ChunkOperation - Interface in noaa.coastwatch.util.chunk
The ChunkOperation interface is implemented by any class that performs some unit of work on the chunk or chunks at a given position.
ChunkPosition - Class in noaa.coastwatch.util.chunk
The ChunkPosition class marks a position within a ChunkingScheme.
ChunkPosition(int) - Constructor for class noaa.coastwatch.util.chunk.ChunkPosition
Creates a new position with start and length initialized to zero along each dimension.
ChunkProducer - Interface in noaa.coastwatch.util.chunk
The ChunkProducer interface is implemented by all classes that produce a data chunk on demand.
ChunkResampler - Class in noaa.coastwatch.util.chunk
The ChunkResampler class performs a resampling of 2D chunk data from a source coordinate system to a destination.
ChunkResampler(ResamplingMap) - Constructor for class noaa.coastwatch.util.chunk.ChunkResampler
Creates a new chunk resampler that uses the specified map for converting 2D coordinates.
ChunkVisitor - Interface in noaa.coastwatch.util.chunk
The ChunkVisitor interface is implemented by any class that perticipates in the visitor pattern to perform operations on DataChunk instances.
CIRCLE - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The circle drawing mode.
CIRCLE_COMMAND - Static variable in class noaa.coastwatch.gui.AnnotationListChooser
The circle annotation command.
CLARKE1866 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Clarke 1866 (default) spheroid code.
CLARKE1880 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Clarke 1880 spheroid code.
CleanupHook - Class in noaa.coastwatch.tools
The CleanupHook class may be used by programs to clean up resources after the Java VM has exited.
clear() - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
Removes all points from the list.
clear() - Method in class noaa.coastwatch.gui.open.AbstractDirectoryLister
Clears the directory name and entry list.
clear() - Method in class noaa.coastwatch.gui.open.BasicReaderInfoPanel
Clears the information displayed by this panel.
clear() - Method in class noaa.coastwatch.gui.open.DataVariableTableModel
Clears the variable list so that no data is contained.
clear() - Method in interface noaa.coastwatch.gui.open.DirectoryLister
Clears the directory name and entry list.
clear() - Method in class noaa.coastwatch.gui.open.FileTableModel
Clears the entry list so that no data is contained.
clear() - Method in class noaa.coastwatch.gui.visual.ComponentList
Clears the list of all components.
clear() - Method in class noaa.coastwatch.io.tile.LRUTileCache
 
clear() - Method in class noaa.coastwatch.util.EarthLocationSet
Clears the set so that it contains no locations.
clearCache() - Method in class noaa.coastwatch.io.CachedGrid
Clears the existing cache.
clearHistory() - Method in class noaa.coastwatch.util.EarthDataInfo
Clears the history of processing commands.
clearOverlays() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Clears the list of overlays.
clearReader(boolean) - Method in class noaa.coastwatch.gui.open.EarthDataChooser
Clears the selected reader.
clearSelection() - Method in class noaa.coastwatch.gui.open.FileChooser
Clears the current file table selection.
clearSelection() - Method in class noaa.coastwatch.gui.open.NetworkFileChooser
Clears the current file table selection.
clip(Line2D, Rectangle2D) - Static method in class noaa.coastwatch.render.LineOverlay
Clips the line segment to the specified rectangle.
CLOCKWISE - Static variable in class noaa.coastwatch.render.feature.PolygonFeature
The clockwise winding direction.
clone() - Method in class noaa.coastwatch.gui.open.AbstractDirectoryLister
Gets a copy of this object.
clone() - Method in interface noaa.coastwatch.gui.open.DirectoryLister
Gets an independent copy of this lister.
clone() - Method in class noaa.coastwatch.io.tile.TilingScheme.TilePosition
 
clone() - Method in class noaa.coastwatch.render.ColorEnhancement
Overrides the parent class to null out the cached legend.
clone() - Method in class noaa.coastwatch.render.ColorEnhancementSettings
Creates and returns a copy of this object.
clone() - Method in class noaa.coastwatch.render.EarthDataOverlay
 
clone() - Method in class noaa.coastwatch.render.EarthDataView
Creates and returns a copy of this object.
clone() - Method in class noaa.coastwatch.render.EnhancementFunction
Creates and returns a copy of this object.
clone() - Method in class noaa.coastwatch.render.feature.AttributeRule
 
clone() - Method in class noaa.coastwatch.render.feature.FeatureGroupFilter
 
clone() - Method in class noaa.coastwatch.render.feature.SelectionRuleFilter
 
clone() - Method in class noaa.coastwatch.render.HybridView
 
clone() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
 
clone() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
 
clone() - Method in class noaa.coastwatch.render.PointFeatureOverlay
 
clone() - Method in class noaa.coastwatch.render.SimpleSymbol
 
clone() - Method in class noaa.coastwatch.tools.Preferences
Creates and returns a copy of this object.
clone() - Method in class noaa.coastwatch.util.chunk.ChunkPosition
 
clone() - Method in class noaa.coastwatch.util.DataLocation
 
clone() - Method in class noaa.coastwatch.util.EarthArea
Creates an independent copy of this area.
clone() - Method in class noaa.coastwatch.util.EarthDataInfo
 
clone() - Method in class noaa.coastwatch.util.EarthLocation
 
clone() - Method in class noaa.coastwatch.util.MetadataContainer
 
clone() - Method in class noaa.coastwatch.util.trans.Datum
 
clone() - Method in class noaa.coastwatch.util.trans.EarthTransform
Creates and returns a copy of this object.
clone() - Method in class noaa.coastwatch.util.trans.GCTPProjection
Deprecated.
 
clone() - Method in class noaa.coastwatch.util.trans.MapProjection
 
close() - Method in class noaa.coastwatch.io.BinaryWriter
 
close() - Method in class noaa.coastwatch.io.CFNC4Writer
 
close() - Method in class noaa.coastwatch.io.CFNCWriter
 
close() - Method in class noaa.coastwatch.io.CWHDFWriter
 
close() - Method in class noaa.coastwatch.io.DataTransfer
Closes the input and output streams.
close() - Method in class noaa.coastwatch.io.EarthDataReader
Closes the reader and frees any resources.
close() - Method in class noaa.coastwatch.io.EarthDataWriter
Closes the writer and frees any resources.
close() - Method in class noaa.coastwatch.io.GeoTIFFDataWriter
 
close() - Method in class noaa.coastwatch.io.HDFReader
 
close() - Method in class noaa.coastwatch.io.HDFWriter
 
close() - Method in class noaa.coastwatch.io.NCReader
Closes the reader.
close() - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Closes the file.
close() - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFileReader
 
close() - Method in class noaa.coastwatch.io.NOAA1bReader
 
close() - Method in class noaa.coastwatch.io.OpendapReader
Closes the reader.
close() - Method in class noaa.coastwatch.io.TextWriter
 
CLOSE - Static variable in class noaa.coastwatch.gui.FileOperationChooser
The close operation.
CLOSE - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The close operation (full screen only).
closed - Variable in class noaa.coastwatch.io.HDFWriter
Flag to signify that the file is closed.
CLOSED - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
The segment closed constant.
CloseIcon - Class in noaa.coastwatch.gui
The CloseIcon renders an icon for a close button in one of three modes: NORMAL, HOVER, and PRESSED.
CloseIcon(CloseIcon.Mode, int) - Constructor for class noaa.coastwatch.gui.CloseIcon
Creates a new icon.
CloseIcon.Mode - Enum Class in noaa.coastwatch.gui
The mode constants for the icon rendering.
CLOUD - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The CLAVR cloud mask variable.
cloudDataOffset - Variable in class noaa.coastwatch.io.NOAA1bV2Reader
The cloud data offset.
COAST - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
The coastline database type.
CoastOverlay - Class in noaa.coastwatch.render
A CoastOverlay annotates an earth data view with coast lines and polygons.
CoastOverlay(Color) - Constructor for class noaa.coastwatch.render.CoastOverlay
Constructs a new coast overlay.
CoastOverlay(Color, int, Stroke, Color) - Constructor for class noaa.coastwatch.render.CoastOverlay
Constructs a new coast overlay.
COL - Static variable in class noaa.coastwatch.util.Grid
Index of columns dimension (singular).
collapse(Object) - Static method in class noaa.coastwatch.util.MetadataServices
Creates a collapsed version of an attribute value.
collapse(String) - Static method in class noaa.coastwatch.util.MetadataServices
Creates a collapsed version of an attribute value.
collapseTimePeriods() - Method in class noaa.coastwatch.util.EarthDataInfo
Collapses the list of time periods in the metadata to a single period covering the full time range of data recording.
ColocatedPointFeatureSource - Class in noaa.coastwatch.render.feature
The ColocatedPointFeatureSource class combines the point features from a source with colocated values from a set of grids.
ColocatedPointFeatureSource(PointFeatureSource, EarthTransform, List<Grid>) - Constructor for class noaa.coastwatch.render.feature.ColocatedPointFeatureSource
Creates a new colocated source using the specified source and grids.
COLOR_PROPERTY - Static variable in class noaa.coastwatch.gui.visual.SimpleColorChooser
The color property.
ColorArrowSymbol - Class in noaa.coastwatch.render
A ColorArrowSymbol is similar to a normal arrow but it has the additional feature that arrows are colored according to a color enhancement scheme based on the vector magnitude.
ColorArrowSymbol(int, int, Palette, EnhancementFunction) - Constructor for class noaa.coastwatch.render.ColorArrowSymbol
Creates a new color arrow symbol based on U and V components.
ColorArrowSymbol(int, int, EarthTransform2D, Palette, EnhancementFunction) - Constructor for class noaa.coastwatch.render.ColorArrowSymbol
Creates a new color arrow symbol based on magnitude and direction components.
ColorComposite - Class in noaa.coastwatch.render
A color composite is a data view that creates an image based on three data grid variables, one each for red, green, and blue.
ColorComposite(EarthTransform, Grid[], EnhancementFunction[]) - Constructor for class noaa.coastwatch.render.ColorComposite
Constructs a new color composite from the specified parameters.
ColorEnhanced - Interface in noaa.coastwatch.render
The ColorEnhanced interface gives methods for classes whose data are enhanced with a color palette and enhancement function.
ColorEnhancement - Class in noaa.coastwatch.render
A color enhancement is an earth data view that creates an image based on a grid variable, color palette, and enhancement function.
ColorEnhancement(EarthTransform, Grid, Palette, EnhancementFunction) - Constructor for class noaa.coastwatch.render.ColorEnhancement
Constructs a new color enhancement from the specified parameters.
ColorEnhancementSettings - Class in noaa.coastwatch.render
The ColorEnhancementSettings class stores palette and enhancement function information for a color enhancement of a data variable.
ColorEnhancementSettings(String, Palette, EnhancementFunction) - Constructor for class noaa.coastwatch.render.ColorEnhancementSettings
Creates a new settings object.
ColorLookup - Class in noaa.coastwatch.render
The color lookup class translates color names to red, green, blue values based on a color names data file.
ColorLookup() - Constructor for class noaa.coastwatch.render.ColorLookup
Creates a new color lookup based on a predefined color names file.
ColorLookup(File) - Constructor for class noaa.coastwatch.render.ColorLookup
Constructs a new color lookup from the specified file.
ColorLookup(InputStream) - Constructor for class noaa.coastwatch.render.ColorLookup
Constructs a new color lookup from an input stream.
ColorPointEnhancement - Class in noaa.coastwatch.render
The ColorPointEnhancement class uses a Palette and EnhancementFunction to render a PointFeatureOverlay to an earth view.
ColorPointEnhancement(PointFeatureOverlay, String, String, EarthTransform) - Constructor for class noaa.coastwatch.render.ColorPointEnhancement
Creates a new point enhancement with white background.
ColorSwatch - Class in noaa.coastwatch.gui.visual
The ColorSwatch class is an icon that shows a rectangle of a given color.
ColorSwatch(Color, int, int) - Constructor for class noaa.coastwatch.gui.visual.ColorSwatch
Create a new color swatch.
ColorWindBarbSymbol - Class in noaa.coastwatch.render
A ColorWindBarbSymbol is similar to a normal wind barb but it has the additional feature that barbs are colored according to a color enhancement scheme based on the wind speed.
ColorWindBarbSymbol(int, int, int, EarthTransform2D, Palette, EnhancementFunction) - Constructor for class noaa.coastwatch.render.ColorWindBarbSymbol
Creates a new color wind barb symbol.
COLS - Static variable in class noaa.coastwatch.io.tile.TilingScheme
Index of columns dimension.
COLS - Static variable in class noaa.coastwatch.util.Grid
Index of columns dimension.
columnNames - Variable in class noaa.coastwatch.io.ReaderSummaryProducer.SummaryTable
 
CommonDataModelNCReader - Class in noaa.coastwatch.io
The CommonDataModelNCReader class reads Java NetCDF API accessible datasets and attempts to use any metadata and geographic referencing information that the NetCDF layer provides.
CommonDataModelNCReader(String) - Constructor for class noaa.coastwatch.io.CommonDataModelNCReader
Creates a new reader from the specified file.
COMP_DEFLATE - Static variable in class noaa.coastwatch.io.GeoTIFFWriter
The TIFF deflate compression type.
COMP_JPEG - Static variable in class noaa.coastwatch.io.GeoTIFFWriter
The TIFF JPEG compression type.
COMP_LZW - Static variable in class noaa.coastwatch.io.GeoTIFFWriter
The TIFF LZW compression type.
COMP_NONE - Static variable in class noaa.coastwatch.io.GeoTIFFWriter
The TIFF none compression type.
COMP_PACK - Static variable in class noaa.coastwatch.io.GeoTIFFWriter
The TIFF PackBits compression type.
compareTo(Object) - Method in class noaa.coastwatch.gui.open.DirectoryLister.Entry
Compares this entry to another.
compareTo(Object) - Method in class noaa.coastwatch.net.CatalogQueryAgent.Entry
Compares this entry to another by start date.
compareTo(Object) - Method in class noaa.coastwatch.render.EarthDataOverlay
 
compareTo(Object) - Method in class noaa.coastwatch.util.TimePeriod
 
compareTo(EdgeSegment) - Method in class noaa.coastwatch.render.lines.EdgeSegment
 
compareTo(LabeledLine) - Method in class noaa.coastwatch.render.lines.LabeledLine
 
COMPATIBLE_METADATA_VERSION - Static variable in class noaa.coastwatch.io.CWHDFWriter
The compatibility metadata package version.
COMPATIBLE_MODE - Static variable in class noaa.coastwatch.io.CWHDFWriter
The compatibility mode flag.
complete() - Method in class noaa.coastwatch.util.ResamplingDiagnostic
Completes the diagnostic by finding the optimal resampled pixels in the source transform and generating statistics on the actual versus optimal resampling.
componentAtts - Variable in class noaa.coastwatch.render.ArrowSymbol
The feature attributes for the vector components.
ComponentList<E extends ComponentProducer> - Class in noaa.coastwatch.gui.visual
The ComponentList class is similar to a Swing JList but with a simplified model and operations.
ComponentList() - Constructor for class noaa.coastwatch.gui.visual.ComponentList
Creates a new empty component list.
ComponentProducer - Interface in noaa.coastwatch.gui.visual
The ComponentProducer interface defines the methods required for objects that have associated components.
COMPOSITE_MODE_PROPERTY - Static variable in class noaa.coastwatch.gui.CompositeChooser
The composite mode property.
CompositeChooser - Class in noaa.coastwatch.gui
The CompositeChooser class allows the user to select a red, green, and blue component variable for a color composite.
CompositeChooser(List<String>) - Constructor for class noaa.coastwatch.gui.CompositeChooser
Creates a new composite chooser panel.
CompositeFunction - Class in noaa.coastwatch.util.chunk
The CompositeFunction class implements a composite function that takes many chunks and collapses them into just one chunk using a reduction operator.
CompositeFunction(ArrayReduction, int, DataChunk) - Constructor for class noaa.coastwatch.util.chunk.CompositeFunction
Creates a new chunk compositing function.
CompoundToolBar - Class in noaa.coastwatch.gui
The CompoundToolBar class combines two or more toolbars into one by "stealing" the buttons from the other toolbars for itself.
CompoundToolBar(JToolBar[], boolean) - Constructor for class noaa.coastwatch.gui.CompoundToolBar
Creates a new compound toolbar from the specified toolbars.
COMPRESS_MODE - Static variable in class noaa.coastwatch.io.CWHDFWriter
The compression mode flag.
computeCaches(Grid) - Method in class noaa.coastwatch.render.EarthDataView
Creates a set of caches to speed image-to-data transforms.
computeECF(double[]) - Method in class noaa.coastwatch.util.EarthLocation
Converts this earth location to Earth-Centered-Fixed (ECF) coordinates as described in Datum.computeECF(double, double, double[]).
computeECF(double, double, double[]) - Method in class noaa.coastwatch.util.trans.Datum
Converts an earth location to Earth-Centered-Fixed (ECF).
connect - Variable in class noaa.coastwatch.io.OpendapReader
The data connection.
ConstrainedStrideLocationIterator - Class in noaa.coastwatch.util
The ConstrainedStrideLocationIterator class iterates over data locations using a constant step stride vector, but uses a java.awt.Shape object to determine if each location is contained within a shape boundary.
ConstrainedStrideLocationIterator(Shape, int[]) - Constructor for class noaa.coastwatch.util.ConstrainedStrideLocationIterator
Creates a new constrained stride location iterator.
constructCopy() - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
 
contains(int[]) - Method in class noaa.coastwatch.util.EarthArea
Determines if a grid square is contained in this area.
contains(int, int) - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Determines if a global coordinate is contained in this tile.
contains(int, int) - Method in class noaa.coastwatch.io.tile.TilingScheme.TilePosition
Determines if a global coordinate is contained in the tile at this position.
contains(String) - Method in class noaa.coastwatch.gui.OverlayGroupSavePanel
Returns true if the specified group name exists in the list.
contains(DataLocation) - Method in class noaa.coastwatch.util.EarthPartition
Determines if the partition contains the specified data coordinate.
contains(EarthLocation) - Method in class noaa.coastwatch.util.EarthArea
Determines if an earth location is contained in this area.
CONTAINS - Enum constant in enum class noaa.coastwatch.render.feature.TextRule.Operator
 
CONTAINS_BITS_FROM - Enum constant in enum class noaa.coastwatch.render.feature.NumberRule.Operator
 
containsOverlay(EarthDataOverlay) - Method in class noaa.coastwatch.render.EarthDataView
Checks if this view contains the specified overlay.
containsVariable(String) - Method in class noaa.coastwatch.io.EarthDataReader
Determines if a variable exists in the reader.
ContourGenerator - Class in noaa.coastwatch.render
A contour generator creates lists of earth data points that follow lines of constant value in a gridded dataset.
ContourGenerator(Grid, EarthTransform) - Constructor for class noaa.coastwatch.render.ContourGenerator
Creates a new contour generator based on data in the grid.
convert(String) - Method in class noaa.coastwatch.render.ColorLookup
Converts a color name or hexadecimal value to an object.
convert(EnhancementFunction, String) - Static method in class noaa.coastwatch.render.EnhancementFunctionFactory
Converts an enhancement function to a new function type.
convertAngle(double, EarthLocation) - Method in class noaa.coastwatch.render.DirectionSymbol
Converts a direction angle that is clockwise relative to north to a direction angle that is counterclockwise relative to the x axis of the earth transform.
convertAttributeValue(Attribute, boolean) - Static method in class noaa.coastwatch.io.NCReader
Converts an attribute into a Java string, primitive array, or wrapped primitive.
convertDate(int, int, long) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bServices
Converts time in year, day, and milliseconds UTC to a Java date.
convertOctal(String) - Static method in class noaa.coastwatch.io.IOServices
Converts octal escape sequences in the string to Java characters.
convertRowIndexToModel(int) - Method in class noaa.coastwatch.gui.SortedTable
Converts a row index in the sorted model to a row index in the underlying model.
convertRowIndexToModel(int) - Method in class noaa.coastwatch.gui.SortedTableModel
Converts a row index in the sorted model to a row index in the underlying model.
convertRowIndexToView(int) - Method in class noaa.coastwatch.gui.SortedTable
Converts a row index in the underlying model to a row index in the sorted model.
convertRowIndexToView(int) - Method in class noaa.coastwatch.gui.SortedTableModel
Converts a row index in the underlying model to a row index in the sorted model.
convertText(String, BinaryStreamReader.ValueType) - Static method in class noaa.coastwatch.io.BinaryStreamReader
Converts a text value to a typed value.
convertUnits(String) - Method in class noaa.coastwatch.util.DataVariable
Converts the units of this variable to the new units.
convertValue(Number) - Method in class noaa.coastwatch.io.BinaryWriter
Converts a data value to a byte array.
convertValue(Number) - Method in class noaa.coastwatch.io.ByteWriter
 
convertValue(Number) - Method in class noaa.coastwatch.io.FloatWriter
 
convertValue(Number) - Method in class noaa.coastwatch.io.ShortWriter
 
coordinate - Variable in class noaa.coastwatch.io.ReaderSummaryProducer.Summary
 
COPYRIGHT - Static variable in class noaa.coastwatch.tools.ToolServices
The software copyright.
COPYRIGHT_SHORT - Static variable in class noaa.coastwatch.tools.ToolServices
The software copyright (short version).
copyStream(InputStream, OutputStream, boolean) - Static method in class noaa.coastwatch.tools.ResourceManager
Copies data from an input stream to an output stream.
copyValue(DataChunk, int, DataChunk, int) - Method in class noaa.coastwatch.util.chunk.ChunkDataCopier
Copies a raw data value from a source to a destination chunk.
correct(int, int, int[], float[][], float[], float[], float[], float[], float[], float[]) - Method in class noaa.coastwatch.util.AtmosphericCorrection
Corrects a set of MODIS band reflectance values for atmospheric effects.
count - Variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The sample start and count values.
COUNTER_CLOCKWISE - Static variable in class noaa.coastwatch.render.feature.PolygonFeature
The counter-clockwise winding direction.
coverage - Variable in class noaa.coastwatch.net.CatalogQueryAgent
The coverage as a percentage.
coverage - Variable in class noaa.coastwatch.net.CatalogQueryAgent.Entry
The region coverage value.
create() - Method in class noaa.coastwatch.util.expression.ExpressionParserFactory
Creates a new expression parser in the default style.
create() - Static method in class noaa.coastwatch.util.HTMLReportFormatter
 
create() - Static method in class noaa.coastwatch.util.TextReportFormatter
 
create(double[]) - Static method in class noaa.coastwatch.util.DataLocation
Creates a new data location without cloning.
create(int) - Static method in class noaa.coastwatch.util.trans.DatumFactory
Creates a datum instance based on a spheroid code.
create(int[], int[]) - Method in class noaa.coastwatch.util.BucketResamplingMapFactory
 
create(int[], int[]) - Method in class noaa.coastwatch.util.DirectResamplingMapFactory
 
create(int[], int[]) - Method in class noaa.coastwatch.util.GridDataResamplingMapFactory
 
create(int[], int[]) - Method in class noaa.coastwatch.util.ResamplingDiagnostic
 
create(int[], int[]) - Method in interface noaa.coastwatch.util.ResamplingMapFactory
Creates a new resampling map that covers a specified set of destination coordinates.
create(int, double[], int[]) - Static method in class noaa.coastwatch.util.trans.SensorScanProjectionFactory
Creates an instance of a sensor scan projection.
create(int, int, double[], int, int[], AffineTransform) - Method in class noaa.coastwatch.util.trans.MapProjectionFactory
Creates a new map projection from the specified GCTP-style projection and data parameters.
create(int, int, double[], int, int[], EarthLocation, double[]) - Method in class noaa.coastwatch.util.trans.MapProjectionFactory
Creates a new map projection from the specified GCTP-style projection and data parameters.
create(File) - Static method in class noaa.coastwatch.render.PaletteFactory
Creates a new palette from the specified file.
create(InputStream) - Static method in class noaa.coastwatch.render.IconElement
Creates a new icon element from the specified image stream.
create(InputStream) - Static method in class noaa.coastwatch.render.PaletteFactory
Constructs a new palette from an input stream.
create(Class<T>, int, boolean, Object, PackingScheme, ScalingScheme) - Method in class noaa.coastwatch.util.chunk.DataChunkFactory
Creates a new uninitialized data chunk.
create(Object, boolean, Object, PackingScheme) - Method in class noaa.coastwatch.util.chunk.DataChunkFactory
Creates a new initialized data chunk.
create(Object, boolean, Object, PackingScheme, ScalingScheme) - Method in class noaa.coastwatch.util.chunk.DataChunkFactory
Creates a new initialized data chunk.
create(Object, String) - Static method in class noaa.coastwatch.gui.visual.VisualObjectFactory
Creates a new visual object.
create(String) - Static method in class noaa.coastwatch.io.EarthDataReaderFactory
Creates an earth data reader object.
create(String) - Method in class noaa.coastwatch.render.feature.ShapeOverlayFactory
Creates a new overlay from data in a shape data file.
create(String) - Method in class noaa.coastwatch.render.IconElementFactory
Creates a new IconElement from the specified icon name.
create(String) - Static method in class noaa.coastwatch.render.PaletteFactory
Constructs a new palette from a predefined palette name.
create(String) - Static method in class noaa.coastwatch.render.PlotSymbolFactory
Gets a plot symbol.
create(String) - Static method in class noaa.coastwatch.util.UnitFactory
Creates a unit based on a unit specifier string.
create(String, double[]) - Static method in class noaa.coastwatch.render.EnhancementFunctionFactory
Creates a new enhancement function based on a set of specifications.
create(ByteChannel) - Static method in class noaa.coastwatch.io.noaa1b.ArchiveHeaderFactory
Creates a new archive header.
create(ByteChannel, boolean) - Static method in class noaa.coastwatch.io.noaa1b.DataHeaderFactory
Creates a new data header.
create(List<Line2D>, String, Dimension) - Method in class noaa.coastwatch.render.lines.CenteredLabelFactory
 
create(List<Line2D>, String, Dimension) - Method in class noaa.coastwatch.render.lines.EdgeLabelFactory
 
create(List<Line2D>, String, Dimension) - Method in interface noaa.coastwatch.render.lines.LineLabelFactory
Creates a set of line labels.
create(EarthDataReader) - Method in class noaa.coastwatch.io.ReaderSummaryProducer
Creates a summary of reader information of all types: global, variable, transform, and coordinate.
create(EarthDataReader, boolean, int) - Method in class noaa.coastwatch.io.ReaderSummaryProducer
Creates a summary of reader information of all types: global, variable, transform, and coordinate.
create(EarthDataReader, String) - Static method in class noaa.coastwatch.gui.EarthDataViewFactory
Creates a new data view.
create(EarthDataReader, List, EarthDataView, String) - Static method in class noaa.coastwatch.gui.save.DataSavePanel
 
create(EarthDataOverlay) - Static method in class noaa.coastwatch.gui.visual.OverlayPropertyChooserFactory
Creates a new property chooser panel for the specified overlay.
create(EarthDataView, EarthDataInfo, String) - Static method in class noaa.coastwatch.gui.save.ImageSavePanel
 
create(DataLocationConstraints) - Method in class noaa.coastwatch.util.DataLocationIteratorFactory
Creates a new iterator.
create(EarthDataSurvey) - Static method in class noaa.coastwatch.gui.SurveyPlotFactory
Creates a plot panel for the specified survey.
create(ExpressionParserFactory.ParserStyle) - Method in class noaa.coastwatch.util.expression.ExpressionParserFactory
Creates a new expresion parser.
create(EarthTransform2D) - Static method in class noaa.coastwatch.render.OrientationAffineFactory
Creates an affine transform that orients a data coordinate system for viewing.
create(EarthTransform, SensorIdentifier.Sensor) - Static method in class noaa.coastwatch.util.sensor.SensorSourceImpFactory
Creates a new concrete resampling object for the specified transform.
createAction(String, Runnable) - Static method in class noaa.coastwatch.gui.GUIServices
Creates an action with the specified name and listener.
createBitmaskList(int, int, EarthDataReader, List, String) - Static method in class noaa.coastwatch.gui.visual.MultilayerBitmaskOverlayPropertyChooser
Creates a list of bitmask overlays using the specified starting bit and length.
createColorModel(Color, boolean) - Static method in class noaa.coastwatch.render.MaskOverlay
Creates a new two-color indexed color model with one color as the transparent color and the other color as the specified color.
createCoordinate(double, double) - Static method in class noaa.coastwatch.util.Topology
Creates a coordinate for the specified values that conforms to the precision model returned by Topology.getModel().
createDialog(Component, String, boolean, Component, Component[], Action[], boolean[], boolean) - Static method in class noaa.coastwatch.gui.GUIServices
Creates a dialog with similar layout to dialogs produced by JOptionPane.
createErrorDialog(Component, String, String) - Static method in class noaa.coastwatch.gui.GUIServices
Creates a dialog that displays standard error messages to the user in a graphical window.
createImage(Dimension) - Method in class noaa.coastwatch.gui.PalettePanel
Creates an image of the palette for the panel.
createImageForData(int, int, List<float[]>) - Static method in class noaa.coastwatch.io.GeoTIFFWriter
Creates a multibanded image based on data from 32-bit float arrays.
createInfo() - Method in class noaa.coastwatch.gui.save.DataSavePanel
Creates an information object based on the reader, taking into account any subset specified.
createMessageDialog(Component, String, String) - Static method in class noaa.coastwatch.gui.GUIServices
Creates a modal message dialog with no user input options.
createShadow(BufferedImage, int, Color, float) - Method in class noaa.coastwatch.render.ShadowGenerator
Creates a new shadow image from the pixels of a source image.
createTestOverlay() - Static method in class noaa.coastwatch.gui.visual.MultiPointFeatureOverlayPropertyChooser
Creates a simple overlay for testing.
createTilePosition(int, int) - Method in class noaa.coastwatch.io.tile.TilingScheme
Creates a new tile position from global coordinates.
CREATION_SITE - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The dataset creation site attribute (String).
crossesAntiMeridian(EarthLocation) - Method in class noaa.coastwatch.util.EarthLocation
Determines if the shortest line segment joining this location to another crosses the anti-meridian line at +180/-180 longitude.
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
 
CrossSymbol - Class in noaa.coastwatch.render
The CrossSymbol class draws a cross for a point symbol.
CrossSymbol() - Constructor for class noaa.coastwatch.render.CrossSymbol
Creates an cross plot symbol object that has a width of 8 pixels, is transparent and has a border color of black.
CRUDE - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Crude resolution (25 km) database level.
CRUDE - Static variable in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Crude resolution (25 km) database.
CSVPointWriter - Class in noaa.coastwatch.gui.nav
The CSVPointWriter class writes navigation point data to an CSV format file.
CSVPointWriter(EarthDataReader, List<String>, List<NavigationPoint>) - Constructor for class noaa.coastwatch.gui.nav.CSVPointWriter
Creates an CSV point writer.
CURRENT_METADATA_VERSION - Static variable in class noaa.coastwatch.io.CWHDFWriter
The current metadata package version.
CURVE_COMMAND - Static variable in class noaa.coastwatch.gui.AnnotationListChooser
The curve annotation command.
cwangles - Class in noaa.coastwatch.tools
The angles tool computes earth location and solar angles for an earth data file.
cwautonav - Class in noaa.coastwatch.tools
The autonavigation tool automatically determines a navigation correction based on earth image data.
CWCFNCReader - Class in noaa.coastwatch.io
The CWCFNCReader class reads Java NetCDF accessible datasets and uses the CoastWatch HDF metadata conventions to parse the attribute and variable data.
CWCFNCReader(String) - Constructor for class noaa.coastwatch.io.CWCFNCReader
Creates a new reader from the specified file.
cwcomposite - Class in noaa.coastwatch.tools
The composite tool combines a time series of earth data.
cwcoverage - Class in noaa.coastwatch.tools
The coverage tool creates an earth data coverage map.
cwdownload - Class in noaa.coastwatch.tools
Deprecated.
The download tool no longer has any valid servers that it works with. There is no replacement.
cwexport - Class in noaa.coastwatch.tools
The export tool translates earth data into external file formats.
cwgraphics - Class in noaa.coastwatch.tools
The graphics tool creates earth data annotation graphics.
CWHDFReader - Class in noaa.coastwatch.io
A CWHDF reader is an earth data reader that reads CoastWatch HDF format files using the HDF library class.
CWHDFReader(String) - Constructor for class noaa.coastwatch.io.CWHDFReader
Constructs a CWHDF reader from the specified file.
CWHDFReader(CWHDFWriter) - Constructor for class noaa.coastwatch.io.CWHDFReader
Constructs a CWHDF reader from the specified writer.
CWHDFSavePanel - Class in noaa.coastwatch.gui.save
The CWHDFSavePanel class allows the user to select save options for CoastWatch HDF export files.
CWHDFSavePanel(EarthDataReader, List, EarthDataView) - Constructor for class noaa.coastwatch.gui.save.CWHDFSavePanel
 
CWHDFWriter - Class in noaa.coastwatch.io
A CoastWatch HDF writer is an earth data writer that writes CoastWatch HDF format files using the HDF library class.
CWHDFWriter(String) - Constructor for class noaa.coastwatch.io.CWHDFWriter
Opens an existing CWHDF file using the specified file name.
CWHDFWriter(EarthDataInfo, double, String) - Constructor for class noaa.coastwatch.io.CWHDFWriter
Constructs a CWHDF writer from the specified file.
CWHDFWriter(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.CWHDFWriter
Constructs a CWHDF writer from the specified file.
cwimport - Class in noaa.coastwatch.tools
The import tool translates earth data into CoastWatch HDF format.
cwinfo - Class in noaa.coastwatch.tools
The information utility dumps earth data information in a display-friendly format.
cwmaster - Class in noaa.coastwatch.tools
The master utility creates map projection master datasets.
cwmaster(MapProjection, int[]) - Constructor for class noaa.coastwatch.tools.cwmaster
Creates a new master selection frame.
cwmath - Class in noaa.coastwatch.tools
The math tool combines earth data using a mathematical expression.
cwnavigate - Class in noaa.coastwatch.tools
The navigation tool adds navigation corrections to 2D variables in an earth data file.
CWNCReader - Class in noaa.coastwatch.io
The CWNCReader class reads Java NetCDF accessible datasets and uses the CoastWatch HDF metadata conventions to parse the attribute and variable data.
CWNCReader(String) - Constructor for class noaa.coastwatch.io.CWNCReader
Creates a new reader from the specified file.
CWOpendapReader - Class in noaa.coastwatch.io
The CWOpendapReader class reads OPeNDAP accessible datasets and uses the CoastWatch HDF metadata conventions to parse the attribute and variable data.
CWOpendapReader(String) - Constructor for class noaa.coastwatch.io.CWOpendapReader
Creates a new reader using the specified URL.
cwregister - Class in noaa.coastwatch.tools
The registration tool resamples gridded earth data to a master projection.
cwregister2 - Class in noaa.coastwatch.tools
The new registration tool resamples gridded earth data to a master projection using a revised set of high accuracy algorithms.
cwrender - Class in noaa.coastwatch.tools
The render tool performs earth data visualization.
cwsample - Class in noaa.coastwatch.tools
The sampling tool extracts data values at specified earth locations.
cwscript - Class in noaa.coastwatch.tools
The script tool runs a shell script written in BeanShell syntax.
cwstats - Class in noaa.coastwatch.tools
The statistics utility calculates a number of statistics for each variable in an earth data file.
cwstatus - Class in noaa.coastwatch.tools
Deprecated.
The status tool no longer has any valid servers that it works with. There is no replacement.
cwstatus(String, String, String, boolean) - Constructor for class noaa.coastwatch.tools.cwstatus
Deprecated.
Creates a new status frame using the specified server.
cwtccorrect - Class in noaa.coastwatch.tools
The true color correction tool corrects top-of-atmosphere true color reflectance data.
cwtools - Class in noaa.coastwatch.tools
The tools utility lists all the CoastWatch Utilities tools and their function.
cwtoolstest - Class in noaa.coastwatch.tools
The cwtoolstest program goes through every command line tool and tests the options.
cwtoolstest() - Constructor for class noaa.coastwatch.tools.cwtoolstest
Constructs a new instance of this class.
cwtoolstest.SystemExitException - Exception in noaa.coastwatch.tools
Holds an exit status code.

D

D - Static variable in class noaa.coastwatch.util.EarthLocation
Format style code for integer degrees: '124 W'.
D2R - Static variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
Conversion from degrees to radians.
das - Variable in class noaa.coastwatch.io.OpendapReader
The data attribute tables.
DASH_PATTERNS - Static variable in class noaa.coastwatch.gui.visual.StrokeChooser
The line stroke dash patterns.
data - Variable in class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
The archive header data.
data - Variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The header data.
data - Variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The scan line data.
data - Variable in class noaa.coastwatch.util.DataVariable
Array of data values.
data - Variable in class noaa.coastwatch.util.EarthLocationSet.Entry
The data passed to the insert method.
data - Variable in class noaa.coastwatch.util.expression.ParseHelper
The data values to use in evaluation.
DATA - Static variable in class noaa.coastwatch.render.AnnotationOverlay
The data reference frame.
DATA_FORMAT - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
The data format name and version attribute (String).
DATA_FORMAT - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader
The data format string supported by this class.
DATA_GAPS - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The count of data gaps attribute (Integer).
DATA_RECORDS - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The number of data records attribute (Integer).
DATA_TYPE_CODE - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The data type code attribute (String).
database - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The database name.
database - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The database name.
DataChunk - Interface in noaa.coastwatch.util.chunk
The DataChunk interface is implemented by concrete classes that hold data of a specific internal primitive type.
DataChunk.DataType - Enum Class in noaa.coastwatch.util.chunk
The enumeration of the possible chunk external data types.
DataChunkFactory - Class in noaa.coastwatch.util.chunk
The DataChunkFactory class create appropriate instances of the DataChunk class using a primitive data array.
DataColorScale - Class in noaa.coastwatch.render
A color scale annotates a data enhancement plot with a scale of colors from a color palette and tick marks at regular intervals for the data values.
DataColorScale(EnhancementFunction, Palette, String, String) - Constructor for class noaa.coastwatch.render.DataColorScale
Creates a data color scale with the specified parameters.
DataColorScale(EnhancementFunction, Palette, String, String, Dimension, Font, Color, Color) - Constructor for class noaa.coastwatch.render.DataColorScale
Creates a data color scale from the specified parameters.
DataHeader - Interface in noaa.coastwatch.io.noaa1b
The DataHeader interface is for reading NOAA 1b data header records.
DataHeader() - Constructor for class noaa.coastwatch.io.NOAA1bReader.DataHeader
Creates a new dataset header.
DataHeaderFactory - Class in noaa.coastwatch.io.noaa1b
The DataHeaderFactory creates data header objects using the byte data at the beginning of a NOAA 1b file.
DataHeaderFactory() - Constructor for class noaa.coastwatch.io.noaa1b.DataHeaderFactory
 
dataHeaders - Variable in class noaa.coastwatch.io.NOAA1bReader
The number of data headers for this dataset.
DataHeaderV1() - Constructor for class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
Creates a new dataset header.
DataHeaderV2() - Constructor for class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
Creates a new dataset header.
DataHeaderV3() - Constructor for class noaa.coastwatch.io.NOAA1bV3Reader.DataHeaderV3
Creates a new dataset header.
DataHeaderV4() - Constructor for class noaa.coastwatch.io.NOAA1bV4Reader.DataHeaderV4
Creates a new dataset header.
DataIterator - Interface in noaa.coastwatch.util
The DataIterator class is intended to be used by classes that need to iterate over a set of data values.
DataLocation - Class in noaa.coastwatch.util
A data location represents a set of coordinates that uniquely identify a data value position within some N-dimensional space.
DataLocation() - Constructor for class noaa.coastwatch.util.DataLocation
Constructs a new data location.
DataLocation(double) - Constructor for class noaa.coastwatch.util.DataLocation
Constructs a 1D data location from the specified coordinates.
DataLocation(double[]) - Constructor for class noaa.coastwatch.util.DataLocation
Constructs a data location from the specified coordinates.
DataLocation(double, double) - Constructor for class noaa.coastwatch.util.DataLocation
Constructs a 2D data location from the specified coordinates.
DataLocation(int) - Constructor for class noaa.coastwatch.util.DataLocation
Constructs a data location with the specified rank.
DataLocation(int, int[]) - Constructor for class noaa.coastwatch.util.DataLocation
Creates a data location from an integer index and a set of dimensions.
DataLocationConstraints - Class in noaa.coastwatch.util
The DataLocationConstraints class holds a set of values used to specify the bounds and sparseness of a continguous area of data locations.
DataLocationConstraints() - Constructor for class noaa.coastwatch.util.DataLocationConstraints
 
DataLocationIterator - Interface in noaa.coastwatch.util
The DataLocationIterator class adds an extra interface method to return the next data location.
DataLocationIteratorFactory - Class in noaa.coastwatch.util
The DataLocationIteratorFactory class creates a DataLocationIterator instance based on a set of parameters that specify the desired iterator behaviour.
dataProjection - Static variable in class noaa.coastwatch.io.EarthDataReader
The data projection flag, true if reading explicit lat/lon data should return a DataProjection rather than a SwathProjection.
DataProjection - Class in noaa.coastwatch.util.trans
The DataProjection class implements earth transform calculations for data coordinates with explicit latitude and longitude data.
DataProjection(DataVariable, DataVariable) - Constructor for class noaa.coastwatch.util.trans.DataProjection
Constructs a data projection from the specified latitude and longitude data.
DataRecord - Interface in noaa.coastwatch.io.noaa1b
The DataRecord interface is for reading NOAA 1b data records.
DataReferenceOverlay - Class in noaa.coastwatch.render
The DataReferenceOverlay class annotates an EarthDataView object with row/column grid lines and labels.
DataReferenceOverlay(Color) - Constructor for class noaa.coastwatch.render.DataReferenceOverlay
Constructs a new grid overlay.
DataReferenceOverlay(Color, int, Stroke, boolean, double[], double[], boolean, Font) - Constructor for class noaa.coastwatch.render.DataReferenceOverlay
Constructs a new grid overlay.
DataSavePanel - Class in noaa.coastwatch.gui.save
The DataSavePanel class is the abstract parent of all data save panels, which allow the user to export earth data to various file formats.
DataSavePanel(EarthDataReader, List, EarthDataView) - Constructor for class noaa.coastwatch.gui.save.DataSavePanel
 
dataset - Variable in class noaa.coastwatch.io.NCReader
The NetCDF dataset for accessing data.
DATASET_NAME - Static variable in class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
The official archive dataset name attribute (String).
DATASET_NAME - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The dataset name attribute (String).
dataSource - Variable in class noaa.coastwatch.net.CatalogQueryAgent.Entry
The data source, such as satellite/sensor or model.
DataTransfer - Class in noaa.coastwatch.io
The data transfer class allows for the generic connection between input and output streams.
DataTransfer() - Constructor for class noaa.coastwatch.io.DataTransfer
Creates a new empty transfer.
DataTransfer(InputStream, OutputStream, int) - Constructor for class noaa.coastwatch.io.DataTransfer
Creates a new data transfer with the specified parameters.
DataTransferAdapter - Class in noaa.coastwatch.io
A data transfer adapter provides default implementations for a data transfer listener.
DataTransferAdapter() - Constructor for class noaa.coastwatch.io.DataTransferAdapter
 
DataTransferEvent - Class in noaa.coastwatch.io
A data transfer event handles the details of a data transfer.
DataTransferEvent(Object) - Constructor for class noaa.coastwatch.io.DataTransferEvent
Create a new data transfer event.
DataTransferListener - Interface in noaa.coastwatch.io
A data transfer listener receives data transfer events and performs some appripriate action in response.
dataUrl - Variable in class noaa.coastwatch.net.CatalogQueryAgent.Entry
The data access URL, such as for a data acceess protocol.
DataVariable - Class in noaa.coastwatch.util
A data variable is a container class to hold data values and a specific set of metadata.
DataVariable(String, String, String, int[], Object, NumberFormat, double[], Object) - Constructor for class noaa.coastwatch.util.DataVariable
Constructs a new data variable with the specified properties.
DataVariableIterator - Class in noaa.coastwatch.util
The DataVariableIterator class iterates over the locations of a data variable and returns the data values found.
DataVariableIterator(DataVariable, DataLocationIterator) - Constructor for class noaa.coastwatch.util.DataVariableIterator
Creates a new iterator.
DataVariableTableModel - Class in noaa.coastwatch.gui.open
The DataVariableTableModel class models the information in a list of DataVariable objects.
DataVariableTableModel() - Constructor for class noaa.coastwatch.gui.open.DataVariableTableModel
Creates a new table model with no data.
DataVariableTableModel(List) - Constructor for class noaa.coastwatch.gui.open.DataVariableTableModel
Creates a new table model using the varible list.
DataViewOverlayControl - Interface in noaa.coastwatch.gui
The DataViewOverlayControl class is an interface that can be implemented by any class that acts to control the overlay content of an EarthDataViewPanel.
DATE_COLUMN - Static variable in class noaa.coastwatch.gui.open.FileTableModel
Column index of file modified date.
DATE_FMT - Static variable in class noaa.coastwatch.util.MetadataServices
Default date format.
DATE_TIME_FMT - Static variable in class noaa.coastwatch.util.MetadataServices
Default date/time format.
dateChanged() - Method in class noaa.coastwatch.gui.value.DateValuePanel
Updates the date and sends a signal of the change if needed.
DateFormatter - Class in noaa.coastwatch.util
The DateFormatter class contains a number of static methods to format dates easily based on timezone and Earth location.
DateFormatter() - Constructor for class noaa.coastwatch.util.DateFormatter
 
DateRule - Class in noaa.coastwatch.render.feature
A DateRule provides a selection mechanism for features based on a date value of one of the attributes.
DateRule(String, Map<String, Integer>, Date) - Constructor for class noaa.coastwatch.render.feature.DateRule
Creates a new date rule.
DateRule.Operator - Enum Class in noaa.coastwatch.render.feature
The operators for this class of rule.
DateValuePanel - Class in noaa.coastwatch.gui.value
A DateValuePanel holds a Date value and allows the user to change it.
DateValuePanel() - Constructor for class noaa.coastwatch.gui.value.DateValuePanel
Creates a new value panel.
datum - Variable in class noaa.coastwatch.util.trans.MapProjection
The map projection datum.
Datum - Class in noaa.coastwatch.util.trans
A Datum holds a geodetic datum name, spheroid name, spheroid parameters, and WGS84-relative datum transformation parameters.
Datum(String, int, double, double, double) - Constructor for class noaa.coastwatch.util.trans.Datum
Creates a new geodetic datum based on a spheroid code.
Datum(String, String, double, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.Datum
Creates a new geodetic datum based on user-specified spheroid parameters.
DatumFactory - Class in noaa.coastwatch.util.trans
The DatumFactory class creates geodetic Datum objects corresponding to various spheroid codes.
DatumFactory() - Constructor for class noaa.coastwatch.util.trans.DatumFactory
 
DD - Static variable in class noaa.coastwatch.util.EarthLocation
Format style code for 2-digit degrees: '124.36 W'.
DDDD - Static variable in class noaa.coastwatch.util.EarthLocation
Format style code for 4-digit degrees: '124.3600 W'.
DDMM - Static variable in class noaa.coastwatch.util.EarthLocation
Format style code for degrees, minutes: '124 21.60 W'.
DDMMSS - Static variable in class noaa.coastwatch.util.EarthLocation
Format style code for degrees, minutes, seconds: '124 21 36.00 W'.
dds - Variable in class noaa.coastwatch.io.OpendapReader
The data descriptor object.
deactivate() - Method in class noaa.coastwatch.gui.AnnotationListChooser
Deactivates the annotation chooser so that no annotation is selected.
deactivate() - Method in interface noaa.coastwatch.gui.DataViewOverlayControl
Deactivates the control.
deactivate() - Method in class noaa.coastwatch.gui.nav.NavigationAnalysisPanel
 
deactivate() - Method in class noaa.coastwatch.gui.NavigationChooser
Deactivates the navigation so that no navigation mode is selected.
deactivate() - Method in class noaa.coastwatch.gui.SurveyListChooser
Deactivates the survey so that no survey is selected.
deactivate() - Method in class noaa.coastwatch.gui.ViewOperationChooser
Deactivates the view chooser so that no operation is selected.
debug(Object) - Method in class noaa.coastwatch.test.TestLogger
Prints a debug message.
DEFAULT_CACHE_SIZE - Static variable in class noaa.coastwatch.io.HDFCachedGrid
Default cache size in bytes.
DEFAULT_CACHE_SIZE - Static variable in class noaa.coastwatch.io.NCCachedGrid
Default cache size in bytes.
DEFAULT_CACHE_SIZE - Static variable in class noaa.coastwatch.io.NOAA1bCachedGrid
Default cache size in bytes.
DEFAULT_CACHE_SIZE - Static variable in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
The default polygon cache size in bytes.
DEFAULT_CHUNK_SIZE - Static variable in class noaa.coastwatch.io.BinaryWriter
Output buffer size in kilobytes.
DEFAULT_CHUNK_SIZE - Static variable in class noaa.coastwatch.io.HDFWriter
Default HDF chunk size in bytes.
DEFAULT_CHUNK_SIZE - Static variable in class noaa.coastwatch.io.TextWriter
Output buffer size in kilobytes.
DEFAULT_FONT - Static variable in class noaa.coastwatch.render.TextElement
The default font.
DEFAULT_MAX_CACHE_SIZE_PROP - Static variable in class noaa.coastwatch.io.tile.TileCacheManager
The default tile maximum cache size property (specified in Mb).
DEFAULT_MAX_TILES - Static variable in class noaa.coastwatch.io.CachedGrid
Default cache tiles.
DEFAULT_SCRIPT - Static variable in class noaa.coastwatch.tools.cwstatus
Deprecated.
The default status script.
DEFAULT_STROKE - Static variable in class noaa.coastwatch.render.Legend
The default stroke for line drawing.
DEFAULT_TILE_DIMS - Static variable in class noaa.coastwatch.io.CachedGrid
Default tile dimensions.
DEFAULT_TILE_SIZE - Static variable in class noaa.coastwatch.io.HDFCachedGrid
Default tile size in bytes.
DEFAULT_TILE_SIZE - Static variable in class noaa.coastwatch.io.NCCachedGrid
Default tile size in bytes.
DEFAULTS - Static variable in class noaa.coastwatch.io.CWHDFWriter
The property defaults array.
DEGREE - Static variable in class noaa.coastwatch.util.GCTP
Decimal degrees units code.
DelayedRenderingComponent - Interface in noaa.coastwatch.gui
The DelayedRenderingComponent interface may be used by graphical components that wish to implement a delayed rendering strategy.
deleteGroup(String) - Method in class noaa.coastwatch.render.OverlayGroupManager
Deletes the specified group.
deleteObject(String) - Method in class noaa.coastwatch.io.SerializedObjectManager
Deletes the specified object.
describe() - Method in class noaa.coastwatch.render.EnhancementFunction
Gets a description of the function.
describe() - Method in class noaa.coastwatch.render.GammaEnhancement
 
describe() - Method in class noaa.coastwatch.render.LinearEnhancement
 
describe() - Method in class noaa.coastwatch.render.LogEnhancement
 
describe() - Method in class noaa.coastwatch.render.StepEnhancement
 
describe() - Method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
 
describe() - Method in class noaa.coastwatch.util.trans.DataProjection
 
describe() - Method in class noaa.coastwatch.util.trans.EarthTransform
Gets a string describing the earth transform type.
describe() - Method in class noaa.coastwatch.util.trans.EllipsoidPerspectiveProjection
 
describe() - Method in class noaa.coastwatch.util.trans.GeoVectorProjection
 
describe() - Method in class noaa.coastwatch.util.trans.MapProjection
 
describe() - Method in class noaa.coastwatch.util.trans.SensorScanProjection
Provides a description of this class.
describe() - Method in class noaa.coastwatch.util.trans.SwathProjection
 
DESCRIPTION - Static variable in class noaa.coastwatch.util.trans.CDMGridMappedProjection
Projection description string.
DESCRIPTION - Static variable in class noaa.coastwatch.util.trans.DataProjection
Projection description string.
DESCRIPTION - Static variable in class noaa.coastwatch.util.trans.GeoVectorProjection
Projection description string.
DESCRIPTION - Static variable in class noaa.coastwatch.util.trans.MapProjection
Projection description string.
DESCRIPTION - Static variable in class noaa.coastwatch.util.trans.SensorScanProjection
Projection description string.
DESCRIPTION - Static variable in class noaa.coastwatch.util.trans.SwathProjection
Projection description string.
destCoords - Variable in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
The destination coordinates.
destEarthLoc - Variable in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
The center earth location of the destination pixel.
destGrids - Variable in class noaa.coastwatch.util.GridResampler
The list of destination grids.
destTrans - Variable in class noaa.coastwatch.util.GridResampler
The destination earth transform.
DF24addimage(String, byte[], int, int) - Method in class noaa.coastwatch.io.HDFLib
 
DF24addimage(String, Object, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
DF24getdims(String, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
DF24getimage(String, byte[], int, int) - Method in class noaa.coastwatch.io.HDFLib
 
DF24getimage(String, Object, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
DF24lastref() - Method in class noaa.coastwatch.io.HDFLib
 
DF24nimages(String) - Method in class noaa.coastwatch.io.HDFLib
 
DF24putimage(String, byte[], int, int) - Method in class noaa.coastwatch.io.HDFLib
 
DF24putimage(String, Object, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
DF24readref(String, int) - Method in class noaa.coastwatch.io.HDFLib
 
DF24reqil(int) - Method in class noaa.coastwatch.io.HDFLib
 
DF24restart() - Method in class noaa.coastwatch.io.HDFLib
 
DF24setcompress(int, HDFCompInfo) - Method in class noaa.coastwatch.io.HDFLib
 
DF24setdims(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
DF24setil(int) - Method in class noaa.coastwatch.io.HDFLib
 
DFKNTsize(int) - Method in class noaa.coastwatch.io.HDFLib
 
DFPaddpal(String, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
DFPgetpal(String, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
DFPlastref() - Method in class noaa.coastwatch.io.HDFLib
 
DFPnpals(String) - Method in class noaa.coastwatch.io.HDFLib
 
DFPputpal(String, byte[], boolean, String) - Method in class noaa.coastwatch.io.HDFLib
 
DFPputpal(String, byte[], int, String) - Method in class noaa.coastwatch.io.HDFLib
 
DFPreadref(String, short) - Method in class noaa.coastwatch.io.HDFLib
 
DFPrestart() - Method in class noaa.coastwatch.io.HDFLib
 
DFPwriteref(String, short) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8addimage(String, byte[], int, int, short) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8addimage(String, Object, int, int, short) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8getdims(String, int[], boolean[]) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8getimage(String, byte[], int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8getimage(String, Object, int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8getpalref(short[]) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8lastref() - Method in class noaa.coastwatch.io.HDFLib
 
DFR8nimages(String) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8putimage(String, byte[], int, int, short) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8putimage(String, Object, int, int, short) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8readref(String, int) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8restart() - Method in class noaa.coastwatch.io.HDFLib
 
DFR8setcompress(int, HDFCompInfo) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8setpalette(byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
DFR8writeref(String, short) - Method in class noaa.coastwatch.io.HDFLib
 
DiagnosticInfo() - Constructor for class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
 
dims - Variable in class noaa.coastwatch.util.DataLocationConstraints
The full data location dimensions.
dims - Variable in class noaa.coastwatch.util.DataVariable
Array of data dimension sizes.
dims - Variable in class noaa.coastwatch.util.trans.EarthTransform
Data location dimensions.
DIR_PROPERTY - Static variable in class noaa.coastwatch.gui.open.FileChooser
The current directory property.
DirectGridResampler - Class in noaa.coastwatch.util
The DirectGridResampler class performs generic data resampling between 2D Earth transforms using a direct location lookup method.
DirectGridResampler(EarthTransform, EarthTransform) - Constructor for class noaa.coastwatch.util.DirectGridResampler
Creates a new grid resampler from the specified source and destination transforms.
DirectionSymbol - Class in noaa.coastwatch.render
A DirectionSymbol is a PointFeatureSymbol that renders a directional vector.
DirectionSymbol(EarthTransform2D) - Constructor for class noaa.coastwatch.render.DirectionSymbol
Creates a new direction symbol.
DirectoryLister - Interface in noaa.coastwatch.gui.open
A DirectoryLister performs simple directory listing services, providing the file names in a directory, their size, and modification times.
DirectoryLister.Entry - Class in noaa.coastwatch.gui.open
The DirectoryLister.Entry class may be used to access one entry in the contents of a directory lister.
DirectResamplingMapFactory - Class in noaa.coastwatch.util
The DirectResamplingMapFactory class creates a resampling map by directly querying the source transform for the data location of each earth location in the destination transform.
DirectResamplingMapFactory(EarthTransform, EarthTransform) - Constructor for class noaa.coastwatch.util.DirectResamplingMapFactory
Creates a new resampling factory from the source and destination transforms.
dispose() - Method in class noaa.coastwatch.gui.CompositeChooser
Disposes of any resources used by this chooser.
dispose() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Disposes of any resources used by this panel.
dispose() - Method in class noaa.coastwatch.gui.EarthDataViewController
Disposes of any resources used by this controller.
dispose() - Method in class noaa.coastwatch.gui.VariableChooser
Disposes of any resources used by this chooser.
dispose() - Method in class noaa.coastwatch.io.tile.TileCachedGrid
 
dispose() - Method in class noaa.coastwatch.util.DataVariable
Disposes of any resources used by this variable prior to being finalized.
dist - Variable in class noaa.coastwatch.render.lines.EdgeSegment
The distance to the segment edge.
dist(double, double, double, double) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Computes the physical distance between two locations in kilometers.
distance(double, double, double, double) - Static method in class noaa.coastwatch.util.EarthLocation
Calculates the great circle distance between two locations A and B.
distance(DataLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.EarthTransform
Calculates the distance between two data locations.
distance(EarthLocation) - Method in class noaa.coastwatch.util.EarthLocation
Calculates the great circle distance from this location to another.
distanceProxy(double, double, double, double) - Method in class noaa.coastwatch.util.EarthLocation
Computes a distance proxy between two locations.
distanceProxy(EarthLocation) - Method in class noaa.coastwatch.util.EarthLocation
Calculates the great circle distance proxy from this location to another.
distanceProxyToDistance(double) - Static method in class noaa.coastwatch.util.EarthLocation
Converts a distance proxy to an actual distance.
DOES_NOT_CONTAIN - Enum constant in enum class noaa.coastwatch.render.feature.TextRule.Operator
 
DOES_NOT_CONTAIN_BITS_FROM - Enum constant in enum class noaa.coastwatch.render.feature.NumberRule.Operator
 
doLayout() - Method in class noaa.coastwatch.gui.LightTable
 
doLayout() - Method in class noaa.coastwatch.gui.MultiPointFeatureOverlayStatsPanel
 
DOUBLE - Enum constant in enum class noaa.coastwatch.util.chunk.DataChunk.DataType
 
DOUBLE - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParser.ResultType
 
DoubleChunk - Class in noaa.coastwatch.util.chunk
The DoubleChunk class holds primitive double data with optional packing scheme and missing values.
DoubleChunk(double[], Double) - Constructor for class noaa.coastwatch.util.chunk.DoubleChunk
Creates a new initialized data chunk.
DoubleChunk(double[], Double, ScalingScheme) - Constructor for class noaa.coastwatch.util.chunk.DoubleChunk
Creates a new initialized data chunk with scaling parameters.
DoubleIterator - Interface in noaa.coastwatch.util
The DoubleIterator class adds an extra interface method to return the next double value.
DoublePackingScheme - Class in noaa.coastwatch.util.chunk
The DoublePackingScheme class implements a scale and offset packing scheme for primitive double data.
DoublePackingScheme(double, double) - Constructor for class noaa.coastwatch.util.chunk.DoublePackingScheme
Creates a new packing instance.
DoubleScalingScheme - Class in noaa.coastwatch.util.chunk
The DoubleScalingScheme class implements a scale and offset for scaling double data.
DoubleScalingScheme(double, double) - Constructor for class noaa.coastwatch.util.chunk.DoubleScalingScheme
Creates a new scaling instance.
DoubleValuePanel - Class in noaa.coastwatch.gui.value
A DoubleValuePanel holds a Double value and allows the user to change it.
DoubleValuePanel() - Constructor for class noaa.coastwatch.gui.value.DoubleValuePanel
 
downloadUrl - Variable in class noaa.coastwatch.net.CatalogQueryAgent.Entry
The data download URL for the full file data.
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.AnnotationOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.CoastOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.EarthDataOverlay
Draws the overlay graphics.
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.FilledShapeOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.LabeledLineOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.LineFeatureOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.MaskOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.PointFeatureOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.PoliticalOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.PolygonFeatureOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.ShapeOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.SurveyOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.TextOverlay
 
draw(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.TopographyOverlay
 
draw(Graphics, int, int) - Method in class noaa.coastwatch.render.ColorArrowSymbol
 
draw(Graphics, int, int) - Method in class noaa.coastwatch.render.ColorWindBarbSymbol
 
draw(Graphics, int, int) - Method in class noaa.coastwatch.render.CrossSymbol
Draws a plot symbol consisting of a cross to the specified graphics context at the specified coordinates.
draw(Graphics, int, int) - Method in class noaa.coastwatch.render.DirectionSymbol
 
draw(Graphics, int, int) - Method in class noaa.coastwatch.render.SimpleSymbol
 
draw(Graphics, int, int) - Method in class noaa.coastwatch.render.XSymbol
Draws a plot symbol consisting of a cross to the specified graphics context at the specified coordinates.
drawingShadow - Variable in class noaa.coastwatch.render.LineOverlay
The shadow rendering flag, true if we are rendering a shadow.
drawRect(Graphics, Rectangle) - Static method in class noaa.coastwatch.render.GraphicsServices
Draws a rectangle using a series of lines.
drawShadow(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.LineOverlay
Draws a drop shadow version of this overlay.
drawVector(Graphics, int, int, double, double) - Method in class noaa.coastwatch.render.ArrowSymbol
 
drawVector(Graphics, int, int, double, double) - Method in class noaa.coastwatch.render.DirectionSymbol
Draws a direction symbol with the specified properties.
drawVector(Graphics, int, int, double, double) - Method in class noaa.coastwatch.render.WindBarbSymbol
 
DURATION_MINUTES - Static variable in class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
The dataset duration in minutes attribute (Integer).
dxID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The relative longitude point ID.
dxID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The relative longitude point ID.
dyID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The relative latitude point ID.
dyID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The relative latitude point ID.
DynamicExtensionFileChooser - Class in noaa.coastwatch.gui
The DynamicExtensionFileChooser class allows the user to select a file.
DynamicExtensionFileChooser(Map) - Constructor for class noaa.coastwatch.gui.DynamicExtensionFileChooser
Creates a new chooser with specified filters.

E

e0fn(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the constant e0 which is used in a series for calculating the distance along a meridian.
e1fn(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the constant e1 which is used in a series for calculating the distance along a meridian.
e2fn(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the constant e2 which is used in a series for calculating the distance along a meridian.
e3fn(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the constant e3 which is used in a series for calculating the distance along a meridian.
e4fn(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the constant e4 used in the Polar Stereographic projection.
EarthArea - Class in noaa.coastwatch.util
The EarthArea class represents irregularly shaped areas on a sphere.
EarthArea() - Constructor for class noaa.coastwatch.util.EarthArea
Creates an empty earth area with no locations.
EarthArea(EarthTransform, DataLocation, DataLocation) - Constructor for class noaa.coastwatch.util.EarthArea
Creates a new earth area from the specified parameters.
EarthArea.EarthAreaIterator - Class in noaa.coastwatch.util
The earth area iterator is used to loop over all grid squares in an earth area.
EarthAreaIterator() - Constructor for class noaa.coastwatch.util.EarthArea.EarthAreaIterator
 
EarthContextElement - Class in noaa.coastwatch.render
The EarthContextElement is a picture element that renders a simplified view of the earth with coastlines and the bounding boxes of a number of arbitrarily shaped areas.
EarthContextElement() - Constructor for class noaa.coastwatch.render.EarthContextElement
Creates a new earth context element showing the entire Earth centered at (0'N, 0'E).
EarthContextElement(Point2D, Dimension, EarthTransform, DataLocation, DataLocation) - Constructor for class noaa.coastwatch.render.EarthContextElement
Creates a new earth context element from the specified properties.
EarthContextElement(EarthLocation) - Constructor for class noaa.coastwatch.render.EarthContextElement
Creates a new earth context element showing the entire Earth.
EarthContextElement(EarthTransform, DataLocation, DataLocation) - Constructor for class noaa.coastwatch.render.EarthContextElement
Creates a new earth context element from the specified properties.
EarthContextPanel - Class in noaa.coastwatch.gui
The earth context panel displays an earth context element.
EarthContextPanel() - Constructor for class noaa.coastwatch.gui.EarthContextPanel
Creates a new earth context panel showing the entire globe.
EarthContextPanel(EarthContextElement) - Constructor for class noaa.coastwatch.gui.EarthContextPanel
Creates a new earth context panel.
EarthDataAnalysisPanel - Class in noaa.coastwatch.gui
The EarthDataAnalysisPanel groups together a variety of earth data view and chooser components into one main panel that may be used to display the contents of a EarthDataReader object.
EarthDataAnalysisPanel(EarthDataReader, List<String>) - Constructor for class noaa.coastwatch.gui.EarthDataAnalysisPanel
Creates a new analysis panel from the specified reader.
EarthDataChooser - Class in noaa.coastwatch.gui.open
The EarthDataChooser class allows the user to choose a dataset and list of variables for opening earth locatable data.
EarthDataChooser() - Constructor for class noaa.coastwatch.gui.open.EarthDataChooser
Creates a new chooser panel.
EarthDataExporter - Class in noaa.coastwatch.gui.save
The EarthDataExporter class allows the user to choose a file name and parameters for saving earth locatable data.
EarthDataExporter(EarthDataView, EarthDataInfo, EarthDataReader, List) - Constructor for class noaa.coastwatch.gui.save.EarthDataExporter
Creates a new exporter panel.
EarthDataInfo - Class in noaa.coastwatch.util
The EarthDataInfo class is a container for global metadata pertaining to a number of DataVariable objects.
EarthDataInfo(String, Date, EarthTransform, String, String) - Constructor for class noaa.coastwatch.util.EarthDataInfo
Constructs a new earth data info object with the specified properties.
EarthDataInfo(String, List<TimePeriod>, EarthTransform, String, String) - Constructor for class noaa.coastwatch.util.EarthDataInfo
Constructs a new earth data info object with the specified properties.
EarthDataOverlay - Class in noaa.coastwatch.render
An earth data overlay specifies information used for the annotation of an earth data view, for example grid lines, coastlines, symbols, text, and so on.
EarthDataOverlay(Color) - Constructor for class noaa.coastwatch.render.EarthDataOverlay
Constructs a new data overlay.
EarthDataOverlay(Color, int) - Constructor for class noaa.coastwatch.render.EarthDataOverlay
Constructs a new data overlay.
EarthDataPlot - Class in noaa.coastwatch.render
The earth data plot class is used for rendering earth data with legends.
EarthDataPlot(EarthDataView, EarthDataInfo, IconElement, Color, Color, Font) - Constructor for class noaa.coastwatch.render.EarthDataPlot
Creates a new earth data plot from the specified parameters.
EarthDataReader - Class in noaa.coastwatch.io
An EarthDataReader obtains earth data from a data source and provides it to the user in a consistent format.
EarthDataReader(String) - Constructor for class noaa.coastwatch.io.EarthDataReader
Creates a new earth data reader.
EarthDataReaderFactory - Class in noaa.coastwatch.io
The earth data reader factory class creates an appropriate earth data reader object based on a file name.
EarthDataReaderFactory() - Constructor for class noaa.coastwatch.io.EarthDataReaderFactory
 
EarthDataSurvey - Class in noaa.coastwatch.util
The EarthDataSurvey class is used to perform surveys on DataVariable objects, and is the abstract parent of all surveys.
EarthDataSurvey() - Constructor for class noaa.coastwatch.util.EarthDataSurvey
Creates a new empty survey.
EarthDataSurvey(String, String, NumberFormat, EarthTransform, Statistics, DataLocation[]) - Constructor for class noaa.coastwatch.util.EarthDataSurvey
Creates a new data survey.
EarthDataView - Class in noaa.coastwatch.render
The EarthDataView class sets up a correspondence between 2D Earth locatable data variables (possibly more than one) and a visual image.
EarthDataView(int[], EarthTransform) - Constructor for class noaa.coastwatch.render.EarthDataView
Constructs a new view using the specified parameters.
EarthDataView(EarthDataView) - Constructor for class noaa.coastwatch.render.EarthDataView
Creates a new view using the geometry of the specified view.
EarthDataViewController - Class in noaa.coastwatch.gui
The EarthDataViewController class handles interactions between an EarthDataView object and the chooser objects used to manipulate its properties.
EarthDataViewController(EarthDataReader, List<String>) - Constructor for class noaa.coastwatch.gui.EarthDataViewController
Creates an new controller using the specified reader.
EarthDataViewFactory - Class in noaa.coastwatch.gui
The EarthDataViewFactory uses an EarthDataReader and variable name to create an EarthDataView for displaying a view of the variable data.
EarthDataViewFactory() - Constructor for class noaa.coastwatch.gui.EarthDataViewFactory
 
EarthDataViewPanel - Class in noaa.coastwatch.gui
The EarthDataViewPanel class displays an onscreen version of an EarthDataView object.
EarthDataViewPanel(EarthDataView) - Constructor for class noaa.coastwatch.gui.EarthDataViewPanel
Creates a new earth data view panel using the specified view.
EarthDataViewPanel.TrackBar - Class in noaa.coastwatch.gui
The track bar class supplies mouse position tracking for an Earth data view panel.
EarthDataWriter - Class in noaa.coastwatch.io
The EarthDataWriter interface is for classes that obtain data from EarthDataInfo and DataVariable objects and format the information to some output destination.
EarthDataWriter(String) - Constructor for class noaa.coastwatch.io.EarthDataWriter
Constructs a new earth data writer and initializes the variables to an empty list.
EarthImageTransform - Class in noaa.coastwatch.render
The earth image transform class translates between 2D geographic coordinates in latitude, longitude and image coordinates in x, y.
EarthImageTransform(Dimension, EarthLocation, double[], EarthTransform) - Constructor for class noaa.coastwatch.render.EarthImageTransform
EarthImageTransform(Dimension, EarthLocation, double, EarthTransform) - Constructor for class noaa.coastwatch.render.EarthImageTransform
Constructs a new earth image transform from the specified image dimensions and geographic center.
EarthImageTransform(EarthTransform, ImageTransform) - Constructor for class noaa.coastwatch.render.EarthImageTransform
Constructs an earth image transform with the specified parameters.
EarthImageWriter - Class in noaa.coastwatch.io
The EarthImageWriter has a single static method that writes image data from an EarthDataView to one of various formats.
EarthLocation - Class in noaa.coastwatch.util
An earth location represents a point using latitude and longitude in degrees.
EarthLocation() - Constructor for class noaa.coastwatch.util.EarthLocation
Constructs a new earth location at the origin (0,0).
EarthLocation(double, double) - Constructor for class noaa.coastwatch.util.EarthLocation
Constructs a new earth location from the specified parameters.
EarthLocation(double, double, Datum) - Constructor for class noaa.coastwatch.util.EarthLocation
Constructs a new earth location from the specified parameters.
EarthLocation(Datum) - Constructor for class noaa.coastwatch.util.EarthLocation
Constructs a new earth location at the origin (0,0) with the specified datum.
EarthLocationSet<T> - Class in noaa.coastwatch.util
An EarthLocationSet holds a number of earth locations and allows for fast retrieval of the nearest location in the set to a given point and an associated data object.
EarthLocationSet(int) - Constructor for class noaa.coastwatch.util.EarthLocationSet
Creates a new empty location set.
EarthLocationSet.Entry - Class in noaa.coastwatch.util
An entry in the set holds the data for an earth location and it's associated data.
EarthPartition - Class in noaa.coastwatch.util
The EarthPartition class sets up a partitioning of earth data such that no individual partition has physical size exceeding a user-specified tolerance.
EarthPartition(Object) - Constructor for class noaa.coastwatch.util.EarthPartition
Constructs an earth partitioning from the specified encoding.
EarthPartition(EarthTransform, DataLocation, DataLocation, double, int[]) - Constructor for class noaa.coastwatch.util.EarthPartition
Constructs an earth partitioning from the specified earth transform, extents, and size tolerance.
EarthPartition(EarthTransform, DataLocation, DataLocation, double, int[], boolean) - Constructor for class noaa.coastwatch.util.EarthPartition
Constructs an earth partitioning from the specified earth transform, extents, and size tolerance.
EarthPlotInfo - Class in noaa.coastwatch.render
An earth plot information legend annotates an earth data view with information about the data source, date, time, projection, and earth location.
EarthPlotInfo(IconElement, EarthDataInfo, EarthArea, EarthContextElement, EarthLocation) - Constructor for class noaa.coastwatch.render.EarthPlotInfo
Creates an earth plot information legend from the specified parameters.
EarthPlotInfo(IconElement, EarthDataInfo, EarthArea, EarthContextElement, EarthLocation, Dimension, Font, Color, Color) - Constructor for class noaa.coastwatch.render.EarthPlotInfo
Creates an earth plot information legend from the specified parameters.
EarthTransform - Class in noaa.coastwatch.util.trans
The EarthTransform class translates between data coordinates and geographic coordinates in latitude and longitude degrees.
EarthTransform() - Constructor for class noaa.coastwatch.util.trans.EarthTransform
 
EarthTransform2D - Class in noaa.coastwatch.util.trans
The EarthTransform2D class adds extra functionality to its super class common to two-dimensional earth transforms.
EarthTransform2D() - Constructor for class noaa.coastwatch.util.trans.EarthTransform2D
 
east - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The maximum eastern value in degrees [-180..180].
EAST - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
The east side constant.
ec - Variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
The eccentricity value for the spheroid.
ec2 - Variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
The eccentricity value squared for the spheroid.
ecfCoords - Variable in class noaa.coastwatch.util.EarthLocationSet.Entry
The ECF coordinates for the location, computed upon insertion.
EdgeLabelFactory - Class in noaa.coastwatch.render.lines
The EdgeLabelFactory class creates labels that line up along the view edges.
EdgeSegment - Class in noaa.coastwatch.render.lines
The EdgeSegment class holds information about a segment which is close to an image edge.
EdgeSegment(EdgeSegment.EdgeType, Dimension, Line2D) - Constructor for class noaa.coastwatch.render.lines.EdgeSegment
Creates a new edge segment from the specified parameters.
EdgeSegment.EdgeType - Enum Class in noaa.coastwatch.render.lines
The types of edges possible for edge segments.
element - Variable in class noaa.coastwatch.gui.EarthContextPanel
The context element to display.
elements - Variable in class noaa.coastwatch.render.AnnotationOverlay
The list of annotation elements.
ellipsisString(String, int) - Static method in class noaa.coastwatch.gui.GUIServices
Truncates a string to a maximum length by embedding an ellipsis in the middle.
ELLIPSOID - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The reference ellipsoid model attribute (String).
EllipsoidMercator - Class in noaa.coastwatch.util.trans.cdm
The EllipsoidMercator class performs Mercator projection calculations for an ellipsoid earth model, wrapped for use with the NetCDF Java library.
EllipsoidMercator() - Constructor for class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
 
EllipsoidMercatorBuilder - Class in noaa.coastwatch.util.trans.cdm
An EllipsoideMercatorBuilder builds instances of EllipsoidMercator objects wrapped for use by the NetCDF Java library.
EllipsoidMercatorBuilder() - Constructor for class noaa.coastwatch.util.trans.cdm.EllipsoidMercatorBuilder
 
EllipsoidPerspectiveProjection - Class in noaa.coastwatch.util.trans
The EllipsoidPerspectiveProjection class simulates the earth view that a theoretical satellite would have from orbit.
EllipsoidPerspectiveProjection(double[], int[]) - Constructor for class noaa.coastwatch.util.trans.EllipsoidPerspectiveProjection
Constructs a new ellipsoid perspective projection.
EMPTY - Static variable in class noaa.coastwatch.gui.open.FileTableModel
The empty directory entry.
Encodable - Interface in noaa.coastwatch.util
An encodable object is one whose representation can be encoded in a data structure or array, for example as a number of integers or floating point values.
encode(BufferedImage) - Method in class noaa.coastwatch.io.GIFWriter
Writes a GIF file to the output stream using the specified image data.
encode(RenderedImage) - Method in class noaa.coastwatch.io.GeoTIFFWriter
Writes a GeoTIFF file to the output stream using the specified image data.
encodeImages(List<RenderedImage>) - Method in class noaa.coastwatch.io.GeoTIFFWriter
Writes a multi-image GeoTIFF file to the output stream using the specified image data.
end - Variable in class noaa.coastwatch.util.DataLocationConstraints
The data location start and end bounds.
end() - Method in class noaa.coastwatch.test.TimeAccumulator
Marks the end of a CPU time recording session and adds the accumulated time to the total.
end() - Method in class noaa.coastwatch.util.HTMLReportFormatter
 
end() - Method in interface noaa.coastwatch.util.ReportFormatter
Ends the report.
end() - Method in class noaa.coastwatch.util.TextReportFormatter
 
END_DAY - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The dataset ending Julian day attribute: [1..366] (Integer).
END_MILLISECOND - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The dataset ending time in milliseconds attribute (Long).
END_YEAR - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The dataset ending year attribute (Integer).
endDate - Variable in class noaa.coastwatch.net.CatalogQueryAgent
The ending date.
endDate - Variable in class noaa.coastwatch.net.CatalogQueryAgent.Entry
The data ending date.
ENDS_WITH - Enum constant in enum class noaa.coastwatch.render.feature.TextRule.Operator
 
EnhancementChooser - Class in noaa.coastwatch.gui
An enhancement chooser is a panel that allows the user to select the specifications of a data enhancement function.
EnhancementChooser() - Constructor for class noaa.coastwatch.gui.EnhancementChooser
Creates a new enhancement chooser panel.
EnhancementChooser(EnhancementFunction) - Constructor for class noaa.coastwatch.gui.EnhancementChooser
Creates a new enhancement chooser panel with the specified function.
EnhancementFunction - Class in noaa.coastwatch.render
An enhancement function normalizes a data value to the range [0..1].
EnhancementFunction(double[]) - Constructor for class noaa.coastwatch.render.EnhancementFunction
Creates an enhancement function with the specified range.
EnhancementFunctionFactory - Class in noaa.coastwatch.render
The EnhancementFunctionFactory creates enhancement functions using a simple set of specifications.
EnhancementFunctionFactory() - Constructor for class noaa.coastwatch.render.EnhancementFunctionFactory
 
EnhancementFunctionPanel - Class in noaa.coastwatch.gui
An enhancement function panel displays an enhancement function graphically as a line plot.
EnhancementFunctionPanel() - Constructor for class noaa.coastwatch.gui.EnhancementFunctionPanel
Creates a new enhancement function panel with no initial function.
EnhancementFunctionPanel(EnhancementFunction) - Constructor for class noaa.coastwatch.gui.EnhancementFunctionPanel
Creates a new enhancement function panel with the specified initial function.
Entry() - Constructor for class noaa.coastwatch.net.CatalogQueryAgent.Entry
 
Entry() - Constructor for class noaa.coastwatch.util.EarthLocationSet.Entry
 
Entry(String, String) - Constructor for class noaa.coastwatch.gui.open.ServerTableModel.Entry
Creates a new server entry.
Entry(String, Date, long, boolean) - Constructor for class noaa.coastwatch.gui.open.DirectoryLister.Entry
Creates a new entry.
ENTRY_PROPERTY - Static variable in class noaa.coastwatch.gui.open.FileChooser
The directory entry property.
eof() - Method in class noaa.coastwatch.io.SimpleParser
Checks for the end-of-file token.
EPSILON - Static variable in class noaa.coastwatch.util.Topology
The smallest increment that differentiates two coordinates.
EPSLN - Static variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
The epsilon value for checking if numbers are very close.
EQRECT - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Equirectangular projection code.
equals(Object) - Method in class noaa.coastwatch.gui.open.DirectoryLister.Entry
Checks this entry against another for equality.
equals(Object) - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLineCalibration
 
equals(Object) - Method in class noaa.coastwatch.io.tile.TileCacheKey
 
equals(Object) - Method in class noaa.coastwatch.io.tile.TilingScheme.TilePosition
 
equals(Object) - Method in class noaa.coastwatch.render.EnhancementFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class noaa.coastwatch.render.feature.AbstractFeature
 
equals(Object) - Method in class noaa.coastwatch.render.feature.TimeWindow
 
equals(Object) - Method in class noaa.coastwatch.render.Palette
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class noaa.coastwatch.render.StepEnhancement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class noaa.coastwatch.render.Subregion
Returns true if the subregions are equal.
equals(Object) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
 
equals(Object) - Method in class noaa.coastwatch.util.chunk.DoubleScalingScheme
 
equals(Object) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
 
equals(Object) - Method in class noaa.coastwatch.util.chunk.FloatScalingScheme
 
equals(Object) - Method in class noaa.coastwatch.util.DataLocation
 
equals(Object) - Method in class noaa.coastwatch.util.EarthArea
Returns true if this area exactly equals another area.
equals(Object) - Method in class noaa.coastwatch.util.EarthLocation
 
equals(Object) - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
 
equals(Object) - Method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
 
equals(Object) - Method in class noaa.coastwatch.util.trans.DataProjection
Compares the specified object with this data projection for equality.
equals(Object) - Method in class noaa.coastwatch.util.trans.Datum
 
equals(Object) - Method in class noaa.coastwatch.util.trans.GeoVectorProjection
 
equals(Object) - Method in class noaa.coastwatch.util.trans.MapProjection
Compares the specified object with this map projection for equality.
equals(Object) - Method in class noaa.coastwatch.util.trans.SensorScanProjection
 
equals(Object) - Method in class noaa.coastwatch.util.trans.SwathProjection
Compares the specified object with this swath projection for equality.
equals(Object, Object) - Method in class noaa.coastwatch.gui.open.XMLTree
 
EQUIDC - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Equidistant Conic projection code.
EquidistantConicProjection - Class in noaa.coastwatch.util.trans
The EquidistantConicProjection class performs Equidistant Conic map projection calculations.
EquidistantConicProjection(double, double, int[], AffineTransform, double, double, double, double, long, double, double) - Constructor for class noaa.coastwatch.util.trans.EquidistantConicProjection
Constructs a map projection from the specified projection and affine transform.
EquirectangularProjection - Class in noaa.coastwatch.util.trans
The EquirectangularProjection class performs Equirectangular map projection calculations.
EquirectangularProjection(double, int[], AffineTransform, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.EquirectangularProjection
Constructs a map projection from the specified projection and affine transform.
error(String) - Method in class noaa.coastwatch.test.TestLogger
Prints an error message.
ERROR - Static variable in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
ERROR_INSTRUCTIONS - Static variable in class noaa.coastwatch.tools.ToolServices
The standard error dialog instructions string.
ESRIShapefileReader - Class in noaa.coastwatch.render.feature
The ESRIShapefileReader class reads geographic features from ESRI shapefile data and presents the data as an EarthDataOverlay object.
ESRIShapefileReader(URL) - Constructor for class noaa.coastwatch.render.feature.ESRIShapefileReader
Creates a new shapefile reader using a URL.
evaluate(double[]) - Method in class noaa.coastwatch.io.NOAA1bReader.LongitudeInterpolator
 
evaluate(double[]) - Method in class noaa.coastwatch.render.GammaEnhancement
Evaluates the enhancement at the specified data value.
evaluate(double[]) - Method in class noaa.coastwatch.render.LinearEnhancement
Evaluates the enhancement at the specified data value.
evaluate(double[]) - Method in class noaa.coastwatch.render.LogEnhancement
Evaluates the enhancement at the specified data value.
evaluate(double[]) - Method in class noaa.coastwatch.render.StepEnhancement
 
evaluate(double[]) - Method in class noaa.coastwatch.util.BivariateEstimator
 
evaluate(double[]) - Method in class noaa.coastwatch.util.Function
Evalutes a function value with the specified inputs.
evaluate(double[]) - Method in class noaa.coastwatch.util.LagrangeInterpolator
 
evaluate(double[]) - Method in class noaa.coastwatch.util.UnivariateEstimator
 
evaluate(EvaluateImp) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Evaluates the expression to a primitive wrapper object.
evaluate(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JELParser
 
evaluate(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JEPEmulationParser
 
evaluate(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JEPParser
 
EvaluateImp - Interface in noaa.coastwatch.util.expression
The EvaluateImp class defines an interface for all classes that help evaluate mathematical expressions by returning the variable values needed to perform the expression computation.
evaluateToBoolean(EvaluateImp) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Evaluates the expression to a boolean value.
evaluateToBoolean(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JELParser
 
evaluateToByte(EvaluateImp) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Evaluates the expression to a byte value.
evaluateToByte(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JELParser
 
evaluateToDouble(EvaluateImp) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Evaluates the expression to a double value.
evaluateToDouble(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JELParser
 
evaluateToDouble(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JEPEmulationParser
 
evaluateToDouble(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JEPParser
 
evaluateToFloat(EvaluateImp) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Evaluates the expression to a float value.
evaluateToFloat(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JELParser
 
evaluateToInt(EvaluateImp) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Evaluates the expression to an int value.
evaluateToInt(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JELParser
 
evaluateToLong(EvaluateImp) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Evaluates the expression to a long value.
evaluateToLong(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JELParser
 
evaluateToShort(EvaluateImp) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Evaluates the expression to a short value.
evaluateToShort(EvaluateImp) - Method in class noaa.coastwatch.util.expression.JELParser
 
EVEREST - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Everest spheroid code.
exitWithCode(int) - Static method in class noaa.coastwatch.tools.ToolServices
Performs an exit of a tool with the specified code.
expand() - Method in class noaa.coastwatch.util.EarthArea
Expands the current area by 1 degree in all directions.
explore(EarthTransform, DataLocation, DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.EarthArea
Explores within data location boundaries using an earth transform to find all locations within an area.
EXPORT - Static variable in class noaa.coastwatch.gui.FileOperationChooser
The save as operation.
EXPRESSION_LIST_PROPERTY - Static variable in class noaa.coastwatch.gui.MultiPointFeatureOverlayStatsPanel
The property change event for the expresion list.
ExpressionFilter - Class in noaa.coastwatch.util
The ExpressionFilter class detects locations whose data variable values satisfy a mathematical expression.
ExpressionFilter(EarthDataReader, String) - Constructor for class noaa.coastwatch.util.ExpressionFilter
Creates a new filter.
ExpressionFunction - Class in noaa.coastwatch.util.chunk
The ExpressionFunction class implements the ChunkFunction interface to perform mathematical expression calculations on chunk data.
ExpressionFunction() - Constructor for class noaa.coastwatch.util.chunk.ExpressionFunction
 
ExpressionFunction.VariableValueSource - Class in noaa.coastwatch.util.chunk
Provides expression variable values for this function to run.
ExpressionMaskOverlay - Class in noaa.coastwatch.render
The ExpressionMaskOverlay class uses a mathematical expression to compute a data mask.
ExpressionMaskOverlay(Color, EarthDataReader, List, String) - Constructor for class noaa.coastwatch.render.ExpressionMaskOverlay
Constructs a new overlay.
ExpressionMaskOverlayPropertyChooser - Class in noaa.coastwatch.gui.visual
The ExpressionMaskOverlayPropertyChooser class is an implementation of an OverlayPropertyChooser that allows the user to edit the properties of an ExpressionMaskOverlay.
ExpressionMaskOverlayPropertyChooser(ExpressionMaskOverlay) - Constructor for class noaa.coastwatch.gui.visual.ExpressionMaskOverlayPropertyChooser
Creates a new chooser panel.
ExpressionParser - Interface in noaa.coastwatch.util.expression
The ExpressionParser class defines an interface for all classes that parse and evaluate mathematical expressions.
ExpressionParser.ResultType - Enum Class in noaa.coastwatch.util.expression
The enumeration of the possible expression result types.
ExpressionParserFactory - Class in noaa.coastwatch.util.expression
The ExpressionParserFactory class creates standard instances of a ExpressionParser that follow either the legacy expression syntax or Java expression syntax.
ExpressionParserFactory.ParserStyle - Enum Class in noaa.coastwatch.util.expression
The various styles of parsers.
ExpressionTest - Class in noaa.coastwatch.util.expression
The ExpressionTest class test a parser with a given set of inputs and expected result.
ExpressionTest(String, ExpressionParser, String[], double[], double) - Constructor for class noaa.coastwatch.util.expression.ExpressionTest
Creates a new expression test.
ExtrasLibrary() - Constructor for class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
 

F

FadeImageFilter(double) - Constructor for class noaa.coastwatch.gui.FullScreenToolBar.FadeImageFilter
Creates a new fade filter using the specified factor.
FadeImageFilter(double) - Constructor for class noaa.coastwatch.gui.GhostButton.FadeImageFilter
Creates a new fade filter using the specified factor.
failed() - Method in class noaa.coastwatch.test.TestLogger
Prints a test failed message.
falseEast - Variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
The false easting value.
falseNorth - Variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
The false northing value.
FAST - Static variable in class noaa.coastwatch.util.LocationEstimator
The fast location query mode.
fastMode - Static variable in class noaa.coastwatch.render.feature.LineFeature
The fast mode flag.
feature - Variable in class noaa.coastwatch.render.PointFeatureSymbol
The current point feature to use for rendering.
Feature - Interface in noaa.coastwatch.render.feature
 
FeatureGroupFilter - Class in noaa.coastwatch.render.feature
A FeatureGroupFilter filters a set of Feature objects using a grouping concept.
FeatureGroupFilter(String, Map<String, Integer>, String, Object) - Constructor for class noaa.coastwatch.render.feature.FeatureGroupFilter
Creates a new group filter with the specified properties.
FeatureGroupFilterChooser - Class in noaa.coastwatch.gui
The FeatureGroupFilterChooser class is a panel that allows the user to manipulate a FeatureGroupFilter.
FeatureGroupFilterChooser(List<Attribute>, Map<String, Integer>, Date) - Constructor for class noaa.coastwatch.gui.FeatureGroupFilterChooser
Creates a new empty feature group filter chooser.
featureList - Variable in class noaa.coastwatch.render.feature.AbstractFeatureSource
The currently selected list of features.
FeatureSource - Interface in noaa.coastwatch.render.feature
The FeatureSource interface provides methods common the all feature sources; the methods allow for selection of features based on a geographic area, iteration over the matching features, and information on attributes.
FEET - Static variable in class noaa.coastwatch.util.GCTP
US Feet units code.
FILE - Static variable in class noaa.coastwatch.util.GCTP
Print errors to a file.
FILE_PROPERTY - Static variable in class noaa.coastwatch.gui.open.NetworkFileChooser
The file selection property.
FILE_PROPERTY - Static variable in class noaa.coastwatch.gui.open.THREDDSFileChooser
The file selection property.
FileChooser - Class in noaa.coastwatch.gui.open
The FileChooser class is a simplified version of the Swing JFileChooser that allows the user to select a file on any directory listing service supported by a DirectoryLister object.
FileChooser(DirectoryLister) - Constructor for class noaa.coastwatch.gui.open.FileChooser
Creates a new file chooser with no location.
FileChooser.Task - Class in noaa.coastwatch.gui.open
The Task class allows the user to run a file chooser task via FileChooser.runTask(noaa.coastwatch.gui.open.FileChooser.Task) in a separate thread from the AWT event queue, and output status messages to the user.
FileOperationChooser - Class in noaa.coastwatch.gui
The FileOperationChooser class is a JToolBar that allows the user to perform basic file operations: Open, Close, Export.
FileOperationChooser() - Constructor for class noaa.coastwatch.gui.FileOperationChooser
Creates a new horizontal operation chooser with text and icons.
FileOperationChooser(int, boolean) - Constructor for class noaa.coastwatch.gui.FileOperationChooser
Creates a new operation chooser.
FileSavePanel - Class in noaa.coastwatch.gui
The FileSavePanel displays a file name for saving and allows the user to choose a new file name.
FileSavePanel() - Constructor for class noaa.coastwatch.gui.FileSavePanel
Creates a new save panel with default file chooser.
FileSavePanel(JFileChooser) - Constructor for class noaa.coastwatch.gui.FileSavePanel
Creates a new save panel.
FileTable - Class in noaa.coastwatch.gui.open
The FileTable uses a FileTableModel object to display a directory listing.
FileTable() - Constructor for class noaa.coastwatch.gui.open.FileTable
Creates a new empty file table.
FileTableModel - Class in noaa.coastwatch.gui.open
The FileTableModel uses a list of DirectoryLister.Entry objects to present a view of a directory and its subdirectories and files.
FileTableModel() - Constructor for class noaa.coastwatch.gui.open.FileTableModel
Creates a new file table model with an empty entry list.
FileTransferHandler - Class in noaa.coastwatch.gui
The FileTransferHandler class is used with the JComponent.setTransferHandler() method to handle one or more java.io.File objects during a drag and drop operation.
FileTransferHandler(Runnable) - Constructor for class noaa.coastwatch.gui.FileTransferHandler
Creates a new handler that calls the specified runnable.
FilledShapeOverlay - Class in noaa.coastwatch.render
The FilledShapeOverlay class may be used to render a list of generic filled shapes.
FilledShapeOverlay(Color) - Constructor for class noaa.coastwatch.render.FilledShapeOverlay
Creates a new shape overlay with the specified color.
filter(double[]) - Method in interface noaa.coastwatch.util.Filter
Filters an array of data values.
filter(double[]) - Method in class noaa.coastwatch.util.LongitudeFilter
Detects a longitude boundary crossing and adjusts the values if necessary.
filter(String) - Method in class noaa.coastwatch.gui.open.OpendapURLFilter
Filters the input string.
filter(String) - Method in interface noaa.coastwatch.gui.open.StringFilter
Filters the input string.
filter(List<Feature>) - Method in class noaa.coastwatch.render.feature.FeatureGroupFilter
Filters a collection of features using the algorithm in this filter for matching.
filter(List<Feature>) - Method in class noaa.coastwatch.render.feature.SelectionRuleFilter
Filters a collection of features using the rules in this filter for matching.
filter(EarthArea) - Method in class noaa.coastwatch.render.feature.LineFeature
Deprecated.
This method was used by GSHHSReader but is no longer needed.
Filter - Interface in noaa.coastwatch.util
The filter interface provides a method for performing processing on an array of data values.
FILTER_PROPERTY - Static variable in class noaa.coastwatch.gui.FeatureGroupFilterChooser
The name for filter property change events.
FILTER_PROPERTY - Static variable in class noaa.coastwatch.gui.SelectionRuleFilterChooser
The name for filter property change events.
filterRGB(int, int, int) - Method in class noaa.coastwatch.gui.FullScreenToolBar.FadeImageFilter
 
filterRGB(int, int, int) - Method in class noaa.coastwatch.gui.FullScreenToolBar.GhostImageFilter
 
filterRGB(int, int, int) - Method in class noaa.coastwatch.gui.GhostButton.FadeImageFilter
 
filterRGB(int, int, int) - Method in class noaa.coastwatch.gui.GhostButton.GhostImageFilter
 
finalize() - Method in class noaa.coastwatch.io.EarthDataReader
Closes the resources associated with the data source.
finalize() - Method in class noaa.coastwatch.io.EarthDataWriter
Closes the resources associated with the data destination.
finalize() - Method in class noaa.coastwatch.render.feature.HDFGSHHSLineReader
 
finalize() - Method in class noaa.coastwatch.render.feature.HDFGSHHSReader
 
findGetMethod(Object, String) - Static method in class noaa.coastwatch.gui.visual.VisualServices
Returns the get method for the specified object and property, or null if no method can be found.
findGetValuesMethod(Object, String) - Static method in class noaa.coastwatch.gui.visual.VisualServices
Returns the get values method for the specified object and property, or null if no method can be found.
findMethod(Object, String) - Static method in class noaa.coastwatch.gui.visual.VisualServices
Returns the first method for the specified object with the specified name, or null if one cannot be found.
findPartition(DataLocation) - Method in class noaa.coastwatch.util.EarthPartition
Gets the partition containing the specified data location.
findSetMethod(Object, String) - Static method in class noaa.coastwatch.gui.visual.VisualServices
Returns the set method for the specified object and property, or null if no method can be found.
finishExecution(String) - Static method in class noaa.coastwatch.tools.ToolServices
Logs a finishing time for a executable task.
firePropertyChange() - Method in class noaa.coastwatch.gui.visual.AbstractVisualObject
Fires a property change event for this object's value.
firePropertyChange() - Method in interface noaa.coastwatch.gui.visual.VisualObject
Fires a property change event for this object's value.
firePropertyChange(Object, Object) - Method in class noaa.coastwatch.gui.visual.AbstractVisualObject
Fires a property change event for this object's value using the specified old and new values.
firstSegment - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The index of the first segment in each bin.
firstSegment - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The index of the first segment in each bin.
FIT - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The fit operation.
fitReset() - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Resets the view panel so that one dimension of the data grid fits, centered within the panel.
FLOAT - Enum constant in enum class noaa.coastwatch.util.chunk.DataChunk.DataType
 
FLOAT - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParser.ResultType
 
FloatChunk - Class in noaa.coastwatch.util.chunk
The FloatChunk class holds primitive float data with optional packing scheme and missing values.
FloatChunk(float[], Float) - Constructor for class noaa.coastwatch.util.chunk.FloatChunk
Creates a new initialized data chunk.
FloatChunk(float[], Float, ScalingScheme) - Constructor for class noaa.coastwatch.util.chunk.FloatChunk
Creates a new initialized data chunk with scaling parameters.
FloatingPointValuedDataChunk - Interface in noaa.coastwatch.util.chunk
The FloatingPointValuedDataChunk interface is implemented by concrete classes that hold data of a specific primitive floating point type (float, double).
FloatPackingScheme - Class in noaa.coastwatch.util.chunk
The FloatPackingScheme class implements a scale and offset packing scheme for primitive float data.
FloatPackingScheme(float, float) - Constructor for class noaa.coastwatch.util.chunk.FloatPackingScheme
Creates a new packing instance.
FloatScalingScheme - Class in noaa.coastwatch.util.chunk
The FloatScalingScheme class implements a scale and offset for scaling float data.
FloatScalingScheme(float, float) - Constructor for class noaa.coastwatch.util.chunk.FloatScalingScheme
Creates a new scaling instance.
FloatValuePanel - Class in noaa.coastwatch.gui.value
A FloatValuePanel holds a Float value and allows the user to change it.
FloatValuePanel() - Constructor for class noaa.coastwatch.gui.value.FloatValuePanel
 
FloatWriter - Class in noaa.coastwatch.io
A float writer is a binary writer that writes data as a stream of 32-bit IEEE floating point values.
FloatWriter(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.FloatWriter
Creates a new binary file from the specified earth data info and file name.
floor() - Method in class noaa.coastwatch.util.DataLocation
Gets the nearest data location with whole integer coordinates less than this location.
flush() - Method in class noaa.coastwatch.io.ArcWriter
Flushes all unwritten data to the destination.
flush() - Method in class noaa.coastwatch.io.BinaryWriter
 
flush() - Method in class noaa.coastwatch.io.CachedGrid
Writes any unwritten tiles to the data stream.
flush() - Method in class noaa.coastwatch.io.CFNC4Writer
 
flush() - Method in class noaa.coastwatch.io.CFNCWriter
 
flush() - Method in class noaa.coastwatch.io.EarthDataWriter
Flushes all unwritten data to the destination.
flush() - Method in class noaa.coastwatch.io.GeoTIFFDataWriter
 
flush() - Method in class noaa.coastwatch.io.HDFWriter
 
flush() - Method in class noaa.coastwatch.io.TextWriter
 
followup() - Method in class noaa.coastwatch.gui.open.FileChooser.Task
Performs the optional followup task (only if no exception).
font - Variable in class noaa.coastwatch.render.Legend
The legend font.
FONT_PROPERTY - Static variable in class noaa.coastwatch.gui.visual.FontChooser
The font property.
FontChooser - Class in noaa.coastwatch.gui.visual
The FontChooser class is a panel that displays font family, style, and size controls to allow the user to select a letter font.
FontChooser() - Constructor for class noaa.coastwatch.gui.visual.FontChooser
Creates a new font chooser.
FontChooser(Font) - Constructor for class noaa.coastwatch.gui.visual.FontChooser
Creates a new font chooser with the specified initial font.
fore - Variable in class noaa.coastwatch.render.Legend
The legend foreground and background colors.
format() - Method in class noaa.coastwatch.util.EarthLocation
Formats this earth location to a string using the default format style.
format(boolean) - Method in class noaa.coastwatch.util.DataLocation
Gets a formatted string for this location.
format(double) - Method in class noaa.coastwatch.util.DataVariable
Formats a data value to a string.
format(int) - Method in class noaa.coastwatch.util.DataVariable
Formats a data value to a string.
format(int) - Method in class noaa.coastwatch.util.EarthLocation
Formats this earth location to a string.
format(String, String) - Static method in class noaa.coastwatch.util.MetadataServices
Creates a formatted version of an attribute value.
format(DataLocation) - Method in class noaa.coastwatch.util.DataVariable
Formats a data value to a string.
FORMAT_VERSION - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The NOAA 1b format version attribute (Integer).
formatDate(String) - Method in class noaa.coastwatch.util.EarthDataInfo
Formats the first date.
formatDate(String, TimeZone) - Method in class noaa.coastwatch.util.EarthDataInfo
Formats the first date.
formatDate(String, EarthLocation) - Method in class noaa.coastwatch.util.EarthDataInfo
Formats the first date.
formatDate(Date, String) - Static method in class noaa.coastwatch.util.DateFormatter
Creates a string with the specified date formatting.
formatDate(Date, String, TimeZone) - Static method in class noaa.coastwatch.util.DateFormatter
Creates a string with the specified date formatting.
formatDate(Date, String, EarthLocation) - Static method in class noaa.coastwatch.util.DateFormatter
Creates a string with the specified date formatting.
formatSingle(double, int, int) - Static method in class noaa.coastwatch.util.EarthLocation
Formats a single coordinate from an earth location to a string.
formatSingle(int) - Method in class noaa.coastwatch.util.EarthLocation
Formats a single coordinate from this earth location coordinate to a string using the default format style.
formatSingle(int, int) - Method in class noaa.coastwatch.util.EarthLocation
Formats a single coordinate from this earth location to a string.
forward(double[], int) - Static method in class noaa.coastwatch.util.GCTP
Deprecated.
The native methods of GCTP are no longer supported. Use the MapProjectionFactory to create and work with map projections.
forwardAffine - Variable in class noaa.coastwatch.util.trans.MapProjection
Map [x, y] to data [row, column] affine transform.
fraction - Variable in class noaa.coastwatch.util.DataLocationConstraints
The data coverage fraction in the range [0..1].
fromFloatArray(float[], DataChunk) - Static method in class noaa.coastwatch.util.chunk.ChunkDataCast
Casts the data values to a DataChunk object from a primitive float array.
FULL - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Full resolution (less than 0.2 km).
FullScreenToolBar - Class in noaa.coastwatch.gui
The FullScreenToolBar class is a horizontal toolbar for full screen modes.
FullScreenToolBar() - Constructor for class noaa.coastwatch.gui.FullScreenToolBar
Creates a new toolbar.
FullScreenToolBar.FadeImageFilter - Class in noaa.coastwatch.gui
The FadeImageFilter converts normal color pixels to either brigher or darker versions using a fade factor.
FullScreenToolBar.GhostImageFilter - Class in noaa.coastwatch.gui
The GhostImageFilter converts normal color pixels to ghostly inverted grayscale pixels.
FullScreenWindow - Class in noaa.coastwatch.gui
The FullScreenWindow class display a full screen component with optional tool bar.
FullScreenWindow(Component, FullScreenToolBar) - Constructor for class noaa.coastwatch.gui.FullScreenWindow
Creates a new window with the specified component and toolbar.
func(String) - Method in class noaa.coastwatch.tools.UsageInfo
 
Function - Class in noaa.coastwatch.util
A function takes a number of variables as input and produces an output value.
Function() - Constructor for class noaa.coastwatch.util.Function
 
FUNCTION_PROPERTY - Static variable in class noaa.coastwatch.gui.EnhancementChooser
The enhancement property.

G

GAC_NAVIGATION_END - Static variable in class noaa.coastwatch.io.NOAA1bReader
The ending sample for GAC navigation.
GAC_NAVIGATION_START - Static variable in class noaa.coastwatch.io.NOAA1bReader
The starting sample for GAC navigation.
GAC_NAVIGATION_STEP - Static variable in class noaa.coastwatch.io.NOAA1bReader
The navigation step size for GAC navigation.
GAC_SAMPLES - Static variable in class noaa.coastwatch.io.NOAA1bReader
The number of samples per line for GAC data.
GammaEnhancement - Class in noaa.coastwatch.render
A gamma enhancement is an enhancement function formed by a power law y = (mx + b)^g relationship where g is the gamma value, set to 1/2.2 by default.
GammaEnhancement(double[]) - Constructor for class noaa.coastwatch.render.GammaEnhancement
Constructs a gamma enhancement from the data value range.
gctp(double[], int, int, double[], int, int, int, String, int, String, int, int, double[], int, int, String, String) - Static method in class noaa.coastwatch.util.GCTP
Deprecated.
The native methods of GCTP are no longer supported. Use the MapProjectionFactory to create and work with map projections.
GCTP - Class in noaa.coastwatch.util
The static routines in the General Cartographic Transformations Package (GCTP) class handle the transformation of data coordinates between common earth projection systems.
GCTP.Requirements - Class in noaa.coastwatch.util
The GCTP requirements class helps determine the various parameters required for each projection.
GCTPCStyleProjection - Class in noaa.coastwatch.util.trans
The GCTPCStyleProjection class provides method signatures that correspond directly with the GCTPC code modules for ease of converting GCTPC code to Java.
GCTPCStyleProjection(int, int, double, double, int[], AffineTransform) - Constructor for class noaa.coastwatch.util.trans.GCTPCStyleProjection
Creates a GCTP C style projection.
GCTPProjection - Class in noaa.coastwatch.util.trans
Deprecated.
The native methods of GCTP are no longer supported. Use the MapProjectionFactory to create and work with map projections rather than this class.
GCTPProjection(int, int, double[], int, int[], AffineTransform) - Constructor for class noaa.coastwatch.util.trans.GCTPProjection
Deprecated.
Constructs a map projection from the specified projection and affine transform.
GCTPStyleProjection - Class in noaa.coastwatch.util.trans
The GCTPStyleProjection class provides various static constants and functions for classes that perform GCTP style projection computations.
GCTPStyleProjection(int, int, double, double, int[], AffineTransform) - Constructor for class noaa.coastwatch.util.trans.GCTPStyleProjection
Creates a GCTP style projection.
GENERAL_PATH - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The general path drawing mode.
GeneralVerticalNearsidePerspectiveProjection - Class in noaa.coastwatch.util.trans
The GeneralVerticalNearsidePerspectiveProjection class performs General Vertical Nearside Perspective map projection calculations.
GeneralVerticalNearsidePerspectiveProjection(double, int[], AffineTransform, double, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.GeneralVerticalNearsidePerspectiveProjection
Constructs a map projection from the specified projection and affine transform.
generate(DataVariable, DataLocationConstraints) - Method in class noaa.coastwatch.util.VariableStatisticsGenerator
Generates a statistics object for a variable given location constraints.
GenericOverlayPropertyChooser - Class in noaa.coastwatch.gui.visual
The GenericOverlayPropertyChooser class is an implementation of an OverlayPropertyChooser that allows the user to edit the properties of an overlay.
GenericOverlayPropertyChooser(EarthDataOverlay) - Constructor for class noaa.coastwatch.gui.visual.GenericOverlayPropertyChooser
Creates a new generic overlay property chooser panel.
GenericSourceImp - Class in noaa.coastwatch.util.sensor
The GenericSourceImp helps resample generic sensor satellite data.
GenericSourceImp(EarthTransform) - Constructor for class noaa.coastwatch.util.sensor.GenericSourceImp
Creates a new Generic resampling helper using the specified transform.
genrpt(double, String) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
genrpt_long(long, String) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
GEO - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Geographic projection code.
GeographicProjection - Class in noaa.coastwatch.util.trans
The GeographicProjection class performs geographic map projection calculations.
GeographicProjection(double, double, int[], AffineTransform) - Constructor for class noaa.coastwatch.util.trans.GeographicProjection
Constructs a map projection from the specified projection and affine transform.
GeoMeanReduction - Class in noaa.coastwatch.util
The GeoMeanReduction reduces an array to a single geometric mean value.
GeoMeanReduction() - Constructor for class noaa.coastwatch.util.GeoMeanReduction
 
GEOSTATIONARY - Static variable in class noaa.coastwatch.util.trans.SensorScanProjectionFactory
The geostationary satellite sensor type code.
GeoTIFFDataWriter - Class in noaa.coastwatch.io
The GeoTIFFDataWriter encodes a set of data variables as a 32-bit floating-point value multiband TIFF file with GeoTIFF georeferencing tags.
GeoTIFFDataWriter(EarthDataInfo, String, int) - Constructor for class noaa.coastwatch.io.GeoTIFFDataWriter
Creates a new writer.
GeoTIFFSavePanel - Class in noaa.coastwatch.gui.save
The GeoTIFFSavePanel class allows the user to select save options for GeoTIFF image files.
GeoTIFFSavePanel(EarthDataView, EarthDataInfo) - Constructor for class noaa.coastwatch.gui.save.GeoTIFFSavePanel
Creates a new GeoTIFF save panel.
GeoTIFFWriter - Class in noaa.coastwatch.io
A GeoTIFF writer uses an earth image transform and rendered image to create a TIFF file with extra TIFF tags decribing the earth location of the image data.
GeoTIFFWriter(ImageOutputStream, EarthImageTransform) - Constructor for class noaa.coastwatch.io.GeoTIFFWriter
Creates a new GeoTIFF writer using the specified output stream, earth image transform, and no TIFF compression.
GeoTIFFWriter(ImageOutputStream, EarthImageTransform, int) - Constructor for class noaa.coastwatch.io.GeoTIFFWriter
Creates a new GeoTIFF writer using the specified output stream, earth image transform, and compression.
GeoVectorProjection - Class in noaa.coastwatch.util.trans
The GeoVectorProjection class uses arrays of latitude and longitude data to transform coordinates.
GeoVectorProjection(double[], double[], int, int) - Constructor for class noaa.coastwatch.util.trans.GeoVectorProjection
Constructs a new projection.
get(int) - Method in class noaa.coastwatch.render.feature.AbstractFeature
Gets a point from this feature.
get(int) - Method in class noaa.coastwatch.render.feature.PointFeature
 
get(int) - Method in class noaa.coastwatch.util.DataLocation
Gets one data location coordinate value.
get2DVersion() - Method in class noaa.coastwatch.util.trans.EarthTransform
Gets a version of this transform that can be used with 2D data locations.
get2DVersion() - Method in class noaa.coastwatch.util.trans.EarthTransform2D
 
getAbout(String) - Static method in class noaa.coastwatch.tools.ToolServices
Gets an about string appropriate for an about dialog box.
getActive() - Method in class noaa.coastwatch.gui.LightTable
Gets the light table activity mode.
getActualVariable(int) - Method in class noaa.coastwatch.io.ACSPONCCFReader
Deprecated.
 
getActualVariable(int) - Method in class noaa.coastwatch.io.ACSPONCReader
Deprecated.
 
getActualVariable(int) - Method in class noaa.coastwatch.io.CommonDataModelNCReader
 
getActualVariable(int) - Method in class noaa.coastwatch.io.CWCFNCReader
 
getActualVariable(int) - Method in class noaa.coastwatch.io.CWNCReader
 
getActualVariable(int) - Method in class noaa.coastwatch.io.NCReader
Gets the actual variable with data.
getAddButtons() - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Gets the list of add overlay buttons.
getAdev() - Method in class noaa.coastwatch.util.Statistics
Gets the average deviation from the mean.
getAffine() - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Gets the affine transform that translates view panel coordinates to data location coordinates.
getAffine() - Method in class noaa.coastwatch.render.ImageTransform
Gets the data to image coordinate transform.
getAffine() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets the data [row, column] to map [x, y] affine transform.
getAllEntries() - Method in class noaa.coastwatch.net.CatalogQueryAgent
Gets all entries in the catalog by turning off time and coverage searching, and then calling CatalogQueryAgent.getEntries().
getAllGrids() - Method in class noaa.coastwatch.io.EarthDataReader
Gets a list of all 2D grid variable names in this reader.
getAllVariables() - Method in class noaa.coastwatch.io.EarthDataReader
Gets a list of all variable names in this reader.
getAlpha() - Method in class noaa.coastwatch.gui.FullScreenToolBar
Gets the alpha composite value currently set for painting the toolbar.
getAlphaVersion(Color) - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets a version of the color with the overlay transparency applied.
getAnnotationCommand() - Method in class noaa.coastwatch.gui.AnnotationListChooser
Gets the last annotation command executed.
getArchiveFlag() - Method in class noaa.coastwatch.io.NOAA1bReader
Checks for an archive header and returns true if so.
getArchiveFlag() - Method in class noaa.coastwatch.io.NOAA1bV1Reader
Checks for an archive header and returns true if so.
getArchiveFlag() - Method in class noaa.coastwatch.io.NOAA1bV2Reader
Checks for an archive header and returns true if so.
getArchiveHeader() - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Gets the file archive header.
getArchiveHeader() - Method in class noaa.coastwatch.io.NOAA1bReader
Gets the archive header if it exists.
getArchiveHeader() - Method in class noaa.coastwatch.io.NOAA1bV1Reader
 
getArchiveHeader() - Method in class noaa.coastwatch.io.NOAA1bV2Reader
 
getArea() - Method in class noaa.coastwatch.render.EarthDataView
Gets the geographic area of this view.
getArea() - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
 
getArea() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Gets the segment area in km^2.
getArea() - Method in interface noaa.coastwatch.render.feature.FeatureSource
Gets the currently selected Earth area.
getArea(Graphics2D) - Method in class noaa.coastwatch.render.AnnotationElement
Gets the element bounding area.
getArea(Graphics2D) - Method in class noaa.coastwatch.render.EarthContextElement
 
getArea(Graphics2D) - Method in class noaa.coastwatch.render.IconElement
 
getArea(Graphics2D) - Method in class noaa.coastwatch.render.TextElement
 
getAttribute() - Method in class noaa.coastwatch.gui.AttributeValueChooser
Gets the current attribute in the chooser.
getAttribute() - Method in class noaa.coastwatch.render.feature.AttributeRule
Gets the attribute name for this rule.
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
Gets a header attribute.
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bReader.DataHeader
Gets a header attribute.
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets a scan line attribute.
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bV1Reader.ArchiveHeaderV1
 
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
 
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
 
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
 
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
 
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
 
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bV3Reader.DataHeaderV3
 
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bV3Reader.ScanLineV3
 
getAttribute(int) - Method in class noaa.coastwatch.io.NOAA1bV4Reader.DataHeaderV4
 
getAttribute(int) - Method in class noaa.coastwatch.render.feature.AbstractFeature
 
getAttribute(int) - Method in interface noaa.coastwatch.render.feature.Feature
Gets the value of the specified attribute.
getAttribute(int, int) - Static method in class noaa.coastwatch.io.HDFReader
Gets an HDF attribute value.
getAttribute(int, String) - Static method in class noaa.coastwatch.io.HDFReader
Gets an HDF attribute value.
getAttribute(String) - Method in class noaa.coastwatch.io.NCReader
Gets a NetCDF global file attribute from this reader and converts it to a Java string, primitive array, or wrapped primitive.
getAttribute(NamedNodeMap, String, String) - Method in class noaa.coastwatch.gui.open.XMLTree
Get the given name-d attribute from the given attrs map.
getAttribute(Node, String, String) - Method in class noaa.coastwatch.gui.open.XMLTree
Get the given name-d attribute from the given element.
getAttribute(NetcdfFile, String) - Static method in class noaa.coastwatch.io.NCReader
Gets a NetCDF global file attribute and converts it to a Java string, primitive array, or wrapped primitive.
getAttribute(Variable, String) - Static method in class noaa.coastwatch.io.NCReader
Gets a NetCDF variable attribute and converts it to a Java string, primitive array, or wrapped primitive.
getAttributeAsArray(int, int) - Static method in class noaa.coastwatch.io.HDFReader
Gets an HDF attribute value.
getAttributeAsArray(int, String) - Static method in class noaa.coastwatch.io.HDFReader
Gets an HDF attribute value.
getAttributeAsArray(String) - Method in class noaa.coastwatch.io.NCReader
Gets a NetCDF global file attribute from this reader and converts it to a primitive array.
getAttributeAsArray(NetcdfFile, String) - Static method in class noaa.coastwatch.io.NCReader
Gets a NetCDF global file attribute and converts it to a primitive array.
getAttributeAsArray(Variable, String) - Static method in class noaa.coastwatch.io.NCReader
Gets a NetCDF variable attribute and converts it to a primitive array.
getAttributeCount() - Method in class noaa.coastwatch.render.feature.AbstractFeature
 
getAttributeCount() - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
 
getAttributeCount() - Method in interface noaa.coastwatch.render.feature.Feature
Gets the number of attributes.
getAttributeCount() - Method in interface noaa.coastwatch.render.feature.FeatureSource
Gets the number of attributes in the attribute list for each feature.
getAttributeMap(AttributeTable, Map) - Static method in class noaa.coastwatch.io.OpendapReader
Creates a map of attributes and values from an attribute table.
getAttributeNameMap() - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
Gets the mapping from attribute name to index.
getAttributes() - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
 
getAttributes() - Method in interface noaa.coastwatch.render.feature.FeatureSource
Gets the list of attributes for each feature from this source.
getAttributes(int, List, Map) - Static method in class noaa.coastwatch.io.HDFReader
Gets a number of attributes specified by a list of name and stores them in a map.
getAttributes(int, Map, boolean) - Static method in class noaa.coastwatch.io.HDFReader
Gets all attributes and stores them in a map.
getAxis() - Method in class noaa.coastwatch.util.trans.Datum
Gets the semi-major axis in meters.
getBackground() - Method in class noaa.coastwatch.render.SolidBackground
Gets the background color.
getBasePoint() - Method in class noaa.coastwatch.render.TextElement
Gets the text base point.
getBasicStroke(int, float[]) - Static method in class noaa.coastwatch.gui.visual.StrokeChooser
Creates a new stroke object of the specified line width and dash pattern index.
getBinCount() - Method in class noaa.coastwatch.util.EarthLocationSet
Gets the count of actively used bins.
getBinIndex(EarthLocation) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Gets a bin index using the specified earth location.
getBinIndex(EarthLocation) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Gets a bin index using the specified earth location.
getBinIndices(EarthArea) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Gets the bin indices containing the specified earth area.
getBinIndices(EarthArea) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Gets the bin indices containing the specified earth area.
getBins() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Gets the total number of bins.
getBins() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Gets the total number of bins.
getBlueComponent() - Method in class noaa.coastwatch.gui.CompositeChooser
Gets the currently selected blue component variable name.
getBorderColor() - Method in class noaa.coastwatch.render.SimpleSymbol
 
getBoundaryHandler() - Method in class noaa.coastwatch.util.trans.EarthTransform
Gets the boundary handler for this transform that handles boundary checking and splitting.
getBoundingBox(int) - Method in class noaa.coastwatch.render.EarthContextElement
Gets a polygon bounding box.
getBoundingBox(DataLocation, DataLocation, int) - Method in class noaa.coastwatch.util.trans.EarthTransform2D
Gets a polygon bounding box for this transform using the specified data coordinate limits.
getBoundingBoxes() - Method in class noaa.coastwatch.render.EarthContextElement
Gets the current number of polygon bounding boxes.
getBounds() - Method in class noaa.coastwatch.render.EarthDataView
Gets the bounds of this view.
getBounds(Graphics2D) - Method in class noaa.coastwatch.render.AnnotationElement
Gets the element bounding rectangle.
getButtonTitle() - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Gets the title that will be used to annotate the button panel.
getByte(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a byte value (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getByteArray(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a byte array (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getByteData() - Method in class noaa.coastwatch.util.chunk.ByteChunk
Gets the primitive array used to store data.
getByteOrder() - Method in class noaa.coastwatch.gui.save.BinaryOptionPanel
Gets the byte order.
getByteProperty(int) - Method in class noaa.coastwatch.util.chunk.ExpressionFunction.VariableValueSource
 
getByteProperty(int) - Method in interface noaa.coastwatch.util.expression.EvaluateImp
 
getBytes(int) - Static method in class noaa.coastwatch.io.BinaryWriter
Gets the bytes representing an integer in MSB order.
getBytes(short) - Static method in class noaa.coastwatch.io.BinaryWriter
Gets the bytes representing a short integer in MSB order.
getBytes(ByteBuffer, int, int) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bServices
Gets a byte array from the specified byte buffer.
getBytes(ByteBuffer, int, int) - Static method in class noaa.coastwatch.io.NOAA1bReader
Gets a byte array from the specified byte buffer.
getByteValue(int) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
getCacheSize() - Method in class noaa.coastwatch.io.tile.LRUTileCache
 
getCacheSize() - Method in interface noaa.coastwatch.io.tile.TileCache
Gets the total cache size in bytes.
getCacheSize() - Method in class noaa.coastwatch.tools.Preferences
Gets the tile cache size in megabytes.
getCacheSizeLimit() - Method in class noaa.coastwatch.io.tile.LRUTileCache
 
getCacheSizeLimit() - Method in interface noaa.coastwatch.io.tile.TileCache
Gets the total cache size limit in bytes.
getCalibratedData(int, RadiometerCalibrator.CalibrationType, double[]) - Method in class noaa.coastwatch.io.noaa1b.AMSUAData
 
getCalibratedData(int, RadiometerCalibrator.CalibrationType, double[]) - Method in class noaa.coastwatch.io.noaa1b.AMSUBData
 
getCalibratedData(int, RadiometerCalibrator.CalibrationType, double[]) - Method in class noaa.coastwatch.io.noaa1b.HIRS4Data
 
getCalibratedData(int, RadiometerCalibrator.CalibrationType, double[]) - Method in class noaa.coastwatch.io.noaa1b.MHSData
 
getCalibration() - Method in class noaa.coastwatch.io.noaa1b.AMSUAHeader
Gets the AMSU-A calibration data as tuplets of [v, b, c] for each of the 15 thermal channels.
getCalibration() - Method in class noaa.coastwatch.io.noaa1b.AMSUARecord
Gets calibration data as tuplets of [a0, a1, a2] coefficients for each channel.
getCalibration() - Method in class noaa.coastwatch.io.noaa1b.AMSUBHeader
Gets the AMSU-B calibration data as tuplets of [v, b, c] for each of the 15 thermal channels.
getCalibration() - Method in class noaa.coastwatch.io.noaa1b.AMSUBRecord
Gets calibration data as tuplets of [a0, a1, a2] coefficients for each channel.
getCalibration() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the calibration data in the header.
getCalibration() - Method in interface noaa.coastwatch.io.noaa1b.DataRecord
Gets the calibration data.
getCalibration() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Header
Gets the HIRS/4 calibration data as tuplets of [v, b, c] for each of the first 19 thermal channels, plus [solar irradiance, filter width] for channel 20.
getCalibration() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Record
Gets calibration data as tuplets of [a0, a1, a2] coefficients for each channel.
getCalibration() - Method in class noaa.coastwatch.io.noaa1b.MHSHeader
Gets the MHS calibration data as tuplets of [v, b, c] for each of the 15 thermal channels.
getCalibration() - Method in class noaa.coastwatch.io.noaa1b.MHSRecord
Gets calibration data as tuplets of [a0, a1, a2] coefficients for each channel.
getCalibration(int) - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the set of line-specific calibration coefficients for the specified channel.
getCalibration(int) - Method in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
 
getCalibration(int) - Method in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
 
getCellRenderer(int, int) - Method in class noaa.coastwatch.gui.open.FileTable
Gets a renderer for the specified cell.
getCenter() - Method in class noaa.coastwatch.gui.MapProjectionChooser
Gets the current center earth location.
getCenter() - Method in class noaa.coastwatch.render.EarthContextElement
Gets the context element center earth location.
getCenter() - Method in class noaa.coastwatch.render.EarthDataView
Gets the center data location of this view.
getCenter() - Method in class noaa.coastwatch.render.Subregion
Gets this subregion center location.
getCenter() - Method in class noaa.coastwatch.util.SatellitePassInfo
Gets the pass center point.
getCentralDate() - Method in class noaa.coastwatch.render.feature.TimeWindow
Gets the central date for the time window.
getChannel(int) - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the calibrated sensor data for the specified channel.
getChannelCount() - Method in class noaa.coastwatch.io.noaa1b.AMSUA
 
getChannelCount() - Method in class noaa.coastwatch.io.noaa1b.AMSUB
 
getChannelCount() - Method in class noaa.coastwatch.io.noaa1b.HIRS4
 
getChannelCount() - Method in class noaa.coastwatch.io.noaa1b.MHS
 
getChannelName(int) - Method in class noaa.coastwatch.io.noaa1b.AMSUA
 
getChannelName(int) - Method in class noaa.coastwatch.io.noaa1b.AMSUB
 
getChannelName(int) - Method in class noaa.coastwatch.io.noaa1b.HIRS4
 
getChannelName(int) - Method in class noaa.coastwatch.io.noaa1b.MHS
 
getChannelSelection() - Method in class noaa.coastwatch.io.noaa1b.AbstractArchiveHeader
 
getChannelSelection() - Method in interface noaa.coastwatch.io.noaa1b.ArchiveHeader
Get the sensor channel data selection flags.
getChild(String, String) - Method in interface noaa.coastwatch.gui.open.DirectoryLister
Gets the full child directory name for the specified parent and child.
getChild(String, String) - Method in class noaa.coastwatch.gui.open.HTTPDirectoryLister
 
getChild(String, String) - Method in class noaa.coastwatch.gui.open.LocalDirectoryLister
 
getChildText(Node) - Method in class noaa.coastwatch.gui.open.XMLTree
Concatenates the node values (grom getNodeValue) of the children of the given parent Node.
getChunk(ChunkPosition) - Method in interface noaa.coastwatch.util.chunk.ChunkProducer
Produces a data chunk.
getChunk(ChunkPosition) - Method in class noaa.coastwatch.util.chunk.GridChunkProducer
 
getChunk(ChunkPosition) - Method in class noaa.coastwatch.util.chunk.SyntheticIntChunkProducer
 
getChunkCount(int) - Method in class noaa.coastwatch.util.chunk.ChunkingScheme
Gets the number of chunks along a dimension.
getChunked() - Method in class noaa.coastwatch.io.HDFWriter
Gets the HDF chunking flag.
getChunkLengths(int) - Static method in class noaa.coastwatch.io.HDFReader
Gets the chunk lengths for a chunked SDS HDF variable.
getChunkProducer(String) - Method in class noaa.coastwatch.io.CommonDataModelNCReader
 
getChunkProducer(String) - Method in class noaa.coastwatch.io.EarthDataReader
Creates a chunk producer for the specified variable.
getChunkProducer(String) - Method in class noaa.coastwatch.io.HDFReader
 
getChunks(ChunkPosition) - Method in class noaa.coastwatch.util.chunk.ChunkCollector
Assembles a set of chunks from the producers.
getChunkSize() - Method in class noaa.coastwatch.io.HDFWriter
Gets the current chunk size in bytes.
getChunkSize() - Method in class noaa.coastwatch.util.chunk.ChunkingScheme
Gets the size of chunks in this scheme.
getCircle(EarthLocation, double, int) - Static method in class noaa.coastwatch.tools.cwcoverage
Creates a circle of earth locations centered at the specified location.
getClass(int) - Static method in class noaa.coastwatch.io.HDFReader
Gets the Java primitive class associated with an HDF type.
getClassBits(Class) - Static method in class noaa.coastwatch.util.DataVariable
Gets the memory required by a primitive class.
getClosestIndex(Date) - Method in class noaa.coastwatch.io.AbstractReaderList
 
getClosestIndex(Date) - Method in interface noaa.coastwatch.io.ReaderList
Get the index of the reader closest in start date to the specified date.
getCloud() - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the CLAVR cloud mask data.
getCloud() - Method in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
Throws an exception.
getCloud() - Method in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
 
getColor() - Method in class noaa.coastwatch.gui.visual.SimpleColorChooser
Gets the color selected by this color chooser.
getColor() - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets the overlay color.
getColor(String) - Method in class noaa.coastwatch.render.ColorLookup
Gets the color associated with a name.
getColorModel() - Method in class noaa.coastwatch.render.ColorEnhancement
Gets the index color model used for images.
getColors() - Method in class noaa.coastwatch.gui.save.RenderOptionPanel
Gets the number of colors or 0 for unlimited.
getColors() - Method in class noaa.coastwatch.render.ColorEnhancement
Gets the number of colors in color model.
getColors() - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets a list of all the colors used by this overlay.
getColors() - Method in class noaa.coastwatch.render.PolygonOverlay
Gets a list of all the colors used by this overlay.
getColorWithAlpha() - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets the overlay color with alpha component.
getCols() - Method in class noaa.coastwatch.render.DataReferenceOverlay
Gets the current reference row lines.
getColumnClass(int) - Method in class noaa.coastwatch.gui.SortedTableModel
 
getColumnCount() - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
 
getColumnCount() - Method in class noaa.coastwatch.gui.open.DataVariableTableModel
Gets the number of table columns.
getColumnCount() - Method in class noaa.coastwatch.gui.open.FileTableModel
Gets the number of directory entry columns.
getColumnCount() - Method in class noaa.coastwatch.gui.open.ServerTableModel
Gets the number of table columns.
getColumnCount() - Method in class noaa.coastwatch.gui.SatellitePassTableModel
 
getColumnCount() - Method in class noaa.coastwatch.gui.SortedTableModel
 
getColumnName(int) - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
 
getColumnName(int) - Method in class noaa.coastwatch.gui.open.DataVariableTableModel
Gets the table column name.
getColumnName(int) - Method in class noaa.coastwatch.gui.open.FileTableModel
Gets the table column name.
getColumnName(int) - Method in class noaa.coastwatch.gui.open.ServerTableModel
Gets the table column name.
getColumnName(int) - Method in class noaa.coastwatch.gui.SatellitePassTableModel
 
getColumnName(int) - Method in class noaa.coastwatch.gui.SortedTableModel
 
getCommandLine() - Static method in class noaa.coastwatch.tools.ToolServices
Gets the current tool command line, or null if none has been set.
getCommandLine(String, String[]) - Static method in class noaa.coastwatch.util.MetadataServices
Creates a command line string from program name and arguments.
getComment() - Method in class noaa.coastwatch.gui.nav.NavigationPoint
Gets the comment.
getComponent() - Method in class noaa.coastwatch.gui.LightTable
Gets the component used as a base layer for this table.
getComponent() - Method in interface noaa.coastwatch.gui.visual.ComponentProducer
Gets the visual component used to display the object's properties.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualArray
Gets the panel used to represent the array.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualBoolean
Gets the button used to represent the Boolean.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualChoice
Gets the field used to represent the string.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualColor
Gets the button used to represent the color.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualFont
Gets the button used to represent the font.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualInteger
Gets the button used to represent the Integer.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualOverlay
Gets the panel used to represent the overlay.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualString
Gets the field used to represent the string.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualStroke
Gets the button used to represent the stroke.
getComponent() - Method in class noaa.coastwatch.gui.visual.VisualSymbol
 
getComponent(String) - Method in class noaa.coastwatch.gui.visual.GenericOverlayPropertyChooser
Gets the component for a property name.
getCompositeMode() - Method in class noaa.coastwatch.gui.CompositeChooser
Gets the composite mode flag.
getCompress() - Method in class noaa.coastwatch.gui.save.RenderOptionPanel
Gets the TIFF compression type.
getCompressed() - Method in class noaa.coastwatch.io.HDFWriter
Gets the HDF compression flag.
getContent() - Method in class noaa.coastwatch.util.HTMLReportFormatter
Gets the HTML content.
getContent() - Method in class noaa.coastwatch.util.TextReportFormatter
Gets the text content.
getContext() - Method in class noaa.coastwatch.util.EarthLocationSet
Gets a search context object to use with repeated calls to the EarthLocationSet.nearest(noaa.coastwatch.util.EarthLocation) method.
getContext() - Method in interface noaa.coastwatch.util.ResamplingSourceImp
getContext() - Method in class noaa.coastwatch.util.sensor.GenericSourceImp
 
getContext() - Method in class noaa.coastwatch.util.sensor.VIIRSSourceImp
 
getCoordinateSummary(EarthDataReader) - Method in class noaa.coastwatch.io.ReaderSummaryProducer
Gets Common Data Model (CDM) style coordinate system information including level and time index information.
getCoordinateSystems() - Method in class noaa.coastwatch.io.EarthDataReader
Gets the NetCDF CDM style coordinate systems accessed by this reader.
getCoordinateSystems() - Method in class noaa.coastwatch.io.NCReader
 
getCoordOrder() - Method in class noaa.coastwatch.gui.save.TextOptionPanel
Gets the geographic coordinate order.
getCoords() - Method in class noaa.coastwatch.gui.save.TextOptionPanel
Gets the geographic coordinates flag.
getCoords() - Method in class noaa.coastwatch.io.tile.TilingScheme.TilePosition
Gets the position coordinates.
getCoords() - Method in class noaa.coastwatch.util.DataLocation
Gets the data location coordinates as an array.
getCoords() - Method in class noaa.coastwatch.util.EarthLocation
Gets the coordinates as [lat, lon].
getCoords(double[]) - Method in class noaa.coastwatch.util.DataLocation
Gets the data location coordinates as an array.
getCorner() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin
Gets the south-west corner earth location.
getCorner() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
Gets the south-west corner earth location.
getCorner(int) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
Gets the specified corner earth location.
getCornerLevel(int) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
Gets the specified corner level.
getCorners() - Method in class noaa.coastwatch.render.EarthDataView
Deprecated.
As of 3.3.1, use EarthDataView.getBounds().
getCount(double) - Method in class noaa.coastwatch.util.Statistics
Gets the histogram count for a data value.
getCountData(int, int[]) - Method in class noaa.coastwatch.io.noaa1b.AMSUAData
 
getCountData(int, int[]) - Method in class noaa.coastwatch.io.noaa1b.AMSUBData
 
getCountData(int, int[]) - Method in class noaa.coastwatch.io.noaa1b.HIRS4Data
 
getCountData(int, int[]) - Method in class noaa.coastwatch.io.noaa1b.MHSData
 
getCoverage() - Method in class noaa.coastwatch.util.EarthArea
Gets the coverage of this area as a fraction of the total area of the earth.
getCoveragePolygon() - Method in class noaa.coastwatch.util.SatellitePassInfo
Gets the pass coverage polygon.
getCoveringPositions(int[], int[]) - Method in class noaa.coastwatch.io.CachedGrid
Gets a minimal list of tile positions that cover a subset of this grid.
getCreationSite() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
 
getCreationSite() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the dataset creation site.
getCursor() - Method in class noaa.coastwatch.gui.LightTable
Gets the cursor appropriate for the current drawing mode.
getCustomPanel() - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Gets a custom panel to be placed between the add overlay button panel and the overlay list.
getDashPattern(BasicStroke) - Method in class noaa.coastwatch.gui.visual.StrokeChooser
Gets the dash pattern from this chooser that corresponds to the dash pattern in the specified stroke.
getData() - Method in class noaa.coastwatch.io.CachedGrid
 
getData() - Method in class noaa.coastwatch.io.noaa1b.AMSUARecord
 
getData() - Method in class noaa.coastwatch.io.noaa1b.AMSUBRecord
 
getData() - Method in interface noaa.coastwatch.io.noaa1b.DataRecord
Gets the calibrated and earth located sensor data.
getData() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Record
 
getData() - Method in class noaa.coastwatch.io.noaa1b.MHSRecord
 
getData() - Method in class noaa.coastwatch.io.OpendapGrid
 
getData() - Method in class noaa.coastwatch.io.tile.TileCachedGrid
 
getData() - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Gets the tile data.
getData() - Method in class noaa.coastwatch.util.DataVariable
Gets the variable data array.
getData() - Method in class noaa.coastwatch.util.EarthPartition
Gets the partition data.
getData() - Method in class noaa.coastwatch.util.SubsetGrid
 
getData(int) - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Gets the instrument data for the specified record.
getData(int) - Method in class noaa.coastwatch.util.Statistics
Gets the specified data value.
getData(int[], int[]) - Method in class noaa.coastwatch.io.CachedGrid
 
getData(int[], int[]) - Method in class noaa.coastwatch.io.OpendapGrid
 
getData(int[], int[]) - Method in class noaa.coastwatch.io.tile.TileCachedGrid
 
getData(int[], int[]) - Method in class noaa.coastwatch.util.Grid
Gets a subset of grid data values.
getData(int[], int[]) - Method in class noaa.coastwatch.util.SubsetGrid
 
getDatabase() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Gets the database name currently being used for selection.
getDatabase() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Gets the database name currently being used for selection.
getDatabase() - Method in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Gets the database name currently being used for selection.
getDatabase(double) - Static method in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Gets the predefined database name with resolution closest to the specified resolution.
getDatabaseLevel(double) - Static method in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Gets the reader database resolution level.
getDatabaseName(int, int) - Static method in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Gets a database name using its type and resolution level.
getDataBuffer(int, int) - Method in class noaa.coastwatch.io.NOAA1bReader
Gets a data buffer for the file with data from the specified region.
getDataClass() - Method in class noaa.coastwatch.io.HDFCachedGrid
Gets the data class.
getDataClass() - Method in class noaa.coastwatch.io.NCCachedGrid
Gets the data class.
getDataClass() - Method in class noaa.coastwatch.io.NOAA1bCachedGrid
 
getDataClass() - Method in class noaa.coastwatch.io.tile.TileCachedGrid
 
getDataClass() - Method in class noaa.coastwatch.util.DataVariable
Gets the class associated with components of the data array.
getDataFormat() - Method in class noaa.coastwatch.io.ACSPOHDFReader
Deprecated.
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.ACSPONCCFReader
Deprecated.
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.ACSPONCReader
Deprecated.
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.CommonDataModelNCReader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.CWCFNCReader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.CWHDFReader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.CWNCReader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.CWOpendapReader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.EarthDataReader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFileReader
 
getDataFormat() - Method in class noaa.coastwatch.io.NOAA1bV1Reader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.NOAA1bV2Reader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.NOAA1bV3Reader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.NOAA1bV4Reader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.NOAA1bV5Reader
Gets the data format description.
getDataFormat() - Method in class noaa.coastwatch.io.TSHDFReader
Gets the data format description.
getDataFormatVersion() - Method in class noaa.coastwatch.io.NOAA1bV2Reader
Gets the data format version.
getDataFormatVersion() - Method in class noaa.coastwatch.io.NOAA1bV3Reader
Gets the data format version.
getDataFormatVersion() - Method in class noaa.coastwatch.io.NOAA1bV4Reader
Gets the data format version.
getDataFormatVersion() - Method in class noaa.coastwatch.io.NOAA1bV5Reader
Gets the data format version.
getDataHeader() - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Gets the file data header.
getDataHeader() - Method in class noaa.coastwatch.io.NOAA1bReader
Gets the data header.
getDataHeader() - Method in class noaa.coastwatch.io.NOAA1bV1Reader
 
getDataHeader() - Method in class noaa.coastwatch.io.NOAA1bV2Reader
 
getDataHeader() - Method in class noaa.coastwatch.io.NOAA1bV3Reader
 
getDataHeader() - Method in class noaa.coastwatch.io.NOAA1bV4Reader
 
getDataLoc() - Method in class noaa.coastwatch.gui.nav.NavigationPoint
Gets the data location.
getDataRecord(int) - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Gets a file data record.
getDataRecord(int, boolean, ByteBuffer) - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Gets a file data record.
getDataRecord(ByteBuffer) - Method in class noaa.coastwatch.io.noaa1b.AMSUAHeader
 
getDataRecord(ByteBuffer) - Method in class noaa.coastwatch.io.noaa1b.AMSUBHeader
 
getDataRecord(ByteBuffer) - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Creates a data record using the specified data.
getDataRecord(ByteBuffer) - Method in class noaa.coastwatch.io.noaa1b.HIRS4Header
 
getDataRecord(ByteBuffer) - Method in class noaa.coastwatch.io.noaa1b.MHSHeader
 
getDataset() - Method in class noaa.coastwatch.io.NCReader
 
getDataset() - Method in interface noaa.coastwatch.io.NCSD
Gets the NetCDF scientific dataset.
getDatasetName() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
 
getDatasetName() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the dataset name as stored in the header.
getDataStream() - Method in class noaa.coastwatch.io.CachedGrid
Gets the cache data stream as an object.
getDataStream() - Method in class noaa.coastwatch.io.HDFCachedGrid
 
getDataStream() - Method in class noaa.coastwatch.io.NCCachedGrid
 
getDataStream() - Method in class noaa.coastwatch.io.NOAA1bCachedGrid
 
getDataTransform() - Method in class noaa.coastwatch.util.trans.SwathProjection
Gets the data projection used to create the lat/lon estimators.
getDataType() - Method in class noaa.coastwatch.gui.save.BinaryOptionPanel
Gets the data type.
getDate() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataRecord
 
getDate() - Method in interface noaa.coastwatch.io.noaa1b.DataRecord
Gets the record date.
getDate() - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the data recording date.
getDatum() - Method in class noaa.coastwatch.util.EarthLocation
Gets the location geodetic datum.
getDatum() - Method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
 
getDatum() - Method in class noaa.coastwatch.util.trans.EarthTransform
Gets the transform datum.
getDatum() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets the projection datum.
getDatumName() - Method in class noaa.coastwatch.util.trans.Datum
Gets the datum name.
getDecimals(String) - Static method in class noaa.coastwatch.util.DataVariable
Gets the number of digits after the decimal place in a string representing a fractional number with possible exponential part.
getDefaultCursor() - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Gets the default cursor.
getDefaultIcon() - Method in class noaa.coastwatch.render.IconElementFactory
Gets the default icon name to be used in plot legends.
getDefaultMissing() - Method in class noaa.coastwatch.io.BinaryWriter
Gets the default missing value.
getDefaultMissing() - Method in class noaa.coastwatch.io.ByteWriter
 
getDefaultMissing() - Method in class noaa.coastwatch.io.FloatWriter
 
getDefaultMissing() - Method in class noaa.coastwatch.io.ShortWriter
 
getDeletionPattern() - Method in class noaa.coastwatch.util.sensor.VIIRSIBandEDRParams
 
getDeletionPattern() - Method in class noaa.coastwatch.util.sensor.VIIRSIBandSDRParams
 
getDeletionPattern() - Method in class noaa.coastwatch.util.sensor.VIIRSMBandEDRParams
 
getDeletionPattern() - Method in class noaa.coastwatch.util.sensor.VIIRSMBandSDRParams
 
getDeletionPattern() - Method in interface noaa.coastwatch.util.sensor.VIIRSSensorParams
Gets an array containing the deleted pixel pattern.
getDescription() - Method in class noaa.coastwatch.gui.SimpleFileFilter
Returns the human readable description of this filter.
getDescription(int) - Method in class noaa.coastwatch.util.GCTP.Requirements
Gets the requirement description for the specified parameter index.
getDestination() - Method in class noaa.coastwatch.io.EarthDataWriter
Gets the earth data destination.
getDimensions() - Method in class noaa.coastwatch.gui.MapProjectionChooser
Gets the current dimensions.
getDimensions() - Method in class noaa.coastwatch.io.tile.TilingScheme
Gets the global dimensions as [rows, columns].
getDimensions() - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Gets the tile dimensions.
getDimensions() - Method in class noaa.coastwatch.io.tile.TilingScheme.TilePosition
Gets the dimensions of the tile at this position.
getDimensions() - Method in class noaa.coastwatch.util.DataVariable
Gets the variable data array dimensions.
getDimensions() - Method in class noaa.coastwatch.util.SatellitePassInfo
Gets the pass dimensions as [lines, samples].
getDimensions() - Method in class noaa.coastwatch.util.trans.EarthTransform
Gets the transform data location dimensions.
getDims() - Method in class noaa.coastwatch.gui.ImageLoader
Gets the image dimensions.
getDims() - Method in class noaa.coastwatch.util.chunk.ChunkingScheme
Gets the global dimensions of the chunking scheme.
getDirection() - Method in class noaa.coastwatch.render.ArrowSymbol
 
getDirection() - Method in class noaa.coastwatch.render.DirectionSymbol
Gets the direction angle of the vector feature.
getDirection() - Method in class noaa.coastwatch.render.feature.PolygonFeature
Gets the winding direction.
getDirection() - Method in class noaa.coastwatch.render.WindBarbSymbol
 
getDirectionIsFrom() - Method in class noaa.coastwatch.render.DirectionSymbol
Gets the direction-is-from flag.
getDirectory() - Method in class noaa.coastwatch.gui.open.AbstractDirectoryLister
Gets the directory name.
getDirectory() - Method in interface noaa.coastwatch.gui.open.DirectoryLister
Gets the directory name.
getDirectory() - Method in class noaa.coastwatch.gui.open.FileChooser
Gets the current directory or null if no directory is set.
getDirty() - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Gets the tile dirty flag.
getDistance() - Method in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
 
getDistanceError() - Method in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
 
getDistErrorStats() - Method in class noaa.coastwatch.util.ResamplingDiagnostic
Gets the statistics for (dist - opt) over all diagnostic samples, where dist is the distance in kilometers from the center of the destination pixel to the center of mapped source pixel, and opt is the distance in kilometers from the center of the destination pixel to the center of the optimal source pixel -- ie: the one that has the least distance possible to the destination pixel of all pixels in the source transform.
getDistStats() - Method in class noaa.coastwatch.util.ResamplingDiagnostic
Gets the statistics for the distance in kilometers from the center of the destination pixel to the center of mapped source pixel.
getDocument(String) - Method in class noaa.coastwatch.gui.open.THREDDSFileChooser
Create a Document object with the given xml.
getDouble(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a double value (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getDoubleArray(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a double array (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getDoubleData() - Method in class noaa.coastwatch.util.chunk.DoubleChunk
Gets the primitive array used to store data.
getDoubleProperty(int) - Method in class noaa.coastwatch.util.chunk.ExpressionFunction.VariableValueSource
 
getDoubleProperty(int) - Method in interface noaa.coastwatch.util.expression.EvaluateImp
 
getDoubleProperty(int) - Method in class noaa.coastwatch.util.expression.ParseHelper
 
getDoubleValue(int) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
getDrawingMode() - Method in class noaa.coastwatch.gui.LightTable
Gets the drawing mode.
getDrawLabels() - Method in class noaa.coastwatch.render.LabeledLineOverlay
Gets the line labels flag.
getDropShadow() - Method in class noaa.coastwatch.render.LineOverlay
Gets the drop shadow flag.
getDuration() - Method in class noaa.coastwatch.util.TimePeriod
Gets the time period duration in milliseconds.
getDx() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin.Segment
Gets the raw segment longitude offsets.
getDx() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Gets the raw segment longitude offsets.
getDy() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin.Segment
Gets the raw segment latitude offsets.
getDy() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Gets the raw segment latitude offsets.
getE2() - Method in class noaa.coastwatch.util.trans.Datum
Gets the eccentricity value squared.
getEarthAreaHint() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Gets the earth area hint.
getEarthImageTransform() - Method in class noaa.coastwatch.render.EarthContextElement
Gets the current earth image transform for this element.
getEarthLoc() - Method in class noaa.coastwatch.gui.nav.NavigationPoint
Gets the earth location.
getEarthLocDegrees() - Method in class noaa.coastwatch.tools.Preferences
Gets the earth location in decimal degrees flag.
getEarthTransform() - Method in class noaa.coastwatch.render.EarthImageTransform
Gets the earth transform.
getElement(int) - Method in class noaa.coastwatch.gui.visual.ComponentList
Gets the component at the specified index.
getElement(Element, String) - Method in class noaa.coastwatch.gui.open.XMLTree
Get the first Element children of the given parent Element with the given tagName.
getElementIterator() - Method in class noaa.coastwatch.render.TextOverlay
Gets an iterator over the list of text elements.
getElements() - Method in class noaa.coastwatch.gui.visual.ComponentList
Gets the number of components in the list.
getElements(Element) - Method in class noaa.coastwatch.gui.open.XMLTree
Get all children of the given parent Element who are instances of the Element class.
getElements(Element, String) - Method in class noaa.coastwatch.gui.open.XMLTree
Get all Element children of the given parent Element with the given tagName.
getElements(Element, XMLTree.XmlNodeList) - Static method in class noaa.coastwatch.gui.open.XMLTree
Get all children of the given parent Element who are instances of the Element class.
getElevation() - Method in class noaa.coastwatch.render.Topography
Gets the elevation grid.
getEncoding() - Method in class noaa.coastwatch.util.BivariateEstimator
Gets an encoded representation of this estimator.
getEncoding() - Method in class noaa.coastwatch.util.EarthPartition
Creates an encoding of the partition information.
getEncoding() - Method in interface noaa.coastwatch.util.Encodable
Gets an encoded representation of this object.
getEncoding() - Method in class noaa.coastwatch.util.Function
Gets this object encoding.
getEncoding() - Method in class noaa.coastwatch.util.trans.SwathProjection
Gets an encoded representation of this swath projection.
getEncoding() - Method in class noaa.coastwatch.util.UnivariateEstimator
Gets an encoded representation of this estimator.
getEncoding() - Method in class noaa.coastwatch.util.VariableEstimator
Gets an encoded representation of this variable estimator.
getEndDate() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
 
getEndDate() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the data end date.
getEndDate() - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the data recording ending date.
getEndDate() - Method in class noaa.coastwatch.util.TimePeriod
Gets the time period ending date.
getEnhancement(String) - Method in class noaa.coastwatch.tools.Preferences
Gets the enhancement settings for the specified variable.
getEnhancementChooser() - Method in class noaa.coastwatch.gui.EarthDataViewController
Gets the enhancement chooser created by this controller.
getEnhancementVariables() - Method in class noaa.coastwatch.tools.Preferences
Gets the enhancement setting variable names.
getEntries() - Method in class noaa.coastwatch.gui.open.AbstractDirectoryLister
Gets the list of directory entries.
getEntries() - Method in interface noaa.coastwatch.gui.open.DirectoryLister
Gets the list of directory entries.
getEntries() - Method in class noaa.coastwatch.net.CatalogQueryAgent
Gets the catalog data entries whose temporal and spatial properties match those currently set in the query agent.
getEntries() - Method in class noaa.coastwatch.net.OpendapQueryAgent
Gets the catalog data entries whose temporal and spatial properties match those currently set in the query agent.
getEntry(int) - Method in class noaa.coastwatch.gui.open.FileTableModel
Gets the directory entry at the specified row.
getEntry(int) - Method in class noaa.coastwatch.io.OpendapReaderList
Gets the catalog entry for the specified index.
getEntryKey() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Gets the entry sorting key.
getEntrySide() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Gets the segment entry side.
getExitKey() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Gets the exit sorting key.
getExitSide() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Gets the segment exit side.
getExitStatus() - Method in exception noaa.coastwatch.tools.cwtoolstest.SystemExitException
Gets the exit status.
getExpression() - Method in class noaa.coastwatch.render.ExpressionMaskOverlay
Gets the current expression.
getExpression() - Method in class noaa.coastwatch.render.JavaExpressionMaskOverlay
Gets the current expression.
getExpressionList() - Method in class noaa.coastwatch.gui.MultiPointFeatureOverlayStatsPanel
Gets the list of expressions computed by the panel.
getExpressionListHint() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Gets the expression list hint.
getExtension(File) - Method in class noaa.coastwatch.gui.SimpleFileFilter
Return the extension portion of the file's name .
getExtents() - Method in class noaa.coastwatch.util.EarthDataSurvey
Gets the survey extents as [start, end].
getExternalType() - Method in class noaa.coastwatch.util.chunk.ByteChunk
 
getExternalType() - Method in interface noaa.coastwatch.util.chunk.ChunkProducer
Gets the external type of chunks produced by this producer.
getExternalType() - Method in interface noaa.coastwatch.util.chunk.DataChunk
Gets the external data type that values in this chunk are meant to represent.
getExternalType() - Method in class noaa.coastwatch.util.chunk.DoubleChunk
 
getExternalType() - Method in class noaa.coastwatch.util.chunk.FloatChunk
 
getExternalType() - Method in class noaa.coastwatch.util.chunk.GridChunkProducer
 
getExternalType() - Method in class noaa.coastwatch.util.chunk.IntChunk
 
getExternalType() - Method in class noaa.coastwatch.util.chunk.LongChunk
 
getExternalType() - Method in class noaa.coastwatch.util.chunk.ShortChunk
 
getExternalType() - Method in class noaa.coastwatch.util.chunk.SyntheticIntChunkProducer
 
getExtremes() - Method in class noaa.coastwatch.util.EarthArea
Gets the geographic extremes in this area.
getFactory() - Static method in class noaa.coastwatch.util.Topology
Gets the factory for topologies that uses the precision model given by Topology.getModel().
getFactoryInstance() - Static method in class noaa.coastwatch.util.expression.ExpressionParserFactory
Gets the singleton instance of this class.
getFastMode() - Static method in class noaa.coastwatch.render.feature.LineFeature
Gets the fast rendering mode flag.
getFile() - Method in class noaa.coastwatch.gui.FileTransferHandler
Gets the latest file from a drop operation.
getFile() - Method in class noaa.coastwatch.gui.open.FileChooser
Gets the currently selected file or null if none is selected.
getFileChooser() - Static method in class noaa.coastwatch.gui.GUIServices
Gets a file chooser that tracks the user's selected directory.
getFileList() - Method in class noaa.coastwatch.gui.FileTransferHandler
Gets the latest list of files from a drop operation.
getFilename() - Method in class noaa.coastwatch.io.HDFReader
 
getFilename() - Method in interface noaa.coastwatch.io.HDFSD
Gets the HDF scientific dataset file name.
getFilename() - Method in class noaa.coastwatch.io.HDFWriter
 
getFilename() - Method in class noaa.coastwatch.io.NCReader
 
getFilename() - Method in interface noaa.coastwatch.io.NCSD
Gets the NetCDF scientific dataset file name.
getFilePath(Class, String) - Static method in class noaa.coastwatch.io.IOServices
Gets a file path for a resource name.
getFillColor() - Method in class noaa.coastwatch.render.PolygonOverlay
Gets the polygon fill color.
getFillColor() - Method in class noaa.coastwatch.render.SimpleSymbol
 
getFillColorWithAlpha() - Method in class noaa.coastwatch.render.PolygonOverlay
Gets the polygon fill color with alpha component.
getFilter() - Method in class noaa.coastwatch.gui.FeatureGroupFilterChooser
Gets the currently configured filter.
getFilter() - Method in class noaa.coastwatch.gui.SelectionRuleFilterChooser
Gets the currently configured filter.
getFilter() - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
Gets the feature filter being used in this source.
getFilter() - Method in class noaa.coastwatch.render.PointFeatureOverlay
Gets the feature filter being used in this overlay.
getFilterAttribute() - Method in class noaa.coastwatch.render.feature.FeatureGroupFilter
Gets the filter attribute name.
getFlat() - Method in class noaa.coastwatch.util.trans.Datum
Gets the flattening value.
getFloat(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a float value (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getFloatArray(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a float array (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getFloatData() - Method in class noaa.coastwatch.util.chunk.FloatChunk
Gets the primitive array used to store data.
getFloatProperty(int) - Method in class noaa.coastwatch.util.chunk.ExpressionFunction.VariableValueSource
 
getFloatProperty(int) - Method in interface noaa.coastwatch.util.expression.EvaluateImp
 
getFloatValue(int) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
getFont() - Method in class noaa.coastwatch.render.LabeledLineOverlay
Gets the line labels font.
getFont() - Method in class noaa.coastwatch.render.TextElement
Gets the text font.
getFont() - Method in class noaa.coastwatch.render.TextOverlay
Gets the text font.
getFontDescription(Font) - Static method in class noaa.coastwatch.gui.visual.VisualFont
Gets a font description.
getFontSelection() - Method in class noaa.coastwatch.gui.visual.FontChooser
Gets the font selected by this font chooser.
getFormat() - Method in class noaa.coastwatch.util.DataVariable
Gets the data number format.
getFormatStyle() - Static method in class noaa.coastwatch.util.EarthLocation
Gets the default format style used by location formatting routines.
getFormatVersion() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
 
getFormatVersion() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the file format version number.
getFormatVersion() - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Gets the file format version number.
getFullScreenChooser() - Method in class noaa.coastwatch.gui.ViewOperationChooser
Creates a full screen version of the chooser with a subset of the view operations, and an additional exit button.
getFullVersion(String) - Static method in class noaa.coastwatch.tools.ToolServices
Gets a full tool and Java runtime version string for printing on the command line.
getFunc() - Method in class noaa.coastwatch.tools.UsageInfo
Gets the function of the command.
getFunction() - Method in class noaa.coastwatch.gui.EnhancementChooser
Gets the current enhancement function.
getFunction() - Method in class noaa.coastwatch.render.ColorArrowSymbol
Gets the enhancement function.
getFunction() - Method in interface noaa.coastwatch.render.ColorEnhanced
Gets the enhancement function.
getFunction() - Method in class noaa.coastwatch.render.ColorEnhancement
Gets the enhancement function.
getFunction() - Method in class noaa.coastwatch.render.ColorEnhancementSettings
Gets the color enhancement function.
getFunction() - Method in class noaa.coastwatch.render.ColorPointEnhancement
Gets the enhancement function.
getFunction() - Method in class noaa.coastwatch.render.ColorWindBarbSymbol
Gets the enhancement function.
getFunctions() - Method in class noaa.coastwatch.render.ColorComposite
Gets the enhancement functions.
getGamma() - Method in class noaa.coastwatch.render.GammaEnhancement
Gets the gamma value for this function.
getGeographicCoords(EarthLocation, EarthLocation) - Method in class noaa.coastwatch.gui.save.SubsetOptionPanel
Gets the geographic coordinates.
getGhostIcons(Icon) - Static method in class noaa.coastwatch.gui.FullScreenToolBar
Creates a ghostly looking version of an icon.
getGhostIcons(Icon) - Static method in class noaa.coastwatch.gui.GhostButton
Creates a ghostly looking version of an icon.
getGlobalData() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Reads data about the entire file, including binSize, multiplier, lonBins, latBins, totalBins, firstSegment, numSegments, and segmentStart.
getGlobalData() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Reads data about the entire file, including binSize, multiplier, lonBins, latBins, totalBins, firstSegment, numSegments, binInfo, and segmentStart.
getGlobalData() - Method in class noaa.coastwatch.render.feature.HDFGSHHSLineReader
 
getGlobalData() - Method in class noaa.coastwatch.render.feature.HDFGSHHSReader
 
getGlobalData() - Method in class noaa.coastwatch.render.feature.OpendapGSHHSLineReader
 
getGlobalData() - Method in class noaa.coastwatch.render.feature.OpendapGSHHSReader
 
getGlobalFilter() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Gets the global filter for features in all overlays.
getGlobalInfo() - Method in class noaa.coastwatch.io.ACSPOHDFReader
Deprecated.
 
getGlobalInfo() - Method in class noaa.coastwatch.io.CWHDFReader
 
getGlobalInfo() - Method in class noaa.coastwatch.io.HDFReader
Reads the earth data info metadata.
getGlobalInfo() - Method in class noaa.coastwatch.io.TSHDFReader
 
getGlobalSummary(EarthDataReader) - Method in class noaa.coastwatch.io.ReaderSummaryProducer
Gets the global file information.
getGreenComponent() - Method in class noaa.coastwatch.gui.CompositeChooser
Gets the currently selected green component variable name.
getGrid() - Method in class noaa.coastwatch.render.BitmaskOverlay
Gets the active grid variable.
getGrid() - Method in class noaa.coastwatch.render.ColorEnhancement
Gets the data grid variable.
getGrid() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Gets the active grid variable.
getGrid() - Method in class noaa.coastwatch.util.chunk.GridChunkProducer
Gets the grid used to produce data chunks for this producer.
getGridList() - Method in class noaa.coastwatch.render.BitmaskOverlay
 
getGridList() - Method in class noaa.coastwatch.render.ExpressionMaskOverlay
 
getGridList() - Method in interface noaa.coastwatch.render.GridContainerOverlay
Gets the active list of grid variables.
getGridList() - Method in class noaa.coastwatch.render.JavaExpressionMaskOverlay
 
getGridList() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
 
getGridName() - Method in class noaa.coastwatch.render.BitmaskOverlay
Gets the grid variable name.
getGridName() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Gets the grid variable name.
getGridNameValues() - Method in class noaa.coastwatch.render.BitmaskOverlay
Gets the possible grid variable names, or null if no list was explicitly given to the constructor.
getGridNameValues() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Gets the possible grid variable names.
getGrids() - Method in class noaa.coastwatch.render.ColorComposite
Gets the data grid variables.
getGridSubset(String, int[], int[], int[]) - Method in class noaa.coastwatch.io.CommonDataModelNCReader
 
getGridSubset(String, int[], int[], int[]) - Method in interface noaa.coastwatch.io.GridSubsetReader
Reads a subset of a data grid.
getGridSubset(String, int[], int[], int[]) - Method in class noaa.coastwatch.io.NCReader
 
getGroundStation() - Method in class noaa.coastwatch.util.SatellitePassInfo
Gets the pass ground capture station.
getGroup() - Method in class noaa.coastwatch.gui.OverlayGroupSavePanel
Gets the selected group name.
getGroupAttribute() - Method in class noaa.coastwatch.render.feature.FeatureGroupFilter
Gets the grouping attribute name.
getGroupFilter() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Gets the group filter for the overlay.
getGroupFilterActive() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Gets the group filter flag.
getGroups() - Method in class noaa.coastwatch.render.OverlayGroupManager
Gets the list of group names available.
getGroupTitle() - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Gets the title that will be used to annotate the groups panel.
getHeader() - Method in class noaa.coastwatch.gui.save.ArcOptionPanel
Gets the dimension header flag.
getHeader() - Method in class noaa.coastwatch.gui.save.BinaryOptionPanel
Gets the dimension header flag.
getHeader() - Method in class noaa.coastwatch.gui.save.TextOptionPanel
Gets the dimension header flag.
getHeaderCount() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
 
getHeaderCount() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the number of header records in the data file.
getHeaderSize() - Method in interface noaa.coastwatch.io.noaa1b.ArchiveHeader
Gets the header size in bytes.
getHeaderSize() - Method in class noaa.coastwatch.io.noaa1b.ARSHeader
 
getHeaderSize() - Method in class noaa.coastwatch.io.noaa1b.TBMHeader
 
getHeapSize() - Method in class noaa.coastwatch.tools.Preferences
Gets the heap size in megabytes.
getHelpButton(Class) - Static method in class noaa.coastwatch.gui.GUIServices
Gets a help button for the specified class.
getHistory() - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the data command history.
getHost() - Method in class noaa.coastwatch.net.ServerQuery
Gets the host name used for the query.
getIcon() - Method in class noaa.coastwatch.gui.AnnotationListChooser
Gets the annotation list tab icon.
getIcon() - Method in class noaa.coastwatch.gui.CompositeChooser
 
getIcon() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
 
getIcon() - Method in class noaa.coastwatch.gui.EnhancementChooser
 
getIcon() - Method in class noaa.coastwatch.gui.NavigationChooser
Gets the navigation chooser tab icon.
getIcon() - Method in class noaa.coastwatch.gui.OverlayListChooser
 
getIcon() - Method in class noaa.coastwatch.gui.PaletteChooser
 
getIcon() - Method in class noaa.coastwatch.gui.SurveyListChooser
 
getIcon() - Method in interface noaa.coastwatch.gui.TabComponent
Gets the tab icon.
getIcon(String) - Static method in class noaa.coastwatch.gui.GUIServices
Gets an icon for the specified purpose.
getIconButton(String) - Static method in class noaa.coastwatch.gui.GUIServices
Gets a button with icon.
getIconHeight() - Method in class noaa.coastwatch.gui.CloseIcon
 
getIconHeight() - Method in class noaa.coastwatch.gui.visual.ColorSwatch
Gets the icon height.
getIconHeight() - Method in class noaa.coastwatch.gui.visual.StrokeSwatch
Gets the icon height.
getIconHeight() - Method in class noaa.coastwatch.gui.visual.SymbolSwatch
Gets the icon height.
getIconToggle(String) - Static method in class noaa.coastwatch.gui.GUIServices
Gets a toggle button with icon.
getIconWidth() - Method in class noaa.coastwatch.gui.CloseIcon
 
getIconWidth() - Method in class noaa.coastwatch.gui.visual.ColorSwatch
Gets the icon width.
getIconWidth() - Method in class noaa.coastwatch.gui.visual.StrokeSwatch
Gets the icon width.
getIconWidth() - Method in class noaa.coastwatch.gui.visual.SymbolSwatch
Gets the icon width.
getImageAffine() - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Gets the image affine transform in the view.
getImageAffine() - Method in interface noaa.coastwatch.gui.TransformableImageComponent
Gets the image affine transform in the view.
getImageAffine() - Method in class noaa.coastwatch.render.EarthDataView
Gets the current image affine transform.
getImageCoords(int[], int[]) - Method in class noaa.coastwatch.gui.save.SubsetOptionPanel
Gets the image coordinates.
getImageDimensions() - Method in class noaa.coastwatch.render.ImageTransform
Gets the current image dimensions.
getImageTransform() - Method in class noaa.coastwatch.render.EarthImageTransform
Gets the image transform.
getIncrement() - Method in class noaa.coastwatch.render.LatLonOverlay
Gets the current grid increment value in degrees.
getIndex() - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the scan line index, starting at 0.
getIndex(int[]) - Method in class noaa.coastwatch.util.DataLocation
Translates a data location into an integer index.
getIndex(int, int) - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Gets an index into the tile data based on a global data coordinate.
getIndex(int, int) - Method in class noaa.coastwatch.util.EarthArea
Computes a square index based on a grid square.
getIndex(String) - Method in class noaa.coastwatch.io.EarthDataReader
Retrieves a variable index based on the name.
getIndex(EarthLocation) - Method in class noaa.coastwatch.util.EarthArea
Computes a square index based on an earth location.
getInfo() - Method in class noaa.coastwatch.io.EarthDataReader
Gets the earth data info object.
getInitialValue() - Method in class noaa.coastwatch.gui.value.ByteValuePanel
 
getInitialValue() - Method in class noaa.coastwatch.gui.value.DoubleValuePanel
 
getInitialValue() - Method in class noaa.coastwatch.gui.value.FloatValuePanel
 
getInitialValue() - Method in class noaa.coastwatch.gui.value.IntegerValuePanel
 
getInitialValue() - Method in class noaa.coastwatch.gui.value.LongValuePanel
 
getInitialValue() - Method in class noaa.coastwatch.gui.value.ParsableValuePanel
Gets the initial value for this panel.
getInitialValue() - Method in class noaa.coastwatch.gui.value.ShortValuePanel
 
getInitialValue() - Method in class noaa.coastwatch.gui.value.StringValuePanel
 
getInputBuffer(int) - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Gets an input buffer for record data with the correct byte order.
getInstance() - Static method in class noaa.coastwatch.gui.FileOperationChooser
Creates a static instance of this class using the default constructor.
getInstance() - Static method in class noaa.coastwatch.gui.ScriptConsole
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.gui.ViewOperationChooser
Creates a static instance of this class using the default constructor.
getInstance() - Static method in class noaa.coastwatch.io.EarthImageWriter
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.io.HDF5Lib
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.io.HDFLib
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.io.noaa1b.AMSUA
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.io.noaa1b.AMSUB
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.io.noaa1b.HIRS4
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.io.noaa1b.MHS
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.io.ReaderSummaryProducer
 
getInstance() - Static method in class noaa.coastwatch.io.tile.TileCacheManager
Gets the singleton instance of this class using the default cache tile class.
getInstance() - Static method in class noaa.coastwatch.render.ColorLookup
Creates a static instance of this class using the default constructor.
getInstance() - Static method in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Gets an instance of this factory the uses local HDF files for reader data.
getInstance() - Static method in class noaa.coastwatch.render.feature.ShapeOverlayFactory
 
getInstance() - Static method in class noaa.coastwatch.render.IconElementFactory
 
getInstance() - Static method in class noaa.coastwatch.render.lines.CenteredLabelFactory
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.render.lines.EdgeLabelFactory
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.render.ShadowGenerator
 
getInstance() - Static method in class noaa.coastwatch.render.Topography
Gets an instance of the topography class.
getInstance() - Static method in class noaa.coastwatch.test.TestLogger
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.test.TestRunner
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.tools.CleanupHook
Gets the one and only instance of this class.
getInstance() - Static method in class noaa.coastwatch.util.AtmosphericCorrection
 
getInstance() - Static method in class noaa.coastwatch.util.chunk.DataChunkFactory
Gets the singleton instance of this class.
getInstance() - Static method in class noaa.coastwatch.util.DataLocationIteratorFactory
Gets an instance of this factory.
getInstance() - Static method in class noaa.coastwatch.util.expression.ExpressionParserFactory
Deprecated.
getInstance() - Static method in class noaa.coastwatch.util.LandMask
Gets an instance of the LandMask class.
getInstance() - Static method in class noaa.coastwatch.util.trans.MapProjectionFactory
Gets an instance of this factory with no GCTP forcing.
getInstance() - Static method in class noaa.coastwatch.util.VariableStatisticsGenerator
Gets an instance of this factory.
getInstance() - Static method in class noaa.coastwatch.util.VIIRSBowtieFilter
Gets the singleton instance of this class.
getInstance(double, double, double, double, double, double, double, double, String) - Static method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
Creates an object instance.
getInstance(String) - Static method in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Gets an instance of this factory the uses the specified OPeNDAP server path for reader data.
getInstance(EarthTransform) - Static method in class noaa.coastwatch.util.sensor.AVHRRSourceImp
Creates a new AVHRR resampling helper using the specified transform.
getInstance(EarthTransform) - Static method in class noaa.coastwatch.util.sensor.GenericSourceImp
Creates a new generic resampling helper using the specified transform.
getInstance(EarthTransform) - Static method in class noaa.coastwatch.util.sensor.MODISSourceImp
Creates a new MODIS resampling helper using the specified transform.
getInstance(EarthTransform, VIIRSSensorParams) - Static method in class noaa.coastwatch.util.sensor.VIIRSSourceImp
Creates a new VIIRS resampling helper using the specified transform.
getInstrument() - Method in class noaa.coastwatch.io.noaa1b.AMSUAData
 
getInstrument() - Method in class noaa.coastwatch.io.noaa1b.AMSUAHeader
 
getInstrument() - Method in class noaa.coastwatch.io.noaa1b.AMSUBData
 
getInstrument() - Method in class noaa.coastwatch.io.noaa1b.AMSUBHeader
 
getInstrument() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the data instrument.
getInstrument() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Data
 
getInstrument() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Header
 
getInstrument() - Method in class noaa.coastwatch.io.noaa1b.MHSData
 
getInstrument() - Method in class noaa.coastwatch.io.noaa1b.MHSHeader
 
getInstrument() - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Gets the instrument whose data is recorded in this file.
getInt(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets an integer value (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getInt(ByteBuffer, int) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bServices
Gets a signed 32-bit value from the specified byte buffer.
getInt(ByteBuffer, int) - Static method in class noaa.coastwatch.io.NOAA1bReader
Gets a signed 32-bit value from the specified byte buffer.
getIntArray(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets an integer array (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getIntData() - Method in class noaa.coastwatch.util.chunk.IntChunk
Gets the primitive array used to store data.
getIntegerProperty(int) - Method in class noaa.coastwatch.util.chunk.ExpressionFunction.VariableValueSource
 
getIntegerProperty(int) - Method in interface noaa.coastwatch.util.expression.EvaluateImp
 
getInternational() - Method in class noaa.coastwatch.render.PoliticalOverlay
Gets the international borders flag.
getIntValue(int) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
getInverse() - Method in class noaa.coastwatch.render.MaskOverlay
Gets the inverse flag.
getInverse(double) - Method in class noaa.coastwatch.render.EnhancementFunction
Gets the inverse enhancement value.
getInverse(double) - Method in class noaa.coastwatch.render.GammaEnhancement
 
getInverse(double) - Method in class noaa.coastwatch.render.LinearEnhancement
 
getInverse(double) - Method in class noaa.coastwatch.render.LogEnhancement
 
getIsAscending() - Method in class noaa.coastwatch.gui.SortedTableModel
Gets the current sorting order.
getIterator() - Method in class noaa.coastwatch.util.EarthArea
Returns an iterator over the grid square elements.
getJavaVersion() - Static method in class noaa.coastwatch.tools.ToolServices
Gets a Java runtime and OS version.
getJEPObject() - Method in class noaa.coastwatch.util.expression.JEPParser
Gets the JEP object used for parsing.
getKey(String) - Method in class noaa.coastwatch.io.SimpleParser
Gets a key word from the tokenizer.
getLabel(String) - Static method in class noaa.coastwatch.gui.visual.GenericOverlayPropertyChooser
Gets the label for the specified property.
getLabel(String) - Method in class noaa.coastwatch.render.lines.EdgeSegment
Gets a label for this edge segment using the specified text.
getLabel(Element) - Method in class noaa.coastwatch.gui.open.XMLTree
Return the String used for the JTree node.
getLabelFont() - Method in class noaa.coastwatch.render.EarthContextElement
Gets the font for rendering bounding box labels.
getLabelHeight() - Static method in class noaa.coastwatch.gui.GUIServices
Gets the height of a label.
getLabels(Dimension, LineLabelFactory) - Method in class noaa.coastwatch.render.lines.LabeledLine
Gets the line labels.
getLabels(Dimension, LineLabelFactory) - Method in class noaa.coastwatch.render.lines.LineCollection
Gets the labels for this collection of lines.
getLabelWidth(int) - Static method in class noaa.coastwatch.gui.GUIServices
Gets the width of a label.
getLastReadException() - Method in class noaa.coastwatch.io.tile.TileDeliveryOperation
Gets the last exception received from reading tiles from the source.
getLat() - Method in class noaa.coastwatch.util.trans.DataProjection
Gets the latitude variable used in this projection.
getLayer() - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets the overlay layer.
getLayout(Graphics2D) - Method in class noaa.coastwatch.render.TextElement
Gets the text layout object for this element.
getLegend() - Method in class noaa.coastwatch.render.ColorEnhancement
Gets a data color scale legend for annotation of this color enhancement.
getLegend() - Method in class noaa.coastwatch.render.ColorPointEnhancement
Gets a data color scale legend for annotation of this color point enhancement.
getLegend() - Method in class noaa.coastwatch.render.EarthDataView
Gets a legend for annotation of the data view.
getLegend() - Method in class noaa.coastwatch.render.HybridView
 
getLegendPanel() - Method in class noaa.coastwatch.gui.EarthDataViewController
Gets the legend panel created by this controller.
getLegends() - Method in class noaa.coastwatch.gui.save.RenderOptionPanel
Gets the legends flag.
getLength() - Method in class noaa.coastwatch.gui.open.XMLTree.XmlNodeList
Return the length of the list.
getLevel() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin.Segment
Gets the segment level.
getLevel() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Gets the segment level.
getLevel(int) - Method in class noaa.coastwatch.render.ContourGenerator
Gets the contour level of the earth vector at the specified index.
getLevels() - Method in class noaa.coastwatch.render.TopographyOverlay
Gets the topography levels.
getLightTable() - Method in class noaa.coastwatch.gui.EarthDataViewController
Gets the light table created by this controller.
getLimits(EarthTransform, DataLocation, DataLocation) - Method in class noaa.coastwatch.render.Subregion
Gets the data location limits of this subregion relative to the specified earth transform.
getLinearTickInterval(double, double, int) - Static method in class noaa.coastwatch.render.DataColorScale
Gets an appropriate tick mark interval given the tick specifications.
getLinearTickLabels(double, double, int) - Static method in class noaa.coastwatch.render.DataColorScale
Gets an appropriate set of tick mark labels given the tick specifications.
getLineFeature() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin.Segment
Gets the earth vector for this segment.
getLineFeature() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Gets the earth vector for this segment.
getLineFeature(int) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin
Gets an earth vector for the specified segment.
getLineFeature(int) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
Gets an earth vector for the specified segment.
getLineReader(String) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Gets an instance of a BinnedGSHHSLineReader object that uses the specified database.
getLines() - Method in class noaa.coastwatch.io.NOAA1bReader
Gets the number of scan lines in this dataset.
getLines(EarthDataView) - Method in class noaa.coastwatch.render.DataReferenceOverlay
 
getLines(EarthDataView) - Method in class noaa.coastwatch.render.LabeledLineOverlay
Gets the collection of lines for this overlay.
getLines(EarthDataView) - Method in class noaa.coastwatch.render.LatLonOverlay
 
getListTitle() - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Gets the title that will be used to annotate the list panel.
getLoading() - Method in class noaa.coastwatch.gui.ImageLoader
Gets the image loading status.
getLocalName(Node) - Method in class noaa.coastwatch.gui.open.XMLTree
Get the non qualified tag name
getLocation() - Method in class noaa.coastwatch.gui.open.ServerTableModel.Entry
Gets the server location.
getLocation(DataLocation) - Method in class noaa.coastwatch.util.LocationEstimator
Gets the target location for the specified reference location.
getLocation(DataLocation, DataLocation) - Method in class noaa.coastwatch.util.LocationEstimator
Gets the target location for the specified reference location.
getLocationData(double[], double[], double[], double[], double[]) - Method in class noaa.coastwatch.io.noaa1b.AMSUAData
 
getLocationData(double[], double[], double[], double[], double[]) - Method in class noaa.coastwatch.io.noaa1b.AMSUBData
 
getLocationData(double[], double[], double[], double[], double[]) - Method in class noaa.coastwatch.io.noaa1b.HIRS4Data
 
getLocationData(double[], double[], double[], double[], double[]) - Method in class noaa.coastwatch.io.noaa1b.MHSData
 
getLogTickLabels(double, double) - Static method in class noaa.coastwatch.render.DataColorScale
Gets an appropriate set of tick mark labels given the tick specifications.
getLon() - Method in class noaa.coastwatch.util.trans.DataProjection
Gets the longitude variable used in this projection.
getLong(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a long value (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getLongArray(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a long array (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getLongData() - Method in class noaa.coastwatch.util.chunk.LongChunk
Gets the primitive array used to store data.
getLongName() - Method in class noaa.coastwatch.io.noaa1b.AMSUA
 
getLongName() - Method in class noaa.coastwatch.io.noaa1b.AMSUB
 
getLongName() - Method in class noaa.coastwatch.io.noaa1b.HIRS4
 
getLongName() - Method in class noaa.coastwatch.io.noaa1b.MHS
 
getLongName() - Method in class noaa.coastwatch.util.DataVariable
Gets the descriptive variable name.
getLongProperty(int) - Method in class noaa.coastwatch.util.chunk.ExpressionFunction.VariableValueSource
 
getLongProperty(int) - Method in interface noaa.coastwatch.util.expression.EvaluateImp
 
getLongValue(int) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
getLowerRight() - Method in class noaa.coastwatch.render.EarthContextElement
Gets the lower-right corner of the context area.
getMagnitude() - Method in class noaa.coastwatch.render.ArrowSymbol
 
getMagnitude() - Method in class noaa.coastwatch.render.DirectionSymbol
Gets the magnitude of the vector feature.
getMagnitude() - Method in class noaa.coastwatch.render.WindBarbSymbol
 
getManualIncrement() - Method in class noaa.coastwatch.render.LatLonOverlay
Gets the manual grid increment mode flag.
getManualLines() - Method in class noaa.coastwatch.render.DataReferenceOverlay
Gets the manual grid increment mode flag.
getMapProjection() - Method in class noaa.coastwatch.gui.MapProjectionChooser
Gets the currently selected map projection.
getMask() - Method in class noaa.coastwatch.render.BitmaskOverlay
Gets the bit mask value.
getMatchingFeatures(PointFeatureOverlay, EarthArea) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Gets the matching point features for the specified overlay.
getMatchingFeatures(EarthArea) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Gets the matching point features for this overlay.
getMatchingFeatures(EarthArea) - Method in class noaa.coastwatch.render.PointFeatureOverlay
Gets the matching point features in this overlay for the specified area.
getMax() - Method in class noaa.coastwatch.util.EarthPartition
Gets the partition maximum bounds.
getMax() - Method in class noaa.coastwatch.util.Statistics
Gets the maximum data value.
getMaximumSize() - Method in class noaa.coastwatch.gui.GhostButton
 
getMaximumSize() - Method in class noaa.coastwatch.gui.GhostToggleButton
 
getMaxTiles() - Method in class noaa.coastwatch.io.CachedGrid
Gets the current maximum number of tiles allowed in the cache.
getMean() - Method in class noaa.coastwatch.util.Statistics
Gets the mean data value.
getMedian() - Method in class noaa.coastwatch.util.Statistics
Gets the median value of the data.
getMessage() - Method in class noaa.coastwatch.gui.open.FileChooser.Task
Gets the status message for the task start.
getMessage() - Method in class noaa.coastwatch.net.UpdateCheck
Gets the update message, or null if there is no update message available.
getMetadataAtPoint(Point) - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets the metadata at the specified point.
getMetadataAtPoint(Point) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
 
getMetadataAtPoint(Point) - Method in class noaa.coastwatch.render.PointFeatureOverlay
 
getMetadataMap() - Method in class noaa.coastwatch.util.MetadataContainer
Gets the user metadata map.
getMetaVersion() - Method in class noaa.coastwatch.io.CWCFNCReader
Gets the CoastWatch HDF metadata version for this dataset.
getMetaVersion() - Method in class noaa.coastwatch.io.CWNCReader
Gets the CoastWatch HDF metadata version for this dataset.
getMetaVersion() - Method in class noaa.coastwatch.io.CWOpendapReader
Gets the CoastWatch HDF metadata version for this dataset.
getMetaVersion(int) - Static method in class noaa.coastwatch.io.CWHDFReader
Gets the CoastWatch HDF metadata version.
getMin() - Method in class noaa.coastwatch.util.EarthPartition
Gets the partition minimum bounds.
getMin() - Method in class noaa.coastwatch.util.Statistics
Gets the minimum data value.
getMinArea() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Gets the minimum area used in polygon selection.
getMinimumLevel() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
Gets the minimum bin corner level.
getMinimumSize() - Method in class noaa.coastwatch.gui.GhostButton
 
getMinimumSize() - Method in class noaa.coastwatch.gui.GhostToggleButton
 
getMissing() - Method in class noaa.coastwatch.gui.save.BinaryOptionPanel
Gets the missing value.
getMissing() - Method in class noaa.coastwatch.gui.save.TextOptionPanel
Gets the missing value.
getMissing() - Method in class noaa.coastwatch.util.chunk.ByteChunk
Gets the missing value.
getMissing() - Method in class noaa.coastwatch.util.chunk.DoubleChunk
Gets the missing value.
getMissing() - Method in class noaa.coastwatch.util.chunk.FloatChunk
Gets the missing value.
getMissing() - Method in class noaa.coastwatch.util.chunk.IntChunk
Gets the missing value.
getMissing() - Method in class noaa.coastwatch.util.chunk.LongChunk
Gets the missing value.
getMissing() - Method in class noaa.coastwatch.util.chunk.ShortChunk
Gets the missing value.
getMissing() - Method in class noaa.coastwatch.util.DataVariable
Gets the data missing value.
getMissingColor() - Method in class noaa.coastwatch.render.ColorArrowSymbol
Gets the missing value color.
getMissingColor() - Method in interface noaa.coastwatch.render.ColorEnhanced
Gets the missing value color.
getMissingColor() - Method in class noaa.coastwatch.render.ColorPointEnhancement
Gets the missing value color.
getMissingColor() - Method in class noaa.coastwatch.render.ColorWindBarbSymbol
Gets the missing value color.
getMode() - Method in class noaa.coastwatch.gui.NavigationChooser
Gets the navigation mode, or null if no mode is selected.
getMode() - Method in class noaa.coastwatch.render.feature.SelectionRuleFilter
Gets the current filtering mode.
getModel() - Method in class noaa.coastwatch.render.Palette
Gets the palette model data.
getModel() - Static method in class noaa.coastwatch.util.Topology
Gets the precision model for topologies.
getModified() - Method in class noaa.coastwatch.gui.open.DirectoryLister.Entry
Get the date that the directory entry was last modified.
getModified(EarthLocation, double[]) - Method in class noaa.coastwatch.util.trans.MapProjection
Gets a modified version of this map projection.
getName() - Method in class noaa.coastwatch.gui.open.DirectoryLister.Entry
Gets the directory entry name.
getName() - Method in class noaa.coastwatch.gui.open.ServerTableModel.Entry
Gets the server name.
getName() - Method in class noaa.coastwatch.io.noaa1b.AMSUA
 
getName() - Method in class noaa.coastwatch.io.noaa1b.AMSUB
 
getName() - Method in class noaa.coastwatch.io.noaa1b.HIRS4
 
getName() - Method in class noaa.coastwatch.io.noaa1b.MHS
 
getName() - Method in class noaa.coastwatch.render.ColorEnhancementSettings
Gets the variable name.
getName() - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets the overlay name.
getName() - Method in class noaa.coastwatch.render.feature.Attribute
Gets the attribute name.
getName() - Method in class noaa.coastwatch.render.Palette
Gets the palette name.
getName() - Method in class noaa.coastwatch.render.Subregion
Gets this subregion name.
getName() - Method in class noaa.coastwatch.tools.UsageInfo
Gets the name of the command.
getName() - Method in class noaa.coastwatch.util.DataVariable
Gets the short variable name.
getName() - Method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
Gets the projection name.
getName(int) - Method in class noaa.coastwatch.io.EarthDataReader
Gets the variable name at the specified index.
getNames() - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets the data value names.
getNativeScheme() - Method in interface noaa.coastwatch.util.chunk.ChunkConsumer
Gets the native chunking scheme for chunks accepted by this producer.
getNativeScheme() - Method in interface noaa.coastwatch.util.chunk.ChunkProducer
Gets the native chunking scheme for chunks obtained from this producer.
getNativeScheme() - Method in class noaa.coastwatch.util.chunk.GridChunkConsumer
 
getNativeScheme() - Method in class noaa.coastwatch.util.chunk.GridChunkProducer
 
getNativeScheme() - Method in class noaa.coastwatch.util.chunk.SyntheticIntChunkProducer
 
getNavAnalysisPanel() - Method in class noaa.coastwatch.gui.EarthDataViewController
Gets the navigation analysis panel for this controller.
getNavigation() - Method in class noaa.coastwatch.io.noaa1b.AMSUARecord
Gets navigation data as tuplets of [solar zenith, satellite zenith, relative azimuth, latitude, longitude] for each pixel.
getNavigation() - Method in class noaa.coastwatch.io.noaa1b.AMSUBRecord
Gets navigation data as tuplets of [solar zenith, satellite zenith, relative azimuth, latitude, longitude] for each pixel.
getNavigation() - Method in interface noaa.coastwatch.io.noaa1b.DataRecord
Gets the navigation data.
getNavigation() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Record
Gets navigation data as tuplets of [solar zenith, satellite zenith, relative azimuth, latitude, longitude] for each pixel.
getNavigation() - Method in class noaa.coastwatch.io.noaa1b.MHSRecord
Gets navigation data as tuplets of [solar zenith, satellite zenith, relative azimuth, latitude, longitude] for each pixel.
getNavigation() - Method in class noaa.coastwatch.util.Grid
Gets the navigation correction affine transform.
getNavigation(int) - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the interpolated navigation data for the specified angle variable.
getNBit(ByteBuffer, int, int, int) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bServices
Gets an n-bit value from the specified byte buffer.
getNBit(ByteBuffer, int, int, int) - Static method in class noaa.coastwatch.io.NOAA1bReader
Gets an n-bit value from the specified byte buffer.
getNormalizedCount(double) - Method in class noaa.coastwatch.util.Statistics
Gets the normalized histogram count for a data value.
getNorth(DataLocation) - Method in class noaa.coastwatch.gui.nav.NavigationPointWriter
Gets the data location north vector.
getNorthIsUp() - Method in class noaa.coastwatch.util.trans.SwathProjection
Returns true if north is at the top of the data.
getNumber() - Method in class noaa.coastwatch.io.SimpleParser
Gets a number from the tokenizer.
getObjectNames() - Method in class noaa.coastwatch.io.SerializedObjectManager
Gets the list of object names available.
getOffset() - Method in class noaa.coastwatch.gui.nav.NavigationPoint
Gets the offset.
getOffset(String) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets the byte offset into the binary stream of the specified value.
getOffset(Grid, EarthTransform, EarthLocation, int, int, int) - Method in class noaa.coastwatch.util.NavigationOffsetEstimator
Gets the offset estimate for the specified earth location.
getOmega() - Method in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
Gets the omega normalized error index, defined as 1 - (dist-opt)/(dist+opt) where dist is the remapped pixel distance and opt is the optimal pixel distance.
getOmegaStats() - Method in class noaa.coastwatch.util.ResamplingDiagnostic
Gets the statistics for the omega normalized error index over all diagnostic samples.
getOpendapList() - Static method in class noaa.coastwatch.tools.ResourceManager
Gets the list of OPeNDAP servers from the user-specified resources.
getOpenIDCount() - Method in class noaa.coastwatch.io.HDF5Lib
 
getOpenIDs() - Method in class noaa.coastwatch.io.HDF5Lib
 
getOperation() - Method in class noaa.coastwatch.gui.ViewOperationChooser
Gets the selected operation, or null if no operation is selected.
getOperationMode() - Method in interface noaa.coastwatch.gui.DataViewOverlayControl
Gets the current operation mode.
getOperationMode() - Method in class noaa.coastwatch.gui.nav.NavigationAnalysisPanel
 
getOperator() - Method in class noaa.coastwatch.render.feature.AttributeRule
Gets the current rule operator.
getOptimalStride(DataLocation, DataLocation, double, int) - Method in class noaa.coastwatch.util.DataVariable
Gets the optimal statistical sampling stride for this variable based on a desired sampling factor and minimum number of values.
getOrbitType() - Method in class noaa.coastwatch.util.SatellitePassInfo
Gets the orbit type: 'ascending' or 'descending'.
getOrientationAffine() - Method in class noaa.coastwatch.render.EarthDataView
Gets the view orientation affine.
getOrigin() - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the data origin.
getOverlay() - Method in class noaa.coastwatch.gui.visual.OverlayPropertyChooser
Gets the overlay stored by this chooser panel.
getOverlay() - Method in class noaa.coastwatch.render.feature.ESRIShapefileReader
Gets the overlay created from the shapefile.
getOverlay() - Method in class noaa.coastwatch.render.feature.LatLonLineReader
Gets the overlay created from the line data.
getOverlayChooser() - Method in class noaa.coastwatch.gui.EarthDataViewController
Gets the overlay list chooser created by this controller.
getOverlayCount(Object) - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Gets and increments the current count of overlays created with the specified key.
getOverlayList() - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Gets the list of overlays.
getOverlayList() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Gets the list of overlays displayed.
getOverlayManager() - Static method in class noaa.coastwatch.tools.ResourceManager
Gets an overlay group manager instance that reads overlays from the user-specific resources.
getOverlays() - Method in class noaa.coastwatch.gui.OverlayListChooser
Gets the list of overlays.
getOverlays() - Method in class noaa.coastwatch.render.EarthDataView
Gets the current list of overlays.
getOverlays() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Gets the current list of overlays.
getPackingScheme() - Method in class noaa.coastwatch.util.chunk.ByteChunk
 
getPackingScheme() - Method in class noaa.coastwatch.util.chunk.IntChunk
 
getPackingScheme() - Method in interface noaa.coastwatch.util.chunk.IntegerValuedDataChunk
Gets the packing scheme.
getPackingScheme() - Method in class noaa.coastwatch.util.chunk.LongChunk
 
getPackingScheme() - Method in class noaa.coastwatch.util.chunk.ShortChunk
 
getPalette() - Method in class noaa.coastwatch.gui.PaletteChooser
Gets the currently selected palette or null if no palette is selected.
getPalette() - Method in class noaa.coastwatch.render.ColorArrowSymbol
Gets the enhancement color palette.
getPalette() - Method in interface noaa.coastwatch.render.ColorEnhanced
Gets the enhancement color palette.
getPalette() - Method in class noaa.coastwatch.render.ColorEnhancement
Gets the enhancement color palette.
getPalette() - Method in class noaa.coastwatch.render.ColorEnhancementSettings
Gets the color enhancement palette.
getPalette() - Method in class noaa.coastwatch.render.ColorPointEnhancement
Gets the enhancement color palette.
getPalette() - Method in class noaa.coastwatch.render.ColorWindBarbSymbol
Gets the enhancement color palette.
getPaletteChooser() - Method in class noaa.coastwatch.gui.EarthDataViewController
Gets the palette chooser created by this controller.
getPanel() - Method in class noaa.coastwatch.gui.PanelOutputStream
Gets the associated output panel.
getPanelSubset(int[], int[]) - Method in class noaa.coastwatch.gui.save.DataSavePanel
Gets the subset information specified by the subset option panel.
getParameters() - Method in class noaa.coastwatch.gui.MapProjectionChooser
Gets the current projection parameters.
getParameters() - Method in class noaa.coastwatch.util.GCTP.Requirements
Gets the total number of required parameters.
getParameters() - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
getParameters() - Method in class noaa.coastwatch.util.trans.GCTPProjection
Deprecated.
Gets the GCTP projection parameters.
getParameters() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets a set of GCTP-style projection parameters if available.
getParameters() - Method in class noaa.coastwatch.util.trans.SensorScanProjection
Gets the parameters used to create this sensor scan projection.
getParent(String) - Method in interface noaa.coastwatch.gui.open.DirectoryLister
Gets the parent directory name for the specified directory.
getParent(String) - Method in class noaa.coastwatch.gui.open.HTTPDirectoryLister
 
getParent(String) - Method in class noaa.coastwatch.gui.open.LocalDirectoryLister
 
getParseTree() - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Gets a document tree corresponding to the parsed expression.
getParseTree() - Method in class noaa.coastwatch.util.expression.JEPParser
 
getPartitions() - Method in class noaa.coastwatch.util.EarthPartition
Gets all child partitions as an array.
getPass() - Method in class noaa.coastwatch.gui.SatellitePassCoveragePanel
Gets the currently displayed pass.
getPass() - Method in class noaa.coastwatch.gui.SatellitePassPreviewPanel
Gets the currently displayed pass.
getPass(int) - Method in class noaa.coastwatch.gui.SatellitePassTableModel
Gets the pass at the specified index.
getPassID() - Method in class noaa.coastwatch.util.SatellitePassInfo
Gets the pass identifier.
getPassIndex(String) - Method in class noaa.coastwatch.gui.SatellitePassTableModel
Gets the pass index from the specified pass identifier.
getPath(EarthImageTransform) - Method in class noaa.coastwatch.render.feature.LineFeature
Gets the general path for this feature under the specified transform.
getPixelDimensions() - Method in class noaa.coastwatch.gui.MapProjectionChooser
Gets the current pixel dimensions.
getPixelDimensions() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets the pixel dimensions.
getPixelSize() - Method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
Gets the map pixel size.
getPixelSize() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets the pixel size indicated by the affine transform.
getPlatformDefaultDirectory() - Static method in class noaa.coastwatch.gui.GUIServices
Gets the platform default directory for opening new files.
getPlotAffine() - Method in class noaa.coastwatch.gui.XYPlotPanel
Gets the affine transform for translating data coordinates to plot coordinates.
getPlotBounds() - Method in class noaa.coastwatch.gui.XYPlotPanel
Gets the rectangle used to display the plot data.
getPlotSymbol() - Method in class noaa.coastwatch.render.SimpleSymbol
Gets the plot symbol.
getPoint() - Method in class noaa.coastwatch.render.feature.PointFeature
Gets the earth location point.
getPoint(int) - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
Gets a point from the list.
getPointList() - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
Gets the list of navigation points.
getPolygonFeatures() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
Gets the segments in this bin as a list of closed Earth polygons.
getPolygonReader(String) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Gets an instance of the BinnedGSHHSReader class that uses the specified database.
getPolygonRendering() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Gets the polygon rendering flag.
getPosition() - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Gets the tile position.
getPosition(int[]) - Method in class noaa.coastwatch.util.chunk.ChunkingScheme
Gets the chunk position for a specified set of coordinates.
getPredefined() - Static method in class noaa.coastwatch.render.PaletteFactory
Gets the list of predefined palette names.
getPreferences() - Method in class noaa.coastwatch.gui.PreferencesChooser
Gets the current preferences.
getPreferences() - Static method in class noaa.coastwatch.tools.ResourceManager
Gets a preferences instance from the user-specific resources.
getPreferredScrollableViewportSize() - Method in class noaa.coastwatch.gui.visual.ComponentList
 
getPreferredSize() - Method in class noaa.coastwatch.gui.GhostButton
 
getPreferredSize() - Method in class noaa.coastwatch.gui.GhostToggleButton
 
getPrefsChanged() - Method in class noaa.coastwatch.gui.PreferencesChooser
Gets the preferences changed flag.
getPreview(int) - Method in class noaa.coastwatch.io.ACSPOHDFReader
Deprecated.
 
getPreview(int) - Method in class noaa.coastwatch.io.EarthDataReader
Creates a data variable preview.
getPreview(int) - Method in class noaa.coastwatch.io.TSHDFReader
 
getPreview(String) - Method in class noaa.coastwatch.io.EarthDataReader
Creates a data variable preview.
getPreviewImpl(int) - Method in class noaa.coastwatch.io.ACSPONCCFReader
Deprecated.
 
getPreviewImpl(int) - Method in class noaa.coastwatch.io.ACSPONCReader
Deprecated.
 
getPreviewImpl(int) - Method in class noaa.coastwatch.io.CommonDataModelNCReader
 
getPreviewImpl(int) - Method in class noaa.coastwatch.io.CWCFNCReader
 
getPreviewImpl(int) - Method in class noaa.coastwatch.io.CWNCReader
 
getPreviewImpl(int) - Method in class noaa.coastwatch.io.CWOpendapReader
 
getPreviewImpl(int) - Method in class noaa.coastwatch.io.EarthDataReader
Implementation for the subclass.
getPreviewImpl(int) - Method in class noaa.coastwatch.io.HDFReader
 
getPreviewImpl(int) - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFileReader
 
getPreviewImpl(int) - Method in class noaa.coastwatch.io.NOAA1bReader
 
getPreviewURL() - Method in class noaa.coastwatch.util.SatellitePassInfo
Gets the pass preview URL.
getPrimitiveClassType(BaseType) - Static method in class noaa.coastwatch.io.OpendapReader
Gets the primitive Java class type for the specified OPeNDAP base type.
getPrimitiveData() - Method in class noaa.coastwatch.util.chunk.ByteChunk
 
getPrimitiveData() - Method in interface noaa.coastwatch.util.chunk.DataChunk
Gets the primitive chunk data.
getPrimitiveData() - Method in class noaa.coastwatch.util.chunk.DoubleChunk
 
getPrimitiveData() - Method in class noaa.coastwatch.util.chunk.FloatChunk
 
getPrimitiveData() - Method in class noaa.coastwatch.util.chunk.IntChunk
 
getPrimitiveData() - Method in class noaa.coastwatch.util.chunk.LongChunk
 
getPrimitiveData() - Method in class noaa.coastwatch.util.chunk.ShortChunk
 
getProgress() - Method in class noaa.coastwatch.io.EarthDataWriter
Gets the current flush progress.
getProgress() - Method in class noaa.coastwatch.render.EarthDataView
Gets the rendering progress mode flag.
getProgressLength() - Method in class noaa.coastwatch.io.EarthDataWriter
Gets the progress length.
getProgressVariable() - Method in class noaa.coastwatch.io.EarthDataWriter
Gets the name of the current variable being written in a flush operation.
getProjection(String) - Static method in class noaa.coastwatch.util.trans.MapProjection
Gets the projection system that matches the specified name.
getProjectionUnits() - Method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
Gets the projection system units.
getProperties(Object) - Static method in class noaa.coastwatch.gui.visual.VisualServices
Returns a list of properties for the specified object.
getProperty(String) - Static method in class noaa.coastwatch.io.CWHDFWriter
Gets a property value from the system properties.
getPropertyType(Object, String) - Static method in class noaa.coastwatch.gui.visual.VisualServices
Gets the class of the specified property, or null if the object has no property with the specified name.
getPrototypeChunk() - Method in interface noaa.coastwatch.util.chunk.ChunkConsumer
Gets a prototype chunk for this consumer.
getPrototypeChunk() - Method in interface noaa.coastwatch.util.chunk.ChunkProducer
Gets a prototype chunk for this producer.
getPrototypeChunk() - Method in class noaa.coastwatch.util.chunk.GridChunkConsumer
 
getPrototypeChunk() - Method in class noaa.coastwatch.util.chunk.GridChunkProducer
 
getPrototypeChunk() - Method in class noaa.coastwatch.util.chunk.SyntheticIntChunkProducer
 
getQuantizedImage(BufferedImage) - Static method in class noaa.coastwatch.io.GIFWriter
Creates a GIF ready image by quantizing an image with a colour map that is greater than 256 colours in size to an image with a 256 colour map.
getRadius() - Method in class noaa.coastwatch.render.Subregion
Gets this subregion radius in kilometers.
getRange() - Method in class noaa.coastwatch.gui.EnhancementChooser
Gets the allowed slider range.
getRange() - Method in class noaa.coastwatch.render.EnhancementFunction
Gets the enhancement range.
getRange(double[]) - Method in class noaa.coastwatch.gui.save.BinaryOptionPanel
Gets the range.
getRank() - Method in class noaa.coastwatch.util.DataLocation
Gets the data location dimension rank.
getRank() - Method in class noaa.coastwatch.util.DataVariable
Gets the variable data array rank.
getRate() - Method in class noaa.coastwatch.io.DataTransfer
Gets the average transfer rate in kilobytes per second.
getRawChannel(int) - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the uncalibrated sensor count data for the specified channel.
getRawData() - Method in class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
Gets the raw header data.
getRawData() - Method in class noaa.coastwatch.io.NOAA1bReader.DataHeader
Gets the raw header data.
getRawData() - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the raw scan line data.
getRawMetadata() - Method in class noaa.coastwatch.io.EarthDataReader
Gets the detailed raw metadata.
getRawMetadata(int) - Method in class noaa.coastwatch.io.CommonDataModelNCReader
 
getRawMetadata(int) - Method in class noaa.coastwatch.io.EarthDataReader
Gets the detailed raw metadata for a variable.
getRawMetadata(int) - Method in class noaa.coastwatch.io.NCReader
 
getRawNavigation(int) - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the raw uninterpolated navigation data for the specified angle variable.
getRawNavigation(int) - Method in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
 
getRawNavigation(int) - Method in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
 
getReader() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Gets the reader used by this panel.
getReader() - Method in class noaa.coastwatch.gui.open.EarthDataChooser
Gets the currently selected reader, or null for none.
getReader() - Method in class noaa.coastwatch.render.BitmaskOverlay
Gets the reader used to fetch the data for this bitmask, or null if no reader was explicitly given to the constructor.
getReader() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Gets the reader used to fetch the data for the bitmasks, or null if no reader was explicitly given to the bitmask constructor.
getReader(int) - Method in class noaa.coastwatch.io.OpendapReaderList
 
getReader(int) - Method in interface noaa.coastwatch.io.ReaderList
Gets the specified earth data reader.
getReader(Class) - Static method in class noaa.coastwatch.io.BinaryStreamReaderFactory
Retrieves a stream reader for the specified class.
getRecentlyOpenedFiles(Class) - Static method in class noaa.coastwatch.gui.GUIServices
Get the list of recently opened files for the target class.
getRecordAttSize() - Method in class noaa.coastwatch.io.noaa1b.AMSUAHeader
 
getRecordAttSize() - Method in class noaa.coastwatch.io.noaa1b.AMSUBHeader
 
getRecordAttSize() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the size of the data record attributes in bytes.
getRecordAttSize() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Header
 
getRecordAttSize() - Method in class noaa.coastwatch.io.noaa1b.MHSHeader
 
getRecordCount() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
 
getRecordCount() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the number of data records in the data file.
getRecordCount() - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Gets the number of data records in this file.
getRecordSize() - Method in class noaa.coastwatch.io.noaa1b.AMSUAHeader
 
getRecordSize() - Method in class noaa.coastwatch.io.noaa1b.AMSUBHeader
 
getRecordSize() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the size of each header and data record in bytes.
getRecordSize() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Header
 
getRecordSize() - Method in class noaa.coastwatch.io.noaa1b.MHSHeader
 
getRecordStart(int) - Method in class noaa.coastwatch.io.NOAA1bReader
Gets the start of the record as a byte offset.
getRectangle() - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Gets the tile rectangle.
getRedComponent() - Method in class noaa.coastwatch.gui.CompositeChooser
Gets the currently selected green component variable name.
getReferencedFile() - Method in class noaa.coastwatch.io.NCReader
Gets the NetCDF file referenced in this reader.
getRequirements(int) - Static method in class noaa.coastwatch.util.GCTP
Gets the requirements for the specified projection.
getResolution() - Method in class noaa.coastwatch.render.EarthDataView
Calculates the view resolution at the center data location in km/pixel.
getResolution(Point2D) - Method in class noaa.coastwatch.render.EarthImageTransform
Calculates an approximate resolution in km/pixel.
getResolution(DataLocation) - Method in class noaa.coastwatch.util.trans.EarthTransform
Gets the projection resolution at the specified location.
getResourceNames() - Method in class noaa.coastwatch.render.IconElementFactory
Gets the list of names for the built-in icon resource images.
getResults() - Method in class noaa.coastwatch.net.ServerQuery
Gets the number of query results.
getResults(ReportFormatter) - Method in class noaa.coastwatch.util.BoxSurvey
 
getResults(ReportFormatter) - Method in class noaa.coastwatch.util.EarthDataSurvey
Gets a results report for the survey.
getResults(ReportFormatter) - Method in class noaa.coastwatch.util.LineSurvey
 
getResults(ReportFormatter) - Method in class noaa.coastwatch.util.PointSurvey
 
getResultType() - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Gets the result data type.
getResultType() - Method in class noaa.coastwatch.util.expression.JELParser
 
getResultType() - Method in class noaa.coastwatch.util.expression.JEPEmulationParser
 
getResultType() - Method in class noaa.coastwatch.util.expression.JEPParser
 
getReverse() - Method in class noaa.coastwatch.render.EnhancementFunction
Gets the enhancement reversal flag.
getRowCount() - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
 
getRowCount() - Method in class noaa.coastwatch.gui.open.DataVariableTableModel
Gets the number of table rows.
getRowCount() - Method in class noaa.coastwatch.gui.open.FileTableModel
Gets the number of directory entries.
getRowCount() - Method in class noaa.coastwatch.gui.open.ServerTableModel
Gets the number of table rows.
getRowCount() - Method in class noaa.coastwatch.gui.SatellitePassTableModel
 
getRowCount() - Method in class noaa.coastwatch.gui.SortedTableModel
 
getRows() - Method in class noaa.coastwatch.render.DataReferenceOverlay
Gets the current reference row lines.
getSampleCount() - Method in class noaa.coastwatch.io.noaa1b.AMSUA
 
getSampleCount() - Method in class noaa.coastwatch.io.noaa1b.AMSUB
 
getSampleCount() - Method in class noaa.coastwatch.io.noaa1b.HIRS4
 
getSampleCount() - Method in class noaa.coastwatch.io.noaa1b.MHS
 
getSampleCount() - Method in class noaa.coastwatch.util.ResamplingDiagnostic
Gets the diagnostic sample count, that is the number of remapped pixels used to generate statistics.
getSamples() - Method in class noaa.coastwatch.io.NOAA1bReader
Gets the number of samples per scan line in this dataset.
getSampleSize() - Method in class noaa.coastwatch.util.BoxSurvey
Gets the sample size (total values sampled divided by the total values in the area) in percent.
getSampleSize() - Method in class noaa.coastwatch.util.PolygonSurvey
Gets the sample size (total values sampled divided by the total values in the area) in percent.
getSatellite() - Method in class noaa.coastwatch.util.SatelliteDataInfo
Gets the satellite name.
getSaveFile() - Method in class noaa.coastwatch.gui.FileSavePanel
Gets the current save file.
getScale() - Method in class noaa.coastwatch.render.EarthDataView
Gets the scale of this view.
getScaling() - Method in class noaa.coastwatch.util.DataVariable
Gets the scaling factor and offset.
getScaling(double[]) - Method in class noaa.coastwatch.gui.save.BinaryOptionPanel
Gets the scaling factor and offset.
getScalingScheme() - Method in class noaa.coastwatch.util.chunk.DoubleChunk
 
getScalingScheme() - Method in class noaa.coastwatch.util.chunk.FloatChunk
 
getScalingScheme() - Method in interface noaa.coastwatch.util.chunk.FloatingPointValuedDataChunk
Gets the scaling scheme.
getScalingType() - Method in class noaa.coastwatch.gui.save.BinaryOptionPanel
Gets the scaling type.
getScanHeight() - Method in class noaa.coastwatch.util.sensor.VIIRSIBandEDRParams
 
getScanHeight() - Method in class noaa.coastwatch.util.sensor.VIIRSIBandSDRParams
 
getScanHeight() - Method in class noaa.coastwatch.util.sensor.VIIRSMBandEDRParams
 
getScanHeight() - Method in class noaa.coastwatch.util.sensor.VIIRSMBandSDRParams
 
getScanHeight() - Method in interface noaa.coastwatch.util.sensor.VIIRSSensorParams
Gets the scan height.
getScanLine() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataRecord
 
getScanLine() - Method in interface noaa.coastwatch.io.noaa1b.DataRecord
Gets the scan line number.
getScanLine(int, int, int) - Method in class noaa.coastwatch.io.NOAA1bReader
Gets the scan line at the specified index.
getScanLine(int, int, int) - Method in class noaa.coastwatch.io.NOAA1bV1Reader
 
getScanLine(int, int, int) - Method in class noaa.coastwatch.io.NOAA1bV2Reader
 
getScanLine(int, int, int) - Method in class noaa.coastwatch.io.NOAA1bV3Reader
 
getScanTime() - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the scan line time data.
getScanTime() - Method in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
Gets the scan line time data.
getScanTime() - Method in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
Gets the scan line time data.
getScanWidth() - Method in class noaa.coastwatch.util.sensor.VIIRSIBandEDRParams
 
getScanWidth() - Method in class noaa.coastwatch.util.sensor.VIIRSIBandSDRParams
 
getScanWidth() - Method in class noaa.coastwatch.util.sensor.VIIRSMBandEDRParams
 
getScanWidth() - Method in class noaa.coastwatch.util.sensor.VIIRSMBandSDRParams
 
getScanWidth() - Method in interface noaa.coastwatch.util.sensor.VIIRSSensorParams
Gets the scan width.
getSceneTime() - Method in class noaa.coastwatch.io.EarthDataReader
Gets the scene time based on the first grid variable.
getSceneTime() - Method in class noaa.coastwatch.util.SatellitePassInfo
Gets the pass scene time: 'day', 'night', or 'day/night'.
getSceneTime(int[]) - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the scene time in terms of day or night for the specified 2D scene dimensions.
getSceneTime(int[]) - Method in class noaa.coastwatch.util.SatellitePassInfo
 
getSceneTime(DataLocation, DataLocation) - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the scene time in terms of day or night for the specified 2D scene bounds.
getSceneTime(DataLocation, DataLocation) - Method in class noaa.coastwatch.util.SatellitePassInfo
 
getScheme() - Method in class noaa.coastwatch.io.tile.NCTileSource
 
getScheme() - Method in interface noaa.coastwatch.io.tile.TileSink
Gets the tiling scheme used to write tiles to this sink.
getScheme() - Method in interface noaa.coastwatch.io.tile.TileSource
Gets the tiling scheme used to deliver tiles by this source.
getScheme() - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Gets the tiling scheme for this tile.
getScheme() - Method in class noaa.coastwatch.io.tile.TilingScheme.TilePosition
Gets the tiling scheme for this position.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class noaa.coastwatch.gui.visual.ComponentList
 
getScrollableTracksViewportHeight() - Method in class noaa.coastwatch.gui.visual.ComponentList
 
getScrollableTracksViewportWidth() - Method in class noaa.coastwatch.gui.visual.ComponentList
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class noaa.coastwatch.gui.visual.ComponentList
 
getSDID() - Method in class noaa.coastwatch.io.HDFReader
 
getSDID() - Method in interface noaa.coastwatch.io.HDFSD
Gets the HDF scientific dataset ID.
getSDID() - Method in class noaa.coastwatch.io.HDFWriter
 
getSegment(int) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin
Gets the specified segment.
getSegment(int) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
Gets the specified segment.
getSegmentCount() - Method in class noaa.coastwatch.render.lines.LabeledLine
Gets the number of segments in this line.
getSegments() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin
Gets the number of segments.
getSegments() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
Gets the number of segments.
getSelectedIndices() - Method in class noaa.coastwatch.gui.visual.ComponentList
Gets the currently selected indices.
getSensor() - Method in class noaa.coastwatch.util.SatelliteDataInfo
Gets the sensor name.
getSensorCode() - Method in class noaa.coastwatch.util.trans.EllipsoidPerspectiveProjection
 
getSensorCode() - Method in class noaa.coastwatch.util.trans.SensorScanProjection
Gets a code for this sensor scan type.
getSensorData() - Method in class noaa.coastwatch.io.noaa1b.AMSUARecord
 
getSensorData() - Method in class noaa.coastwatch.io.noaa1b.AMSUBRecord
 
getSensorData() - Method in interface noaa.coastwatch.io.noaa1b.DataRecord
Gets the sensor data values as uncalibrated counts.
getSensorData() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Record
 
getSensorData() - Method in class noaa.coastwatch.io.noaa1b.MHSRecord
 
getSensorFromScan(EarthTransform) - Static method in class noaa.coastwatch.util.sensor.SensorIdentifier
Gets a sensor type using the earth transform to identify sensor- specific scan patterns.
getSensorType() - Method in class noaa.coastwatch.util.trans.EllipsoidPerspectiveProjection
 
getSensorType() - Method in class noaa.coastwatch.util.trans.SensorScanProjection
Gets a description of this sensor scan type.
getSensorWordSize() - Method in class noaa.coastwatch.io.noaa1b.AbstractArchiveHeader
 
getSensorWordSize() - Method in interface noaa.coastwatch.io.noaa1b.ArchiveHeader
Gets the sensor word size in bits.
getServerEntry(int) - Method in class noaa.coastwatch.gui.open.ServerTableModel
Gets the server list entry at the specified row.
getServerList() - Method in class noaa.coastwatch.gui.open.NetworkFileChooser
Gets the current list of server entries.
getServerList() - Method in class noaa.coastwatch.gui.open.ServerChooser
Gets the current list of server entries.
getServerList() - Method in class noaa.coastwatch.gui.open.ServerTableModel
Gets the list of server entries.
getShadowColor(Color) - Static method in class noaa.coastwatch.render.LineOverlay
Gets the shadow color that will have the greatest contrast to the specified foreground color.
getShape() - Method in class noaa.coastwatch.gui.LightTable
Gets the current user shape.
getShape() - Method in class noaa.coastwatch.util.PolygonSurvey
Gets the shape defining this polygon.
getShapeArea(Shape) - Static method in class noaa.coastwatch.util.DataLocationConstraints
Gets the area of a shape.
getShapeBounds(Shape) - Static method in class noaa.coastwatch.util.DataLocationConstraints
Gets the rectangular bounds of the specified shape in data location coordinates.
getShapeIterator() - Method in class noaa.coastwatch.render.FilledShapeOverlay
Gets an iterator over the list of shapes.
getShapeIterator() - Method in class noaa.coastwatch.render.ShapeOverlay
Gets an iterator over the list of shapes.
getShort(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a short value (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getShort(ByteBuffer, int) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bServices
Gets a signed 16-bit value from the specified byte buffer.
getShort(ByteBuffer, int) - Static method in class noaa.coastwatch.io.NOAA1bReader
Gets a signed 16-bit value from the specified byte buffer.
getShortArray(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a short array (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getShortData() - Method in class noaa.coastwatch.util.chunk.ShortChunk
Gets the primitive array used to store data.
getShortDescription(int) - Method in class noaa.coastwatch.util.GCTP.Requirements
Gets the requirement short description for the specified parameter index.
getShortName() - Method in class noaa.coastwatch.render.Subregion
Gets this subregion short name.
getShortProperty(int) - Method in class noaa.coastwatch.util.chunk.ExpressionFunction.VariableValueSource
 
getShortProperty(int) - Method in interface noaa.coastwatch.util.expression.EvaluateImp
 
getShortValue(int) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
getSize() - Method in class noaa.coastwatch.gui.open.DirectoryLister.Entry
Gets the size of the directory entry (if applicable).
getSize() - Method in class noaa.coastwatch.render.SimpleSymbol
 
getSize(Graphics2D) - Method in class noaa.coastwatch.render.DataColorScale
 
getSize(Graphics2D) - Method in class noaa.coastwatch.render.EarthDataPlot
Gets the rendered plot size.
getSize(Graphics2D) - Method in class noaa.coastwatch.render.EarthDataView
Gets the rendered view dimensions.
getSize(Graphics2D) - Method in class noaa.coastwatch.render.EarthPlotInfo
 
getSize(Graphics2D) - Method in class noaa.coastwatch.render.Legend
Gets the actual required legend size.
getSize(Graphics2D) - Method in interface noaa.coastwatch.render.Renderable
Gets the rendered size for this renderable.
getSizeFactor() - Method in class noaa.coastwatch.render.EarthContextElement
Gets the context size to total size factor.
getSmallPolygons() - Method in class noaa.coastwatch.render.CoastOverlay
Gets the small polygons flag.
getSmooth() - Method in class noaa.coastwatch.gui.save.RenderOptionPanel
Gets the smooth flag.
getSolarZenith(EarthLocation) - Method in class noaa.coastwatch.util.SolarZenith
Gets the solar zenith angle for a specified earth location.
getSortColumn() - Method in class noaa.coastwatch.gui.SortedTableModel
Gets the current sorting column, or -1 for no sorting.
getSource() - Method in class noaa.coastwatch.io.EarthDataReader
Get the earth data source.
getSource() - Method in class noaa.coastwatch.io.tile.TileCachedGrid
Get the tile source used by this grid.
getSource() - Method in class noaa.coastwatch.io.tile.TileDeliveryOperation
Gets the source for this delivery operation.
getSource() - Method in class noaa.coastwatch.render.PointFeatureOverlay
Gets the feature source for this overlay.
getSource() - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the data source.
getSpacecraft() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
 
getSpacecraft() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the data spacecraft name.
getSpheroid() - Method in class noaa.coastwatch.gui.MapProjectionChooser
Gets the currently selected spheroid.
getSpheroid() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets the projection spheroid code.
getSpheroid(double, double) - Static method in class noaa.coastwatch.util.trans.EarthTransform
Gets the spheroid that most closely resembles the specified parameters.
getSpheroid(String) - Static method in class noaa.coastwatch.util.trans.EarthTransform
Gets the spheroid that matches the specified name.
getSpheroidName() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets the projection spheroid name.
getSplash(String) - Static method in class noaa.coastwatch.tools.ToolServices
Gets a string appropriate for a splash screen annotation.
getSplitRegex() - Static method in class noaa.coastwatch.tools.ToolServices
Gets the current command line parameter splitting regular expression.
getSplitter() - Method in class noaa.coastwatch.util.trans.BoundaryHandler
Gets the boundary splitting geometry for this handler to perform splits on earth location lines and polygons.
getStandardOverlays(Date, EarthTransform, List<Grid>) - Method in class noaa.coastwatch.render.feature.IQuamNCReader
Gets the standard set of iQuam point data overlays for this data source.
getStart() - Method in class noaa.coastwatch.io.tile.TilingScheme.TilePosition
Gets the starting global coordinates of the tile at this position.
getStartDate() - Method in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
 
getStartDate() - Method in interface noaa.coastwatch.io.noaa1b.DataHeader
Gets the data start date.
getStartDate() - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the data recording start date, the same value as the getDate() method.
getStartDate() - Method in class noaa.coastwatch.util.TimePeriod
Gets the time period starting date.
getStartDate(int) - Method in class noaa.coastwatch.io.OpendapReaderList
 
getStartDate(int) - Method in interface noaa.coastwatch.io.ReaderList
Gets the starting date for the specified reader.
getStartTime() - Method in class noaa.coastwatch.io.DataTransfer
Gets the transfer start time in milliseconds.
getState() - Method in class noaa.coastwatch.render.PoliticalOverlay
Gets the state borders flag.
getStatistics() - Method in class noaa.coastwatch.gui.HistogramPanel
Gets the current statistics.
getStatistics() - Method in class noaa.coastwatch.gui.StatisticsPanel
Gets the current statistics.
getStatistics() - Method in class noaa.coastwatch.util.EarthDataSurvey
Gets the survey statistics.
getStatistics(double) - Method in class noaa.coastwatch.util.DataVariable
Gets the data variable statistics.
getStatistics(int[]) - Method in class noaa.coastwatch.util.DataVariable
Gets the data variable statistics.
getStatistics(String) - Method in class noaa.coastwatch.io.EarthDataReader
Gets the statistics data stored for the specified variable name.
getStatistics(DataLocation, DataLocation, double) - Method in class noaa.coastwatch.util.DataVariable
Gets the data variable statistics.
getStatistics(DataLocation, DataLocation, int[]) - Method in class noaa.coastwatch.util.DataVariable
Gets the data variable statistics.
getStatisticsVariables() - Method in class noaa.coastwatch.io.EarthDataReader
Gets the list of all variable names that have associated statistics.
getStdev() - Method in class noaa.coastwatch.util.Statistics
Gets the standard deviation from the mean.
getSteps() - Method in class noaa.coastwatch.render.StepEnhancement
Gets the number of steps in the enhancement.
getString() - Method in class noaa.coastwatch.io.SimpleParser
Gets a string from the tokenizer.
getString(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a string value (convenience method for BinaryStreamReader.getValue(java.lang.String, java.nio.ByteBuffer)).
getStroke() - Method in class noaa.coastwatch.gui.visual.StrokeChooser
Gets the stroke selected by this stroke chooser.
getStroke() - Method in class noaa.coastwatch.render.LineOverlay
Gets the vector path stroke.
getSuboptimalCount() - Method in class noaa.coastwatch.util.ResamplingDiagnostic
Gets the suboptimal pixel count, that is the number of remapped pixels that did not match their optimal pixel.
getSuboptimalDiagnosticList() - Method in class noaa.coastwatch.util.ResamplingDiagnostic
Gets a list of the suboptimal diagnositic info objects.
getSubregion() - Method in class noaa.coastwatch.render.EarthDataView
Deprecated.
getSubset(int[], int[]) - Method in class noaa.coastwatch.util.Grid
Gets a new subset of this grid using the specified parameters.
getSubset(int[], int[], int[]) - Method in class noaa.coastwatch.util.trans.GeographicProjection
 
getSubset(int[], int[], int[]) - Method in class noaa.coastwatch.util.trans.MapProjection
Creates a subset version of this map projection.
getSubset(DataLocation, int[]) - Method in class noaa.coastwatch.util.trans.EarthTransform
Creates and returns a new subset transform.
getSubset(DataLocation, int[]) - Method in class noaa.coastwatch.util.trans.GeographicProjection
 
getSubset(DataLocation, int[]) - Method in class noaa.coastwatch.util.trans.MapProjection
 
getSubsetType() - Method in class noaa.coastwatch.gui.save.SubsetOptionPanel
Gets the subset type.
getSurvey() - Method in class noaa.coastwatch.render.SurveyOverlay
Gets the survey for this overlay.
getSurveyCommand() - Method in class noaa.coastwatch.gui.SurveyListChooser
Gets the last survey command executed.
getSurveyType() - Method in class noaa.coastwatch.util.BoxSurvey
Gets the survey type for results reporting.
getSurveyType() - Method in class noaa.coastwatch.util.PolygonSurvey
Gets the survey type for results reporting.
getSymbol() - Method in class noaa.coastwatch.render.PointFeatureOverlay
Gets the point symbol.
getSymbolNames() - Static method in class noaa.coastwatch.render.PlotSymbolFactory
Gets the list of plot symbol names.
getSystem() - Method in class noaa.coastwatch.gui.MapProjectionChooser
Gets the currently selected projection system.
getSystem() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets the projection system.
getSystemName() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets the projection system name.
getTabComponentPanels() - Method in class noaa.coastwatch.gui.EarthDataViewController
Gets a list of tab component panels created by this controller.
getTargetValue() - Method in class noaa.coastwatch.render.feature.FeatureGroupFilter
Gets the target value.
getTerminator(double, boolean) - Method in class noaa.coastwatch.util.SolarZenith
Gets the position of the solar terminator for this data.
getTestData(long) - Static method in class noaa.coastwatch.util.Statistics
Gets a test statistics object with normal distribution.
getTestPoints(EarthTransform, int) - Static method in class noaa.coastwatch.gui.nav.NavigationPointWriter
Provides test data for this class.
getText() - Method in class noaa.coastwatch.render.TextElement
Gets the text string.
getTextArea() - Method in class noaa.coastwatch.gui.PanelOutputStream
Gets the associated text area.
getTextButton(String) - Static method in class noaa.coastwatch.gui.GUIServices
Gets a button with text label.
getTextButton(Action) - Static method in class noaa.coastwatch.gui.GUIServices
Gets a button with text label using an action.
getTextDropShadow() - Method in class noaa.coastwatch.render.LabeledLineOverlay
Gets the text drop shadow flag.
getTextDropShadow() - Method in class noaa.coastwatch.render.TextOverlay
Gets the text drop shadow flag.
getTile(TileSource, TilingScheme.TilePosition) - Method in class noaa.coastwatch.io.tile.TileCacheManager
Gets a tile from the cache for the specified source and position.
getTileCounts() - Method in class noaa.coastwatch.io.tile.TilingScheme
Gets the tile counts as [rows, columns].
getTileDimensions() - Method in class noaa.coastwatch.io.tile.TilingScheme
Gets the tile dimensions as [rows, columns].
getTileDimensions(TilingScheme.TilePosition) - Method in class noaa.coastwatch.io.tile.TilingScheme
Deprecated.
getTileDims() - Method in class noaa.coastwatch.io.HDFWriter
Gets the current tile dimensions.
getTileDims(int, Grid) - Static method in class noaa.coastwatch.io.CachedGrid
Calculates the tile dimensions required to fill the specified memory.
getTileSize(int[], Grid) - Static method in class noaa.coastwatch.io.CachedGrid
Calculates the tile memory size based on dimensions.
getTilingScheme() - Method in class noaa.coastwatch.io.CachedGrid
 
getTilingScheme() - Method in class noaa.coastwatch.io.tile.TileCachedGrid
 
getTilingScheme() - Method in class noaa.coastwatch.util.Grid
Gets the tiling scheme for this grid if one is available.
getTimePeriods() - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the list of time periods for data recording.
getTimeWindowHint() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Gets the time window hint.
getTitle() - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Gets the title that will be used to annotate the button and list panels.
getTitle() - Method in class noaa.coastwatch.gui.AnnotationListChooser
Gets the annotation list chooser title.
getTitle() - Method in class noaa.coastwatch.gui.CompositeChooser
 
getTitle() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
 
getTitle() - Method in class noaa.coastwatch.gui.EnhancementChooser
 
getTitle() - Method in class noaa.coastwatch.gui.NavigationChooser
Gets the navigation chooser title.
getTitle() - Method in class noaa.coastwatch.gui.OverlayListChooser
 
getTitle() - Method in class noaa.coastwatch.gui.PaletteChooser
 
getTitle() - Method in class noaa.coastwatch.gui.SurveyListChooser
 
getTitle() - Method in interface noaa.coastwatch.gui.TabComponent
Gets the tab title.
getTitle() - Method in class noaa.coastwatch.gui.visual.GenericOverlayPropertyChooser
Gets the chooser panel title.
getTitle() - Method in class noaa.coastwatch.gui.visual.MultilayerBitmaskOverlayPropertyChooser
Gets the chooser panel title.
getTitle() - Method in class noaa.coastwatch.gui.visual.MultiPointFeatureOverlayPropertyChooser
 
getTitle() - Method in class noaa.coastwatch.gui.visual.OverlayPropertyChooser
Gets the title that will be used to annotate the properties panel.
getTitle() - Method in class noaa.coastwatch.gui.visual.PointFeatureOverlayPropertyChooser
 
getTolerance() - Method in class noaa.coastwatch.util.trans.SwathProjection
Gets the tolerance distance for earth location transformations.
getToolTip() - Method in class noaa.coastwatch.gui.AnnotationListChooser
Gets the annotation list chooser tooltip.
getToolTip() - Method in class noaa.coastwatch.gui.CompositeChooser
 
getToolTip() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
 
getToolTip() - Method in class noaa.coastwatch.gui.EnhancementChooser
 
getToolTip() - Method in class noaa.coastwatch.gui.NavigationChooser
Gets the navigation chooser tooltip.
getToolTip() - Method in class noaa.coastwatch.gui.OverlayListChooser
 
getToolTip() - Method in class noaa.coastwatch.gui.PaletteChooser
 
getToolTip() - Method in class noaa.coastwatch.gui.SurveyListChooser
 
getToolTip() - Method in interface noaa.coastwatch.gui.TabComponent
Gets the tab tooltip.
getToolVersion(String) - Static method in class noaa.coastwatch.tools.ToolServices
Gets a tool version string.
getTopRowAtColumn(int) - Method in class noaa.coastwatch.util.sensor.VIIRSIBandEDRParams
 
getTopRowAtColumn(int) - Method in class noaa.coastwatch.util.sensor.VIIRSIBandSDRParams
 
getTopRowAtColumn(int) - Method in class noaa.coastwatch.util.sensor.VIIRSMBandEDRParams
 
getTopRowAtColumn(int) - Method in class noaa.coastwatch.util.sensor.VIIRSMBandSDRParams
 
getTopRowAtColumn(int) - Method in interface noaa.coastwatch.util.sensor.VIIRSSensorParams
Gets the top edge row of the swath at the specified column for any scan.
getTotalChunks() - Method in class noaa.coastwatch.util.chunk.ChunkingScheme
Gets the total count of chunks in this scheme.
getTrackingData() - Method in class noaa.coastwatch.util.chunk.ChunkComputation
Gets the time tracking data for the computation.
getTransferred() - Method in class noaa.coastwatch.io.DataTransfer
Gets the current count of transferred data in bytes.
getTransform() - Method in class noaa.coastwatch.io.OpendapReaderList
 
getTransform() - Method in interface noaa.coastwatch.io.ReaderList
Gets the earth transform for this list.
getTransform() - Method in class noaa.coastwatch.render.EarthContextElement
Gets the earth transform used in the context area, or null if no context area is defined.
getTransform() - Method in class noaa.coastwatch.render.EarthDataView
Gets the earth image transform.
getTransform() - Method in class noaa.coastwatch.render.Topography
Gets the earth transform for the elevation grid.
getTransform() - Method in class noaa.coastwatch.util.EarthDataInfo
Gets the earth transform object.
getTransform() - Method in class noaa.coastwatch.util.EarthDataSurvey
Gets the survey variable earth transform.
getTransformName() - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercatorBuilder
 
getTransformSummary(EarthDataReader, boolean, int) - Method in class noaa.coastwatch.io.ReaderSummaryProducer
Gets earth transform data from the specified reader.
getTransparency() - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets the overlay transparency.
getType() - Method in class noaa.coastwatch.render.feature.Attribute
Gets the attribute data type.
getType(Class, boolean) - Static method in class noaa.coastwatch.io.HDFWriter
Gets the HDF type associated with a Java primitive class.
getTypeMax() - Method in class noaa.coastwatch.io.BinaryWriter
Gets the type maximum as a double.
getTypeMax() - Method in class noaa.coastwatch.io.ByteWriter
 
getTypeMax() - Method in class noaa.coastwatch.io.FloatWriter
 
getTypeMax() - Method in class noaa.coastwatch.io.ShortWriter
 
getTypeMin() - Method in class noaa.coastwatch.io.BinaryWriter
Gets the type minimum as a double.
getTypeMin() - Method in class noaa.coastwatch.io.ByteWriter
 
getTypeMin() - Method in class noaa.coastwatch.io.FloatWriter
 
getTypeMin() - Method in class noaa.coastwatch.io.ShortWriter
 
getTypeRange() - Method in class noaa.coastwatch.io.BinaryWriter
Gets the type range as a double.
getTypeRange() - Method in class noaa.coastwatch.io.ByteWriter
 
getTypeRange() - Method in class noaa.coastwatch.io.FloatWriter
Throws an error because this method should never be called for this class.
getTypeRange() - Method in class noaa.coastwatch.io.ShortWriter
 
getUByte(ByteBuffer, int) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bServices
Gets an unsigned 8-bit value from the specified byte buffer.
getUByte(ByteBuffer, int) - Static method in class noaa.coastwatch.io.NOAA1bReader
Gets an unsigned 8-bit value from the specified byte buffer.
getUInt(ByteBuffer, int) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bServices
Gets an unsigned 32-bit value from the specified byte buffer.
getUInt(ByteBuffer, int) - Static method in class noaa.coastwatch.io.NOAA1bReader
Gets an unsigned 32-bit value from the specified byte buffer.
getUnits() - Method in class noaa.coastwatch.render.feature.Attribute
Gets the attribute units.
getUnits() - Method in class noaa.coastwatch.util.DataVariable
Gets the variable units.
getUnits(int) - Method in class noaa.coastwatch.util.GCTP.Requirements
Gets the requirement units for the specified parameter index.
getUnits(String) - Method in class noaa.coastwatch.tools.Preferences
Gets the preferred units for a variable.
getUnitsMap() - Method in class noaa.coastwatch.tools.Preferences
Gets the map of variable name to units.
getUnpackedType() - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
 
getUnpackedType() - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
 
getUnpackedType() - Method in interface noaa.coastwatch.util.chunk.PackingScheme
Gets the unpacked data type that values in this packing scheme will be unpacked to.
getUnsigned() - Method in class noaa.coastwatch.util.DataVariable
Gets the unsigned flag.
getUnsigned(int) - Static method in class noaa.coastwatch.io.HDFReader
Determines if the HDF datatype is unsigned.
getUpperLeft() - Method in class noaa.coastwatch.render.EarthContextElement
Gets the upper-left corner of the context area.
getUpsideDown() - Method in class noaa.coastwatch.render.EarthDataView
Deprecated.
getURL() - Method in class noaa.coastwatch.net.ServerQuery
Gets the query URL as a string.
getUShort(ByteBuffer, int) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bServices
Gets an unsigned 16-bit value from the specified byte buffer.
getUShort(ByteBuffer, int) - Static method in class noaa.coastwatch.io.NOAA1bReader
Gets an unsigned 16-bit value from the specified byte buffer.
getValid() - Method in class noaa.coastwatch.gui.XYPlotPanel
Returns true if the plot is valid, or false if not.
getValid() - Method in class noaa.coastwatch.util.Statistics
Gets the total number of valid data values sampled.
getValue() - Method in class noaa.coastwatch.gui.AttributeValueChooser
Gets the current attribute value.
getValue() - Method in class noaa.coastwatch.gui.value.DateValuePanel
 
getValue() - Method in class noaa.coastwatch.gui.value.ParsableValuePanel
 
getValue() - Method in class noaa.coastwatch.gui.value.TimeWindowValuePanel
 
getValue() - Method in class noaa.coastwatch.gui.value.ValuePanel
Gets the object value for this panel.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualArray
Gets the array value.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualBoolean
Gets the Boolean value.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualChoice
Gets the choice value value.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualColor
Gets the color value.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualFont
Gets the font value.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualInteger
Gets the Integer value.
getValue() - Method in interface noaa.coastwatch.gui.visual.VisualObject
Gets the object value.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualOverlay
Gets the overlay value.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualString
Gets the string value.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualStroke
Gets the stroke value.
getValue() - Method in class noaa.coastwatch.gui.visual.VisualSymbol
 
getValue() - Method in class noaa.coastwatch.render.feature.AttributeRule
Gets the attribute value for this rule.
getValue(double) - Method in class noaa.coastwatch.render.EnhancementFunction
Gets the enhancement value.
getValue(int) - Method in class noaa.coastwatch.io.CachedGrid
 
getValue(int) - Method in class noaa.coastwatch.io.OpendapGrid
 
getValue(int) - Method in class noaa.coastwatch.io.tile.TileCachedGrid
 
getValue(int) - Method in class noaa.coastwatch.util.DataVariable
Reads a scaled data value.
getValue(int) - Method in class noaa.coastwatch.util.SubsetGrid
 
getValue(int, double[]) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Gets the specified value from the array, or NaN if the index is -1.
getValue(int, float[]) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Gets the specified value from the array, or NaN if the index is -1.
getValue(int, int) - Method in class noaa.coastwatch.io.CachedGrid
 
getValue(int, int) - Method in class noaa.coastwatch.io.OpendapGrid
 
getValue(int, int) - Method in class noaa.coastwatch.io.tile.TileCachedGrid
 
getValue(int, int) - Method in class noaa.coastwatch.net.ServerQuery
Gets a result value.
getValue(int, int) - Method in class noaa.coastwatch.util.Grid
Reads a scaled data value with no navigation.
getValue(int, int) - Method in class noaa.coastwatch.util.SubsetGrid
 
getValue(int, Object) - Method in class noaa.coastwatch.util.DataVariable
Reads a scaled data value.
getValue(int, String) - Method in class noaa.coastwatch.net.ServerQuery
Gets a result value.
getValue(String, ByteBuffer) - Method in class noaa.coastwatch.io.BinaryStreamReader
Gets a data value from a byte buffer using this reader's template.
getValue(DataLocation) - Method in class noaa.coastwatch.util.DataVariable
Reads a scaled data value.
getValue(DataLocation) - Method in class noaa.coastwatch.util.Grid
Reads a scaled data value with navigation.
getValue(DataLocation) - Method in class noaa.coastwatch.util.SubsetGrid
 
getValue(DataLocation) - Method in interface noaa.coastwatch.util.ValueSource
Gets a data value for the specified location.
getValue(DataLocation) - Method in class noaa.coastwatch.util.VariableEstimator
Gets an estimated variable value.
getValueAt(int, int) - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
 
getValueAt(int, int) - Method in class noaa.coastwatch.gui.open.DataVariableTableModel
Gets the table data value.
getValueAt(int, int) - Method in class noaa.coastwatch.gui.open.FileTableModel
Gets the directory entry value.
getValueAt(int, int) - Method in class noaa.coastwatch.gui.open.ServerTableModel
Gets the table data value.
getValueAt(int, int) - Method in class noaa.coastwatch.gui.SatellitePassTableModel
 
getValueAt(int, int) - Method in class noaa.coastwatch.gui.SortedTableModel
 
getValueIndex(String) - Method in class noaa.coastwatch.net.ServerQuery
Gets the value index using the specified value key.
getValueIsAdjusting() - Method in class noaa.coastwatch.gui.EnhancementChooser
Determines if the enhancement function is adjusting by checking to see if the range sliders are adjusting
getValueKey(int) - Method in class noaa.coastwatch.net.ServerQuery
Gets the value key at the specified value index.
getValues() - Method in class noaa.coastwatch.net.ServerQuery
Gets the number of values in each result.
getValues() - Method in class noaa.coastwatch.util.chunk.ByteChunk
 
getValues() - Method in interface noaa.coastwatch.util.chunk.DataChunk
Gets the number of values held by this chunk.
getValues() - Method in class noaa.coastwatch.util.chunk.DoubleChunk
 
getValues() - Method in class noaa.coastwatch.util.chunk.FloatChunk
 
getValues() - Method in class noaa.coastwatch.util.chunk.IntChunk
 
getValues() - Method in class noaa.coastwatch.util.chunk.LongChunk
 
getValues() - Method in class noaa.coastwatch.util.chunk.ShortChunk
 
getValues() - Method in class noaa.coastwatch.util.DataVariable
Gets the total number of data values indicated by the dimensions.
getValues() - Method in class noaa.coastwatch.util.Statistics
Gets the total number of data values sampled, including invalid data.
getVariable() - Method in class noaa.coastwatch.gui.VariableChooser
Gets the current variable name.
getVariable(int) - Method in class noaa.coastwatch.gui.open.DataVariableTableModel
Gets the variable at the specified row.
getVariable(int) - Method in class noaa.coastwatch.io.CWOpendapReader
 
getVariable(int) - Method in class noaa.coastwatch.io.EarthDataReader
Creates a data variable object.
getVariable(int) - Method in class noaa.coastwatch.io.HDFReader
 
getVariable(int) - Method in class noaa.coastwatch.io.NCReader
 
getVariable(int) - Method in class noaa.coastwatch.io.noaa1b.NOAA1bFileReader
 
getVariable(int) - Method in class noaa.coastwatch.io.NOAA1bReader
 
getVariable(int, String) - Method in class noaa.coastwatch.io.OpendapReaderList
 
getVariable(int, String) - Method in interface noaa.coastwatch.io.ReaderList
Gets a variable from the specified reader.
getVariable(String) - Method in class noaa.coastwatch.io.ACSPOHDFReader
Deprecated.
 
getVariable(String) - Method in class noaa.coastwatch.io.EarthDataReader
Creates a data variable object.
getVariableChooser() - Method in class noaa.coastwatch.gui.EarthDataViewController
Gets the variable chooser created by this controller.
getVariableDimensions(int, String) - Static method in class noaa.coastwatch.io.HDFReader
 
getVariableFormat() - Method in class noaa.coastwatch.util.EarthDataSurvey
Gets the survey variable number formatter.
getVariableName() - Method in class noaa.coastwatch.util.EarthDataSurvey
Gets the survey variable name.
getVariableNames() - Method in class noaa.coastwatch.io.NOAA1bReader
Gets the variable names in this dataset.
getVariableNames() - Method in class noaa.coastwatch.io.NOAA1bV1Reader
 
getVariableNames() - Method in class noaa.coastwatch.io.NOAA1bV2Reader
 
getVariableNames(int) - Static method in class noaa.coastwatch.io.HDFReader
Gets an array of HDF dataset variable names.
getVariables() - Method in class noaa.coastwatch.gui.NavigationChooser
Gets the list of selected variable names.
getVariables() - Method in class noaa.coastwatch.gui.save.VariableOptionPanel
Gets the list of selected variable names.
getVariables() - Method in class noaa.coastwatch.io.EarthDataReader
Gets the total count of data variables.
getVariables() - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Gets the list of variables used in the expression.
getVariables() - Method in class noaa.coastwatch.util.expression.JELParser
 
getVariables() - Method in class noaa.coastwatch.util.expression.JEPEmulationParser
 
getVariables() - Method in class noaa.coastwatch.util.expression.JEPParser
 
getVariablesForSystem(CoordinateSystem) - Method in class noaa.coastwatch.io.EarthDataReader
Gets the variable names for the specified NetCDF CDM style coordinate systems accessed by this reader.
getVariablesForSystem(CoordinateSystem) - Method in class noaa.coastwatch.io.NCReader
 
getVariableSummary(EarthDataReader) - Method in class noaa.coastwatch.io.ReaderSummaryProducer
Gets the variable information.
getVariableUnits() - Method in class noaa.coastwatch.util.EarthDataSurvey
Gets the survey variable units.
getVersion() - Static method in class noaa.coastwatch.tools.ToolServices
Gets a simple version string.
getView() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Gets the earth data view from the view panel.
getView() - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Gets the earth data view.
getViewPanel() - Method in class noaa.coastwatch.gui.EarthDataViewController
Gets the view panel created by this controller.
getViewPanelSize() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Gets the current view panel size.
getVisibility(double, double, double) - Static method in class noaa.coastwatch.tools.cwcoverage
Calculates the angle of visibility for a satellite capture station.
getVisible() - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets the overlay visibility flag.
getVisibleRowCount() - Method in class noaa.coastwatch.gui.visual.ComponentList
Gets the visible rows in this list.
getWindowSize() - Method in class noaa.coastwatch.render.feature.TimeWindow
Gets the window size.
getWindowSize() - Method in interface noaa.coastwatch.util.ResamplingSourceImp
Gets the width and height of the window to search for the next nearest location during resampling.
getWindowSize() - Method in class noaa.coastwatch.util.sensor.AVHRRSourceImp
 
getWindowSize() - Method in class noaa.coastwatch.util.sensor.GenericSourceImp
 
getWindowSize() - Method in class noaa.coastwatch.util.sensor.MODISSourceImp
 
getWindowSize() - Method in class noaa.coastwatch.util.sensor.VIIRSSourceImp
 
getWord() - Method in class noaa.coastwatch.io.SimpleParser
Gets a word from the tokenizer.
getWorld() - Method in class noaa.coastwatch.gui.save.RenderOptionPanel
Gets the world file flag.
getWorldAxes(EarthLocation, double[], double[]) - Method in class noaa.coastwatch.util.trans.EarthTransform2D
Gets the world axes for this transform at the specified location.
getXLabel() - Method in class noaa.coastwatch.gui.HistogramStatisticsPanel
 
getXLabel() - Method in class noaa.coastwatch.gui.LineStatisticsPanel
 
getXLabel() - Method in class noaa.coastwatch.gui.XYPlotPanel
Gets the x-axis label.
getXmlNode() - Method in class noaa.coastwatch.gui.open.XMLTree.XmlTreeNode
Get the node
getXmlTreeNodeAt(int, int) - Method in class noaa.coastwatch.gui.open.XMLTree
Return the xml tree node located at the given position
getXmlTreeNodeAtPath(TreePath) - Method in class noaa.coastwatch.gui.open.XMLTree
Return the xml tree node located at the given position
getXRange() - Method in class noaa.coastwatch.gui.HistogramStatisticsPanel
 
getXRange() - Method in class noaa.coastwatch.gui.LineStatisticsPanel
 
getXRange() - Method in class noaa.coastwatch.gui.XYPlotPanel
Gets the x-axis value range as [min, max].
getYLabel() - Method in class noaa.coastwatch.gui.HistogramStatisticsPanel
 
getYLabel() - Method in class noaa.coastwatch.gui.LineStatisticsPanel
 
getYLabel() - Method in class noaa.coastwatch.gui.XYPlotPanel
Gets the y-axis label.
getYRange() - Method in class noaa.coastwatch.gui.HistogramStatisticsPanel
 
getYRange() - Method in class noaa.coastwatch.gui.LineStatisticsPanel
 
getYRange() - Method in class noaa.coastwatch.gui.XYPlotPanel
Gets the y-axis value range as [min, max].
getZone() - Method in class noaa.coastwatch.gui.MapProjectionChooser
Gets the currently selected zone.
getZone() - Method in class noaa.coastwatch.util.trans.MapProjection
Gets the projection zone.
GhostButton - Class in noaa.coastwatch.gui
The GhostButton class is a button that displays a "ghostly" looking version of a standard button icon for use in full screen mode toolbar menus.
GhostButton(String, Icon) - Constructor for class noaa.coastwatch.gui.GhostButton
Creates a new button using an icon and text.
GhostButton.FadeImageFilter - Class in noaa.coastwatch.gui
The FadeImageFilter converts normal color pixels to either brigher or darker versions using a fade factor.
GhostButton.GhostImageFilter - Class in noaa.coastwatch.gui
The GhostImageFilter converts normal color pixels to ghostly inverted grayscale pixels.
GhostImageFilter() - Constructor for class noaa.coastwatch.gui.FullScreenToolBar.GhostImageFilter
 
GhostImageFilter() - Constructor for class noaa.coastwatch.gui.GhostButton.GhostImageFilter
 
GhostToggleButton - Class in noaa.coastwatch.gui
The GhostToggleButton class is a button that displays a "ghostly" looking version of a standard button icon for use in full screen mode toolbar menus.
GhostToggleButton(String, Icon) - Constructor for class noaa.coastwatch.gui.GhostToggleButton
Creates a new button using an icon and text.
GIFSavePanel - Class in noaa.coastwatch.gui.save
The GIFSavePanel class allows the user to select save options for GIF image files.
GIFSavePanel(EarthDataView, EarthDataInfo) - Constructor for class noaa.coastwatch.gui.save.GIFSavePanel
 
GIFWriter - Class in noaa.coastwatch.io
The GIFWriter class writes non-interlaced GIF87a images from a rendered Java image.
GIFWriter(OutputStream) - Constructor for class noaa.coastwatch.io.GIFWriter
Creates a new writer using the specified output stream.
global - Variable in class noaa.coastwatch.io.ReaderSummaryProducer.Summary
 
GNOMON - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Gnomonic projection code.
GnomonicProjection - Class in noaa.coastwatch.util.trans
The GnomonicProjection class performs Gnomonic map projection calculations.
GnomonicProjection(double, int[], AffineTransform, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.GnomonicProjection
Constructs a map projection from the specified projection and affine transform.
GOOD - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Interrupted Goode Homolosine projection code.
GraphicsServices - Class in noaa.coastwatch.render
The graphics services class defines various static methods relating to the java.awt.Graphics2D class.
GRattrinfo(int, int, String[], int[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRcreate(int, String, int, int, int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
GREEN - Static variable in class noaa.coastwatch.render.ColorComposite
The green component.
GREEN_COMPONENT_PROPERTY - Static variable in class noaa.coastwatch.gui.CompositeChooser
The green component property.
greenwich - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The Greenwich-crossing flag, 1 if Greenwich is crossed or 0 if not.
GRend(int) - Method in class noaa.coastwatch.io.HDFLib
 
GRendaccess(int) - Method in class noaa.coastwatch.io.HDFLib
 
GRfileinfo(int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRfindattr(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
GRgetattr(int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRgetattr(int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
GRgetchunkinfo(int, HDFChunkInfo, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRgetcompress(int, HDFCompInfo) - Method in class noaa.coastwatch.io.HDFLib
 
GRgetiminfo(int, String[], int[], int[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRgetlutid(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
GRgetlutinfo(int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRgetnluts(int) - Method in class noaa.coastwatch.io.HDFLib
 
grid - Variable in class noaa.coastwatch.util.chunk.GridChunkProducer
The grid to use as a source of data.
Grid - Class in noaa.coastwatch.util
The 2D grid class is a special form of data variable with two dimensions -- rows and columns.
Grid(String, String, String, int, int, Object, NumberFormat, double[], Object) - Constructor for class noaa.coastwatch.util.Grid
Constructs a new 2D grid with the specified properties.
Grid(Grid) - Constructor for class noaa.coastwatch.util.Grid
Constructs a new 2D grid from the specified grid.
Grid(Grid, int, int) - Constructor for class noaa.coastwatch.util.Grid
Constructs a new 2D grid from the specified grid and dimensions.
gridCache - Variable in class noaa.coastwatch.gui.nav.NavigationPointWriter
The cache of grid variables.
GridChunkConsumer - Class in noaa.coastwatch.util.chunk
The GridChunkConsumer class consumes data chunks and places the chunk data into a Grid object.
GridChunkConsumer(Grid) - Constructor for class noaa.coastwatch.util.chunk.GridChunkConsumer
Creates a new consumer.
GridChunkProducer - Class in noaa.coastwatch.util.chunk
The GridChunkProducer class provides data chunks from a Grid object.
GridChunkProducer(Grid) - Constructor for class noaa.coastwatch.util.chunk.GridChunkProducer
Creates a new producer.
GridContainerOverlay - Interface in noaa.coastwatch.render
The GridContainerOverlay interface marks overlays that use one or more Grid objects to display their graphics.
GridDataResamplingMapFactory - Class in noaa.coastwatch.util
The GridDataResamplingMapFactory class creates a resampling map by directly querying grid variables for the source and column mapping.
GridDataResamplingMapFactory(Grid, Grid) - Constructor for class noaa.coastwatch.util.GridDataResamplingMapFactory
Creates a new map factory.
GriddedPointGenerator - Class in noaa.coastwatch.render.feature
A GriddedPointGenerator creates point features from a set of co-located Grid objects.
GriddedPointGenerator(Grid[], EarthTransform2D) - Constructor for class noaa.coastwatch.render.feature.GriddedPointGenerator
Creates a new generator.
GridResampler - Class in noaa.coastwatch.util
The GridResampler class performs generic data resampling between 2D earth transforms.
GridResampler(EarthTransform, EarthTransform) - Constructor for class noaa.coastwatch.util.GridResampler
Creates a new grid resampler from the specified source and destination transforms.
GridSubsetReader - Interface in noaa.coastwatch.io
The GridSubsetReader is an interface that any EarthDataReader can implement to indicate that it is capable of reading grid data in a subset/subsampled form.
GRidtoref(int) - Method in class noaa.coastwatch.io.HDFLib
 
GRluttoref(int) - Method in class noaa.coastwatch.io.HDFLib
 
GRnametoindex(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
GRreadchunk(int, int[], byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRreadchunk(int, int[], Object) - Method in class noaa.coastwatch.io.HDFLib
 
GRreadimage(int, int[], int[], int[], byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRreadimage(int, int[], int[], int[], Object) - Method in class noaa.coastwatch.io.HDFLib
 
GRreadlut(int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRreadlut(int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
GRreftoindex(int, short) - Method in class noaa.coastwatch.io.HDFLib
 
GRreqimageil(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
GRreqlutil(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
GRS1980 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
GRS 1980 spheroid code.
GRselect(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
GRsetattr(int, String, int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRsetattr(int, String, int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
GRsetattr(int, String, int, int, String) - Method in class noaa.coastwatch.io.HDFLib
 
GRsetchunk(int, HDFChunkInfo, int) - Method in class noaa.coastwatch.io.HDFLib
 
GRsetchunkcache(int, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
GRsetcompress(int, int, HDFCompInfo) - Method in class noaa.coastwatch.io.HDFLib
 
GRsetexternalfile(int, String, int) - Method in class noaa.coastwatch.io.HDFLib
 
GRstart(int) - Method in class noaa.coastwatch.io.HDFLib
 
GRwriteimage(int, int[], int[], int[], byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRwriteimage(int, int[], int[], int[], Object) - Method in class noaa.coastwatch.io.HDFLib
 
GRwritelut(int, int, int, int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
GRwritelut(int, int, int, int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
GSHHSReader - Class in noaa.coastwatch.render.feature
Deprecated.
This class has been replaced by BinnedGSHHSReader which provides better overall performance. This class uses the full GSHHS binary data files as input, with a supplementary index file to speed up polygon access. The new binned class uses true binned GSHHS polygon data in HDF format with access routines and polygon assembly methods. The new class uses a reduced data file size and is faster at handling small sections of polygons with a large number of points outside the area of interest.
GSHHSReader(double) - Constructor for class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Creates a new GSHHS reader instance from the resolution.
GSHHSReader(File) - Constructor for class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Creates a new GSHHS reader from the data file.
GSHHSReader(InputStream) - Constructor for class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Creates a new GSHHS reader from the input stream.
GSHHSReader(String) - Constructor for class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Creates a new GSHHS reader instance from the database name.
GSHHSReader.PolygonHeader - Class in noaa.coastwatch.render.feature
Deprecated.
The GSHHS polygon header class acts as a container for the GSHHS reader class polygon header values.
GUIServices - Class in noaa.coastwatch.gui
The GUI services class defines various static methods relating to graphical user interfaces.
GVNSP - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
General Vertical Near-Side Perspective projection code.

H

H5Aclose(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Acopy(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Acreate(int, String, int, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Acreate_by_name(int, String, String, int, int, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Adelete(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Adelete_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Adelete_by_name(int, String, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aexists(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aexists_by_name(int, String, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_create_plist(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_info(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_info_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_info_by_name(int, String, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_name(int, long, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_name(int, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_name_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_space(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_storage_size(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aget_type(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aiterate(int, int, int, long, H5A_iterate_cb, H5A_iterate_t) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aiterate_by_name(int, String, int, int, long, H5A_iterate_cb, H5A_iterate_t, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aopen(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aopen_by_idx(int, String, int, int, long, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aopen_by_name(int, String, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aread(int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Aread(int, int, Object) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5AreadComplex(int, int, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5AreadVL(int, int, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Arename(int, String, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Arename_by_name(int, String, String, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Awrite(int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Awrite(int, int, Object) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5AwriteVL(int, int, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5check_version(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5close() - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dclose(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dcopy(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dcreate(int, String, int, int, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dcreate_anon(int, int, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dfill(byte[], int, byte[], int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dget_access_plist(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dget_create_plist(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dget_offset(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dget_space(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dget_space_status(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dget_space_status(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dget_storage_size(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dget_type(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Diterate(byte[], int, int, H5D_iterate_cb, H5D_iterate_t) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dopen(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread(int, int, int, int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread(int, int, int, int, int, byte[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread(int, int, int, int, int, Object) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread(int, int, int, int, int, Object, boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_double(int, int, int, int, int, double[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_double(int, int, int, int, int, double[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_float(int, int, int, int, int, float[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_float(int, int, int, int, int, float[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_int(int, int, int, int, int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_int(int, int, int, int, int, int[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_long(int, int, int, int, int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_long(int, int, int, int, int, long[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_reg_ref(int, int, int, int, int, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_reg_ref_data(int, int, int, int, int, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_short(int, int, int, int, int, short[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_short(int, int, int, int, int, short[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dread_string(int, int, int, int, int, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5DreadVL(int, int, int, int, int, Object[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dset_extent(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dvlen_get_buf_size(int, int, int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dvlen_get_buf_size_long(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dvlen_reclaim(int, int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite(int, int, int, int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite(int, int, int, int, int, byte[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite(int, int, int, int, int, Object) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite(int, int, int, int, int, Object, boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_double(int, int, int, int, int, double[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_double(int, int, int, int, int, double[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_float(int, int, int, int, int, float[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_float(int, int, int, int, int, float[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_int(int, int, int, int, int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_int(int, int, int, int, int, int[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_long(int, int, int, int, int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_long(int, int, int, int, int, long[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_short(int, int, int, int, int, short[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Dwrite_short(int, int, int, int, int, short[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5DwriteString(int, int, int, int, int, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eauto_is_v2(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eclear() - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eclear(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eclear2(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eclose_msg(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eclose_stack(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Ecreate_msg(int, int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Ecreate_stack() - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eget_class_name(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eget_current_stack() - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eget_msg(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eget_num(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Epop(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eprint2(int, Object) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Epush(int, String, String, int, int, int, int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Epush2(int, String, String, int, int, int, int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eregister_class(String, String, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5error_off() - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eset_current_stack(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Eunregister_class(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Ewalk(int, int, H5E_walk_cb, H5E_walk_t) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Ewalk2(int, int, H5E_walk_cb, H5E_walk_t) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5export_dataset(String, String, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fclear_elink_file_cache(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fclose(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fcreate(String, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fflush(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_access_plist(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_create_plist(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_filesize(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_freespace(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_info(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_intent(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_mdc_hit_rate(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_mdc_size(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_name(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_name(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_obj_count(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_obj_count_long(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_obj_ids(int, int, int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fget_obj_ids_long(int, int, long, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fis_hdf5(String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fmount(int, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Fopen(String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Freopen(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Freset_mdc_hit_rate_stats(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Funmount(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5garbage_collect() - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gclose(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gcreate(int, String, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gcreate_anon(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5get_libversion(int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_create_plist(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_info(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_info_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_info_by_name(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_obj_info_all(int, String, String[], int[], int[], long[], int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_obj_info_all(int, String, String[], int[], int[], long[], long[], int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_obj_info_all(int, String, String[], int[], long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_obj_info_full(int, String, String[], int[], int[], long[], long[], int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_obj_info_idx(int, String, int, String[], int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gget_obj_info_max(int, String[], int[], int[], long[], int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gn_members(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gn_members_long(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Gopen(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Iclear_type(int, boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Idec_ref(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Idec_type_ref(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Idestroy_type(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Iget_file_id(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Iget_name(int, String[], long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Iget_ref(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Iget_type(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Iget_type_ref(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Iinc_ref(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Iinc_type_ref(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Iis_valid(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Inmembers(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Itype_exists(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lcopy(int, String, int, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lcreate_external(String, String, int, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lcreate_hard(int, String, int, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lcreate_soft(String, int, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Ldelete(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Ldelete_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lexists(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lget_info(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lget_info_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lget_name_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lget_val(int, String, String[], int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lget_val_by_idx(int, String, int, int, long, String[], int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lis_registered(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Literate(int, int, int, long, H5L_iterate_cb, H5L_iterate_t) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Literate_by_name(int, String, int, int, long, H5L_iterate_cb, H5L_iterate_t, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lmove(int, String, int, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lunregister(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lvisit(int, int, int, H5L_iterate_cb, H5L_iterate_t) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Lvisit_by_name(int, String, int, int, H5L_iterate_cb, H5L_iterate_t, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oclose(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Ocopy(int, String, int, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Odecr_refcount(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oexists_by_name(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oget_comment(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oget_comment_by_name(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oget_info(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oget_info_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oget_info_by_name(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oincr_refcount(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Olink(int, int, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oopen(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oopen_by_addr(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Oopen_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5open() - Method in class noaa.coastwatch.io.HDF5Lib
These are the HDF 5 library method signatures that have been autogenerated using reflection by the main program below.
H5Ovisit(int, int, int, H5O_iterate_cb, H5O_iterate_t) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Ovisit_by_name(int, String, int, int, H5O_iterate_cb, H5O_iterate_t, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5P_equal(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pall_filters_avail(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pclose(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pclose_class(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pcopy(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pcopy_prop(int, int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pcreate(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pcreate_class_nocb(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pequal(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pexist(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pfill_value_defined(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_alignment(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_alloc_time(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_attr_creation_order(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_attr_phase_change(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_btree_ratios(int, double[], double[], double[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_buffer(int, byte[], byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_buffer_size(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_cache(int, int[], long[], long[], double[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_char_encoding(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_chunk(int, int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_chunk_cache(int, long[], long[], double[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_class(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_class_name(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_class_parent(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_copy_object(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_create_intermediate_group(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_data_transform(int, String[], long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_driver(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_edc_check(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_elink_acc_flags(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_elink_fapl(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_elink_file_cache_size(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_elink_prefix(int, String[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_est_link_info(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_external(int, int, long, String[], long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_external_count(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_family_offset(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_fapl_core(int, long[], boolean[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_fapl_direct(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_fapl_family(int, long[], int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_fapl_multi(int, int[], int[], String[], long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_fclose_degree(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_fill_time(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_fill_value(int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_fill_value(int, int, Object) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_filter(int, int, int[], long[], int[], long, String[], int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_filter_by_id(int, int, int[], long[], int[], long, String[], int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_filter_by_id2(int, int, int[], long[], int[], long, String[], int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_gc_reference(int, boolean[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_gc_references(int, boolean[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_gcreferences(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_hyper_vector_size(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_istore_k(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_layout(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_libver_bounds(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_link_creation_order(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_link_phase_change(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_local_heap_size_hint(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_mdc_config(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_meta_block_size(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_nfilters(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_nlinks(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_nprops(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_obj_track_times(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_shared_mesg_index(int, int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_shared_mesg_nindexes(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_shared_mesg_phase_change(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_sieve_buf_size(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_size(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_sizes(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_small_data_block_size(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_small_data_block_size_long(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_sym_k(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_userblock(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pget_version(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pinsert2_nocb(int, String, long, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pisa_class(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Piterate(int, int[], H5P_iterate_cb, H5P_iterate_t) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5PLget_loading_state() - Method in class noaa.coastwatch.io.HDF5Lib
 
H5PLset_loading_state(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pmodify_filter(int, int, int, long, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pregister2_nocb(int, String, long, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Premove(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Premove_filter(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_alignment(int, long, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_alloc_time(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_attr_creation_order(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_attr_phase_change(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_btree_ratios(int, double, double, double) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_buffer_size(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_cache(int, int, long, long, double) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_char_encoding(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_chunk(int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_chunk(int, int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_chunk_cache(int, long, long, double) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_copy_object(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_create_intermediate_group(int, boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_data_transform(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_deflate(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_edc_check(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_elink_acc_flags(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_elink_fapl(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_elink_file_cache_size(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_elink_prefix(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_est_link_info(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_external(int, String, long, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_family_offset(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fapl_core(int, long, boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fapl_direct(int, long, long, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fapl_family(int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fapl_log(int, String, long, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fapl_multi(int, int[], int[], String[], long[], boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fapl_sec2(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fapl_split(int, String, int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fapl_stdio(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fapl_windows(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fclose_degree(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fill_time(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fill_value(int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fill_value(int, int, Object) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_filter(int, int, int, long, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_fletcher32(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_gc_references(int, boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_hyper_vector_size(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_istore_k(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_layout(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_libver_bounds(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_link_creation_order(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_link_phase_change(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_local_heap_size_hint(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_mdc_config(int, H5AC_cache_config_t) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_meta_block_size(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_nbit(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_nlinks(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_obj_track_times(int, boolean) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_scaleoffset(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_shared_mesg_index(int, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_shared_mesg_nindexes(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_shared_mesg_phase_change(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_shuffle(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_sieve_buf_size(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_sizes(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_small_data_block_size(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_sym_k(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_szip(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Pset_userblock(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Punregister(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Rcreate(int, String, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Rdereference(int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Rget_name(int, int, byte[], String[], long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Rget_obj_type(int, int, byte[], int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Rget_region(int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sclose(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Scopy(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Screate(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Screate_simple(int, long[], long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sdecode(byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sencode(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5set_free_list_limits(int, int, int, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sextent_copy(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sextent_equal(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_select_bounds(int, long[], long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_select_elem_npoints(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_select_elem_pointlist(int, long, long, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_select_hyper_blocklist(int, long, long, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_select_hyper_nblocks(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_select_npoints(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_select_type(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_simple_extent_dims(int, long[], long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_simple_extent_ndims(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_simple_extent_npoints(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sget_simple_extent_type(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sis_simple(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Soffset_simple(int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Soffset_simple(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sselect_all(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sselect_elements(int, int, int, long[][]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sselect_hyperslab(int, int, byte[], byte[], byte[], byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sselect_hyperslab(int, int, long[], long[], long[], long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sselect_none(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sselect_valid(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sset_extent_none(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sset_extent_simple(int, int, byte[], byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Sset_extent_simple(int, int, long[], long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tarray_create(int, int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tclose(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tcommit(int, String, int, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tcommit_anon(int, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tcommitted(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tcompiler_conv(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tconvert(int, int, long, byte[], byte[], int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tcopy(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tcreate(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tcreate(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tdecode(byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tdetect_class(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tencode(int, byte[], long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tenum_create(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tenum_insert(int, String, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tenum_insert(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tenum_insert(int, String, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tenum_nameof(int, byte[], long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tenum_nameof(int, int[], String[], int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tenum_valueof(int, String, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tenum_valueof(int, String, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tequal(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_array_dims(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_array_dims2(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_array_ndims(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_class(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_class_name(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_create_plist(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_cset(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_ebias(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_ebias_long(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_fields(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_fields(int, long[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_inpad(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_member_class(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_member_index(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_member_name(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_member_offset(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_member_type(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_member_value(int, int, byte[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_member_value(int, int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_native_type(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_native_type(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_nmembers(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_norm(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_offset(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_order(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_pad(int, int[]) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_precision(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_precision_long(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_sign(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_size(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_size_long(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_strpad(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_super(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tget_tag(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tinsert(int, String, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tis_variable_str(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tlock(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Topen(int, String, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tpack(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_cset(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_ebias(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_ebias(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_fields(int, int, int, int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_fields(int, long, long, long, long, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_inpad(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_norm(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_offset(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_offset(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_order(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_pad(int, int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_precision(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_precision(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_sign(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_size(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_size(int, long) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_strpad(int, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tset_tag(int, String) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Tvlen_create(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Zfilter_avail(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Zget_filter_info(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
H5Zunregister(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
HALF_PI - Static variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
The value of PI/2.
HAMMER - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Hammer projection code.
HammerProjection - Class in noaa.coastwatch.util.trans
The HammerProjection class performs Hammer map projection calculations.
HammerProjection(double, int[], AffineTransform, double, double, double) - Constructor for class noaa.coastwatch.util.trans.HammerProjection
Constructs a map projection from the specified projection and affine transform.
hasChooser() - Method in class noaa.coastwatch.gui.visual.AbstractVisualObject
 
hasChooser() - Method in interface noaa.coastwatch.gui.visual.VisualObject
Gets the chooser flag.
hasChooser() - Method in class noaa.coastwatch.gui.visual.VisualOverlay
Returns true as this visual object has a chooser.
hasCompatibleCaches(Grid) - Method in class noaa.coastwatch.render.EarthDataView
Returns true if this view has coordinate caches that are compatible with the specified grid navigation transform.
hasCoordinateCaches() - Method in class noaa.coastwatch.render.EarthDataView
Returns true if this view has coordinate caches available.
hashCode() - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLineCalibration
 
hashCode() - Method in class noaa.coastwatch.io.tile.TileCacheKey
 
hashCode() - Method in class noaa.coastwatch.io.tile.TilingScheme.TilePosition
 
hashCode() - Method in class noaa.coastwatch.render.feature.AbstractFeature
 
hashCode() - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
 
hashCode() - Method in class noaa.coastwatch.util.chunk.DoubleScalingScheme
 
hashCode() - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
 
hashCode() - Method in class noaa.coastwatch.util.chunk.FloatScalingScheme
 
hashCode() - Method in class noaa.coastwatch.util.DataLocation
 
hashCode() - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
 
hasMetadata() - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets the metadata flag, true if the overlay has metadata associated with its rendered graphics, false if not.
hasMetadata() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
 
hasMetadata() - Method in class noaa.coastwatch.render.PointFeatureOverlay
 
hasNext() - Method in class noaa.coastwatch.util.ConstrainedStrideLocationIterator
 
hasNext() - Method in class noaa.coastwatch.util.DataVariableIterator
 
hasNext() - Method in class noaa.coastwatch.util.EarthArea.EarthAreaIterator
Returns true if the area has more grid squares.
hasNext() - Method in class noaa.coastwatch.util.LineIterator
 
hasNext() - Method in class noaa.coastwatch.util.LineLocationIterator
 
hasNext() - Method in class noaa.coastwatch.util.StrideLocationIterator
 
hasPosition(TilingScheme.TilePosition) - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Compares the tile position to this tile for equality.
hasProperty(Object, String) - Static method in class noaa.coastwatch.gui.visual.VisualServices
Returns true if the object has the specified property, or false if not.
Hcache(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
HCget_config_info(int) - Method in class noaa.coastwatch.io.HDFLib
 
Hclose(int) - Method in class noaa.coastwatch.io.HDFLib
 
hdatt - Class in noaa.coastwatch.tools
The attribute tool reads and writes HDF file attributes.
HDdont_atexit() - Method in class noaa.coastwatch.io.HDFLib
 
HDF5Lib - Class in noaa.coastwatch.io
The HDF5Lib object provides a singleton interface for accessing a thread-safe version of the HDF 5 library.
HDFCachedGrid - Class in noaa.coastwatch.io
The HDF cached grid class is a cached grid that understands how to read variable data from HDF files.
HDFCachedGrid(Grid, HDFReader) - Constructor for class noaa.coastwatch.io.HDFCachedGrid
Constructs a new read-only HDF cached grid with the specified properties.
HDFCachedGrid(Grid, HDFWriter) - Constructor for class noaa.coastwatch.io.HDFCachedGrid
Constructs a new read-write HDF cached grid with the specified properties.
HDFclose(int) - Method in class noaa.coastwatch.io.HDFLib
 
HDFGSHHSLineReader - Class in noaa.coastwatch.render.feature
The HDFGSHHSLineReader extends BinnedGSHHSLineReader to read data from an HDF binned data file.
HDFGSHHSLineReader(String) - Constructor for class noaa.coastwatch.render.feature.HDFGSHHSLineReader
Creates a new binned GSHHS reader from the database file name.
HDFGSHHSReader - Class in noaa.coastwatch.render.feature
The HDFGSHHSReader extends BinnedGSHHSReader to read data from an HDF binned data file.
HDFGSHHSReader(String) - Constructor for class noaa.coastwatch.render.feature.HDFGSHHSReader
Creates a new binned GSHHS reader from the database file name.
HDFLib - Class in noaa.coastwatch.io
The HDFLib object provides a singleton interface for accessing a thread-safe version of the HDF 4 library.
HDFopen(String, int, short) - Method in class noaa.coastwatch.io.HDFLib
 
HDFReader - Class in noaa.coastwatch.io
An HDF reader is an earth data reader that reads HDF format files using the HDF library class.
HDFReader(String) - Constructor for class noaa.coastwatch.io.HDFReader
Constructs an HDF reader from the specified file.
HDFReader(HDFWriter) - Constructor for class noaa.coastwatch.io.HDFReader
Constructs an HDF reader from the specified HDF writer.
HDFSD - Interface in noaa.coastwatch.io
The HDF scientific dataset (SD) interface sets the methods required for all HDF SD classes.
HDFWriter - Class in noaa.coastwatch.io
An HDF writer is an earth data writer that writes HDF format files using the HDF library class.
HDFWriter(String) - Constructor for class noaa.coastwatch.io.HDFWriter
Opens an existing HDF file for writing using the specified file name.
HDFWriter(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.HDFWriter
Creates a new HDF file from the specified earth data info and file name.
HDgetNTdesc(int) - Method in class noaa.coastwatch.io.HDFLib
 
header - Variable in class noaa.coastwatch.io.noaa1b.AbstractDataRecord
The header record for this data record.
header - Variable in class noaa.coastwatch.io.NOAA1bReader
The dataset header record, used for calibration.
HEADER_RECORDS - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The number of header records attribute (Integer).
HELP_DIALOG_SIZE - Static variable in class noaa.coastwatch.tools.ToolServices
The standard size of the help dialog.
HEprint(Object, int) - Method in class noaa.coastwatch.io.HDFLib
These are the HDF 4 library method signatures that have been autogenerated using reflection by the main program below.
HEstring(int) - Method in class noaa.coastwatch.io.HDFLib
 
HEvalue(int) - Method in class noaa.coastwatch.io.HDFLib
 
Hgetfileversion(int, int[], String[]) - Method in class noaa.coastwatch.io.HDFLib
 
Hgetlibversion(int[], String[]) - Method in class noaa.coastwatch.io.HDFLib
 
hideSplash() - Static method in class noaa.coastwatch.gui.ToolSplashWindow
Deprecated.
Hides the splash window instance if it exists.
HIGH - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
High resolution (0.2 km) database level.
HIGH - Static variable in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
High resolution (0.2 km) database.
HIRS4 - Class in noaa.coastwatch.io.noaa1b
The HIRS4 is a radiometer for the NOAA High Resolution Infrared Radiation Sounder
HIRS4Data - Class in noaa.coastwatch.io.noaa1b
The HIRS4Data class holds data from an HIRS/4 instrument on the NOAA NN' series spacecrafts.
HIRS4Data(HIRS4Header, HIRS4Record) - Constructor for class noaa.coastwatch.io.noaa1b.HIRS4Data
Creates a new data object for the specified record.
HIRS4Header - Class in noaa.coastwatch.io.noaa1b
The HIRS4Header class reads NOAA 1b data HIRS/4 header records.
HIRS4Header(ByteBuffer) - Constructor for class noaa.coastwatch.io.noaa1b.HIRS4Header
Creates a new header.
HIRS4Record - Class in noaa.coastwatch.io.noaa1b
The HIRS4Record class reads NOAA 1b HIRS/4 data records.
HIRS4Record(ByteBuffer, HIRS4Header) - Constructor for class noaa.coastwatch.io.noaa1b.HIRS4Record
Creates a new record.
Hishdf(String) - Method in class noaa.coastwatch.io.HDFLib
 
HistogramPanel - Class in noaa.coastwatch.gui
A histogram panel displays a histogram plot as a series of vertical columns.
HistogramPanel() - Constructor for class noaa.coastwatch.gui.HistogramPanel
Creates a new histogram panel with no data.
HistogramPanel(Statistics) - Constructor for class noaa.coastwatch.gui.HistogramPanel
Creates a new histogram panel with the specified data.
HistogramStatisticsPanel - Class in noaa.coastwatch.gui
The HistogramStatisticsPanel shows a simple data plot of statistics as a histogram.
HistogramStatisticsPanel(Statistics, String) - Constructor for class noaa.coastwatch.gui.HistogramStatisticsPanel
Creates a new panel using the specified data.
Hnumber(int) - Method in class noaa.coastwatch.io.HDFLib
 
Hnumber(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
HOM - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Hotine Oblique Mercator projection code.
Hopen(String) - Method in class noaa.coastwatch.io.HDFLib
 
Hopen(String, int) - Method in class noaa.coastwatch.io.HDFLib
 
Hopen(String, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
HOST - Static variable in class noaa.coastwatch.io.BinaryWriter
Host byte order.
HotineObliqueMercatorProjection - Class in noaa.coastwatch.util.trans
The HotineObliqueMercatorProjection class performs Hotine Oblique Mercator map projection calculations.
HotineObliqueMercatorProjection(double, double, int[], AffineTransform, double, double, double, double, double, double, double, double, long, double, double) - Constructor for class noaa.coastwatch.util.trans.HotineObliqueMercatorProjection
Constructs a map projection from the specified projection and affine transform.
HOUGH - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Hough spheroid code.
HOVER - Enum constant in enum class noaa.coastwatch.gui.CloseIcon.Mode
 
Hsetaccesstype(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
Hsync(int) - Method in class noaa.coastwatch.io.HDFLib
 
HTMLPanel - Class in noaa.coastwatch.gui
The HTML panel displays an HTML document in a scrollable window and responds to hyperlink clicks.
HTMLPanel() - Constructor for class noaa.coastwatch.gui.HTMLPanel
Creates a new empty HTML panel with full network controls.
HTMLPanel(boolean) - Constructor for class noaa.coastwatch.gui.HTMLPanel
Creates a new empty HTML panel.
HTMLPanel(URL, boolean) - Constructor for class noaa.coastwatch.gui.HTMLPanel
Creates a new HTML panel.
HTMLReportFormatter - Class in noaa.coastwatch.util
The HTMLReportFormatter class formats report data to HTML 3.2.
HTMLReportFormatter() - Constructor for class noaa.coastwatch.util.HTMLReportFormatter
 
HTTPDirectoryLister - Class in noaa.coastwatch.gui.open
The HTTPDirectoryLister lists directory contents over an HTTP connection.
HTTPDirectoryLister() - Constructor for class noaa.coastwatch.gui.open.HTTPDirectoryLister
 
HXsetcreatedir(String) - Method in class noaa.coastwatch.io.HDFLib
 
HXsetdir(String) - Method in class noaa.coastwatch.io.HDFLib
 
HybridView - Class in noaa.coastwatch.render
The HybridView class is an earth data view that combines a set of data views.
HybridView(List<EarthDataView>, List<MaskOverlay>) - Constructor for class noaa.coastwatch.render.HybridView
Constructs a new hybrid view.

I

ICON_INSETS - Static variable in class noaa.coastwatch.gui.GUIServices
The insets to use for icon-only button margins.
IconElement - Class in noaa.coastwatch.render
An icon element is a picture element that is rendered from image data.
IconElement() - Constructor for class noaa.coastwatch.render.IconElement
 
IconElementFactory - Class in noaa.coastwatch.render
The IconElementFactory class creates IconElement objects from either a user-specified file or from built in resource images.
IconElementFactory() - Constructor for class noaa.coastwatch.render.IconElementFactory
 
id - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The unique polygon id number, starting at 0.
image - Variable in class noaa.coastwatch.render.EarthDataView
The buffered image used for rendering.
IMAGE - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The image drawing mode.
IMAGE - Static variable in class noaa.coastwatch.render.AnnotationOverlay
The image reference frame.
IMAGE_ROTATE - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The image rotation mode.
IMAGE_TRANSLATE - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The image translation mode.
imageComplete(int) - Method in class noaa.coastwatch.gui.ImageLoader
 
imageDims - Variable in class noaa.coastwatch.render.EarthDataView
The view image dimensions.
ImageLoader - Class in noaa.coastwatch.gui
The image loader class is used to render an image asychronously from an image producer.
ImageLoader(Image, ImageLoaderObserver) - Constructor for class noaa.coastwatch.gui.ImageLoader
Creates a new image loader for the specified image.
ImageLoaderObserver - Interface in noaa.coastwatch.gui
An image loading observer is capable of drawing small tiles of an image as it is being loaded by an image loader.
ImageSavePanel - Class in noaa.coastwatch.gui.save
The ImageSavePanel class is the abstract parent of all image save panels, which allow the user to save earth data to an image file format.
ImageSavePanel(EarthDataView, EarthDataInfo) - Constructor for class noaa.coastwatch.gui.save.ImageSavePanel
 
ImageTransform - Class in noaa.coastwatch.render
The ImageTransform class translates between 2D data coordinates and image coordinates in x and y.
ImageTransform(Dimension) - Constructor for class noaa.coastwatch.render.ImageTransform
Deprecated.
As of 3.3.1, use the other constructors instead.
ImageTransform(Dimension, Dimension, DataLocation, double, AffineTransform) - Constructor for class noaa.coastwatch.render.ImageTransform
Constructs a new image transform with the specified image dimensions, center data location, scaling factors, and orientation affine.
ImageTransform(Dimension, DataLocation, double) - Constructor for class noaa.coastwatch.render.ImageTransform
Constructs a new image transform with the specified image dimensions, center data location, and scaling factor.
ImageTransform(Dimension, DataLocation, double[]) - Constructor for class noaa.coastwatch.render.ImageTransform
ImageViewPanel - Class in noaa.coastwatch.gui
An image view panel displays a single image and allows zooming and panning with the mouse.
ImageViewPanel() - Constructor for class noaa.coastwatch.gui.ImageViewPanel
Creates a new empty image view panel.
IMOLL - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Interrupted Mollweide projection code.
importData(JComponent, Transferable) - Method in class noaa.coastwatch.gui.FileTransferHandler
Returns true if the dropped data is imported successfully.
IN_BREAK - Static variable in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
increment(int[], int[]) - Method in class noaa.coastwatch.util.DataLocation
Increments this location by the specified stride.
increment(int[], DataLocation, DataLocation) - Method in class noaa.coastwatch.util.DataLocation
Increments this location by the specified stride.
indexOf(E) - Method in class noaa.coastwatch.gui.visual.ComponentList
Gets the index of a component producer in the list.
indexOfMax(double[]) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Gets the index of the maximum value in the array, or -1 if there is no maximum (ie: all values are NaN).
indexOfMin(double[]) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Gets the index of the minimum value in the array, or -1 if there is no minimum (ie: all values are NaN).
indexOfVariable(String) - Method in class noaa.coastwatch.util.expression.ParseHelper
 
indexOfVariable(String) - Method in interface noaa.coastwatch.util.expression.ParseImp
Gets the index of the specified variable.
info - Variable in class noaa.coastwatch.gui.save.ImageSavePanel
The earth data information to use for legends.
info - Variable in class noaa.coastwatch.io.EarthDataReader
Earth data info object.
info - Variable in class noaa.coastwatch.io.EarthDataWriter
Earth data info object.
init(String) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Initializes this reader using the specified database.
init(String) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Initializes this reader using the specified database.
init(String, String, NumberFormat, EarthTransform, Statistics, DataLocation[]) - Method in class noaa.coastwatch.util.EarthDataSurvey
Initializes the survey with the specified information.
init(List<ChunkPosition>, ChunkOperation) - Method in interface noaa.coastwatch.util.chunk.ParallelChunkOperation
Initializes the parallel operation.
init(List<ChunkPosition>, ChunkOperation) - Method in class noaa.coastwatch.util.chunk.PoolProcessor
 
init(ExpressionParser, DataChunk) - Method in class noaa.coastwatch.util.chunk.ExpressionFunction
Initializes this function with the specified parser that will be used to evaluate expression values.
init(ParseImp) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Initializes this parser with the specified implementation.
init(ParseImp) - Method in class noaa.coastwatch.util.expression.JELParser
 
init(ParseImp) - Method in class noaa.coastwatch.util.expression.JEPEmulationParser
 
init(ParseImp) - Method in class noaa.coastwatch.util.expression.JEPParser
 
init_forward(int, int, double[], int, String, String) - Static method in class noaa.coastwatch.util.GCTP
Deprecated.
The native methods of GCTP are no longer supported. Use the MapProjectionFactory to create and work with map projections.
init_inverse(int, int, double[], int, String, String) - Static method in class noaa.coastwatch.util.GCTP
Deprecated.
The native methods of GCTP are no longer supported. Use the MapProjectionFactory to create and work with map projections.
initializeLaf() - Static method in class noaa.coastwatch.gui.GUIServices
Initializes the environment prior to creating a GUI components.
initializeReader() - Method in class noaa.coastwatch.io.ACSPONCCFReader
Deprecated.
 
initializeReader() - Method in class noaa.coastwatch.io.ACSPONCReader
Deprecated.
 
initializeReader() - Method in class noaa.coastwatch.io.CommonDataModelNCReader
 
initializeReader() - Method in class noaa.coastwatch.io.CWCFNCReader
 
initializeReader() - Method in class noaa.coastwatch.io.CWNCReader
 
initializeReader() - Method in class noaa.coastwatch.io.NCReader
Performs reader initialization after the dataset has been opened.
inputBuffer - Variable in class noaa.coastwatch.io.noaa1b.AbstractArchiveHeader
The input buffer to use for data.
inputChannel - Variable in class noaa.coastwatch.io.NOAA1bReader
The input channel.
insert(EarthLocation, T) - Method in class noaa.coastwatch.util.EarthLocationSet
Inserts a new location and its data into the location set.
INSTRUMENT_STATUS - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The instrument status attribute (Long).
INT - Enum constant in enum class noaa.coastwatch.util.chunk.DataChunk.DataType
 
INT - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParser.ResultType
 
INT_FEET - Static variable in class noaa.coastwatch.util.GCTP
International Feet units code.
INT1909 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
International 1909 spheroid code.
INT1967 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
International 1967 spheroid code.
IntChunk - Class in noaa.coastwatch.util.chunk
The IntChunk class holds primitive int data with optional packing scheme and missing values.
IntChunk(int[], boolean, Integer, PackingScheme) - Constructor for class noaa.coastwatch.util.chunk.IntChunk
Creates a new initialized data chunk with scaling parameters.
IntegerValuedDataChunk - Interface in noaa.coastwatch.util.chunk
The IntegerValuedDataChunk interface is implemented by concrete classes that hold data of a specific primitive integer type (byte, short, int, long).
IntegerValuePanel - Class in noaa.coastwatch.gui.value
A IntegerValuePanel holds an Integer value and allows the user to change it.
IntegerValuePanel() - Constructor for class noaa.coastwatch.gui.value.IntegerValuePanel
 
INTER - Static variable in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Intermediate resolution (1.0 km) database.
INTERMEDIATE - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Intermediate resolution (1.0 km) database level.
interpolate(DataLocation) - Method in class noaa.coastwatch.io.OpendapGrid
 
interpolate(DataLocation) - Method in class noaa.coastwatch.util.DataVariable
Reads an interpolated data value.
interpolate(DataLocation) - Method in class noaa.coastwatch.util.Grid
 
interpolate(DataLocation) - Method in class noaa.coastwatch.util.Line
 
interpolate(DataLocation) - Method in class noaa.coastwatch.util.SubsetGrid
 
interpolateNavigation(float[], int) - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Interpolates navigation data using the specified raw navigation data and sample range specified when this scan line was created.
interpolateNavigation(float[], int, int, int, int) - Method in class noaa.coastwatch.io.NOAA1bReader
Interpolates navigation data using the specified raw navigation data and sample range.
interpolateRawNavigation(int, int) - Method in class noaa.coastwatch.io.NOAA1bReader
Interpolates the raw navigation data values for the specified scan line.
InterruptedGoodeHomolosineProjection - Class in noaa.coastwatch.util.trans
The InterruptedGoodeHomolosineProjection class performs Interrupted Goode Homolosine map projection calculations.
InterruptedGoodeHomolosineProjection(double, int[], AffineTransform) - Constructor for class noaa.coastwatch.util.trans.InterruptedGoodeHomolosineProjection
Constructs a map projection from the specified projection and affine transform.
InterruptedMollweideProjection - Class in noaa.coastwatch.util.trans
The InterruptedMollweideProjection class performs Interrupted Mollweide map projection calculations.
InterruptedMollweideProjection(double, int[], AffineTransform) - Constructor for class noaa.coastwatch.util.trans.InterruptedMollweideProjection
Constructs a map projection from the specified projection and affine transform.
intersection(EarthArea) - Method in class noaa.coastwatch.util.EarthArea
Computes the intersection between this area and another.
invalidate() - Method in class noaa.coastwatch.render.EarthDataOverlay
Invalidates the overlay.
invalidate() - Method in class noaa.coastwatch.render.EarthDataView
Invalidates the view.
invalidate() - Method in class noaa.coastwatch.render.HybridView
 
invalidate() - Method in class noaa.coastwatch.render.MaskOverlay
Invalidates the overlay.
invalidate() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Invalidates the overlay.
inverse(double[], int) - Static method in class noaa.coastwatch.util.GCTP
Deprecated.
The native methods of GCTP are no longer supported. Use the MapProjectionFactory to create and work with map projections.
inverseAffine - Variable in class noaa.coastwatch.util.trans.MapProjection
Data [row, column] to map [x, y] affine transform.
InverseGridResampler - Class in noaa.coastwatch.util
The InverseGridResampler class performs generic data resampling between 2D earth transforms using an inverse location lookup method.
InverseGridResampler(EarthTransform, EarthTransform, double) - Constructor for class noaa.coastwatch.util.InverseGridResampler
Creates a new grid resampler from the specified source and destination transforms.
invokeAndWait(Runnable) - Static method in class noaa.coastwatch.gui.GUIServices
Invokes the runnable using the SwingUtilities.invokeAndWait() method but discards any exceptions thrown.
IOServices - Class in noaa.coastwatch.io
The IO services class defines various static methods relating to input/output services.
IQuamNCReader - Class in noaa.coastwatch.render.feature
The iQuam data reader reads NOAA iQuam (in-situ SST quality monitoring) system data files and presents the data as point features.
IQuamNCReader(String) - Constructor for class noaa.coastwatch.render.feature.IQuamNCReader
Creates a new reader for an iQuam point data file.
IS_AFTER - Enum constant in enum class noaa.coastwatch.render.feature.DateRule.Operator
 
IS_AQUA - Static variable in class noaa.coastwatch.gui.GUIServices
The Aqua boolean, true if we are running on a Mac with Aqua look.
IS_BEFORE - Enum constant in enum class noaa.coastwatch.render.feature.DateRule.Operator
 
IS_EQUAL_TO - Enum constant in enum class noaa.coastwatch.render.feature.NumberRule.Operator
 
IS_EQUAL_TO - Enum constant in enum class noaa.coastwatch.render.feature.TextRule.Operator
 
IS_GREATER_THAN - Enum constant in enum class noaa.coastwatch.render.feature.NumberRule.Operator
 
IS_GTK - Static variable in class noaa.coastwatch.gui.GUIServices
The GTK boolean, true if we are running the GTK look.
IS_LESS_THAN - Enum constant in enum class noaa.coastwatch.render.feature.NumberRule.Operator
 
IS_MAC - Static variable in class noaa.coastwatch.gui.GUIServices
The Mac boolean, true if we are running on a Mac.
IS_NOT_EQUAL_TO - Enum constant in enum class noaa.coastwatch.render.feature.NumberRule.Operator
 
IS_WIN - Static variable in class noaa.coastwatch.gui.GUIServices
The Windows boolean, true if we are running on Windows.
IS_WITHIN - Enum constant in enum class noaa.coastwatch.render.feature.TimeWindowRule.Operator
 
isActive() - Method in interface noaa.coastwatch.gui.DataViewOverlayControl
Gets the control activity state.
isActive() - Method in class noaa.coastwatch.gui.nav.NavigationAnalysisPanel
 
isArchive() - Method in class noaa.coastwatch.io.NOAA1bReader
Gets the archive header flag, true if the dataset has an archive header.
isBoundaryCut(EarthLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.BoundaryHandler
Determines if a line joining two earth locations crosses a boundary cut line in this handler, according to the cut test.
isBoundaryCut(EarthLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.GeographicProjection
The geographic implementation of the boundary cut test.
isByteSwapped() - Method in class noaa.coastwatch.io.NOAA1bReader
Determines if the data is byte swapped.
isCalibrationUsable() - Method in class noaa.coastwatch.io.noaa1b.AMSUARecord
 
isCalibrationUsable() - Method in class noaa.coastwatch.io.noaa1b.AMSUBRecord
 
isCalibrationUsable() - Method in interface noaa.coastwatch.io.noaa1b.DataRecord
Determines if the calibration data is usable based on quality flags.
isCalibrationUsable() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Record
 
isCalibrationUsable() - Method in class noaa.coastwatch.io.noaa1b.MHSRecord
 
isCanceled - Variable in class noaa.coastwatch.io.EarthDataWriter
The canceled flag, true if the current flush is canceled.
isCellEditable(int, int) - Method in class noaa.coastwatch.gui.open.ServerTableModel
Returns true except for the new entry because all the cells are editable.
isCellEditable(int, int) - Method in class noaa.coastwatch.gui.SortedTableModel
 
isChanged() - Method in class noaa.coastwatch.render.EarthDataView
Gets the status of the view changed flag.
isClosed() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Determines if this segment is closed.
isCompatible(ByteBuffer) - Method in class noaa.coastwatch.io.noaa1b.AbstractArchiveHeader
Determines if the byte buffer data is compatible with this header.
isCompatible(ByteBuffer) - Method in class noaa.coastwatch.io.noaa1b.ARSHeader
 
isCompatible(ByteBuffer) - Method in class noaa.coastwatch.io.noaa1b.TBMHeader
 
isCompatible(EarthDataView) - Method in class noaa.coastwatch.render.BitmaskOverlay
 
isCompatible(EarthDataView) - Method in class noaa.coastwatch.render.ExpressionMaskOverlay
 
isCompatible(EarthDataView) - Method in class noaa.coastwatch.render.JavaExpressionMaskOverlay
 
isCompatible(EarthDataView) - Method in class noaa.coastwatch.render.MaskOverlay
Determines if the data view is compatible with this overlay.
isCompatible(DataChunk) - Method in class noaa.coastwatch.util.chunk.ByteChunk
 
isCompatible(DataChunk) - Method in interface noaa.coastwatch.util.chunk.DataChunk
Checks if this chunk is compatible with another.
isCompatible(DataChunk) - Method in class noaa.coastwatch.util.chunk.DoubleChunk
 
isCompatible(DataChunk) - Method in class noaa.coastwatch.util.chunk.FloatChunk
 
isCompatible(DataChunk) - Method in class noaa.coastwatch.util.chunk.IntChunk
 
isCompatible(DataChunk) - Method in class noaa.coastwatch.util.chunk.LongChunk
 
isCompatible(DataChunk) - Method in class noaa.coastwatch.util.chunk.ShortChunk
 
isCompatibleSystem(GridCoordSystem) - Static method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
Checks if a coordinate system is compatible with this class.
isContained(int[]) - Method in class noaa.coastwatch.util.DataLocation
Tests if this data location is contained within the specified dimensions.
isContained(DataLocation, DataLocation) - Method in class noaa.coastwatch.util.DataLocation
Tests if this data location is contained between a minimum and a maximum.
isCorrect() - Method in class noaa.coastwatch.util.expression.ExpressionTest
Gets the result is correct flag.
isDirectory() - Method in class noaa.coastwatch.gui.open.DirectoryLister.Entry
Returns true if the entry is a subdirectory.
isDiscontinuous() - Method in class noaa.coastwatch.render.feature.LineFeature
isDiscontinuous(EarthLocation, EarthLocation, Point2D, Point2D) - Method in class noaa.coastwatch.render.EarthImageTransform
Determines if a segment running from one earth location to another is discontinuous in the image space.
isEast(EarthLocation) - Method in class noaa.coastwatch.util.EarthLocation
Determines if this location is east of the specified location.
isEmpty() - Method in class noaa.coastwatch.util.EarthArea
Returns true if this earth area contains no grid squares.
isExtensionListInDescription() - Method in class noaa.coastwatch.gui.SimpleFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isFinished() - Method in class noaa.coastwatch.io.tile.TileDeliveryOperation
Checks if this operation is finished.
isFullScreen() - Method in class noaa.coastwatch.gui.FullScreenWindow
Determines if this window is currently displayed full screen.
isFullScreenSupported() - Static method in class noaa.coastwatch.gui.FullScreenWindow
Deprecated.
isIndexable - Variable in class noaa.coastwatch.gui.save.ImageSavePanel
The indexable flag, true if we can limit the colors to an index model.
isInstantaneous() - Method in class noaa.coastwatch.util.EarthDataInfo
Returns true if the data recording originated from one date and time with essentially no data recording duration.
isInvalid() - Method in class noaa.coastwatch.util.DataLocation
Checks if this data location is invalid.
isInvertible() - Method in class noaa.coastwatch.util.trans.DataProjection
 
isInvertible() - Method in class noaa.coastwatch.util.trans.EarthTransform
Determines if this transform is invertible.
isInvertible() - Method in class noaa.coastwatch.util.trans.SwathProjection
 
isInWindow(Date) - Method in class noaa.coastwatch.render.feature.TimeWindow
Determines if a date is within the time window.
isLand() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Determines if this polygon segment encloses land.
isLand(EarthLocation) - Method in class noaa.coastwatch.util.LandMask
Gets the land flag for a specified earth location.
ISLAND_IN_LAKE - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Island in lake level constant.
ISLAND_IN_LAKE - Static variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
Island in lake level constant.
isMagDir - Variable in class noaa.coastwatch.render.ArrowSymbol
The magnitude-direction flag, true if the feature attributes are [magnitude, direction], false if they are [u, v].
isMasked(DataLocation, boolean) - Method in class noaa.coastwatch.render.BitmaskOverlay
 
isMasked(DataLocation, boolean) - Method in class noaa.coastwatch.render.ExpressionMaskOverlay
 
isMasked(DataLocation, boolean) - Method in class noaa.coastwatch.render.JavaExpressionMaskOverlay
 
isMasked(DataLocation, boolean) - Method in class noaa.coastwatch.render.MaskOverlay
Determines if the data location should be masked.
isMissingAnyValue() - Method in class noaa.coastwatch.util.chunk.ExpressionFunction.VariableValueSource
Gets the status of variable data missing flags.
isMissingValue(int) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
isNaN(double) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Determines if a double is the NaN value.
isNativePosition(ChunkPosition) - Method in class noaa.coastwatch.util.chunk.ChunkingScheme
Determines if a chunk position is native to this chunking scheme.
isNavigationUsable() - Method in class noaa.coastwatch.io.noaa1b.AMSUARecord
 
isNavigationUsable() - Method in class noaa.coastwatch.io.noaa1b.AMSUBRecord
 
isNavigationUsable() - Method in interface noaa.coastwatch.io.noaa1b.DataRecord
Determines if the navigation data is usable based on quality flags.
isNavigationUsable() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Record
 
isNavigationUsable() - Method in class noaa.coastwatch.io.noaa1b.MHSRecord
 
isNavigationUsable() - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the navigation data usability flag.
isNavigationUsable() - Method in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
 
isNavigationUsable() - Method in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
 
isNavigationUsable(int, ByteBuffer) - Method in class noaa.coastwatch.io.NOAA1bReader
Gets the navigation data usability flag.
isNavigationUsable(int, ByteBuffer) - Method in class noaa.coastwatch.io.NOAA1bV1Reader
 
isNavigationUsable(int, ByteBuffer) - Method in class noaa.coastwatch.io.NOAA1bV2Reader
 
isNetwork() - Method in class noaa.coastwatch.io.NCReader
Returns true if this reader is network-connected.
isNorth(EarthLocation) - Method in class noaa.coastwatch.util.EarthLocation
Determines if this location is north of the specified location.
isOptimal() - Method in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
Determines if the pixel chosen is the optimal pixel based on the source and optimal source coordinates.
isOrientable() - Method in class noaa.coastwatch.util.trans.EarthTransform2D
Gets the orientation hint.
isOrientable() - Method in class noaa.coastwatch.util.trans.MapProjection
 
isPrepared() - Method in class noaa.coastwatch.render.EarthDataView
Gets the status of view and overlay preparation.
isPrepared(EarthDataView) - Method in class noaa.coastwatch.render.EarthDataOverlay
Gets the status of the overlay preparation.
isPrint(byte) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bServices
Determines if a byte is a valid printable ASCII character.
isPrint(byte) - Static method in class noaa.coastwatch.io.NOAA1bReader
Determines if a byte is a valid printable ASCII character.
isRasterDevice(Graphics2D) - Static method in class noaa.coastwatch.render.GraphicsServices
Determines if the graphics device is raster-based as opposed to vector-based.
isRendering() - Method in interface noaa.coastwatch.gui.DelayedRenderingComponent
Gets the rendering state.
isRendering() - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Returns true if the view panel is being rendered, or false if not.
isRendering() - Method in class noaa.coastwatch.render.EarthDataView
Returns true if the view is currently being rendered, or false if not.
isRequired(int) - Method in class noaa.coastwatch.util.GCTP.Requirements
Determines if the specified parameter is required.
isSensorDataUsable() - Method in class noaa.coastwatch.io.noaa1b.AMSUARecord
 
isSensorDataUsable() - Method in class noaa.coastwatch.io.noaa1b.AMSUBRecord
 
isSensorDataUsable() - Method in interface noaa.coastwatch.io.noaa1b.DataRecord
Determines if the sensor data is usable based on quality flags.
isSensorDataUsable() - Method in class noaa.coastwatch.io.noaa1b.HIRS4Record
 
isSensorDataUsable() - Method in class noaa.coastwatch.io.noaa1b.MHSRecord
 
isSensorDataUsable() - Method in class noaa.coastwatch.io.NOAA1bReader.ScanLine
Gets the sensor data usability flag.
isSensorDataUsable() - Method in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
 
isSensorDataUsable() - Method in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
 
isSingleVariable() - Method in class noaa.coastwatch.gui.save.ArcSavePanel
Returns true since an ArcGIS binary grid file may container only one variable.
isSingleVariable() - Method in class noaa.coastwatch.gui.save.DataSavePanel
Returns true if this class requires single variable selection in the variable list.
isSouth(EarthLocation) - Method in class noaa.coastwatch.util.EarthLocation
Determines if this location is south of the specified location.
isSupportedSpheroid(int, int) - Static method in class noaa.coastwatch.util.GCTP
Determines if the projection system supports the specified spheroid earth model.
isTag(Node, String) - Method in class noaa.coastwatch.gui.open.XMLTree
Checks if the tag name of the given node matches the given name.
isThermal(int) - Method in class noaa.coastwatch.io.noaa1b.AMSUA
 
isThermal(int) - Method in class noaa.coastwatch.io.noaa1b.AMSUB
 
isThermal(int) - Method in class noaa.coastwatch.io.noaa1b.HIRS4
 
isThermal(int) - Method in class noaa.coastwatch.io.noaa1b.MHS
 
isThreadSafe() - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Determines if this parser instance is thread-safe.
isThreadSafe() - Method in class noaa.coastwatch.util.expression.JEPParser
 
isUnsigned - Variable in class noaa.coastwatch.util.DataVariable
The unsigned flag, true if the data values are unsigned.
isUnsigned() - Method in class noaa.coastwatch.util.chunk.ByteChunk
 
isUnsigned() - Method in class noaa.coastwatch.util.chunk.IntChunk
 
isUnsigned() - Method in interface noaa.coastwatch.util.chunk.IntegerValuedDataChunk
Gets the unsigned flag.
isUnsigned() - Method in class noaa.coastwatch.util.chunk.LongChunk
 
isUnsigned() - Method in class noaa.coastwatch.util.chunk.ShortChunk
 
isUnsigned(BaseType) - Static method in class noaa.coastwatch.io.OpendapReader
Returns true if the OPeNDAP primitive type is unsigned.
isValid() - Method in class noaa.coastwatch.util.chunk.ValidChunkDetector
Gets the valid flag value.
isValid() - Method in class noaa.coastwatch.util.DataLocation
Checks if this data location is valid.
isValid() - Method in class noaa.coastwatch.util.EarthLocation
Checks if this earth location is valid.
isValidFormatDescription(String) - Method in class noaa.coastwatch.io.NOAA1bV2Reader
Checks the data format description.
isValidLocation(DataLocation) - Method in interface noaa.coastwatch.util.ResamplingSourceImp
Determines if a source data location is valid to be used in the resampling operation.
isValidLocation(DataLocation) - Method in class noaa.coastwatch.util.sensor.GenericSourceImp
 
isValidLocation(DataLocation) - Method in class noaa.coastwatch.util.sensor.VIIRSSourceImp
 
isValidNearestLocation(EarthLocation, DataLocation, Object) - Method in interface noaa.coastwatch.util.ResamplingSourceImp
Determines if the nearest source transform earth location is valid to be used for resampling to the specified destination earth location.
isValidNearestLocation(EarthLocation, DataLocation, Object) - Method in class noaa.coastwatch.util.sensor.GenericSourceImp
 
isValidNearestLocation(EarthLocation, DataLocation, Object) - Method in class noaa.coastwatch.util.sensor.VIIRSSourceImp
 
isWater() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Determines if this polygon segment encloses water.
isWest(EarthLocation) - Method in class noaa.coastwatch.util.EarthLocation
Determines if this location is west of the specified location.
item(int) - Method in class noaa.coastwatch.gui.open.XMLTree.XmlNodeList
Return the index'th item.
iterator() - Method in class noaa.coastwatch.gui.visual.ComponentList
Gets an iterator over the component producers in the list.
iterator() - Method in class noaa.coastwatch.render.feature.AbstractFeature
 
iterator() - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
 
iterator() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
 
iterator() - Method in interface noaa.coastwatch.render.feature.Feature
Gets an iterator over the points associated with this feature.
iterator() - Method in interface noaa.coastwatch.render.feature.FeatureSource
Gets an iterator over all selected features.
iterator() - Method in class noaa.coastwatch.render.feature.PointFeature
Gets an iterator over the one point in this feature.
iterator() - Method in class noaa.coastwatch.util.chunk.ChunkingScheme
 
iterator() - Method in class noaa.coastwatch.util.EarthArea
 

J

JAVA - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParserFactory.ParserStyle
The Java syntax parser, using ony Java language syntax and high speed bytecode evaluation.
JavaExpressionMaskOverlay - Class in noaa.coastwatch.render
The JavaExpressionMaskOverlay class uses a mathematical expression in Java syntax to compute a data mask.
JavaExpressionMaskOverlay(Color, EarthDataReader, List<String>, String) - Constructor for class noaa.coastwatch.render.JavaExpressionMaskOverlay
Constructs a new overlay.
JELParser - Class in noaa.coastwatch.util.expression
The JELParser class parses expressions using the Java Expressions Library (JEL) by Konstantin L.
JELParser() - Constructor for class noaa.coastwatch.util.expression.JELParser
 
JELParser.ExtrasLibrary - Class in noaa.coastwatch.util.expression
Implements a number of additional constants and methods for JEL expressions to use.
JEPEmulationParser - Class in noaa.coastwatch.util.expression
The JEPEmulationParser class emulates a JEP syntax parser JEPParser using a high speed JEL parser JELParser by translating the expression and emulating the output type behaviour.
JEPEmulationParser() - Constructor for class noaa.coastwatch.util.expression.JEPEmulationParser
Creates a new JEP emulation parser.
JEPParser - Class in noaa.coastwatch.util.expression
The JEPParser class parses expressions using the syntax of the Java Math Expression Parser (JEP) from http://singularsys.com/jep (we use version 2.24 which is no longer supported since the product is now commercial).
JEPParser() - Constructor for class noaa.coastwatch.util.expression.JEPParser
 
JPEGSavePanel - Class in noaa.coastwatch.gui.save
The JPEGSavePanel class allows the user to select save options for JPEG image files.
JPEGSavePanel(EarthDataView, EarthDataInfo) - Constructor for class noaa.coastwatch.gui.save.JPEGSavePanel
 

K

KRASS - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Krassovsky spheroid code.

L

LabeledLine - Class in noaa.coastwatch.render.lines
The LabeledLine class holds the line label text and segment information for one labeled line on the earth.
LabeledLine(String) - Constructor for class noaa.coastwatch.render.lines.LabeledLine
Creates an empty line with the specified label text.
LabeledLineOverlay - Class in noaa.coastwatch.render
A LabeledLineOverlay renders lines and labels on an EarthDataView.
LabeledLineOverlay(Color) - Constructor for class noaa.coastwatch.render.LabeledLineOverlay
Constructs a new labeled line overlay.
LabeledLineOverlay(Color, int, Stroke, boolean, Font) - Constructor for class noaa.coastwatch.render.LabeledLineOverlay
Constructs a new labeled line overlay.
LAC_NAVIGATION_END - Static variable in class noaa.coastwatch.io.NOAA1bReader
The ending sample for LAC navigation.
LAC_NAVIGATION_START - Static variable in class noaa.coastwatch.io.NOAA1bReader
The starting sample for LAC navigation.
LAC_NAVIGATION_STEP - Static variable in class noaa.coastwatch.io.NOAA1bReader
The navigation step size for LAC navigation.
LAC_SAMPLES - Static variable in class noaa.coastwatch.io.NOAA1bReader
The number of samples per line for LAC data.
LagrangeInterpolator - Class in noaa.coastwatch.util
A Lagrange interpolator uses a set of known function data to interpolate function values between data points.
LagrangeInterpolator(double[], double[]) - Constructor for class noaa.coastwatch.util.LagrangeInterpolator
Creates a new Lagrangian interpolator based on the specified data.
LAKE - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Lake level constant.
LAKE - Static variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
Lake level constant.
LAMAZ - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Lambert Azimuthal Equal Area projection code.
LambertAzimuthalEqualAreaProjection - Class in noaa.coastwatch.util.trans
The LambertAzimuthalEqualAreaProjection class performs Lambert Azimuthal Equal Area map projection calculations.
LambertAzimuthalEqualAreaProjection(double, int[], AffineTransform, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.LambertAzimuthalEqualAreaProjection
Constructs a map projection from the specified projection and affine transform.
LambertConformalConicProjection - Class in noaa.coastwatch.util.trans
The LambertConformalConicProjection class performs Lambert Conformal Conic map projection calculations.
LambertConformalConicProjection(double, double, int[], AffineTransform, double, double, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.LambertConformalConicProjection
Constructs a map projection from the specified projection and affine transform.
LAMCC - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Lambert Conformal Conic projection code.
LAND - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Land level constant.
LAND - Static variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
Land level constant.
LandMask - Class in noaa.coastwatch.util
The LandMask class may be used to retrieve a true or false value for the presence of land at a certain earth location.
lastDiscontinuous - Variable in class noaa.coastwatch.render.feature.LineFeature
The last discontinuous status.
lastPath - Variable in class noaa.coastwatch.render.feature.LineFeature
The last transformed path.
LastReduction - Class in noaa.coastwatch.util
The LastReduction reduces an array to a single last value.
LastReduction() - Constructor for class noaa.coastwatch.util.LastReduction
 
lastTrans - Variable in class noaa.coastwatch.render.EarthDataOverlay
The last earth image transform used for rendering.
lastTrans - Variable in class noaa.coastwatch.render.feature.LineFeature
The last earth image transform.
lat - Variable in class noaa.coastwatch.util.EarthLocation
The earth location latitude in degrees.
LAT - Static variable in class noaa.coastwatch.util.EarthLocation
Selection code for latitude.
LAT - Static variable in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
latBins - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The number of bins in the latitude direction.
latBins - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The number of bins in the latitude direction.
LATITUDE - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The latitude angle variable.
LatLonLineReader - Class in noaa.coastwatch.render.feature
The LatLonLineReader class reads sets of latitude/longitude locations to create line features and presents the data as a EarthDataOverlay object.
LatLonLineReader(String) - Constructor for class noaa.coastwatch.render.feature.LatLonLineReader
Creates a new lat/lon line reader from data in a file.
LatLonOverlay - Class in noaa.coastwatch.render
The LatLonOverlay class annotates an EarthDataView view with latitude/longitude grid lines and labels.
LatLonOverlay(Color) - Constructor for class noaa.coastwatch.render.LatLonOverlay
Constructs a new grid overlay.
LatLonOverlay(Color, int, Stroke, boolean, int, boolean, Font) - Constructor for class noaa.coastwatch.render.LatLonOverlay
Constructs a new grid overlay.
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
 
latRange(double) - Static method in class noaa.coastwatch.util.EarthLocation
Returns a latitude in the range [-90..90].
LEFT - Enum constant in enum class noaa.coastwatch.render.lines.EdgeSegment.EdgeType
 
LEGACY - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParserFactory.ParserStyle
The pure legacy parser, using only JEP style syntax and evaluation.
LEGACY_EMULATED - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParserFactory.ParserStyle
The emulated legacy parser, using JEP syntax translated into Java syntax with high speed Java bytecode evaluation.
Legend - Class in noaa.coastwatch.render
A legend is used to annotate data with descriptive elements.
Legend(Dimension, Font, Color, Color) - Constructor for class noaa.coastwatch.render.Legend
Creates a new legend with the specified properties.
LegendPanel - Class in noaa.coastwatch.gui
The LegendPanel class displays a Legend graphic in a panel.
LegendPanel(Legend) - Constructor for class noaa.coastwatch.gui.LegendPanel
Creates a new panel for the specified legend.
length - Variable in class noaa.coastwatch.util.chunk.ChunkPosition
The length of the chunk along each dimension.
level - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The polygon level [1..4].
LightTable - Class in noaa.coastwatch.gui
A LightTable is a container that places an invisible drawing table on top of another component and allows that component to become a drawing surface.
LightTable(JComponent) - Constructor for class noaa.coastwatch.gui.LightTable
Creates a new table using the specified component as the base layer.
LightTable.Mode - Enum Class in noaa.coastwatch.gui
 
line - Variable in class noaa.coastwatch.render.lines.EdgeSegment
The segment points.
line(String) - Method in class noaa.coastwatch.util.HTMLReportFormatter
 
line(String) - Method in interface noaa.coastwatch.util.ReportFormatter
Formats a single line.
line(String) - Method in class noaa.coastwatch.util.TextReportFormatter
 
Line - Class in noaa.coastwatch.util
The 1D line class is a special form of data variable with one dimension.
Line(String, String, String, int, Object, NumberFormat, double[], Object) - Constructor for class noaa.coastwatch.util.Line
Constructs a new line with the specified properties.
LINE - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The line drawing mode.
LINE_COMMAND - Static variable in class noaa.coastwatch.gui.AnnotationListChooser
The line annotation command.
LINE_COMMAND - Static variable in class noaa.coastwatch.gui.SurveyListChooser
The line survey command.
LinearEnhancement - Class in noaa.coastwatch.render
A linear enhancement is an enhancement function formed by a linear y = mx + b relationship.
LinearEnhancement(double[]) - Constructor for class noaa.coastwatch.render.LinearEnhancement
Constructs a linear enhancement from the data value range.
LineCollection - Class in noaa.coastwatch.render.lines
The LineCollection class holds an ordered set of line objects.
LineCollection() - Constructor for class noaa.coastwatch.render.lines.LineCollection
Creates a new empty collection of lines.
LineFeature - Class in noaa.coastwatch.render.feature
The LineFeature class holds a list of earth location data.
LineFeature() - Constructor for class noaa.coastwatch.render.feature.LineFeature
Creates a new empty line feature with no attributes.
LineFeature(Object[]) - Constructor for class noaa.coastwatch.render.feature.LineFeature
Creates a new empty line feature with attributes.
LineFeatureOverlay - Class in noaa.coastwatch.render
The LineFeatureOverlay class annotates a data view with line features from a line feature source.
LineFeatureOverlay(Color, int, Stroke, LineFeatureSource) - Constructor for class noaa.coastwatch.render.LineFeatureOverlay
Constructs a new earth vector overlay.
LineFeatureOverlay(Color, LineFeatureSource) - Constructor for class noaa.coastwatch.render.LineFeatureOverlay
Constructs a new earth vector overlay.
LineFeatureSource - Class in noaa.coastwatch.render.feature
The LineFeatureSource class supplies methods that read or generate vector-specified earth data such as coast lines, political boundaries, bathymetry, and so on.
LineFeatureSource() - Constructor for class noaa.coastwatch.render.feature.LineFeatureSource
 
LineIterator - Class in noaa.coastwatch.util
The LineIterator class may be used to get the set of (x,y) points required for drawing a line between start and end points.
LineIterator(Point, Point) - Constructor for class noaa.coastwatch.util.LineIterator
Creates a new line iterator.
LineLabelFactory - Interface in noaa.coastwatch.render.lines
The LineLabelFactory interface is implemented by classes that need to produce a set of labels for a line composed of line segments.
LineLocationIterator - Class in noaa.coastwatch.util
The LineLocationIterator class iterates over data locations along a line between start and end locations.
LineLocationIterator(DataLocation, DataLocation) - Constructor for class noaa.coastwatch.util.LineLocationIterator
Creates a new line location iterator.
LineOverlay - Class in noaa.coastwatch.render
A vector overlay annotes a data view with vector-specified lines and shapes.
LineOverlay(Color) - Constructor for class noaa.coastwatch.render.LineOverlay
Constructs a new vector overlay.
LineOverlay(Color, int, Stroke) - Constructor for class noaa.coastwatch.render.LineOverlay
Constructs a new vector overlay.
lines - Variable in class noaa.coastwatch.io.NOAA1bReader
The number of scan lines in this dataset.
LineStatisticsPanel - Class in noaa.coastwatch.gui
The LineStatisticsPanel shows a simple data plot of statistics as an x-y line plot of the statistics values.
LineStatisticsPanel(Statistics, String) - Constructor for class noaa.coastwatch.gui.LineStatisticsPanel
Creates a new panel using the specified data.
LineSurvey - Class in noaa.coastwatch.util
The LineSurvey class holds survey information for a line of data values from one point to another.
LineSurvey(DataVariable, EarthTransform, DataLocation, DataLocation) - Constructor for class noaa.coastwatch.util.LineSurvey
Creates a new line survey.
lineWrap(String, int) - Static method in class noaa.coastwatch.gui.GUIServices
Creates a line-wrapped version of a string.
loadDocument(Element, String) - Method in class noaa.coastwatch.gui.open.XMLTree
loadDocument
loadGroup(String) - Method in class noaa.coastwatch.render.OverlayGroupManager
Loads the specified group of overlays.
loadH4Lib() - Method in class noaa.coastwatch.io.HDFLib
 
loadH5Lib() - Method in class noaa.coastwatch.io.HDF5Lib
 
loadObject(String) - Method in class noaa.coastwatch.io.SerializedObjectManager
Loads the specified serialized object.
loadProfile(File) - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Loads a set of overlays and enhancement functions.
loc - Variable in class noaa.coastwatch.util.EarthLocationSet.Entry
The earth location for this entry.
LocalDirectoryLister - Class in noaa.coastwatch.gui.open
The LocalDirectoryLister lists directory contents on the local filesystem.
LocalDirectoryLister() - Constructor for class noaa.coastwatch.gui.open.LocalDirectoryLister
 
LocationEstimator - Class in noaa.coastwatch.util
The LocationEstimator class uses a reference and target earth transform to estimate the data location of a target point given a reference point.
LocationEstimator(EarthTransform, int[], EarthTransform, int[], AffineTransform, double) - Constructor for class noaa.coastwatch.util.LocationEstimator
Creates a location estimator based on the specified Earth transforms.
LocationFilter - Interface in noaa.coastwatch.util
The LocationFilter class allows for computations and other classes to check if a specific location's data should be used in a computation.
log10(double) - Static method in class noaa.coastwatch.render.LogEnhancement
Computes the log base 10 of a number.
LogEnhancement - Class in noaa.coastwatch.render
A log enhancement is an enhancement function formed by a logarithm y = mlogx + b relationship.
LogEnhancement(double[]) - Constructor for class noaa.coastwatch.render.LogEnhancement
Constructs a log enhancement from the specified parameters.
LoggingConfig - Class in noaa.coastwatch.tools
The LoggingConfig class sets up the default logging configuration used by the command line tools.
LoggingConfig() - Constructor for class noaa.coastwatch.tools.LoggingConfig
 
lon - Variable in class noaa.coastwatch.util.EarthLocation
The earth location longitude in degrees.
LON - Static variable in class noaa.coastwatch.util.EarthLocation
Selection code for longitude.
LON - Static variable in class noaa.coastwatch.util.trans.GCTPCStyleProjection
The indices into return value array for inverse transforms.
lonBins - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The number of bins in the longitude direction.
lonBins - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The number of bins in the longitude direction.
LONG - Enum constant in enum class noaa.coastwatch.util.chunk.DataChunk.DataType
 
LONG - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParser.ResultType
 
LongChunk - Class in noaa.coastwatch.util.chunk
The LongChunk class holds primitive long data with optional packing scheme and missing values.
LongChunk(long[], boolean, Long, PackingScheme) - Constructor for class noaa.coastwatch.util.chunk.LongChunk
Creates a new initialized data chunk with scaling parameters.
LONGITUDE - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The longitude angle variable.
LongitudeFilter - Class in noaa.coastwatch.util
The longitude filter is a filter with special considerations for longitude values.
LongitudeFilter() - Constructor for class noaa.coastwatch.util.LongitudeFilter
 
LongitudeInterpolator(int[], float[], float[]) - Constructor for class noaa.coastwatch.io.NOAA1bReader.LongitudeInterpolator
Creates a new interpolator.
LongValuePanel - Class in noaa.coastwatch.gui.value
A LongValuePanel holds a Long value and allows the user to change it.
LongValuePanel() - Constructor for class noaa.coastwatch.gui.value.LongValuePanel
 
lonRange(double) - Static method in class noaa.coastwatch.util.EarthLocation
Returns a longitude value in the range [-180..180).
lookup - Variable in class noaa.coastwatch.util.DataVariable
The lookup table.
LOOKUP_TABLE_SIZE - Static variable in class noaa.coastwatch.io.NOAA1bReader
The size of each calibration lookup table.
LOW - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
Low resolution (5.0 km) database level.
LOW - Static variable in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Low resolution (5.0 km) database.
LRUTileCache - Class in noaa.coastwatch.io.tile
The LRUTileCache is a tile cache that uses a least-recently-used rule to eliminate unused tiles.
LRUTileCache() - Constructor for class noaa.coastwatch.io.tile.LRUTileCache
Creates a new empty cache with maximum 16 Mb data.
LSB - Static variable in class noaa.coastwatch.io.BinaryWriter
Least significant byte first.

M

magnify(double) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Magnifies the view around the current center location.
magnify(double) - Method in class noaa.coastwatch.gui.ImageViewPanel
Magnifies the view by the specified scale factor.
magnify(double) - Method in class noaa.coastwatch.render.EarthDataView
Magnifies this view around the current center location.
magnify(Point, Point) - Method in class noaa.coastwatch.render.EarthDataView
Magnifies the specified area to occupy the entire view.
magnify(Rectangle) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Magnifies the specified rectangle to occupy the entire view.
magnify(DataLocation, double) - Method in class noaa.coastwatch.render.EarthDataView
Magnifies this view around a center location.
MAGNIFY - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The magnify operation.
main(String[]) - Static method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.AttributeValueChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.CompositeChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.CompoundToolBar
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.DynamicExtensionFileChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.FeatureGroupFilterChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.FileOperationChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.FullScreenToolBar
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.GhostButton
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.GhostToggleButton
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.GUIServices
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.LightTable
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.MultiPointFeatureOverlayStatsPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.MultiPointFeatureOverlaySymbolPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.nav.CSVPointWriter
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.nav.NavigationAnalysisPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.nav.NavigationPointSavePanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.nav.XMLPointWriter
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.BasicReaderInfoPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.DataVariableTableModel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.EarthDataChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.FileChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.FileTable
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.HTTPDirectoryLister
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.LocalDirectoryLister
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.NetworkFileChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.ServerChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.open.ServerTableModel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.PanelOutputStream
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.PreferencesChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.ReaderInfoPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.ReaderMetadataPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.save.ArcOptionPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.save.BinaryOptionPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.save.EarthDataExporter
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.save.RenderOptionPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.save.SubsetOptionPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.save.TextOptionPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.save.VariableOptionPanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.SelectionRuleFilterChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.SortedTable
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.Swirl
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.TestContainer
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.gui.ToolSplashWindow
Deprecated.
Creates a new splash window in a test mode.
main(String[]) - Static method in class noaa.coastwatch.gui.value.DateValuePanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.value.DoubleValuePanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.value.LongValuePanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.value.StringValuePanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.value.TimeWindowValuePanel
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.VariableChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.ComponentList
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.FontChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.MultiPointFeatureOverlayPropertyChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.PointFeatureOverlayPropertyChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.SimpleColorChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.StrokeChooser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualArray
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualBoolean
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualChoice
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualColor
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualFont
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualInteger
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualOverlay
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualString
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualStroke
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.gui.visual.VisualSymbol
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.BinaryStreamReader
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.CachedGrid
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.CFNC4Writer
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.CFNCWriter
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.CWOpendapReader
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.HDF5Lib
Performs the main method to generate HDF library method signatures.
main(String[]) - Static method in class noaa.coastwatch.io.HDFLib
Performs the main method to generate HDF library method signatures.
main(String[]) - Static method in class noaa.coastwatch.io.NCCachedGrid
TESTING: Traverses an HDF file's structure and prints out dataset information.
main(String[]) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bFile
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.noaa1b.NOAA1bFileReader
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.OpendapReader
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.tile.LRUTileCache
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.tile.NCTileSource
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.tile.TileCachedGrid
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.tile.TileCacheKey
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.tile.TileCacheManager
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.tile.TileDeliveryOperation
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.io.tile.TilingScheme
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.net.OpendapQueryAgent
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.net.UpdateCheck
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.ArrowSymbol
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.DataReferenceOverlay
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.DirectionSymbol
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.EarthDataView
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.ColocatedPointFeatureSource
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.DateRule
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.ESRIShapefileReader
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.FeatureGroupFilter
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.IQuamNCReader
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.LatLonLineReader
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.NumberRule
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.SelectionRuleFilter
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.TextRule
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.TimeWindow
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.feature.TimeWindowRule
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.ImageTransform
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.OrientationAffineFactory
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.ShadowGenerator
 
main(String[]) - Static method in class noaa.coastwatch.render.SimpleSymbol
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.render.WindBarbSymbol
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.test.TestRunner
Runs the main method.
main(String[]) - Static method in class noaa.coastwatch.tools.cdat
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwangles
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwautonav
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwcomposite
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwcoverage
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwdownload
Deprecated.
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwexport
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwgraphics
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwimport
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwinfo
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwmaster
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwmath
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwnavigate
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwregister
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwregister2
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwrender
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwsample
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwscript
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwstats
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwstatus
Deprecated.
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwtccorrect
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwtools
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.cwtoolstest
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.tools.hdatt
Performs the main function.
main(String[]) - Static method in class noaa.coastwatch.util.BivariateEstimator
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.chunk.ChunkDataModifier
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.chunk.DoubleScalingScheme
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.chunk.FloatPackingScheme
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.chunk.FloatScalingScheme
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.ConstrainedStrideLocationIterator
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.DataLocationIteratorFactory
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.EarthLocation
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.EarthLocationSet
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.expression.JELParser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.expression.JEPEmulationParser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.expression.JEPParser
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.GCTP
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.Grid
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.LineIterator
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.LineLocationIterator
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.sensor.SensorIdentifier
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.Statistics
Tests this class with a very simple data set.
main(String[]) - Static method in class noaa.coastwatch.util.StrideLocationIterator
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.trans.EarthTransform2D
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.trans.EllipsoidPerspectiveProjection
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.trans.StatePlaneProjection
Tests this class.
main(String[]) - Static method in class noaa.coastwatch.util.trans.SwathProjection
Tests this class.
makeCoordinateTransform(AttributeContainer, String) - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercatorBuilder
 
MANUAL_COMMENT - Static variable in class noaa.coastwatch.gui.nav.NavigationPointTable
The point comment for manual navigation.
map(int[], int[]) - Method in class noaa.coastwatch.util.ResamplingMap
Maps the destination coordinates to their corresponding source coordinates.
map(Map<String, String>) - Method in class noaa.coastwatch.util.HTMLReportFormatter
 
map(Map<String, String>) - Method in interface noaa.coastwatch.util.ReportFormatter
Formats a map of keys to values as a table with two columns.
map(Map<String, String>) - Method in class noaa.coastwatch.util.TextReportFormatter
 
MapProjection - Class in noaa.coastwatch.util.trans
The MapProjection class is the abstract parent of all map projections that implement coordinate conversions for the projection systems listed in ProjectionConstants.
MapProjection(int, int, int, int[], AffineTransform) - Constructor for class noaa.coastwatch.util.trans.MapProjection
Constructs a map projection from the specified projection and affine transform.
MapProjectionChooser - Class in noaa.coastwatch.gui
The map projection chooser allows the display and selection of map projection parameters.
MapProjectionChooser(MapProjection, int[]) - Constructor for class noaa.coastwatch.gui.MapProjectionChooser
Creates a new map projection chooser.
MapProjectionFactory - Class in noaa.coastwatch.util.trans
The MapProjectionFactory class creates instances of map projections.
MapProjectionFactory() - Constructor for class noaa.coastwatch.util.trans.MapProjectionFactory
Creates a new map projection factory with no GCTP forcing.
mapTransformFor(double[], double[]) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
mapTransformFor(double[], double[]) - Method in class noaa.coastwatch.util.trans.GCTPProjection
Deprecated.
 
mapTransformFor(double[], double[]) - Method in class noaa.coastwatch.util.trans.MapProjection
Performs a forward map transformation from (latitude, longitude) coordinates to map (x, y).
mapTransformFor(double[], double[]) - Method in class noaa.coastwatch.util.trans.StatePlaneProjection
 
mapTransformInv(double[], double[]) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
mapTransformInv(double[], double[]) - Method in class noaa.coastwatch.util.trans.GCTPProjection
Deprecated.
 
mapTransformInv(double[], double[]) - Method in class noaa.coastwatch.util.trans.MapProjection
Performs an inverse map transformation from map (x, y) coordinates to (latitude, longitude).
mapTransformInv(double[], double[]) - Method in class noaa.coastwatch.util.trans.StatePlaneProjection
 
markInvalid() - Method in class noaa.coastwatch.util.DataLocation
Marks this location as invalid.
markInvalid() - Method in class noaa.coastwatch.util.EarthLocation
Marks this location as invalid.
MaskOverlay - Class in noaa.coastwatch.render
A MaskOverlay annotates a data view using some extra information to form a mask of opaque and transparent pixels at each data location.
MaskOverlay(Color) - Constructor for class noaa.coastwatch.render.MaskOverlay
Constructs a new mask overlay.
matchAttName - Variable in class noaa.coastwatch.render.feature.AttributeRule
The attribute to use for matching.
matchAttValue - Variable in class noaa.coastwatch.render.feature.AttributeRule
The attribute value to use for matching.
matches(Feature) - Method in class noaa.coastwatch.render.feature.AreaRule
 
matches(Feature) - Method in class noaa.coastwatch.render.feature.DateRule
 
matches(Feature) - Method in class noaa.coastwatch.render.feature.NumberRule
 
matches(Feature) - Method in interface noaa.coastwatch.render.feature.SelectionRule
Determines if a feature matches the rule.
matches(Feature) - Method in class noaa.coastwatch.render.feature.TextRule
 
matches(Feature) - Method in class noaa.coastwatch.render.feature.TimeWindowRule
 
MATCHES_ALL - Enum constant in enum class noaa.coastwatch.render.feature.SelectionRuleFilter.FilterMode
 
MATCHES_ANY - Enum constant in enum class noaa.coastwatch.render.feature.SelectionRuleFilter.FilterMode
 
MAX_INTERVALS - Static variable in class noaa.coastwatch.util.LocationEstimator
The maximum number of data sampling intervals within one partition.
MAX_ITERATIONS - Static variable in class noaa.coastwatch.util.trans.SwathProjection
The transform(EarthLocation) maximum iterations.
MAX_LOOKUP_TABLES - Static variable in class noaa.coastwatch.io.NOAA1bReader
The maximum number of calibration lookup tables per channel.
MAX_PARAMETERS - Static variable in class noaa.coastwatch.util.GCTP.Requirements
The maximum number of requirement parameters.
MAX_PROJECTIONS - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
The total number of projection codes.
MAX_SCAN_LINES - Static variable in class noaa.coastwatch.io.NOAA1bReader
The maximum number of scan lines in the cache.
MAX_SPHEROIDS - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
The total number of spheroid codes.
MaxReduction - Class in noaa.coastwatch.util
The MaxReduction reduces an array to a single maximum value.
MaxReduction() - Constructor for class noaa.coastwatch.util.MaxReduction
 
MeanReduction - Class in noaa.coastwatch.util
The MeanReduction reduces an array to a single mean value.
MeanReduction() - Constructor for class noaa.coastwatch.util.MeanReduction
 
MedianReduction - Class in noaa.coastwatch.util
The MedianReduction reduces an array to a single median value.
MedianReduction() - Constructor for class noaa.coastwatch.util.MedianReduction
 
MERCAT - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Mercator projection code.
MercatorProjection - Class in noaa.coastwatch.util.trans
The MercatorProjection class performs Mercator map projection calculations.
MercatorProjection(double, double, int[], AffineTransform, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.MercatorProjection
Constructs a map projection from the specified projection and affine transform.
MERCURY1960 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Mercury 1960 spheroid code.
MetadataContainer - Class in noaa.coastwatch.util
The MetadataContainer class is designed to be extended by other classes that need to hold user metadata in the form of a mapping from attribute name to attribute value.
MetadataContainer() - Constructor for class noaa.coastwatch.util.MetadataContainer
 
MetadataServices - Class in noaa.coastwatch.util
The MetadataServices class defines various static methods relating to metadata manipulation.
METER - Static variable in class noaa.coastwatch.util.GCTP
Meters units code.
METOP_1_ID - Static variable in class noaa.coastwatch.io.NOAA1bV4Reader.DataHeaderV4
The Metop-1 spacecraft ID code.
METOP_2_ID - Static variable in class noaa.coastwatch.io.NOAA1bV4Reader.DataHeaderV4
The Metop-2 spacecraft ID code.
METOP_3_ID - Static variable in class noaa.coastwatch.io.NOAA1bV4Reader.DataHeaderV4
The Metop-2 spacecraft ID code.
MHS - Class in noaa.coastwatch.io.noaa1b
The MHS is a radiometer for the NOAA Microwave Humidity Sounder.
MHSData - Class in noaa.coastwatch.io.noaa1b
The MHSData class holds data from an MHS instrument on the NOAA KLMNN' series spacecrafts.
MHSData(MHSHeader, MHSRecord) - Constructor for class noaa.coastwatch.io.noaa1b.MHSData
Creates a new data object for the specified record.
MHSHeader - Class in noaa.coastwatch.io.noaa1b
The MHSHeader class reads NOAA 1b data MSU header records.
MHSHeader(ByteBuffer) - Constructor for class noaa.coastwatch.io.noaa1b.MHSHeader
Creates a new header.
MHSRecord - Class in noaa.coastwatch.io.noaa1b
The MHSRecord class reads NOAA 1b MHS data records.
MHSRecord(ByteBuffer, MHSHeader) - Constructor for class noaa.coastwatch.io.noaa1b.MHSRecord
Creates a new record.
MILLER - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Miller Cylindrical projection code.
MillerCylindricalProjection - Class in noaa.coastwatch.util.trans
The MillerCylindricalProjection class performs Miller Cylindrical map projection calculations.
MillerCylindricalProjection(double, int[], AffineTransform, double, double, double) - Constructor for class noaa.coastwatch.util.trans.MillerCylindricalProjection
Constructs a map projection from the specified projection and affine transform.
minCount - Variable in class noaa.coastwatch.util.DataLocationConstraints
The data coverage minimum number of data locations.
MinReduction - Class in noaa.coastwatch.util
The MinReduction reduces an array to a single minimum value.
MinReduction() - Constructor for class noaa.coastwatch.util.MinReduction
 
MISSING_LINES - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The count of missing scan lines attribute (Integer).
MixedGridResampler - Class in noaa.coastwatch.util
The MixedGridResampler class performs generic data resampling between 2D earth transforms using a mix of forward and inverse resampling methods.
MixedGridResampler(EarthTransform, EarthTransform, int, int) - Constructor for class noaa.coastwatch.util.MixedGridResampler
Creates a new grid resampler from the specified source and destination transforms.
mlfn(double, double, double, double, double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the value of M which is the distance along a meridian from the Equator to latitude phi.
MOD_AIRY - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Modified Airy spheroid code.
MOD_EVEREST - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Modified Everest spheroid code.
MOD_MER1968 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Modified Mercury 1968 spheroid code.
MODIS - Enum constant in enum class noaa.coastwatch.util.sensor.SensorIdentifier.Sensor
 
MODISSourceImp - Class in noaa.coastwatch.util.sensor
The MODISSourceImp helps resample MODIS data.
MOLL - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Mollweide projection code.
MollweideProjection - Class in noaa.coastwatch.util.trans
The MollweideProjection class performs Mollweide map projection calculations.
MollweideProjection(double, int[], AffineTransform, double, double, double) - Constructor for class noaa.coastwatch.util.trans.MollweideProjection
Constructs a map projection from the specified projection and affine transform.
MOUSE_ACTIVITY_PROPERTY - Static variable in class noaa.coastwatch.gui.FullScreenToolBar
The property name for mouse activity.
moveElement(int, int) - Method in class noaa.coastwatch.gui.visual.ComponentList
Moves the component between the specified indices.
MSB - Static variable in class noaa.coastwatch.io.BinaryWriter
Most significant byte first.
MSEC_PER_DAY - Static variable in class noaa.coastwatch.net.CatalogQueryAgent
The number of milliseconds per day.
msfnz(double, double, double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the constant small m which is the radius of a parallel of latitude, phi, divided by the semimajor axis.
MultilayerBitmaskOverlay - Class in noaa.coastwatch.render
The MultilayerBitmaskOverlay class uses a set of BitmaskOverlay objects to colour subsets of bits in the bit mask with different colors.
MultilayerBitmaskOverlay() - Constructor for class noaa.coastwatch.render.MultilayerBitmaskOverlay
Constructs a new complex bitmask overlay.
MultilayerBitmaskOverlayPropertyChooser - Class in noaa.coastwatch.gui.visual
The MultilayerBitmaskOverlayPropertyChooser class is an implementation of an OverlayPropertyChooser that allows the user to edit the properties of a MultilayerBitmaskOverlay.
MultilayerBitmaskOverlayPropertyChooser(MultilayerBitmaskOverlay) - Constructor for class noaa.coastwatch.gui.visual.MultilayerBitmaskOverlayPropertyChooser
Creates a new multilayer overlay property chooser panel.
multiplier - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The multiplier for converting scaled segment units to degrees.
multiplier - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The multiplier for converting scaled segment units to degrees.
MultiPointFeatureOverlay<T extends PointFeatureSymbol> - Class in noaa.coastwatch.render
The MultiPointFeatureOverlay class annotes a data view with symbols using data from from multiple PointFeatureOverlay objects.
MultiPointFeatureOverlay() - Constructor for class noaa.coastwatch.render.MultiPointFeatureOverlay
Creates a new overlay.
MultiPointFeatureOverlayPropertyChooser - Class in noaa.coastwatch.gui.visual
A MultiPointFeatureOverlayPropertyChooser is an OverlayPropertyChooser that handles MultiPointFeatureOverlay objects.
MultiPointFeatureOverlayPropertyChooser(MultiPointFeatureOverlay<SimpleSymbol>) - Constructor for class noaa.coastwatch.gui.visual.MultiPointFeatureOverlayPropertyChooser
Creates a new chooser panel.
MultiPointFeatureOverlayStatsPanel - Class in noaa.coastwatch.gui
A MultiPointFeatureOverlayStatsPanel shows a set of statistics of expressions computed over the visible set of overlay symbols selected by a MultiPointFeatureOverlay object.
MultiPointFeatureOverlayStatsPanel(MultiPointFeatureOverlay<? extends PointFeatureSymbol>, EarthArea) - Constructor for class noaa.coastwatch.gui.MultiPointFeatureOverlayStatsPanel
Creates a new expression statistics display panel.
MultiPointFeatureOverlaySymbolPanel - Class in noaa.coastwatch.gui
A MultiPointFeatureOverlaySymbolPanel shows a set of symbols and an attribute value table for features displayed by a MultiPointFeatureOverlay object.
MultiPointFeatureOverlaySymbolPanel(MultiPointFeatureOverlay<SimpleSymbol>, EarthArea) - Constructor for class noaa.coastwatch.gui.MultiPointFeatureOverlaySymbolPanel
Creates a new symbol display panel.

N

n - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The number of points in this polygon.
NAME_COLUMN - Static variable in class noaa.coastwatch.gui.open.FileTableModel
Column index of file name.
nameMap - Variable in class noaa.coastwatch.render.feature.AttributeRule
The map to use to translate name to index for attributes.
nameMap - Variable in class noaa.coastwatch.render.feature.FeatureGroupFilter
The map to use to translate name to index for attributes.
NaN - Static variable in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
The Not-a-Number value as a double.
navigate(DataLocation) - Method in class noaa.coastwatch.util.Grid
Applies the navigation transform to the specified data coordinate.
NAVIGATION_GEOMETRY_OFFSET - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The navigation data geometry offset.
NAVIGATION_LOCATION_OFFSET - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The navigation data location offset.
NAVIGATION_MODE_PROPERTY - Static variable in class noaa.coastwatch.gui.NavigationChooser
The navigation mode property.
NAVIGATION_STATUS - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The navigation status attribute (Long).
NAVIGATION_VALUES - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The total number of navigation data values.
NavigationAnalysisPanel - Class in noaa.coastwatch.gui.nav
The NavigationAnalysisPanel class is a panel that allows the user to manipulate a list of image row and column points and specify the offset between coastline data and image data.
NavigationAnalysisPanel(EarthDataReader, List<String>) - Constructor for class noaa.coastwatch.gui.nav.NavigationAnalysisPanel
Creates an analysis panel.
NavigationChooser - Class in noaa.coastwatch.gui
The NavigationChooser class allows the user to modify the navigation affine transform for a set of earth data variables.
NavigationChooser(List) - Constructor for class noaa.coastwatch.gui.NavigationChooser
Creates a new navigation chooser panel.
navigationEnd - Variable in class noaa.coastwatch.io.NOAA1bReader
The ending sample for navigation.
NavigationOffsetEstimator - Class in noaa.coastwatch.util
The NavigationOffsetEstimator class uses image and land mask data to estimate the navigation error in a small tile of coastal image data.
NavigationOffsetEstimator() - Constructor for class noaa.coastwatch.util.NavigationOffsetEstimator
 
NavigationPoint - Class in noaa.coastwatch.gui.nav
The NavigationPoint class holds data for a single navigation analysis point.
NavigationPoint(EarthLocation, DataLocation) - Constructor for class noaa.coastwatch.gui.nav.NavigationPoint
Creates a new navigation point.
NavigationPointSavePanel - Class in noaa.coastwatch.gui.nav
The NavigationPointSavePanel class allows the user to choose a file name and parameters for saving a list of navigation points.
NavigationPointSavePanel(EarthDataReader, List<String>, List<NavigationPoint>) - Constructor for class noaa.coastwatch.gui.nav.NavigationPointSavePanel
Creates a new save panel.
NavigationPointTable - Class in noaa.coastwatch.gui.nav
The NavigationPointTable class is a table that displays navigation point data.
NavigationPointTable(List<NavigationPoint>) - Constructor for class noaa.coastwatch.gui.nav.NavigationPointTable
Creates a point table.
NavigationPointTableModel - Class in noaa.coastwatch.gui.nav
The NavigationPointTableModel class provides data from a list of NavigationPoint objects.
NavigationPointTableModel() - Constructor for class noaa.coastwatch.gui.nav.NavigationPointTableModel
Creates a new table using an empty point list.
NavigationPointTableModel(List<NavigationPoint>) - Constructor for class noaa.coastwatch.gui.nav.NavigationPointTableModel
Creates a new table using the specified point list.
NavigationPointWriter - Class in noaa.coastwatch.gui.nav
The NavigationPointWriter class is an abstract class for writing out data from a list of navigation points.
NavigationPointWriter(EarthDataReader, List<String>, List<NavigationPoint>) - Constructor for class noaa.coastwatch.gui.nav.NavigationPointWriter
Creates a point writer.
navigationStart - Variable in class noaa.coastwatch.io.NOAA1bReader
The starting sample for navigation.
navigationStep - Variable in class noaa.coastwatch.io.NOAA1bReader
The navigation step size for navigation.
NCCachedGrid - Class in noaa.coastwatch.io
The NCCachedGrid class is a cached grid that understands how to read variable data from NetCDF files.
NCCachedGrid(Grid, NCReader) - Constructor for class noaa.coastwatch.io.NCCachedGrid
Constructs a new read-only NetCDF cached grid with the specified properties.
NCCachedGrid(Grid, NCReader, int[]) - Constructor for class noaa.coastwatch.io.NCCachedGrid
Constructs a new read-only NetCDF cached grid with the specified properties.
NCCachedGrid(Grid, NCReader, String, int[]) - Constructor for class noaa.coastwatch.io.NCCachedGrid
Constructs a new read-only NetCDF cached grid with the specified properties.
NCReader - Class in noaa.coastwatch.io
The NCReader class is the base class for readers that use the Java NetCDF API to read and parse metadata.
NCReader(String) - Constructor for class noaa.coastwatch.io.NCReader
Creates a new reader using the dataset at the specified location.
NCSD - Interface in noaa.coastwatch.io
The NetCDF scientific dataset (SD) interface sets the methods required for all NetCDF SD classes.
NCTileSource - Class in noaa.coastwatch.io.tile
The NCTileSource class provides tiles from a NetCDF 3 or 4 dataset variable.
NCTileSource(NetcdfFile, String, int, int, int[]) - Constructor for class noaa.coastwatch.io.tile.NCTileSource
Constructs a new NetCDF tile source to access the specified dataset and variable.
nearest(EarthLocation) - Method in class noaa.coastwatch.util.EarthLocationSet
Gets the nearest location entry to the specified location.
nearest(EarthLocation, Object) - Method in class noaa.coastwatch.util.EarthLocationSet
Gets the nearest location entry to the specified location using a context obtained from EarthLocationSet.getContext().
needsPrepare() - Method in class noaa.coastwatch.render.AnnotationOverlay
Returns false as this class needs no preparation.
needsPrepare() - Method in class noaa.coastwatch.render.EarthDataOverlay
Determines if this overlay class needs to be prepared for rendering.
needsPrepare() - Method in class noaa.coastwatch.render.FilledShapeOverlay
Returns false as this class needs no preparation.
needsPrepare() - Method in class noaa.coastwatch.render.ShapeOverlay
Returns false as this class needs no preparation.
needsPrepare() - Method in class noaa.coastwatch.render.SurveyOverlay
Returns false as this class needs no preparation.
needsPrepare() - Method in class noaa.coastwatch.render.TextOverlay
Returns false as this class needs no preparation.
needsQuantization(BufferedImage) - Static method in class noaa.coastwatch.io.GIFWriter
Determines if an image needs to be quantized before writing to a GIF file.
NEITHER - Static variable in class noaa.coastwatch.util.GCTP
Do not print error messages.
NetworkFileChooser - Class in noaa.coastwatch.gui.open
The NetworkFileChooser class allows the user to choose a file from a network server.
NetworkFileChooser(List, DirectoryLister) - Constructor for class noaa.coastwatch.gui.open.NetworkFileChooser
Creates a new chooser.
NetworkServices - Class in noaa.coastwatch.net
The NetworkServices class defines various static methods relating to network operations.
next() - Method in class noaa.coastwatch.util.ConstrainedStrideLocationIterator
 
next() - Method in class noaa.coastwatch.util.DataVariableIterator
 
next() - Method in class noaa.coastwatch.util.EarthArea.EarthAreaIterator
Returns the next grid square coordinates as [lat, lon].
next() - Method in class noaa.coastwatch.util.LineIterator
 
next() - Method in class noaa.coastwatch.util.LineLocationIterator
 
next() - Method in class noaa.coastwatch.util.StrideLocationIterator
 
nextDouble() - Method in class noaa.coastwatch.util.DataVariableIterator
 
nextDouble() - Method in interface noaa.coastwatch.util.DoubleIterator
 
nextLocation(DataLocation) - Method in class noaa.coastwatch.util.ConstrainedStrideLocationIterator
 
nextLocation(DataLocation) - Method in interface noaa.coastwatch.util.DataLocationIterator
Gets the next data location.
nextLocation(DataLocation) - Method in class noaa.coastwatch.util.LineLocationIterator
 
nextLocation(DataLocation) - Method in class noaa.coastwatch.util.StrideLocationIterator
 
nextPoint(Point) - Method in class noaa.coastwatch.util.LineIterator
Gets the next point in the line.
NOAA_10_ID - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
The NOAA-10 spacecraft ID code.
NOAA_11_ID - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
The NOAA-11 spacecraft ID code.
NOAA_12_ID - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
The NOAA-12 spacecraft ID code.
NOAA_14_ID - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
The NOAA-14 spacecraft ID code.
NOAA_15_ID - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The NOAA-15 spacecraft ID code.
NOAA_16_ID - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The NOAA-16 spacecraft ID code.
NOAA_17_ID - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.DataHeaderV2
The NOAA-17 spacecraft ID code.
NOAA_18_ID - Static variable in class noaa.coastwatch.io.NOAA1bV3Reader.DataHeaderV3
The NOAA-18 spacecraft ID code.
NOAA_19_ID - Static variable in class noaa.coastwatch.io.NOAA1bV3Reader.DataHeaderV3
The NOAA-19 spacecraft ID code.
NOAA_6_ID - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
The NOAA-6 spacecraft ID code.
NOAA_7_ID - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
The NOAA-7 spacecraft ID code.
NOAA_8_ID - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
The NOAA-8 spacecraft ID code.
NOAA_9_ID - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
The NOAA-9 spacecraft ID code.
noaa.coastwatch.gui - package noaa.coastwatch.gui
Provides GUI classes for viewing and rendering earth data.
noaa.coastwatch.gui.nav - package noaa.coastwatch.gui.nav
Provides classes for satellite navigation adjustment.
noaa.coastwatch.gui.open - package noaa.coastwatch.gui.open
Provides classes for browsing and opening lists of data files.
noaa.coastwatch.gui.save - package noaa.coastwatch.gui.save
Provides classes for saving earth data in various formats.
noaa.coastwatch.gui.value - package noaa.coastwatch.gui.value
Provides classes that editting and displaying a single object value.
noaa.coastwatch.gui.visual - package noaa.coastwatch.gui.visual
Provides classes for controlling object properties.
noaa.coastwatch.io - package noaa.coastwatch.io
Provides classes for reading and writing earth data in a variety of formats.
noaa.coastwatch.io.noaa1b - package noaa.coastwatch.io.noaa1b
Provides classes for reading NOAA 1b format satellite data
noaa.coastwatch.io.tile - package noaa.coastwatch.io.tile
Provides classes for reading, writing, and caching 2D tiles of data.
noaa.coastwatch.net - package noaa.coastwatch.net
Provides classes for network operations: database, catalog, software update, and data download.
noaa.coastwatch.render - package noaa.coastwatch.render
Provides classes for rendering earth data to images.
noaa.coastwatch.render.feature - package noaa.coastwatch.render.feature
Provides classes for reading and selecting groups of earth locations assembled into feature layers like coastlines, shapefiles, and polygons.
noaa.coastwatch.render.lines - package noaa.coastwatch.render.lines
Provides classes for holding and rendering lines on the earth and their labels.
noaa.coastwatch.test - package noaa.coastwatch.test
Provides classes for running code tests.
noaa.coastwatch.tools - package noaa.coastwatch.tools
Provides command line tools to perform earth data processing.
noaa.coastwatch.util - package noaa.coastwatch.util
Provides utility classes for holding data, map projection, coordinate transform, resampling, statistics, and others.
noaa.coastwatch.util.chunk - package noaa.coastwatch.util.chunk
Provides classes for holding and processing arbitrary chunks of data of various native types.
noaa.coastwatch.util.expression - package noaa.coastwatch.util.expression
Provides classes for parsing and evaluating arbitrary mathmatical expressions.
noaa.coastwatch.util.sensor - package noaa.coastwatch.util.sensor
Provides satellite sensor-specific helper classes.
noaa.coastwatch.util.trans - package noaa.coastwatch.util.trans
Provides classes for earth coordinate transformation using map projections, datums, and swaths.
noaa.coastwatch.util.trans.cdm - package noaa.coastwatch.util.trans.cdm
 
NOAA1bCachedGrid - Class in noaa.coastwatch.io
The NOAA1b cached grid class is a cached grid that understands how to read variable data from NOAA1b files.
NOAA1bCachedGrid(Grid, NOAA1bReader) - Constructor for class noaa.coastwatch.io.NOAA1bCachedGrid
Constructs a new read-only NOAA1b cached grid with the specified properties.
NOAA1bFile - Class in noaa.coastwatch.io.noaa1b
The NOAA1bFile is an interface for reading NOAA 1b weather satellite data files.
NOAA1bFile(String) - Constructor for class noaa.coastwatch.io.noaa1b.NOAA1bFile
Opens a NOAA 1b data file for reading.
NOAA1bFile(String, boolean) - Constructor for class noaa.coastwatch.io.noaa1b.NOAA1bFile
Opens a NOAA 1b data file for reading.
NOAA1bFileReader - Class in noaa.coastwatch.io.noaa1b
The NOAA1bFileReader class extends EarthDataReader to handle NOAA 1b weather satellite data files from a number of NOAA satellite sensors.
NOAA1bFileReader(String) - Constructor for class noaa.coastwatch.io.noaa1b.NOAA1bFileReader
Creates a new reader assuming big endian byte order.
NOAA1bFileReader(String, boolean) - Constructor for class noaa.coastwatch.io.noaa1b.NOAA1bFileReader
Creates a new reader.
NOAA1bReader - Class in noaa.coastwatch.io
A NOAA 1b reader is an earth data reader that reads NOAA 1b format GAC/LAC/HRPT data files available from the NOAA/NESDIS Satellite Active Archive.
NOAA1bReader(String) - Constructor for class noaa.coastwatch.io.NOAA1bReader
Constructs a NOAA 1b reader from the specified file.
NOAA1bReader.ArchiveHeader - Class in noaa.coastwatch.io
The archive header class may be used to retrieve specific data from the archive header of the dataset.
NOAA1bReader.DataHeader - Class in noaa.coastwatch.io
The data header class may be used to retrieve the header of the dataset.
NOAA1bReader.LongitudeInterpolator - Class in noaa.coastwatch.io
The LongitudeInterpolator class performs longitude interpolation using polar coordinates.
NOAA1bReader.ScanLine - Class in noaa.coastwatch.io
The scan line class may be used to retrieve specific data from one scan line of the dataset.
NOAA1bReader.ScanLineCalibration - Class in noaa.coastwatch.io
The ScanLineCalibration class holds calibration coefficients for one AVHRR scan line so that they may be used as a key in storing calibration lookup tables.
NOAA1bServices - Class in noaa.coastwatch.io.noaa1b
The NOAA1bServices class performs various NOAA 1b file related functions.
NOAA1bServices() - Constructor for class noaa.coastwatch.io.noaa1b.NOAA1bServices
 
NOAA1bV1Reader - Class in noaa.coastwatch.io
A NOAA 1b version 1 reader is a NOAA 1b reader that reads NOAA 1b format NOAA-A through -J GAC/LAC/HRPT data files available from the NOAA/NESDIS Satellite Active Archive.
NOAA1bV1Reader(String) - Constructor for class noaa.coastwatch.io.NOAA1bV1Reader
Constructs a NOAA 1b version 1 reader from the specified file.
NOAA1bV1Reader.ArchiveHeaderV1 - Class in noaa.coastwatch.io
The archive header version 1 class is an archive header that can read NOAA-A through -J style Terabit Memory (TBM) headers.
NOAA1bV1Reader.DataHeaderV1 - Class in noaa.coastwatch.io
The data header version 1 class is a data header that can retrieve NOAA-A through -J data header information.
NOAA1bV1Reader.ScanLineV1 - Class in noaa.coastwatch.io
The scan line version 1 class is a scan line that can read, calibrate, and navigate NOAA-A through -J data.
NOAA1bV2Reader - Class in noaa.coastwatch.io
A NOAA 1b version 2 reader is a NOAA 1b reader that reads NOAA 1b format KLM GAC/LAC/HRPT data files available from the NOAA/NESDIS Satellite Active Archive.
NOAA1bV2Reader(String) - Constructor for class noaa.coastwatch.io.NOAA1bV2Reader
Constructs a NOAA 1b version 2 reader from the specified file.
NOAA1bV2Reader.ArchiveHeaderV2 - Class in noaa.coastwatch.io
The archive header version 2 class is an archive header that can read NOAA-KLM style Archive Retrieval System (ARS) headers.
NOAA1bV2Reader.DataHeaderV2 - Class in noaa.coastwatch.io
The data header version 2 class is a data header that can retrieve NOAA-KLM data header information.
NOAA1bV2Reader.ScanLineV2 - Class in noaa.coastwatch.io
The scan line version 2 class is a scan line that can read, calibrate, and navigate NOAA-KLM data.
NOAA1bV3Reader - Class in noaa.coastwatch.io
A NOAA 1b version 3 reader is a NOAA 1b reader that reads NOAA 1b packed format KLMNN' GAC/LAC/HRPT data files available from the NOAA/NESDIS Satellite Active Archive.
NOAA1bV3Reader(String) - Constructor for class noaa.coastwatch.io.NOAA1bV3Reader
Constructs a NOAA 1b version 3 reader from the specified file.
NOAA1bV3Reader.DataHeaderV3 - Class in noaa.coastwatch.io
The data header version 3 class is a data header that can retrieve NOAA-KLMNN' data header information.
NOAA1bV3Reader.ScanLineV3 - Class in noaa.coastwatch.io
The scan line version 3 class is a scan line that can read, calibrate, and navigate NOAA-KLMNN' data.
NOAA1bV4Reader - Class in noaa.coastwatch.io
A NOAA 1b version 4 reader is similar to the 1b version 3 reader except that it accepts the version 4 in the archive and data headers.
NOAA1bV4Reader(String) - Constructor for class noaa.coastwatch.io.NOAA1bV4Reader
Constructs a NOAA 1b version 4 reader from the specified file.
NOAA1bV4Reader.DataHeaderV4 - Class in noaa.coastwatch.io
The data header version 4 class is a data header that can retrieve NOAA-KLMNN' and Metop data header information.
NOAA1bV5Reader - Class in noaa.coastwatch.io
A NOAA 1b version 5 reader is the same as a 1b version 4 reader except that it accepts the version 5 in the archive and data headers.
NOAA1bV5Reader(String) - Constructor for class noaa.coastwatch.io.NOAA1bV5Reader
Constructs a NOAA 1b version 5 reader from the specified file.
NONE - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The non-drawing mode.
NOOP_MODE - Static variable in class noaa.coastwatch.gui.ImageViewPanel
No operation mode.
NORMAL - Enum constant in enum class noaa.coastwatch.gui.CloseIcon.Mode
 
normalize(double) - Method in class noaa.coastwatch.render.ColorEnhancement
Normalizes the enhancement function for this view using the visible grid value statistics.
normalize(double) - Method in class noaa.coastwatch.render.ColorPointEnhancement
Normalizes the enhancement function for this view using the visible grid value statistics.
normalize(int, double) - Method in class noaa.coastwatch.render.ColorComposite
Normalizes the enhancement function for this view using the visible grid value statistics.
normalize(Statistics, double) - Method in class noaa.coastwatch.render.EnhancementFunction
Sets the range based on statistical data.
north - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The maximum northern value in degrees [-90..90].
NORTH - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
The north side constant.
NORTH_EAST - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
The north-east corner.
NORTH_WEST - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
The north-west corner.
not() - Method in class noaa.coastwatch.util.expression.ExpressionTest
Gets the opposite of this test.
NULL_STRING - Static variable in class noaa.coastwatch.gui.open.XMLTree
the null string
NumberRule - Class in noaa.coastwatch.render.feature
A NumberRule provides a selection mechanism for features based on the numercial value of one of the attributes.
NumberRule(String, Map<String, Integer>, Number) - Constructor for class noaa.coastwatch.render.feature.NumberRule
Creates a new number rule.
NumberRule.Operator - Enum Class in noaa.coastwatch.render.feature
The operators for this class of rule.
numSegments - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The number of segments in each bin.
numSegments - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The number of segments in each bin.

O

OBEQA - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Oblated Equal Area projection code.
OblatedEqualAreaProjection - Class in noaa.coastwatch.util.trans
The OblatedEqualAreaProjection class performs Oblated Equal Area map projection calculations.
OblatedEqualAreaProjection(double, int[], AffineTransform, double, double, double, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.OblatedEqualAreaProjection
Constructs a map projection from the specified projection and affine transform.
offset - Variable in class noaa.coastwatch.util.chunk.DoublePackingScheme
The offset for float data.
offset - Variable in class noaa.coastwatch.util.chunk.DoubleScalingScheme
The offset for double data.
offset - Variable in class noaa.coastwatch.util.chunk.FloatPackingScheme
The offset for float data.
offset - Variable in class noaa.coastwatch.util.chunk.FloatScalingScheme
The offset for float data.
offsetp(double, double) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
OK - Static variable in class noaa.coastwatch.util.trans.GCTPCStyleProjection
The return codes for GCTPC functions.
ONE_TO_ONE - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The 1:1 operation.
OPEN - Static variable in class noaa.coastwatch.gui.FileOperationChooser
The open operation.
OpendapGrid - Class in noaa.coastwatch.io
The OpendapGrid is an intelligent OPeNDAP client that delivers data by listening for DataVariable.setAccessHint(int[], int[], int[]) calls and only downloads the data which is specified within that call.
OpendapGrid(Grid, String) - Constructor for class noaa.coastwatch.io.OpendapGrid
Creates a new grid.
OpendapGSHHSLineReader - Class in noaa.coastwatch.render.feature
The OpendapGSHHSLineReader extends BinnedGSHHSLineReader to read data from an OPeNDAP-enabled binned data file.
OpendapGSHHSLineReader(String, String) - Constructor for class noaa.coastwatch.render.feature.OpendapGSHHSLineReader
Creates a new reader from the database name.
OpendapGSHHSReader - Class in noaa.coastwatch.render.feature
The OpendapGSHHSReader extends BinnedGSHHSReader to read data from an OPeNDAP-enabled binned data file.
OpendapGSHHSReader(String, String) - Constructor for class noaa.coastwatch.render.feature.OpendapGSHHSReader
Creates a new binned GSHHS reader from the database name.
OpendapQueryAgent - Class in noaa.coastwatch.net
A OpendapQueryAgent uses OPeNDAP to query a network server for catalog entries.
OpendapQueryAgent(URL) - Constructor for class noaa.coastwatch.net.OpendapQueryAgent
Creates a new catalog agent that uses the specified URL for performing OPeNDAP queries.
OpendapReader - Class in noaa.coastwatch.io
The OpendapReader class is the base class for readers that use the OPeNDAP API to read data and metadata.
OpendapReader(String) - Constructor for class noaa.coastwatch.io.OpendapReader
Creates a new reader using the specified URL.
OpendapReaderList - Class in noaa.coastwatch.io
An OpendapReaderList holds a list of OpendapReader objects created through the use of the data URL entries in the results of a CatalogQueryAgent.
OpendapReaderList(CatalogQueryAgent) - Constructor for class noaa.coastwatch.io.OpendapReaderList
Creates a new list from entries returned by the query agent.
OpendapURLFilter - Class in noaa.coastwatch.gui.open
The OpendapURLFilter class filters OPeNDAP URL strings.
OpendapURLFilter() - Constructor for class noaa.coastwatch.gui.open.OpendapURLFilter
 
openFile(String) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Opens the data file and returns the file ID.
openFile(String) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Opens the data file and returns the file ID.
openFile(String) - Method in class noaa.coastwatch.render.feature.HDFGSHHSLineReader
 
openFile(String) - Method in class noaa.coastwatch.render.feature.HDFGSHHSReader
 
openFile(String) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSLineReader
 
openFile(String) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSReader
 
OPERATION_MODE_PROPERTY - Static variable in interface noaa.coastwatch.gui.DataViewOverlayControl
The operation mode property.
OPERATION_PROPERTY - Static variable in class noaa.coastwatch.gui.FileOperationChooser
The operation property.
OPERATION_PROPERTY - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The operation property.
operator - Variable in class noaa.coastwatch.render.feature.AttributeRule
Thee rule operator currently being used.
operators() - Method in class noaa.coastwatch.render.feature.AttributeRule
Gets an array of operators that are valid for this rule.
operators() - Method in class noaa.coastwatch.render.feature.DateRule
 
operators() - Method in class noaa.coastwatch.render.feature.NumberRule
 
operators() - Method in class noaa.coastwatch.render.feature.TextRule
 
operators() - Method in class noaa.coastwatch.render.feature.TimeWindowRule
 
optimalDist - Variable in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
The distance in kilometers from center of destination pixel to center of optimal source pixel.
optimalSourceCoords - Variable in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
The optimal distance source coordinates.
option(String, String) - Method in class noaa.coastwatch.tools.UsageInfo
 
ORBIT_TYPE - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
The orbit type attribute: 'A', 'D', 'B' (String).
ORDER_CREATION_DAY - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
The archive order creation Julian day attribute (Integer).
ORDER_CREATION_YEAR - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
The archive order creation year attribute (Integer).
ORDER_HOST - Static variable in class noaa.coastwatch.gui.save.BinaryOptionPanel
The byte order for host.
ORDER_LATLON - Static variable in class noaa.coastwatch.gui.save.TextOptionPanel
The coordinate order for (latitude, longitude).
ORDER_LONLAT - Static variable in class noaa.coastwatch.gui.save.TextOptionPanel
The coordinate order for (longitude, latitude).
ORDER_LSB - Static variable in class noaa.coastwatch.gui.save.BinaryOptionPanel
The byte order for least-significant-byte first.
ORDER_MSB - Static variable in class noaa.coastwatch.gui.save.BinaryOptionPanel
The byte order for most-significant-byte first.
orient() - Method in class noaa.coastwatch.render.lines.EdgeSegment
Orients this edge segment with respect to its edge.
OrientationAffineFactory - Class in noaa.coastwatch.render
The OrientationAffineFactory constructs affine transform objects to correctly orient an EarthTransform so that it appears in the on-screen image the way a data user would naturally expect to see it.
OrientationAffineFactory() - Constructor for class noaa.coastwatch.render.OrientationAffineFactory
 
origin(double) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
ORTHO - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Orthographic projection code.
OrthographicProjection - Class in noaa.coastwatch.util.trans
The OrthographicProjection class performs Orthographic map projection calculations.
OrthographicProjection(double, int[], AffineTransform, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.OrthographicProjection
Constructs a map projection from the specified projection and affine transform.
OrthographicProjection(EarthLocation, int[], EarthLocation, double[]) - Constructor for class noaa.coastwatch.util.trans.OrthographicProjection
Constructs a new orthographic projection using the specified projection center point.
overlay - Variable in class noaa.coastwatch.gui.visual.OverlayPropertyChooser
The overlay to use for choosing properties.
OVERLAY_GROUPS_PROPERTY - Static variable in class noaa.coastwatch.render.OverlayGroupManager
The overlay groups property.
OVERLAY_LIST_PROPERTY - Static variable in interface noaa.coastwatch.gui.DataViewOverlayControl
The overlay list property.
OVERLAY_LIST_PROPERTY - Static variable in class noaa.coastwatch.gui.OverlayListChooser
The overlay list property.
OVERLAY_PROPERTY - Static variable in class noaa.coastwatch.gui.AbstractOverlayListPanel
The overlay property for change events.
OVERLAY_PROPERTY - Static variable in class noaa.coastwatch.gui.visual.OverlayPropertyChooser
The overlay property.
overlayChanged() - Method in class noaa.coastwatch.gui.MultiPointFeatureOverlayStatsPanel
Signals that the feature overlay has changed in some way, and to update the stats panel accordingly.
overlayChanged() - Method in class noaa.coastwatch.gui.MultiPointFeatureOverlaySymbolPanel
Signals that the feature overlay has changed in some way, and to update the panel accordingly.
OverlayGroupManager - Class in noaa.coastwatch.render
The OverlayGroupManager class can be used to save, load, delete, and get a list of overlay groups.
OverlayGroupManager(File) - Constructor for class noaa.coastwatch.render.OverlayGroupManager
Creates a new manager to handle overlay groups in the specified directory.
OverlayGroupSavePanel - Class in noaa.coastwatch.gui
The OverlayGroupSavePanel shows a list of overlays that are to be saved as a group, and allows the user to choose the group name or use an existing name.
OverlayGroupSavePanel(List, List) - Constructor for class noaa.coastwatch.gui.OverlayGroupSavePanel
Creates a new save panel.
overlayList - Variable in class noaa.coastwatch.gui.AbstractOverlayListPanel
The list of overlays.
OverlayListChooser - Class in noaa.coastwatch.gui
The OverlayListChooser class is a panel that allows the user to manipulate a list of EarthDataOverlay objects.
OverlayListChooser(EarthDataReader, List) - Constructor for class noaa.coastwatch.gui.OverlayListChooser
Creates a new overlay list chooser.
OverlayPropertyChooser<T extends EarthDataOverlay> - Class in noaa.coastwatch.gui.visual
The OverlayPropertyChooser class is a panel that holds an overlay value and allows the user to retrieve the value.
OverlayPropertyChooser(T) - Constructor for class noaa.coastwatch.gui.visual.OverlayPropertyChooser
Creates a new overlay property chooser panel.
OverlayPropertyChooserFactory - Class in noaa.coastwatch.gui.visual
The OverlayPropertyChooserFactory class may be used to create appropriate OverlayPropertyChooser objects for a given overlay.
overlays - Variable in class noaa.coastwatch.render.EarthDataView
A number of data overlays.
OVERWRITE_ALWAYS - Static variable in class noaa.coastwatch.util.MixedGridResampler
The always overwrite mode.
OVERWRITE_IF_CLOSER - Static variable in class noaa.coastwatch.util.MixedGridResampler
The closer overwrite mode.
OVERWRITE_NEVER - Static variable in class noaa.coastwatch.util.MixedGridResampler
The never overwrite mode.
overwriteMode - Variable in class noaa.coastwatch.util.MixedGridResampler
The overwrite mode.

P

p_error(char[], char[]) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
These are some GCTP error reporting methods that log at the FINER level.
p_error(char[], String) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
p_error(String, String) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
pack_angle(double) - Static method in class noaa.coastwatch.util.GCTP
Packs an angle in degrees to DDDMMMSSS.SS format.
pack_angle(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Packs an angle in degrees to DDDMMMSSS.SS format.
PACKAGE - Static variable in class noaa.coastwatch.tools.ToolServices
The full package description.
PACKAGE_SHORT - Static variable in class noaa.coastwatch.tools.ToolServices
The short package description.
packDouble(double) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Packs a double value to an integer.
packFloat(float) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
Packs a float value to an integer.
packing - Variable in class noaa.coastwatch.util.chunk.GridChunkProducer
The packing scheme for new chunks.
PackingScheme - Interface in noaa.coastwatch.util.chunk
The PackingScheme interface is implemented by concrete classes that have a strategy to pack floating point data to integer data and unpack integer data to floating point data.
PackingSchemeVisitor - Interface in noaa.coastwatch.util.chunk
The PackingSchemeVisitor interface is implemented by any class that participates in the visitor pattern to perform operations on PackingScheme instances.
packToByteData(double[], byte[], Byte, boolean) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Packs primitive data from a double array into a byte array.
packToByteData(float[], byte[], Byte, boolean) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
Packs primitive data from a float array into a byte array.
packToIntData(double[], int[], Integer, boolean) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Packs primitive data from a double array into a int array.
packToIntData(float[], int[], Integer) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
Packs primitive data from a float array into a int array.
packToLongData(double[], long[], Long) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Packs primitive data from a double array into a long array.
packToShortData(double[], short[], Short, boolean) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Packs primitive data from a double array into a short array.
packToShortData(float[], short[], Short, boolean) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
Packs primitive data from a float array into a short array.
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.EarthContextPanel
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.EnhancementFunctionPanel
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.FullScreenToolBar
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.GhostButton
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.GhostToggleButton
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.HistogramPanel
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.HistogramStatisticsPanel
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.LegendPanel
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.LineStatisticsPanel
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.PalettePanel
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.RenderablePanel
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.Swirl
 
paintComponent(Graphics) - Method in class noaa.coastwatch.gui.XYPlotPanel
Paints the x-y panel axes and labels.
paintIcon(Component, Graphics, int, int) - Method in class noaa.coastwatch.gui.CloseIcon
 
paintIcon(Component, Graphics, int, int) - Method in class noaa.coastwatch.gui.visual.ColorSwatch
Paints the icon to the specified graphics context.
paintIcon(Component, Graphics, int, int) - Method in class noaa.coastwatch.gui.visual.StrokeSwatch
Paints the icon to the specified graphics context.
paintIcon(Component, Graphics, int, int) - Method in class noaa.coastwatch.gui.visual.SymbolSwatch
Paints the icon to the specified graphics context.
pakcz(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Converts the 2 digit alternate packed DMS format (+/-)DDDMMSS.SSS to 3 digit standard packed DMS format (+/-)DDDMMMSSS.SSS.
pakr2dm(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Converts radians to 3 digit packed DMS format (+/-)DDDMMMSSS.SSS.
paksz(double, long[]) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
Converts DMS packed angle into degrees.
Palette - Class in noaa.coastwatch.render
The Palette allows the user to associate a name and index color model together as a palette and perform manipulations on the palette colors.
Palette(String, IndexColorModel) - Constructor for class noaa.coastwatch.render.Palette
Constructs a new palette from the specified parameters.
PALETTE_PROPERTY - Static variable in class noaa.coastwatch.gui.PaletteChooser
The palette property.
PaletteChooser - Class in noaa.coastwatch.gui
A palette chooser is a panel that allows the user to pick a colour palette from a selection of predefined palettes.
PaletteChooser() - Constructor for class noaa.coastwatch.gui.PaletteChooser
Creates a new palette chooser panel.
PaletteFactory - Class in noaa.coastwatch.render
The PaletteFactory class handles written tables of predefined index color models.
PaletteFactory() - Constructor for class noaa.coastwatch.render.PaletteFactory
 
PalettePanel - Class in noaa.coastwatch.gui
A palette panel displays a color palette graphically as a stripe of colour.
PalettePanel() - Constructor for class noaa.coastwatch.gui.PalettePanel
Creates a new palette panel with no initial palette.
PalettePanel(Palette) - Constructor for class noaa.coastwatch.gui.PalettePanel
Creates a new palette panel with the specified initial palette.
PAN - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The pan operation.
PAN_MODE - Static variable in class noaa.coastwatch.gui.ImageViewPanel
Image pan mode.
PanelOutputStream - Class in noaa.coastwatch.gui
The PanelOutputStream class extends java.io.OutputStream to display output in a Swing JPanel.
PanelOutputStream() - Constructor for class noaa.coastwatch.gui.PanelOutputStream
Creates a new panel output stream.
paragraph(String) - Method in class noaa.coastwatch.util.HTMLReportFormatter
 
paragraph(String) - Method in interface noaa.coastwatch.util.ReportFormatter
Formats a paragraph.
paragraph(String) - Method in class noaa.coastwatch.util.TextReportFormatter
 
ParallelChunkOperation - Interface in noaa.coastwatch.util.chunk
The ParallelChunkOperation interface is implemented by classes that perform a ChunkOperation on a set of chunk positions in parallel.
param(String, String) - Method in class noaa.coastwatch.tools.UsageInfo
 
param(String, String, int) - Method in class noaa.coastwatch.tools.UsageInfo
 
parameters - Variable in class noaa.coastwatch.util.trans.SensorScanProjection
The sensor scan parameters.
params - Variable in class noaa.coastwatch.util.trans.GCTPCStyleProjection
The projection parameters used at initialization.
paramsToString() - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
 
ParsableValuePanel<T> - Class in noaa.coastwatch.gui.value
A ParsableValuePanel holds a value that can be parsed from a text string and allows the user to change it.
ParsableValuePanel() - Constructor for class noaa.coastwatch.gui.value.ParsableValuePanel
Creates a new value panel.
parse(String) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Parses the specified expression.
parse(String) - Method in class noaa.coastwatch.util.expression.JELParser
 
parse(String) - Method in class noaa.coastwatch.util.expression.JEPEmulationParser
 
parse(String) - Method in class noaa.coastwatch.util.expression.JEPParser
 
parseDate(String, String) - Static method in class noaa.coastwatch.util.DateFormatter
Creates a date from the specified string and format.
ParseHelper - Class in noaa.coastwatch.util.expression
The ParseHelper class implements the ParseImp and EvaluateImp interfaces with simple data structures.
ParseHelper(List<String>) - Constructor for class noaa.coastwatch.util.expression.ParseHelper
Creates a new ParseHelper.
ParseImp - Interface in noaa.coastwatch.util.expression
The ParseImp class defines an interface for all classes that help parse mathematical expressions by setting up a correspondence between variable names and their type and index value.
parseText(JTextField) - Method in class noaa.coastwatch.gui.value.ByteValuePanel
 
parseText(JTextField) - Method in class noaa.coastwatch.gui.value.DoubleValuePanel
 
parseText(JTextField) - Method in class noaa.coastwatch.gui.value.FloatValuePanel
 
parseText(JTextField) - Method in class noaa.coastwatch.gui.value.IntegerValuePanel
 
parseText(JTextField) - Method in class noaa.coastwatch.gui.value.LongValuePanel
 
parseText(JTextField) - Method in class noaa.coastwatch.gui.value.ParsableValuePanel
Parses the text in the field to a value.
parseText(JTextField) - Method in class noaa.coastwatch.gui.value.ShortValuePanel
 
parseText(JTextField) - Method in class noaa.coastwatch.gui.value.StringValuePanel
 
ParseTreeTransform - Class in noaa.coastwatch.util.expression
A ParseTreeTransform stores a set of rules to transform a DOM.
ParseTreeTransform() - Constructor for class noaa.coastwatch.util.expression.ParseTreeTransform
 
partitions() - Method in class noaa.coastwatch.util.EarthPartition
Gets the number of child partitions.
passed() - Method in class noaa.coastwatch.test.TestLogger
Prints a test passed message.
PathTransformer - Class in noaa.coastwatch.render
The PathTransformer class converts line segments of earth location data to projected image data, taking account of discontinuities and boundary cuts in the line segments.
PathTransformer() - Constructor for class noaa.coastwatch.render.PathTransformer
 
pauseSplash() - Static method in class noaa.coastwatch.gui.ToolSplashWindow
Deprecated.
Pauses for the splash screen.
PDFSavePanel - Class in noaa.coastwatch.gui.save
The PDFSavePanel class allows the user to select save options for PDF image files.
PDFSavePanel(EarthDataView, EarthDataInfo) - Constructor for class noaa.coastwatch.gui.save.PDFSavePanel
 
perform(boolean) - Method in class noaa.coastwatch.util.ACSPOInverseGridResampler
Deprecated.
 
perform(boolean) - Method in class noaa.coastwatch.util.ACSPOMixedGridResampler
Deprecated.
 
perform(boolean) - Method in class noaa.coastwatch.util.DirectGridResampler
 
perform(boolean) - Method in class noaa.coastwatch.util.GridResampler
Performs the resampling operation on all source / destination pairs.
perform(boolean) - Method in class noaa.coastwatch.util.InverseGridResampler
 
perform(boolean) - Method in class noaa.coastwatch.util.MixedGridResampler
 
perform(ChunkPosition) - Method in class noaa.coastwatch.util.chunk.ChunkComputation
 
perform(ChunkPosition) - Method in interface noaa.coastwatch.util.chunk.ChunkOperation
Performs an operation on the chunks at the specified position.
perform(ChunkPosition) - Method in class noaa.coastwatch.util.chunk.ResamplingOperation
 
performOperation(Shape) - Method in interface noaa.coastwatch.gui.DataViewOverlayControl
Performs a view control operation using the specified shape.
performOperation(Shape) - Method in class noaa.coastwatch.gui.nav.NavigationAnalysisPanel
 
performOperation(String) - Method in class noaa.coastwatch.gui.ViewOperationChooser
Performs an operation programatically, rather than having to wait for the user to click a button on the chooser.
phi1z(double, double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the value phi1, the latitude for the inverse of the Albers Conical Equal-Area projection.
phi1z(double, double, long[]) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
Convenience function for phi1z.
phi2z(double, double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the latitude angle, phi2, for the inverse of the Lambert Conformal Conic and Polar Stereographic projections.
phi2z(double, double, long[]) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
Convenience function for phi2z.
phi3z(double, double, double, double, double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the latitude, phi3, for the inverse of the Equidistant Conic projection.
phi3z(double, double, double, double, double, long[]) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
Convenience function for phi3z.
phi4z(double, double, double, double, double, double, double, double[]) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes phi4, the latitude for the inverse of the Polyconic projection.
phi4z(double, double, double, double, double, double, double, double[], double[]) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
Convenience function for phi4z.
PI - Static variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
The value of PI.
PictureElement - Class in noaa.coastwatch.render
A picture element is an annotation element the renders graphics and shapes.
PictureElement(Point2D, Dimension) - Constructor for class noaa.coastwatch.render.PictureElement
Creates a new picture element with the specified properties.
PlotSymbolFactory - Class in noaa.coastwatch.render
The PlotSymbolFactory class supplies plot symbols for scatter plots and point feature plots.
PlotSymbolFactory() - Constructor for class noaa.coastwatch.render.PlotSymbolFactory
 
PNGSavePanel - Class in noaa.coastwatch.gui.save
The PNGSavePanel class allows the user to select save options for PNG image files.
PNGSavePanel(EarthDataView, EarthDataInfo) - Constructor for class noaa.coastwatch.gui.save.PNGSavePanel
 
POINT - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The point drawing mode.
POINT_COMMAND - Static variable in class noaa.coastwatch.gui.SurveyListChooser
The point survey command.
PointFeature - Class in noaa.coastwatch.render.feature
 
PointFeature(EarthLocation) - Constructor for class noaa.coastwatch.render.feature.PointFeature
Creates a new point feature with no attributes.
PointFeature(EarthLocation, Object[]) - Constructor for class noaa.coastwatch.render.feature.PointFeature
Creates a new point feature with attributes.
PointFeatureOverlay<T extends PointFeatureSymbol> - Class in noaa.coastwatch.render
The PointFeatureOverlay class annotes a data view with symbols using data from a PointFeatureSource.
PointFeatureOverlay(int, Stroke, PointFeatureSource, T) - Constructor for class noaa.coastwatch.render.PointFeatureOverlay
Constructs a new overlay.
PointFeatureOverlay(T, PointFeatureSource) - Constructor for class noaa.coastwatch.render.PointFeatureOverlay
Constructs a new overlay.
PointFeatureOverlayPropertyChooser - Class in noaa.coastwatch.gui.visual
A PointFeatureOverlayPropertyChooser is an OverlayPropertyChooser that handles PointFeatureOverlay objects.
PointFeatureOverlayPropertyChooser(PointFeatureOverlay<SimpleSymbol>) - Constructor for class noaa.coastwatch.gui.visual.PointFeatureOverlayPropertyChooser
Creates a new chooser panel.
PointFeatureSource - Class in noaa.coastwatch.render.feature
The PointFeatureSource class supplies and renders PointFeature data with user-supplied plot symbols.
PointFeatureSource() - Constructor for class noaa.coastwatch.render.feature.PointFeatureSource
 
PointFeatureSymbol - Class in noaa.coastwatch.render
A PointFeatureSymbol is a PlotSymbol that may change its rendered appearance slightly depending on the attributes of the feature that it currently holds.
PointFeatureSymbol() - Constructor for class noaa.coastwatch.render.PointFeatureSymbol
 
points - Variable in class noaa.coastwatch.render.feature.AbstractFeature
The list of feature points.
PointSurvey - Class in noaa.coastwatch.util
The PointSurvey class holds survey information for a single data location.
PointSurvey(DataVariable, EarthTransform, DataLocation) - Constructor for class noaa.coastwatch.util.PointSurvey
Creates a new point survey.
PolarStereographicProjection - Class in noaa.coastwatch.util.trans
The PolarStereographicProjection class performs Polar Stereographic map projection calculations.
PolarStereographicProjection(double, double, int[], AffineTransform, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.PolarStereographicProjection
Constructs a map projection from the specified projection and affine transform.
POLITICAL - Static variable in class noaa.coastwatch.render.feature.TSVectorReader
Deprecated.
International boundaries database.
PoliticalOverlay - Class in noaa.coastwatch.render
The PoliticalOverlay class annotates an EarthDataView with political border lines.
PoliticalOverlay(Color) - Constructor for class noaa.coastwatch.render.PoliticalOverlay
Creates a new political overlay with the specified color.
POLYC - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Polyconic projection code.
PolyconicProjection - Class in noaa.coastwatch.util.trans
The PolyconicProjection class performs Polyconic map projection calculations.
PolyconicProjection(double, double, int[], AffineTransform, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.PolyconicProjection
Constructs a map projection from the specified projection and affine transform.
polygon - Variable in class noaa.coastwatch.util.DataLocationConstraints
The polygon shape surrounding the locations.
POLYGON_COMMAND - Static variable in class noaa.coastwatch.gui.AnnotationListChooser
The polygon annotation command.
POLYGON_COMMAND - Static variable in class noaa.coastwatch.gui.SurveyListChooser
The polygon survey command.
PolygonFeature - Class in noaa.coastwatch.render.feature
The PolygonFeature class is a LineFeature with extra properties and rendering algorithms specific to polygons.
PolygonFeature(int) - Constructor for class noaa.coastwatch.render.feature.PolygonFeature
Creates a new empty polygon feature with no attributes.
PolygonFeature(int, Object[]) - Constructor for class noaa.coastwatch.render.feature.PolygonFeature
Creates a new empty polygon feature with attributes.
PolygonFeatureOverlay - Class in noaa.coastwatch.render
The PolygonFeatureOverlay class annotes a data view with earth polygons from an PolygonFeatureSource.
PolygonFeatureOverlay(Color, int, Stroke, Color, PolygonFeatureSource) - Constructor for class noaa.coastwatch.render.PolygonFeatureOverlay
Constructs a new overlay.
PolygonFeatureOverlay(Color, PolygonFeatureSource) - Constructor for class noaa.coastwatch.render.PolygonFeatureOverlay
Constructs a new overlay.
PolygonFeatureSource - Class in noaa.coastwatch.render.feature
The PolygonFeatureSource extends the LineFeatureSource class to render filled polygons as well as lines.
PolygonFeatureSource() - Constructor for class noaa.coastwatch.render.feature.PolygonFeatureSource
Creates a new source with an empty list of polygons.
PolygonHeader() - Constructor for class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
 
polygonList - Variable in class noaa.coastwatch.render.feature.PolygonFeatureSource
The currently selected list of polygon features.
PolygonOverlay - Class in noaa.coastwatch.render
A polygon overlay annotes a data view with vector-specified polygon lines and shapes.
PolygonOverlay(Color) - Constructor for class noaa.coastwatch.render.PolygonOverlay
Constructs a new polygon overlay.
PolygonOverlay(Color, int, Stroke, Color) - Constructor for class noaa.coastwatch.render.PolygonOverlay
Constructs a new polygon overlay.
PolygonSurvey - Class in noaa.coastwatch.util
The PolygonSurvey class holds survey information for a polygon of data values.
PolygonSurvey(DataVariable, EarthTransform, Shape) - Constructor for class noaa.coastwatch.util.PolygonSurvey
Creates a new polygon survey.
POLYLINE - Enum constant in enum class noaa.coastwatch.gui.LightTable.Mode
The polyline drawing mode.
POLYLINE_COMMAND - Static variable in class noaa.coastwatch.gui.AnnotationListChooser
The polyline annotation command.
POND_IN_ISLAND - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Pond in island in lake level constant.
POND_IN_ISLAND - Static variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
Pond in island in lake level constant.
PoolProcessor - Class in noaa.coastwatch.util.chunk
The PoolProcessor class is a ParallelChunkOperation that operates using a pool of execution threads.
PoolProcessor() - Constructor for class noaa.coastwatch.util.chunk.PoolProcessor
 
position - Variable in class noaa.coastwatch.render.PictureElement
The top-left corner position.
precache() - Method in class noaa.coastwatch.render.feature.IQuamNCReader
Performs a precaching read of all the point data in the file.
Preferences - Class in noaa.coastwatch.tools
The Preferences class handles preferences set by the user for CoastWatch tool operations.
Preferences() - Constructor for class noaa.coastwatch.tools.Preferences
Creates a new empty set of preferences.
Preferences(InputStream) - Constructor for class noaa.coastwatch.tools.Preferences
Creates a new preferences object by parsing the specified XML input.
PreferencesChooser - Class in noaa.coastwatch.gui
The PreferencesChooser class is a panel that displays a Preferences object and allows the preferences to be manipulated.
PreferencesChooser(Preferences) - Constructor for class noaa.coastwatch.gui.PreferencesChooser
Creates a new enhancement preferences chooser with the specified preferences.
preferred - Variable in class noaa.coastwatch.render.PictureElement
The preferred dimensions.
preferredSize - Variable in class noaa.coastwatch.render.Legend
The preferred dimensions for the legend.
prepare(Graphics2D) - Method in class noaa.coastwatch.render.ColorComposite
 
prepare(Graphics2D) - Method in class noaa.coastwatch.render.ColorEnhancement
 
prepare(Graphics2D) - Method in class noaa.coastwatch.render.EarthDataView
Prepares this view for rendering using the specified graphics object.
prepare(Graphics2D) - Method in class noaa.coastwatch.render.HybridView
 
prepare(Graphics2D) - Method in class noaa.coastwatch.render.SolidBackground
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.AnnotationOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.CoastOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.EarthDataOverlay
Prepares the overlay graphics prior to drawing.
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.FilledShapeOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.LabeledLineOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.LineFeatureOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.MaskOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.PointFeatureOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.PoliticalOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.PolygonFeatureOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.ShapeOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.SurveyOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.TextOverlay
 
prepare(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.TopographyOverlay
 
prepared - Variable in class noaa.coastwatch.render.EarthDataOverlay
The prepared flag, true if this overlay is ready to be drawn.
prepareData() - Method in class noaa.coastwatch.render.BitmaskOverlay
 
prepareData() - Method in class noaa.coastwatch.render.MaskOverlay
Prepares any data structures that may be necessary for computing the mask values prior to running MaskOverlay.prepare(java.awt.Graphics2D, noaa.coastwatch.render.EarthDataView).
PRESSED - Enum constant in enum class noaa.coastwatch.gui.CloseIcon.Mode
 
previewUrl - Variable in class noaa.coastwatch.net.CatalogQueryAgent.Entry
The data preview URL, such as a simple PNG or JPEG image.
primitiveToWrapperMap - Static variable in class noaa.coastwatch.render.feature.ColocatedPointFeatureSource
The mapping form primitive to wrapper class.
printStats(EarthDataReader, DataLocation, DataLocation, Shape, int, double, String) - Static method in class noaa.coastwatch.tools.cwstats
Prints the variable statistics information.
printSummary(EarthDataReader, PrintStream, boolean) - Static method in class noaa.coastwatch.tools.cwinfo
Prints earth transform data from the specified file.
printSummary(EarthDataReader, PrintStream, boolean, int, boolean, boolean) - Static method in class noaa.coastwatch.tools.cwinfo
Prints earth transform data from the specified file.
printXML(Node) - Static method in class noaa.coastwatch.io.IOServices
Prints a node and its children in XML syntax.
process(XMLTree.XmlTreeNode, Element) - Method in class noaa.coastwatch.gui.open.XMLTree
Walk the xml tree at the given xmlNode and create the JTree
PROCESSING_SITE - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
The archive processing site attribute (String).
progress - Variable in class noaa.coastwatch.render.EarthDataView
The rendering progress flag, true to show rendering progress.
PROJECTION_NAMES - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
The list of projection code names.
ProjectionConstants - Interface in noaa.coastwatch.util.trans
The ProjectionConstants class is an interface that hold various map projection constants, including projection indices and names.
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.AlaskaConformalProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.AlbersConicalEqualAreaProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.AzimuthalEquidistantProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.EquidistantConicProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.EquirectangularProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
Performs the actual forward calculation as specified in the GCTP C code.
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.GeneralVerticalNearsidePerspectiveProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.GeographicProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.GnomonicProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.HammerProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.HotineObliqueMercatorProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.InterruptedGoodeHomolosineProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.InterruptedMollweideProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.LambertAzimuthalEqualAreaProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.LambertConformalConicProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.MercatorProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.MillerCylindricalProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.MollweideProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.OblatedEqualAreaProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.OrthographicProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.PolarStereographicProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.PolyconicProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.RobinsonProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.SinusoidalProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.SpaceObliqueMercatorProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.StatePlaneProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.StereographicProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.TransverseMercatorProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.UniversalTransverseMercatorProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.VanderGrintenProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.WagnerIVProjection
 
projfor(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.WagnerVIIProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.AlaskaConformalProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.AlbersConicalEqualAreaProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.AzimuthalEquidistantProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.EquidistantConicProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.EquirectangularProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
Performs the actual inverse calculation as specified in the GCTP C code.
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.GeneralVerticalNearsidePerspectiveProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.GeographicProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.GnomonicProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.HammerProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.HotineObliqueMercatorProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.InterruptedGoodeHomolosineProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.InterruptedMollweideProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.LambertAzimuthalEqualAreaProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.LambertConformalConicProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.MercatorProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.MillerCylindricalProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.MollweideProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.OblatedEqualAreaProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.OrthographicProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.PolarStereographicProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.PolyconicProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.RobinsonProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.SinusoidalProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.SpaceObliqueMercatorProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.StatePlaneProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.StereographicProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.TransverseMercatorProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.UniversalTransverseMercatorProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.VanderGrintenProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.WagnerIVProjection
 
projinv(double, double, double[], double[]) - Method in class noaa.coastwatch.util.trans.WagnerVIIProjection
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
 
PRT_READING_1 - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The PRT reading 1 attribute (Integer).
PRT_READING_2 - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The PRT reading 2 attribute (Integer).
PRT_READING_3 - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
The PRT reading 3 attribute (Integer).
PS - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Polar Stereographic projection code.
ptitle(String) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
These are some GCTP parameter reporting methods that log at the FINE level.
put(TileCacheKey, TilingScheme.Tile) - Method in class noaa.coastwatch.io.tile.LRUTileCache
 
putChunk(ChunkPosition, DataChunk) - Method in interface noaa.coastwatch.util.chunk.ChunkConsumer
Consumes a data chunk.
putChunk(ChunkPosition, DataChunk) - Method in class noaa.coastwatch.util.chunk.GridChunkConsumer
 
putStatistics(String, Statistics) - Method in class noaa.coastwatch.io.EarthDataReader
Associates statistics with the specified variable name.

Q

qsfnz(double, double, double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the constant small q which is the radius of a parallel of latitude, phi, divided by the semimajor axis.
QUALITY_INDICATOR - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The quality indicator attribute (Long).
quantizeToIndex(BufferedImage, IndexColorModel) - Static method in class noaa.coastwatch.io.EarthImageWriter
Performs a color quantization of an image to a specific index color model.

R

R2D - Static variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
Conversion from radians to degrees.
RADIAN - Static variable in class noaa.coastwatch.util.GCTP
Radians units code.
radius(double) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
radius2(double, double) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
range - Variable in class noaa.coastwatch.render.EnhancementFunction
The enhancement range as [min, max].
RAW - Static variable in class noaa.coastwatch.util.EarthLocation
Format style code for full precision degrees: '-124.360001453546473'.
rawMetadataMap - Variable in class noaa.coastwatch.io.EarthDataReader
The raw metadata map.
READ_ONLY - Static variable in class noaa.coastwatch.io.CachedGrid
Read-only mode.
READ_WRITE - Static variable in class noaa.coastwatch.io.CachedGrid
Read-write mode.
readAllMetadata() - Method in class noaa.coastwatch.io.ACSPOHDFReader
Deprecated.
 
readAllMetadata() - Method in class noaa.coastwatch.io.CWHDFReader
Returns true so that the parent is instructed to read all global and variable attributes.
readAllMetadata() - Method in class noaa.coastwatch.io.HDFReader
Determines if the full set of attributes should be read into the global EarthDataInfo object and DataVariable objects.
readBytes(InputStream) - Static method in class noaa.coastwatch.gui.open.THREDDSFileChooser
Read the bytes in the given input stream.
readData(int, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Reads data for the specified variable ID.
readData(int, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Reads data for the specified variable ID.
readData(int, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.HDFGSHHSLineReader
 
readData(int, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.HDFGSHHSReader
 
readData(int, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSLineReader
 
readData(int, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSReader
 
readData(String, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Reads data for the specified variable name.
readData(String, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Reads data for the specified variable name.
readData(String, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.HDFGSHHSLineReader
 
readData(String, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.HDFGSHHSReader
 
readData(String, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSLineReader
 
readData(String, int[], int[], Object) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSReader
 
reader - Variable in class noaa.coastwatch.gui.nav.NavigationPointWriter
The reader to get extra data from.
reader - Variable in class noaa.coastwatch.gui.save.DataSavePanel
The earth data reader to use for data.
reader - Variable in class noaa.coastwatch.io.noaa1b.AbstractArchiveHeader
The binary reader for this class.
reader - Variable in class noaa.coastwatch.io.noaa1b.AbstractDataHeader
The binary reader for this class.
reader - Variable in class noaa.coastwatch.io.noaa1b.AbstractDataRecord
The binary reader for this class.
READER_PROPERTY - Static variable in class noaa.coastwatch.gui.open.EarthDataChooser
The reader property.
ReaderInfoPanel - Class in noaa.coastwatch.gui
The ReaderInfoPanel class displays information from a EarthDataReader in a graphical panel.
ReaderInfoPanel(EarthDataReader) - Constructor for class noaa.coastwatch.gui.ReaderInfoPanel
Creates a new panel showing information from the specified reader.
ReaderList - Interface in noaa.coastwatch.io
The ReaderList interface is designed to group together a set of related EarthDataReader instances with the same earth transform and allow them to be accessible with less I/O overhead than if they were each opened separately.
ReaderMetadataPanel - Class in noaa.coastwatch.gui
The ReaderMetadataPanel class displays metadata from an EarthDataReader in a graphical panel.
ReaderMetadataPanel(EarthDataReader) - Constructor for class noaa.coastwatch.gui.ReaderMetadataPanel
Creates a new panel showing metadata from the specified reader.
ReaderSummaryProducer - Class in noaa.coastwatch.io
The ReaderSummaryProducer class creates summary data for EarthDataReader objects.
ReaderSummaryProducer() - Constructor for class noaa.coastwatch.io.ReaderSummaryProducer
 
ReaderSummaryProducer.Summary - Class in noaa.coastwatch.io
Holds summary information for a reader in the form of maps of properties to values, and a variable information table.
ReaderSummaryProducer.SummaryTable - Class in noaa.coastwatch.io
A SummaryTable holds the output of a summary that needs to be formatted as a series of rows and columns in a table.
readHeader(DataInput) - Method in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Reads a polygon header from the specified input.
readList(InputStream) - Static method in class noaa.coastwatch.gui.open.ServerTableModel
Reads a list of ServerTableModel.Entry objects from the specified stream in XML format.
readLocationData(String, Datum) - Static method in class noaa.coastwatch.render.feature.LatLonLineReader
Reads a list of latitude/longitude locations in a text file, for example:
readPolygon(GSHHSReader.PolygonHeader, DataInput) - Method in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Reads a polygon from the specified input.
readPolyline(int[], DataInput) - Method in class noaa.coastwatch.render.feature.TSVectorReader
Deprecated.
Reads a polyline from the specified input.
readTile(TilingScheme.TilePosition) - Method in class noaa.coastwatch.io.CachedGrid
Reads the specified tile.
readTile(TilingScheme.TilePosition) - Method in class noaa.coastwatch.io.HDFCachedGrid
 
readTile(TilingScheme.TilePosition) - Method in class noaa.coastwatch.io.NCCachedGrid
 
readTile(TilingScheme.TilePosition) - Method in class noaa.coastwatch.io.NOAA1bCachedGrid
 
readTile(TilingScheme.TilePosition) - Method in class noaa.coastwatch.io.tile.NCTileSource
 
readTile(TilingScheme.TilePosition) - Method in interface noaa.coastwatch.io.tile.TileSource
Reads the specified tile from the source.
recallBooleanSettingForClass(boolean, String, Class) - Static method in class noaa.coastwatch.gui.GUIServices
Recalls a boolean value for the target class.
recallStringSettingForClass(String, String, Class) - Static method in class noaa.coastwatch.gui.GUIServices
Recalls a string value for the target class.
recallWindowSizeForClass(Class) - Static method in class noaa.coastwatch.gui.GUIServices
Recalls the specified window size for the target class.
RECENT_FILES_KEY - Static variable in class noaa.coastwatch.gui.GUIServices
The preferences key for recently opened files.
RECENTER - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The recenter operation.
RECORD_SIZE - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ArchiveHeaderV2
The data record size in bytes attribute (Integer).
records - Variable in class noaa.coastwatch.io.NOAA1bReader
The number of records in this dataset.
recordSize - Variable in class noaa.coastwatch.io.NOAA1bReader
The size of the data header and records for this dataset in bytes.
rectHeight - Variable in class noaa.coastwatch.util.MixedGridResampler
The source coordinate rectangle height.
rectWidth - Variable in class noaa.coastwatch.util.MixedGridResampler
The source coordinate rectangle width.
RED - Static variable in class noaa.coastwatch.render.ColorComposite
The red component.
RED_COMPONENT_PROPERTY - Static variable in class noaa.coastwatch.gui.CompositeChooser
The red component property.
reduce(byte[], int, int) - Method in interface noaa.coastwatch.util.ArrayReduction
 
reduce(byte[], int, int) - Method in class noaa.coastwatch.util.GeoMeanReduction
 
reduce(byte[], int, int) - Method in class noaa.coastwatch.util.LastReduction
 
reduce(byte[], int, int) - Method in class noaa.coastwatch.util.MaxReduction
 
reduce(byte[], int, int) - Method in class noaa.coastwatch.util.MeanReduction
 
reduce(byte[], int, int) - Method in class noaa.coastwatch.util.MedianReduction
 
reduce(byte[], int, int) - Method in class noaa.coastwatch.util.MinReduction
 
reduce(double[], int, int) - Method in interface noaa.coastwatch.util.ArrayReduction
 
reduce(double[], int, int) - Method in class noaa.coastwatch.util.GeoMeanReduction
 
reduce(double[], int, int) - Method in class noaa.coastwatch.util.LastReduction
 
reduce(double[], int, int) - Method in class noaa.coastwatch.util.MaxReduction
 
reduce(double[], int, int) - Method in class noaa.coastwatch.util.MeanReduction
 
reduce(double[], int, int) - Method in class noaa.coastwatch.util.MedianReduction
 
reduce(double[], int, int) - Method in class noaa.coastwatch.util.MinReduction
 
reduce(float[], int, int) - Method in interface noaa.coastwatch.util.ArrayReduction
 
reduce(float[], int, int) - Method in class noaa.coastwatch.util.GeoMeanReduction
 
reduce(float[], int, int) - Method in class noaa.coastwatch.util.LastReduction
 
reduce(float[], int, int) - Method in class noaa.coastwatch.util.MaxReduction
 
reduce(float[], int, int) - Method in class noaa.coastwatch.util.MeanReduction
 
reduce(float[], int, int) - Method in class noaa.coastwatch.util.MedianReduction
 
reduce(float[], int, int) - Method in class noaa.coastwatch.util.MinReduction
 
reduce(int[], int, int) - Method in interface noaa.coastwatch.util.ArrayReduction
 
reduce(int[], int, int) - Method in class noaa.coastwatch.util.GeoMeanReduction
 
reduce(int[], int, int) - Method in class noaa.coastwatch.util.LastReduction
 
reduce(int[], int, int) - Method in class noaa.coastwatch.util.MaxReduction
 
reduce(int[], int, int) - Method in class noaa.coastwatch.util.MeanReduction
 
reduce(int[], int, int) - Method in class noaa.coastwatch.util.MedianReduction
 
reduce(int[], int, int) - Method in class noaa.coastwatch.util.MinReduction
 
reduce(long[], int, int) - Method in interface noaa.coastwatch.util.ArrayReduction
 
reduce(long[], int, int) - Method in class noaa.coastwatch.util.GeoMeanReduction
 
reduce(long[], int, int) - Method in class noaa.coastwatch.util.LastReduction
 
reduce(long[], int, int) - Method in class noaa.coastwatch.util.MaxReduction
 
reduce(long[], int, int) - Method in class noaa.coastwatch.util.MeanReduction
 
reduce(long[], int, int) - Method in class noaa.coastwatch.util.MedianReduction
 
reduce(long[], int, int) - Method in class noaa.coastwatch.util.MinReduction
 
reduce(short[], int, int) - Method in interface noaa.coastwatch.util.ArrayReduction
 
reduce(short[], int, int) - Method in class noaa.coastwatch.util.GeoMeanReduction
 
reduce(short[], int, int) - Method in class noaa.coastwatch.util.LastReduction
 
reduce(short[], int, int) - Method in class noaa.coastwatch.util.MaxReduction
 
reduce(short[], int, int) - Method in class noaa.coastwatch.util.MeanReduction
 
reduce(short[], int, int) - Method in class noaa.coastwatch.util.MedianReduction
 
reduce(short[], int, int) - Method in class noaa.coastwatch.util.MinReduction
 
refresh() - Method in class noaa.coastwatch.gui.open.AbstractDirectoryLister
Refreshes the entry list based on the current directory name.
refresh() - Method in interface noaa.coastwatch.gui.open.DirectoryLister
Refreshes the entry list based on the current directory name.
refresh() - Method in class noaa.coastwatch.gui.open.HTTPDirectoryLister
 
refreshComponent() - Method in class noaa.coastwatch.gui.visual.AbstractVisualObject
Refreshes the component display to show the contents of the current object.
refreshComponent() - Method in interface noaa.coastwatch.gui.visual.ComponentProducer
Refreshes the component to reflect the producer object data (optional operation).
refreshComponent() - Method in class noaa.coastwatch.gui.visual.VisualOverlay
Refreshes the component display to show the contents of the current overlay.
region - Variable in class noaa.coastwatch.net.CatalogQueryAgent
The coverage region.
register(Class) - Method in class noaa.coastwatch.test.TestRunner
Registers a class for testing.
RELATIVE_AZIMUTH - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The relative azimuth angle variable.
remap(int) - Method in class noaa.coastwatch.render.Palette
Remaps a color palette to a new number of colors.
remove() - Method in class noaa.coastwatch.util.ConstrainedStrideLocationIterator
 
remove() - Method in class noaa.coastwatch.util.DataVariableIterator
 
remove() - Method in class noaa.coastwatch.util.EarthArea.EarthAreaIterator
Performs no operation.
remove() - Method in class noaa.coastwatch.util.LineIterator
 
remove() - Method in class noaa.coastwatch.util.LineLocationIterator
 
remove() - Method in class noaa.coastwatch.util.StrideLocationIterator
 
remove(int) - Method in class noaa.coastwatch.render.feature.AbstractFeature
Removes a point from this feature.
remove(int) - Method in class noaa.coastwatch.render.feature.PointFeature
 
remove(Object) - Method in class noaa.coastwatch.io.tile.LRUTileCache
 
remove(EarthLocation) - Method in class noaa.coastwatch.util.EarthArea
Removes an earth location from this area.
removeAllBoundingBoxes() - Method in class noaa.coastwatch.render.EarthContextElement
Removes all polygon bounding boxes.
removeChangeListener(ChangeListener) - Method in class noaa.coastwatch.gui.LightTable
Removes the specified change listener from the listeners list.
removeDataTransferListener(DataTransferListener) - Method in class noaa.coastwatch.io.DataTransfer
Removes a data transfer listener from the list.
removeEldestEntry(Map.Entry<TileCacheKey, TilingScheme.Tile>) - Method in class noaa.coastwatch.io.tile.LRUTileCache
 
removeElement(int) - Method in class noaa.coastwatch.gui.visual.ComponentList
Removes the component at the specified index.
removeElement(E) - Method in class noaa.coastwatch.gui.visual.ComponentList
Removes the specified component from the list.
removeElement(TextElement) - Method in class noaa.coastwatch.render.TextOverlay
Removes an element from the list.
removeEnhancement(String) - Method in class noaa.coastwatch.tools.Preferences
Removes the specified enhancement settings from the preferences.
removeOverlay(BitmaskOverlay) - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Removes an overlay from the list.
removeOverlay(EarthDataOverlay) - Method in class noaa.coastwatch.render.EarthDataView
Removes an overlay from the view.
removeOverlays() - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Removes all overlays from the list.
removePoint(int) - Method in class noaa.coastwatch.gui.nav.NavigationPointTableModel
Removes a point from the list.
removePropertyChangeListener(PropertyChangeListener) - Method in class noaa.coastwatch.render.OverlayGroupManager
Removes a listener for changes to the group list.
removeRow(int) - Method in class noaa.coastwatch.gui.open.ServerTableModel
Removes the specified row from the table model.
removeShape(Shape) - Method in class noaa.coastwatch.render.FilledShapeOverlay
Removes a shape from the list.
removeShape(Shape) - Method in class noaa.coastwatch.render.ShapeOverlay
Removes a shape from the list.
removeTableModelListener(TableModelListener) - Method in class noaa.coastwatch.gui.SortedTableModel
 
removeTilesForSource(TileSource) - Method in class noaa.coastwatch.io.tile.TileCacheManager
Removes all the tiles in the cache from the specified source.
removeUnits(String) - Method in class noaa.coastwatch.tools.Preferences
Removes the preferred units for a variable.
render(Graphics2D) - Method in class noaa.coastwatch.render.EarthDataPlot
Renders the plot to the graphics device.
render(Graphics2D) - Method in class noaa.coastwatch.render.EarthDataView
Renders this view using the graphics object.
render(Graphics2D) - Method in class noaa.coastwatch.render.lines.LabeledLine
Renders this line.
render(Graphics2D) - Method in class noaa.coastwatch.render.lines.LineCollection
Renders this collection of lines.
render(Graphics2D) - Method in interface noaa.coastwatch.render.Renderable
Renders this renderable to the graphics context.
render(Graphics2D, int, int) - Method in class noaa.coastwatch.render.DataColorScale
 
render(Graphics2D, int, int) - Method in class noaa.coastwatch.render.EarthPlotInfo
 
render(Graphics2D, int, int) - Method in class noaa.coastwatch.render.Legend
Renders the legend at the specified coordinates in the graphics device.
render(Graphics2D, Color, Color) - Method in class noaa.coastwatch.render.AnnotationElement
Renders the element graphics.
render(Graphics2D, Color, Color) - Method in class noaa.coastwatch.render.EarthContextElement
 
render(Graphics2D, Color, Color) - Method in class noaa.coastwatch.render.IconElement
 
render(Graphics2D, Color, Color) - Method in class noaa.coastwatch.render.TextElement
 
render(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.EarthDataOverlay
Renders the overlay graphics.
render(Graphics2D, EarthDataView) - Method in class noaa.coastwatch.render.LineOverlay
 
render(Graphics2D, EarthImageTransform) - Method in class noaa.coastwatch.render.feature.LineFeature
Renders this feature to a graphics context.
render(Graphics2D, EarthImageTransform) - Method in class noaa.coastwatch.render.feature.LineFeatureSource
Renders the selected line feature data to a graphics context.
render(Graphics2D, EarthImageTransform) - Method in class noaa.coastwatch.render.feature.PolygonFeature
 
render(Graphics2D, EarthImageTransform) - Method in class noaa.coastwatch.util.EarthLocation
Renders this earth location to a graphics context as a point.
render(Graphics2D, EarthImageTransform, PointFeatureSymbol) - Method in class noaa.coastwatch.render.feature.PointFeatureSource
Renders the selected point feature data to a graphics context.
render(Graphics2D, EarthImageTransform, PointFeatureSymbol, Map<Rectangle, PointFeature>) - Method in class noaa.coastwatch.render.feature.PointFeatureSource
Renders the selected point feature data to a graphics context.
renderable - Variable in class noaa.coastwatch.gui.RenderablePanel
The renderable to display.
Renderable - Interface in noaa.coastwatch.render
The renderable interface sets the methods for classes that render to images or graphics contexts.
RenderablePanel - Class in noaa.coastwatch.gui
The renderable panel displays the output from a renderable object.
RenderablePanel(Renderable) - Constructor for class noaa.coastwatch.gui.RenderablePanel
Creates a new renderable panel using the specified renderable.
RENDERING_PROPERTY - Static variable in class noaa.coastwatch.gui.EarthDataViewPanel
The rendering status property for property change events.
RenderOptionPanel - Class in noaa.coastwatch.gui.save
The RenderOptionPanel class allows the user to choose from a set of image rendering options.
RenderOptionPanel(boolean, boolean, boolean, boolean, boolean) - Constructor for class noaa.coastwatch.gui.save.RenderOptionPanel
Creates a new option panel with the specified options
renderOutline(Graphics2D, EarthImageTransform) - Method in class noaa.coastwatch.render.feature.PolygonFeature
Renders the outline of this polygon feature to a graphics context.
renderOutlines(Graphics2D, EarthImageTransform) - Method in class noaa.coastwatch.render.feature.PolygonFeatureSource
Renders the selected polygon data to a graphics context as just the polygon outlines.
renderPolygons(Graphics2D, EarthImageTransform) - Method in class noaa.coastwatch.render.feature.PolygonFeatureSource
Renders the selected polygon data to a graphics context.
report(ReaderSummaryProducer.Summary, ReportFormatter) - Method in class noaa.coastwatch.io.ReaderSummaryProducer
Creates a report of a summary.
report(ReaderSummaryProducer.Summary, ReportFormatter, boolean, boolean, boolean, boolean) - Method in class noaa.coastwatch.io.ReaderSummaryProducer
Creates a report of a summary.
ReportFormatter - Interface in noaa.coastwatch.util
The ReportFormatter class is an interface for formatting reports of text data.
requestTiles(TileSource, int[], int[], Observer) - Method in class noaa.coastwatch.io.tile.TileCacheManager
Starts a delivery operation for the specified tiles.
Requirements(String[]) - Constructor for class noaa.coastwatch.util.GCTP.Requirements
Creates a new requirements object from the specified list.
resample(ChunkProducer, ChunkConsumer, ChunkPosition) - Method in class noaa.coastwatch.util.chunk.ChunkResampler
Resamples chunk data from a producer to a consumer at the specified chunk position.
ResamplingDiagnostic - Class in noaa.coastwatch.util
A ResamplingDiagnostic generates statistics on the difference between a resampling map and the ideal resampling between a source and destination transform.
ResamplingDiagnostic(EarthTransform, ResamplingSourceImp, EarthTransform, ResamplingMapFactory, double) - Constructor for class noaa.coastwatch.util.ResamplingDiagnostic
Creates a new diagnostic object.
ResamplingDiagnostic.DiagnosticInfo - Class in noaa.coastwatch.util
Holds an individual diagnostic information value.
ResamplingMap - Class in noaa.coastwatch.util
A ResamplingMap object holds coordinate mapping data between two 2D coordinate systems: the source and destination.
ResamplingMap(int[], int[], int[], int[]) - Constructor for class noaa.coastwatch.util.ResamplingMap
Creates a new 2D resampling map.
ResamplingMapFactory - Interface in noaa.coastwatch.util
A ResamplingMapFactory is an interfaace for objects that create ResamplingMap objects on-demand, based on the coordinates that need to be remapped.
ResamplingOperation - Class in noaa.coastwatch.util.chunk
The ResamplingOperation class performs a data resampling operation between pairs of ChunkProducer instances and ChunkConsumer instances.
ResamplingOperation(List<ChunkProducer>, List<ChunkConsumer>, ResamplingMapFactory) - Constructor for class noaa.coastwatch.util.chunk.ResamplingOperation
Creates a new chunk computation from the specified components.
ResamplingSourceImp - Interface in noaa.coastwatch.util
The ResamplingSourceImp class provides an extra set of query methods about the source transform in a resampling operation.
reset() - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Resets the view panel so that the entire data grid fits, centered within the panel.
reset() - Method in class noaa.coastwatch.gui.ImageViewPanel
Resets the image view to standard magnification.
reset() - Method in class noaa.coastwatch.net.Timeout
Resets the elapsed time back to zero and continues the timeout.
reset() - Method in class noaa.coastwatch.render.EarthDataView
Resets the view to the full data resolution.
reset() - Method in class noaa.coastwatch.render.EnhancementFunction
Resets the enhancement function.
reset() - Method in class noaa.coastwatch.render.GammaEnhancement
 
reset() - Method in class noaa.coastwatch.render.HybridView
 
reset() - Method in class noaa.coastwatch.render.LinearEnhancement
Resets the enhancement function.
reset() - Method in class noaa.coastwatch.render.LogEnhancement
Resets the enhancement function.
reset() - Method in class noaa.coastwatch.test.TimeAccumulator
Resets the accumulated time.
reset() - Method in class noaa.coastwatch.util.ConstrainedStrideLocationIterator
 
reset() - Method in class noaa.coastwatch.util.DataVariableIterator
 
reset() - Method in class noaa.coastwatch.util.LineIterator
 
reset() - Method in class noaa.coastwatch.util.LineLocationIterator
 
reset() - Method in interface noaa.coastwatch.util.ResettableIterator
Resets the iterator to the first element.
reset() - Method in class noaa.coastwatch.util.StrideLocationIterator
 
RESET - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The reset operation.
resetCache() - Method in class noaa.coastwatch.io.CachedGrid
Resets the tile cache to be empty.
resetInteraction() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Resets the controller interaction mode.
resetInteraction() - Method in class noaa.coastwatch.gui.EarthDataViewController
Resets the interaction mode.
ResettableIterator - Interface in noaa.coastwatch.util
The ResettableIterator class has an interface to make iterators go back to the first element again.
resetText(JTextField) - Method in class noaa.coastwatch.gui.value.ParsableValuePanel
 
resetText(JTextField) - Method in interface noaa.coastwatch.gui.value.TextFieldVerifierImp
Resets the text in the field to a valid value.
resetTolerance() - Method in class noaa.coastwatch.util.trans.SwathProjection
Resets the tolerance based on the resolution at the center of the swath.
resize(double) - Method in class noaa.coastwatch.render.EarthDataView
Changes the view size by the specified factor.
resize(double) - Method in class noaa.coastwatch.render.HybridView
 
resize(Dimension) - Method in class noaa.coastwatch.render.EarthDataView
Changes the view size to the specified dimensions.
resizeHeight(int) - Method in class noaa.coastwatch.render.EarthDataView
Changes the view size to the specified height.
resizeMaxAspect(int) - Method in class noaa.coastwatch.render.EarthDataView
Changes the view size to the specified maximum dimension.
resizeWidth(int) - Method in class noaa.coastwatch.render.EarthDataView
Changes the view size to the specified width.
ResourceManager - Class in noaa.coastwatch.tools
The ResourceManager class stores and retrieves user-specific resources related to configuration settings, palettes, overlays, and so on.
ResourceManager() - Constructor for class noaa.coastwatch.tools.ResourceManager
 
restoreSettings(ColorEnhancementSettings) - Method in class noaa.coastwatch.render.ColorEnhancement
Restores the previously saved settings.
restoreSettings(ColorEnhancementSettings) - Method in class noaa.coastwatch.render.ColorPointEnhancement
Restores the previously saved settings.
reverse - Variable in class noaa.coastwatch.render.EnhancementFunction
The enhancement reverse flag.
RIGHT - Enum constant in enum class noaa.coastwatch.render.lines.EdgeSegment.EdgeType
 
RIVER - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReaderFactory
The riever database type.
rMajor - Variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
The semi-major axis in meters.
ROBIN - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Robinson projection code.
RobinsonProjection - Class in noaa.coastwatch.util.trans
The RobinsonProjection class performs Robinson map projection calculations.
RobinsonProjection(double, int[], AffineTransform, double, double, double) - Constructor for class noaa.coastwatch.util.trans.RobinsonProjection
Constructs a map projection from the specified projection and affine transform.
ROTATION - Static variable in class noaa.coastwatch.gui.NavigationChooser
The rotation navigation mode.
round() - Method in class noaa.coastwatch.util.DataLocation
Gets the nearest data location with whole integer coordinates.
ROW - Static variable in class noaa.coastwatch.util.Grid
Index of rows dimension (singular).
rowList - Variable in class noaa.coastwatch.io.ReaderSummaryProducer.SummaryTable
 
ROWS - Static variable in class noaa.coastwatch.io.tile.TilingScheme
Index of rows dimension.
ROWS - Static variable in class noaa.coastwatch.util.Grid
Index of rows dimension.
run() - Method in class noaa.coastwatch.gui.open.FileChooser.Task
Performs the task.
run() - Method in class noaa.coastwatch.io.DataTransfer
Starts the transfer of data from the input stream to the output stream.
run() - Method in class noaa.coastwatch.tools.CleanupHook
Performs the cleanup.
run() - Method in class noaa.coastwatch.util.expression.ExpressionTest
 
runTask(FileChooser.Task) - Method in class noaa.coastwatch.gui.open.FileChooser
Runs the specified file chooser task in a separate thread.
runTask(FileChooser.Task) - Method in class noaa.coastwatch.gui.open.NetworkFileChooser
Runs a task in the file chooser.
runTests() - Method in class noaa.coastwatch.test.TestRunner
Runs the tests for the classes registered for testing.
runTests() - Method in class noaa.coastwatch.tools.cwtoolstest
Runs the tests.

S

samples - Variable in class noaa.coastwatch.io.NOAA1bReader
The number of samples in this dataset.
SAMPLES - Static variable in class noaa.coastwatch.io.noaa1b.AMSUA
The number of sample per scan line for this sensor.
SAMPLES - Static variable in class noaa.coastwatch.io.noaa1b.AMSUB
The number of sample per scan line for this sensor.
SAMPLES - Static variable in class noaa.coastwatch.io.noaa1b.HIRS4
The number of sample per scan line for this sensor.
SAMPLES - Static variable in class noaa.coastwatch.io.noaa1b.MHS
The number of sample per scan line for this sensor.
SATELLITE_ZENITH - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The satellite zenith angle variable.
SatelliteDataInfo - Class in noaa.coastwatch.util
The SatelliteDataInfo class is a special EarthDataInfo class for satellite data.
SatelliteDataInfo(String, String, Date, EarthTransform, String, String) - Constructor for class noaa.coastwatch.util.SatelliteDataInfo
Constructs a new satellite data info object with the specified properties.
SatelliteDataInfo(String, String, List<TimePeriod>, EarthTransform, String, String) - Constructor for class noaa.coastwatch.util.SatelliteDataInfo
Constructs a new satellite data info object with the specified properties.
SatellitePassCoveragePanel - Class in noaa.coastwatch.gui
The satellite pass coverage panel displays a graphical representaion of a satellite pass on an annotated Earth globe.
SatellitePassCoveragePanel() - Constructor for class noaa.coastwatch.gui.SatellitePassCoveragePanel
Creates a new empty satellite pass coverage panel.
SatellitePassInfo - Class in noaa.coastwatch.util
A satellite pass info object holds information about one pass of a satellite over the Earth.
SatellitePassInfo(String, ServerQuery, int) - Constructor for class noaa.coastwatch.util.SatellitePassInfo
Creates a new satellite pass info object using the specified ID and query results.
SatellitePassPreviewPanel - Class in noaa.coastwatch.gui
The satellite pass preview panel displays a satellite pass data preview image.
SatellitePassPreviewPanel() - Constructor for class noaa.coastwatch.gui.SatellitePassPreviewPanel
Creates a new empty satellite pass preview panel.
SatellitePassTable - Class in noaa.coastwatch.gui
The satellite pass table is a Swing table that holds satellite pass information for a server.
SatellitePassTable() - Constructor for class noaa.coastwatch.gui.SatellitePassTable
Creates a new pass table with empty data.
SatellitePassTable(String, String, String) - Constructor for class noaa.coastwatch.gui.SatellitePassTable
Creates a new pass table based on data from the specified server.
SatellitePassTableModel - Class in noaa.coastwatch.gui
The satellite pass table model contains satellite pass data as a Swing table model.
SatellitePassTableModel() - Constructor for class noaa.coastwatch.gui.SatellitePassTableModel
Creates a new pass table model with empty data.
SatellitePassTableModel(String, String, String) - Constructor for class noaa.coastwatch.gui.SatellitePassTableModel
Creates a new pass table model based on data from the specified server.
saveGroup(List<EarthDataOverlay>, String) - Method in class noaa.coastwatch.render.OverlayGroupManager
Saves the specified overlay group.
saveObject(Object, String) - Method in class noaa.coastwatch.io.SerializedObjectManager
Serializes and saves the specified object.
SavePanel - Class in noaa.coastwatch.gui.save
The SavePanel class is the abstract parent of all save panels.
SavePanel() - Constructor for class noaa.coastwatch.gui.save.SavePanel
 
saveProfile(File) - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Saves a set of overlays and enhancement functions.
saveSettings() - Method in class noaa.coastwatch.render.ColorEnhancement
Saves and returns the current settings.
saveSettings() - Method in class noaa.coastwatch.render.ColorPointEnhancement
Saves and returns the current settings.
scale - Variable in class noaa.coastwatch.util.chunk.DoublePackingScheme
The scaling factor for double data.
scale - Variable in class noaa.coastwatch.util.chunk.DoubleScalingScheme
The scaling factor for double data.
scale - Variable in class noaa.coastwatch.util.chunk.FloatPackingScheme
The scaling factor for float data.
scale - Variable in class noaa.coastwatch.util.chunk.FloatScalingScheme
The scaling factor for float data.
scaleDouble(double) - Method in class noaa.coastwatch.util.chunk.DoubleScalingScheme
Scales a raw double value.
scaleDoubleData(double[], double[]) - Method in class noaa.coastwatch.util.chunk.DoubleScalingScheme
Scales raw double data.
scaleFloat(float) - Method in class noaa.coastwatch.util.chunk.FloatScalingScheme
Scales a raw float value.
scaleFloatData(float[], float[]) - Method in class noaa.coastwatch.util.chunk.FloatScalingScheme
Scales raw float data.
scaling - Variable in class noaa.coastwatch.util.chunk.GridChunkProducer
The scaling scheme for new chunks.
SCALING_FACTOR - Static variable in class noaa.coastwatch.gui.save.BinaryOptionPanel
The scaling type for factor/offset.
SCALING_RANGE - Static variable in class noaa.coastwatch.gui.save.BinaryOptionPanel
The scaling type for min/max range.
ScalingScheme - Interface in noaa.coastwatch.util.chunk
The ScalingScheme interface is implemented by concrete classes that have a way of scaling floating point data.
ScalingSchemeVisitor - Interface in noaa.coastwatch.util.chunk
The ScalingSchemeVisitor interface is implemented by any class that participates in the visitor pattern to perform operations on ScalingScheme instances.
SCAN_LINE_DAY - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The scan line day of year, [1..366] (Integer).
SCAN_LINE_MILLISECOND - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The scan line UTC time in milliseconds (Long).
SCAN_LINE_NUMBER - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The scan line number attribute (Integer).
SCAN_LINE_QUALITY - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The scan line quality attribute (Long).
SCAN_LINE_YEAR - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The scan line year (Integer).
SCAN_TIME - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The scan time variable.
ScanLine(int, int, int) - Constructor for class noaa.coastwatch.io.NOAA1bReader.ScanLine
Creates a new dataset scan line using the specified index.
scanLineCache - Variable in class noaa.coastwatch.io.NOAA1bReader
The scan line cache.
ScanLineCalibration(float[]) - Constructor for class noaa.coastwatch.io.NOAA1bReader.ScanLineCalibration
Creates a new ScanLineCalibration object with the specified coefficients.
scanLineMap - Variable in class noaa.coastwatch.io.NOAA1bReader
The scan line map array mapping scan line number to record number.
ScanLineV1(int, int, int) - Constructor for class noaa.coastwatch.io.NOAA1bV1Reader.ScanLineV1
Creates a new dataset scan line using the specified index.
ScanLineV2(int, int, int) - Constructor for class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
Creates a new dataset scan line using the specified index.
ScanLineV3(int, int, int) - Constructor for class noaa.coastwatch.io.NOAA1bV3Reader.ScanLineV3
Creates a new dataset scan line using the specified index.
sceneTime - Variable in class noaa.coastwatch.net.CatalogQueryAgent.Entry
The scene time as day or night.
scheduleDelete(File) - Method in class noaa.coastwatch.tools.CleanupHook
Adds a file to the set of files to delete upon cleanup.
scheduleDelete(String) - Method in class noaa.coastwatch.tools.CleanupHook
Adds a file to the set of files to delete upon cleanup.
scheme - Variable in class noaa.coastwatch.util.chunk.GridChunkProducer
The chunking scheme used or null for none.
ScriptConsole - Class in noaa.coastwatch.gui
The ScriptConsole can be shown and hidden to allow a scripting interface to the CoastWatch Utilities using Beanshell syntax.
SDattrinfo(int, int, String[], int[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDcheckempty(int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDcreate(int, String, int, int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDdiminfo(int, String[], int[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDend(int) - Method in class noaa.coastwatch.io.HDFLib
 
SDendaccess(int) - Method in class noaa.coastwatch.io.HDFLib
 
SDfileinfo(int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDfindattr(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetcal(int, double[], int[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetchunkinfo(int, HDFChunkInfo, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetcompinfo(int, HDFCompInfo) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetdatastrs(int, String[], int) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetdimid(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetdimscale(int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetdimscale(int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetdimstrs(int, String[], int) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetfillvalue(int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetfillvalue(int, Object[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetinfo(int, String[], int[], int[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetrange(int, byte[], byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDgetrange(int, double[]) - Method in class noaa.coastwatch.io.HDFLib
 
sdid - Variable in class noaa.coastwatch.io.HDFReader
HDF file id.
sdid - Variable in class noaa.coastwatch.io.HDFWriter
HDF file id.
sdID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The database ID.
sdID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The database ID.
SDidtoref(int) - Method in class noaa.coastwatch.io.HDFLib
 
SDiscoordvar(int) - Method in class noaa.coastwatch.io.HDFLib
 
SDisdimval_bwcomp(int) - Method in class noaa.coastwatch.io.HDFLib
 
SDisrecord(int) - Method in class noaa.coastwatch.io.HDFLib
 
SDnametoindex(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
SDreadattr(int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDreadattr(int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
SDreadchunk(int, int[], byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDreadchunk(int, int[], Object) - Method in class noaa.coastwatch.io.HDFLib
 
SDreaddata(int, int[], int[], int[], byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDreaddata(int, int[], int[], int[], Object) - Method in class noaa.coastwatch.io.HDFLib
 
SDreaddata_double(int, int[], int[], int[], double[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDreaddata_float(int, int[], int[], int[], float[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDreaddata_int(int, int[], int[], int[], int[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDreaddata_long(int, int[], int[], int[], long[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDreaddata_short(int, int[], int[], int[], short[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDreftoindex(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDselect(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetaccesstype(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetattr(int, String, int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetattr(int, String, int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetblocksize(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetcal(int, double, double, double, double, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetchunk(int, HDFChunkInfo, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetchunkcache(int, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetcompress(int, int, HDFCompInfo) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetdatastrs(int, String, String, String, String) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetdimname(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetdimscale(int, int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetdimscale(int, int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetdimstrs(int, String, String, String) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetdimval_comp(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetexternalfile(int, String, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetfillmode(int, boolean) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetfillmode(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetfillvalue(int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetfillvalue(int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetnbitdataset(int, int, int, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetrange(int, byte[], byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDsetrange(int, Object, Object) - Method in class noaa.coastwatch.io.HDFLib
 
SDstart(String, int) - Method in class noaa.coastwatch.io.HDFLib
 
SDwritechunk(int, int[], byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDwritechunk(int, int[], Object) - Method in class noaa.coastwatch.io.HDFLib
 
SDwritedata(int, int[], int[], int[], byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
SDwritedata(int, int[], int[], int[], Object) - Method in class noaa.coastwatch.io.HDFLib
 
SE_ASIA - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
SouthEast Asia spheroid code.
searchByCoverage - Variable in class noaa.coastwatch.net.CatalogQueryAgent
The search by coverage flag.
searchByTime - Variable in class noaa.coastwatch.net.CatalogQueryAgent
The search by time flag.
SECOND - Static variable in class noaa.coastwatch.util.GCTP
Arc Seconds units code.
section(String) - Method in class noaa.coastwatch.tools.UsageInfo
 
section(String) - Method in class noaa.coastwatch.util.HTMLReportFormatter
 
section(String) - Method in interface noaa.coastwatch.util.ReportFormatter
Formats a section header.
section(String) - Method in class noaa.coastwatch.util.TextReportFormatter
 
Segment(byte, byte, byte, double, short[], short[]) - Constructor for class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Creates a new segment from the specified parameters.
Segment(byte, short[], short[]) - Constructor for class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin.Segment
Creates a new segment from the specified parameters.
segmentAreaID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The segment area ID.
segmentInfoID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The segment info ID.
segmentLevelID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The segment level ID.
segmentPointsID - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The segment points ID.
segmentStart - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The starting point for each segment.
segmentStart - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The starting point for each segment.
select() - Method in class noaa.coastwatch.render.ContourGenerator
 
select() - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
Selects a set of features from the data source based on the current area.
select() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
 
select() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
 
select() - Method in class noaa.coastwatch.render.feature.ColocatedPointFeatureSource
 
select() - Method in class noaa.coastwatch.render.feature.GriddedPointGenerator
 
select() - Method in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
 
select() - Method in class noaa.coastwatch.render.feature.IQuamNCReader
 
select() - Method in class noaa.coastwatch.render.feature.TSVectorReader
Deprecated.
 
select(EarthArea) - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
 
select(EarthArea) - Method in interface noaa.coastwatch.render.feature.FeatureSource
Selects a set of features from the data source based on the specified area.
selectData(String) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Gets the variable ID for the specified variable.
selectData(String) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Gets the variable ID for the specified variable.
selectData(String) - Method in class noaa.coastwatch.render.feature.HDFGSHHSLineReader
 
selectData(String) - Method in class noaa.coastwatch.render.feature.HDFGSHHSReader
 
selectData(String) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSLineReader
 
selectData(String) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSReader
 
SELECTION_PROPERTY - Static variable in class noaa.coastwatch.gui.AbstractOverlayListPanel
The selection property for change events.
SELECTION_PROPERTY - Static variable in class noaa.coastwatch.gui.visual.ComponentList
The selection property event used to signal changes in the selected elements.
SelectionRule - Interface in noaa.coastwatch.render.feature
 
SelectionRuleFilter - Class in noaa.coastwatch.render.feature
A SelectionRuleFilter is a list of SelectionRule objects together with an overall rule that determines how to filter a set of Feature objects.
SelectionRuleFilter() - Constructor for class noaa.coastwatch.render.feature.SelectionRuleFilter
Creates a new empty filter with mode set to MATCHES_ANY.
SelectionRuleFilter.FilterMode - Enum Class in noaa.coastwatch.render.feature
The mode that the filtering is operating under.
SelectionRuleFilterChooser - Class in noaa.coastwatch.gui
The SelectionRuleFilterChooser class is a panel that allows the user to manipulate a SelectionRuleFilter.
SelectionRuleFilterChooser(List<Attribute>, Map<String, Integer>) - Constructor for class noaa.coastwatch.gui.SelectionRuleFilterChooser
Creates a new empty selection rule filter chooser.
SelectionRuleFilterChooser(List<Attribute>, Map<String, Integer>, TimeWindow) - Constructor for class noaa.coastwatch.gui.SelectionRuleFilterChooser
Creates a new empty selection rule filter chooser.
SENSOR_CODE - Static variable in class noaa.coastwatch.util.trans.EllipsoidPerspectiveProjection
The sensor type code.
SENSOR_DATA_WORD_SIZE - Static variable in class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
The sensor data word size attribute: 8, 10, or 16 bits (Integer).
SENSOR_TYPE - Static variable in class noaa.coastwatch.util.trans.EllipsoidPerspectiveProjection
The sensor type string.
SensorIdentifier - Class in noaa.coastwatch.util.sensor
The SensorIdentifier class identifies scan data from the supported sensors in order to help create sensor-specific concrete objects.
SensorIdentifier() - Constructor for class noaa.coastwatch.util.sensor.SensorIdentifier
 
SensorIdentifier.Sensor - Enum Class in noaa.coastwatch.util.sensor
Types of sensors.
SensorScanProjection - Class in noaa.coastwatch.util.trans
The SensorScanProjection is used to provide Earth transform calculations for various types of satellite sensors that cannot be represented by one of the standard map projections.
SensorScanProjection() - Constructor for class noaa.coastwatch.util.trans.SensorScanProjection
 
SensorScanProjectionFactory - Class in noaa.coastwatch.util.trans
The SensorScanProjectionFactory is used to generate SensorScanProjection objects.
SensorScanProjectionFactory() - Constructor for class noaa.coastwatch.util.trans.SensorScanProjectionFactory
 
SensorSourceImpFactory - Class in noaa.coastwatch.util.sensor
The SensorSourceImpFactory creates concrete ResamplingSourceImp objects for resampling sensor data that are customized for each sensor.
SensorSourceImpFactory() - Constructor for class noaa.coastwatch.util.sensor.SensorSourceImpFactory
 
sensorWordSize - Variable in class noaa.coastwatch.io.NOAA1bReader
The sensor word size in bits.
SerializedObjectManager - Class in noaa.coastwatch.io
The SerializedObjectManager class can be used to save, load, delete, and get a list of serialized objects.
SerializedObjectManager(File) - Constructor for class noaa.coastwatch.io.SerializedObjectManager
Creates a new manager to handle serialized objects in the specified directory.
SERVER_PROPERTY - Static variable in class noaa.coastwatch.gui.open.ServerChooser
The server selection property.
ServerChooser - Class in noaa.coastwatch.gui.open
The ServerChooser class allows the user to select from and edit a list of network servers.
ServerChooser() - Constructor for class noaa.coastwatch.gui.open.ServerChooser
Creates a new empty chooser.
ServerChooser(List) - Constructor for class noaa.coastwatch.gui.open.ServerChooser
Creates a new chooser with the specified server list.
ServerQuery - Class in noaa.coastwatch.net
A server query interfaces to a CoastWatch data server and handles the query URL connection and response text.
ServerQuery(String, String, String, Map) - Constructor for class noaa.coastwatch.net.ServerQuery
Creates a new server query using the server host, query path, and query key/value set.
ServerQuery(String, String, Map) - Constructor for class noaa.coastwatch.net.ServerQuery
Creates a new server query using the server protocol, host, query path, and query key/value set.
ServerStatusPanel - Class in noaa.coastwatch.gui
The server status panel queries the status of a CoastWatch data server and displays the current activity including incoming, unprocessed, and processing files.
ServerStatusPanel() - Constructor for class noaa.coastwatch.gui.ServerStatusPanel
Creates a new status panel with no server.
ServerStatusPanel(String, String, String) - Constructor for class noaa.coastwatch.gui.ServerStatusPanel
Creates a new status panel using the specified server.
ServerTableModel - Class in noaa.coastwatch.gui.open
The ServerTableModel class models a mapping of simple server names to URL strings.
ServerTableModel() - Constructor for class noaa.coastwatch.gui.open.ServerTableModel
Creates a new table model with no data.
ServerTableModel(List) - Constructor for class noaa.coastwatch.gui.open.ServerTableModel
Creates a new table model using the server list.
ServerTableModel.Entry - Class in noaa.coastwatch.gui.open
Holds a server table entry with server name and location.
set(int, double) - Method in class noaa.coastwatch.util.DataLocation
Sets one data location coordinate value.
setAccessHint(int[], int[], int[]) - Method in class noaa.coastwatch.io.OpendapGrid
 
setAccessHint(int[], int[], int[]) - Method in class noaa.coastwatch.util.DataVariable
Sets a hint to the variable that subsequent data access will only read/write values within the specified data extents.
setActive(boolean) - Method in class noaa.coastwatch.gui.LightTable
Sets the light table active or inactive.
setAdjustingFunction(EnhancementFunction) - Method in class noaa.coastwatch.render.ColorEnhancement
Sets an adjusting function.
setAffine(EarthLocation, double[]) - Method in class noaa.coastwatch.util.trans.GeographicProjection
 
setAffine(EarthLocation, double[]) - Method in class noaa.coastwatch.util.trans.MapProjection
Sets the affines for this projection based on center and pixel dimensions.
setAlignment(double[]) - Method in class noaa.coastwatch.render.TextElement
Sets the text alignment.
setAlpha(float) - Method in class noaa.coastwatch.gui.FullScreenToolBar
Sets the new alpha composite value for painting the toolbar.
setAngle(double) - Method in class noaa.coastwatch.render.TextElement
Sets the text orientation angle.
setArtist(String) - Method in class noaa.coastwatch.io.GeoTIFFWriter
Sets the Artist TIFF field.
setAttribute(int, String, Object) - Static method in class noaa.coastwatch.io.HDFWriter
Sets an HDF attribute value.
setAttribute(int, String, Object, boolean) - Static method in class noaa.coastwatch.io.HDFWriter
Sets an HDF attribute value.
setAttribute(String) - Method in class noaa.coastwatch.render.feature.AttributeRule
Sets the attribute name for this rule.
setAttributeAndValue(Attribute, Object) - Method in class noaa.coastwatch.gui.AttributeValueChooser
Sets the attribute and value displayed by the chooser.
setAttributes(int, Map, boolean) - Static method in class noaa.coastwatch.io.HDFWriter
Sets a number of attributes based on a map.
setAttributes(Object[]) - Method in class noaa.coastwatch.render.feature.AbstractFeature
Sets the attribute array.
setAttributes(List<Attribute>) - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
Sets the list of attributes in this source.
setBackground(Color) - Method in class noaa.coastwatch.gui.ImageViewPanel
 
setBackground(Color) - Method in class noaa.coastwatch.gui.LightTable
 
setBackground(Color) - Method in class noaa.coastwatch.render.Legend
Sets the background color.
setBackground(Color) - Method in class noaa.coastwatch.render.SolidBackground
Sets the background color.
setBaseLayer(int) - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Sets the base layer.
setBasePoint(Point2D) - Method in class noaa.coastwatch.render.TextElement
Sets the text base point.
setBinHint(int) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Sets a hint that subsequent bin data access is about to occur.
setBinHint(int) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Sets a hint that subsequent bin data access is about to occur.
setBinHint(int) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSLineReader
 
setBinHint(int) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSReader
 
setBinListHint(List) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Sets a hint that subsequent bin data access is about to occur for a list of bins.
setBinListHint(List) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Sets a hint that subsequent bin data access is about to occur for a list of bins.
setBinListHint(List) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSLineReader
 
setBinListHint(List) - Method in class noaa.coastwatch.render.feature.OpendapGSHHSReader
 
setBorderColor(Color) - Method in class noaa.coastwatch.render.SimpleSymbol
 
setBorderColor(Color) - Method in class noaa.coastwatch.util.HTMLReportFormatter
Sets the HTML table border and header colour (default black).
setBounds(Rectangle) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
 
setByteData(byte[]) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
setCacheSize(int) - Method in class noaa.coastwatch.io.CachedGrid
Creates a new cache with the specified size.
setCacheSize(int) - Static method in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Sets the polygon cache size.
setCacheSize(int) - Method in class noaa.coastwatch.tools.Preferences
Sets the tile cache size in megabytes.
setCacheSizeLimit(int) - Method in class noaa.coastwatch.io.tile.LRUTileCache
 
setCacheSizeLimit(int) - Method in interface noaa.coastwatch.io.tile.TileCache
Sets the total cache size limit in bytes.
setCenter(Point2D) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Sets the view center to a new data location.
setCenter(DataLocation) - Method in class noaa.coastwatch.render.EarthDataView
Sets the view center to a new data location.
setCenter(DataLocation) - Method in class noaa.coastwatch.render.HybridView
 
setCenter(EarthLocation) - Method in class noaa.coastwatch.gui.MapProjectionChooser
Sets the projection center earth location.
setCenterAndScale(DataLocation, double) - Method in class noaa.coastwatch.render.EarthDataView
Set the center and scale of this view
setCenterAndScale(DataLocation, double) - Method in class noaa.coastwatch.render.HybridView
 
setChanged() - Method in class noaa.coastwatch.render.EarthDataView
Sets the changed flag.
setChunkCompress(int, boolean, int[]) - Static method in class noaa.coastwatch.io.HDFWriter
Sets the chunking and compression for an SDS HDF variable.
setChunked(boolean) - Method in class noaa.coastwatch.io.HDFWriter
Sets the HDF chunking flag.
setChunkSize(int) - Method in class noaa.coastwatch.io.HDFWriter
Sets the chunk size.
setClosable(boolean) - Method in class noaa.coastwatch.gui.FileOperationChooser
Sets the closable flag.
setColor(Color) - Method in class noaa.coastwatch.gui.visual.ColorSwatch
Sets the swatch color.
setColor(Color) - Method in class noaa.coastwatch.gui.visual.SimpleColorChooser
Sets the color selected by this color chooser.
setColor(Color) - Method in class noaa.coastwatch.render.EarthDataOverlay
Sets the overlay color.
setColor(Color) - Method in class noaa.coastwatch.render.MaskOverlay
Overrides the parent method to set the mask color by updating the index color model as well.
setColorModel(ColorModel) - Method in class noaa.coastwatch.gui.ImageLoader
 
setColors(int) - Method in class noaa.coastwatch.render.ColorEnhancement
Sets the number of colors in the color model.
setCols(double[]) - Method in class noaa.coastwatch.render.DataReferenceOverlay
Sets the reference row lines.
setCommandLine(String, String[]) - Static method in class noaa.coastwatch.tools.ToolServices
Sets the current tool command line.
setComment(String) - Method in class noaa.coastwatch.gui.nav.NavigationPoint
Sets the comment.
setCompressed(boolean) - Method in class noaa.coastwatch.io.HDFWriter
Sets the HDF compression flag.
setComputer(String) - Method in class noaa.coastwatch.io.GeoTIFFWriter
Sets the HostComputer TIFF field.
setConstraints(GridBagConstraints, int, int, int, int, int, double, double) - Static method in class noaa.coastwatch.gui.GUIServices
Sets the values in a GridBagConstraints object.
setContainerEnabled(Container, boolean) - Static method in class noaa.coastwatch.gui.GUIServices
Sets the enabled flag on all components in a container.
setContextArea(EarthArea) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the area which should be used as the center of attention in the context element using an earth area object.
setContextArea(EarthTransform, DataLocation, DataLocation) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the area which should be used as the center of attention in the context element using an earth transform and data location bounds.
setContextCenter(EarthLocation) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the earth context center projection point.
setCoords(boolean) - Method in class noaa.coastwatch.io.TextWriter
Sets coordinate printing.
setCoords(double[]) - Method in class noaa.coastwatch.util.DataLocation
Sets the data location coordinates from an array.
setCoords(double, double) - Method in class noaa.coastwatch.util.EarthLocation
Sets the latitude and longitude coordinate values.
setCoords(int[]) - Method in class noaa.coastwatch.util.DataLocation
Sets the data location coordinates from an array.
setCoords(DataLocation) - Method in class noaa.coastwatch.util.DataLocation
Sets the data location coordinates from another location.
setCoverageByRegion(String, int) - Method in class noaa.coastwatch.net.CatalogQueryAgent
Sets the spatial coverage constraints using a predefined region code.
setData(Object) - Method in class noaa.coastwatch.io.CachedGrid
 
setData(Object) - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Sets the tile data.
setData(Object) - Method in class noaa.coastwatch.util.DataVariable
Sets the variable data array.
setData(Object) - Method in class noaa.coastwatch.util.EarthPartition
Sets the partition data.
setData(Object, int[], int[]) - Method in class noaa.coastwatch.io.CachedGrid
 
setData(Object, int[], int[]) - Method in class noaa.coastwatch.util.Grid
Sets a subset of grid data values.
setDataProjection(boolean) - Static method in class noaa.coastwatch.io.EarthDataReader
Sets the data projection flag.
setDataSource(EarthDataReader, List) - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Sets the data source for bitmask grid data.
setDataSource(EarthDataReader, List) - Method in class noaa.coastwatch.render.BitmaskOverlay
Sets the data source for grid data.
setDataSource(EarthDataReader, List) - Method in class noaa.coastwatch.render.ExpressionMaskOverlay
Sets the data source for grid data.
setDataSource(EarthDataReader, List) - Method in interface noaa.coastwatch.render.GridContainerOverlay
Sets the data source for grid data.
setDataSource(EarthDataReader, List) - Method in class noaa.coastwatch.render.JavaExpressionMaskOverlay
Sets the data source for grid data.
setDataSource(EarthDataReader, List) - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Sets the data source for grid data.
setDataSource(EarthDataReader, List<String>) - Method in class noaa.coastwatch.render.OverlayGroupManager
Sets the data source for bitmask grid data.
setDatum(Datum) - Method in class noaa.coastwatch.util.EarthLocation
Sets the location geodetic datum.
setDatum(Datum) - Method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Sets the datum for this projection and pre-computes values needed and matching spheroid code.
setDecimals(int) - Method in class noaa.coastwatch.io.TextWriter
Sets the decimal places.
setDefaultCursor(Cursor) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Sets the default cursor.
setDefaultStyle(ExpressionParserFactory.ParserStyle) - Method in class noaa.coastwatch.util.expression.ExpressionParserFactory
Sets the default style of expression parser to create.
setDelimiter(String) - Method in class noaa.coastwatch.io.TextWriter
Sets the field delimiter.
setDescription(String) - Method in class noaa.coastwatch.gui.SimpleFileFilter
Sets the human readable description of this filter.
setDescription(String) - Method in class noaa.coastwatch.io.GeoTIFFWriter
Sets the ImageDescription TIFF field.
setDiagnosticMode(boolean) - Static method in class noaa.coastwatch.render.PathTransformer
Sets the diagnostic mode.
setDimensions(int[]) - Method in class noaa.coastwatch.gui.MapProjectionChooser
Sets the dimensions.
setDimensions(int, int) - Method in class noaa.coastwatch.gui.ImageLoader
 
setDirectionIsFrom(boolean) - Method in class noaa.coastwatch.render.DirectionSymbol
Sets the direction-is-from flag.
setDirectory(String) - Method in class noaa.coastwatch.gui.open.AbstractDirectoryLister
Sets the directory name.
setDirectory(String) - Method in interface noaa.coastwatch.gui.open.DirectoryLister
Sets the directory name.
setDirectory(String) - Method in class noaa.coastwatch.gui.open.FileChooser
Sets the directory name of the file chooser and updates the entry list.
setDirty(boolean) - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
Sets the tile dirty flag.
setDoubleData(double[]) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
setDrawingMode(LightTable.Mode) - Method in class noaa.coastwatch.gui.LightTable
Sets the drawing mode to the specified mode.
setDrawLabels(boolean) - Method in class noaa.coastwatch.render.LabeledLineOverlay
Sets the line labels flag.
setDropShadow(boolean) - Method in class noaa.coastwatch.render.LineOverlay
Sets the drop shadow flag.
setEarthAreaHint(EarthArea) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Sets the earth area hint.
setEarthLocDegrees(boolean) - Method in class noaa.coastwatch.tools.Preferences
Sets the earth location in decimal degrees flag.
setEdge(boolean) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the edge flag to render the earth edges.
setEnabled(boolean) - Method in class noaa.coastwatch.gui.ViewOperationChooser
Sets the enabled status of the chooser buttons.
setEnhancement(ColorEnhancementSettings) - Method in class noaa.coastwatch.tools.Preferences
Adds new enhancement settings to the preferences.
setEntryList(List) - Method in class noaa.coastwatch.gui.open.FileTableModel
Sets the entry list for this model.
setExpression(String) - Method in class noaa.coastwatch.render.ExpressionMaskOverlay
Sets the expression used by the mask.
setExpression(String) - Method in class noaa.coastwatch.render.JavaExpressionMaskOverlay
Sets the expression used by the mask.
setExpressionListHint(List<String>) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Sets the expression list hint.
setExtensionListInDescription(boolean) - Method in class noaa.coastwatch.gui.SimpleFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFalse(double, double) - Method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Sets the false east and north values.
setFastMode(boolean) - Method in class noaa.coastwatch.render.ContourGenerator
Sets the fast contouring mode flag.
setFastMode(boolean) - Static method in class noaa.coastwatch.render.feature.LineFeature
Sets the fast rendering mode flag.
setFeature(PointFeature) - Method in class noaa.coastwatch.render.PointFeatureSymbol
Sets the point feature to use for attributes.
setFillColor(Color) - Method in class noaa.coastwatch.render.CoastOverlay
Sets the polygon fill color.
setFillColor(Color) - Method in class noaa.coastwatch.render.PolygonOverlay
Sets the polygon fill color.
setFillColor(Color) - Method in class noaa.coastwatch.render.SimpleSymbol
 
setFilter(FeatureGroupFilter) - Method in class noaa.coastwatch.gui.FeatureGroupFilterChooser
Sets the group filter displayed and manipulated by this chooser.
setFilter(SelectionRuleFilter) - Method in class noaa.coastwatch.gui.SelectionRuleFilterChooser
Sets the feature filter displayed and manipulated by this chooser.
setFilter(SelectionRuleFilter) - Method in class noaa.coastwatch.render.feature.AbstractFeatureSource
Sets the feature filter to use in this source.
setFilter(SelectionRuleFilter) - Method in class noaa.coastwatch.render.PointFeatureOverlay
Sets the feature filter to use in this overlay.
setFilterAttribute(String) - Method in class noaa.coastwatch.render.feature.FeatureGroupFilter
Sets the filtering attribute.
setFloatData(float[]) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
setFont(Font) - Method in class noaa.coastwatch.io.EarthImageWriter
Sets the font used for legends.
setFont(Font) - Method in class noaa.coastwatch.render.LabeledLineOverlay
Sets the line labels font.
setFont(Font) - Method in class noaa.coastwatch.render.Legend
Sets the legend font.
setFont(Font) - Method in class noaa.coastwatch.render.TextElement
Sets the text font.
setFont(Font) - Method in class noaa.coastwatch.render.TextOverlay
Sets the text font.
setFontSelection(Font) - Method in class noaa.coastwatch.gui.visual.FontChooser
Sets the font selected by this font chooser.
setForeground(Color) - Method in class noaa.coastwatch.gui.ImageViewPanel
 
setForeground(Color) - Method in class noaa.coastwatch.gui.LightTable
 
setForeground(Color) - Method in class noaa.coastwatch.render.Legend
Sets the foreground color.
setFormat(NumberFormat) - Method in class noaa.coastwatch.util.DataVariable
Sets the data number format.
setFormatStyle(int) - Static method in class noaa.coastwatch.util.EarthLocation
Sets the default format style used by location formatting methods.
setFunction(EnhancementFunction) - Method in class noaa.coastwatch.gui.EnhancementChooser
Sets the enhancement function.
setFunction(EnhancementFunction) - Method in class noaa.coastwatch.gui.EnhancementFunctionPanel
Sets the current enhancement function.
setFunction(EnhancementFunction) - Method in class noaa.coastwatch.gui.PalettePanel
Sets the enhancement function.
setFunction(EnhancementFunction) - Method in class noaa.coastwatch.render.ColorArrowSymbol
Sets the enhancement function.
setFunction(EnhancementFunction) - Method in interface noaa.coastwatch.render.ColorEnhanced
Sets the enhancement function.
setFunction(EnhancementFunction) - Method in class noaa.coastwatch.render.ColorEnhancement
Sets the enhancement function.
setFunction(EnhancementFunction) - Method in class noaa.coastwatch.render.ColorEnhancementSettings
Gets the color enhancement function.
setFunction(EnhancementFunction) - Method in class noaa.coastwatch.render.ColorPointEnhancement
Sets the enhancement function.
setFunction(EnhancementFunction) - Method in class noaa.coastwatch.render.ColorWindBarbSymbol
Sets the enhancement function.
setFunctions(EnhancementFunction[]) - Method in class noaa.coastwatch.render.ColorComposite
Sets the enhancement functions.
setGlobalInfo() - Method in class noaa.coastwatch.io.CWHDFWriter
 
setGlobalInfo() - Method in class noaa.coastwatch.io.HDFWriter
Writes the earth data info metadata.
setGrid(boolean) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the grid flag to render a global grid.
setGrid(Grid) - Method in class noaa.coastwatch.render.ColorEnhancement
Sets the data grid variable.
setGridIncrement(int) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the grid increment in degrees.
setGridName(String) - Method in class noaa.coastwatch.render.BitmaskOverlay
Sets the grid variable based on the name.
setGridName(String) - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Sets the grid variable in each bitmask overlay based on the name.
setGrids(Grid[]) - Method in class noaa.coastwatch.render.ColorComposite
Sets the data grid variables.
setGroupAttribute(String) - Method in class noaa.coastwatch.render.feature.FeatureGroupFilter
Sets the grouping attribute.
setGroupFilter(FeatureGroupFilter) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Sets the group filter.
setGroupFilterActive(boolean) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Sets the group filter flag.
setHeader(boolean) - Method in class noaa.coastwatch.io.BinaryWriter
Sets the header flag.
setHeader(boolean) - Method in class noaa.coastwatch.io.TextWriter
Sets the header flag.
setHeapSize(int) - Method in class noaa.coastwatch.tools.Preferences
Sets the heap size in megabytes.
setHelpIndex(URL) - Static method in class noaa.coastwatch.gui.GUIServices
Sets the active help index file for subsequent calls to GUIServices.getHelpButton(java.lang.Class).
setHints(int) - Method in class noaa.coastwatch.gui.ImageLoader
 
setImage(Image) - Method in class noaa.coastwatch.gui.ImageViewPanel
Sets the view image.
setImageAffine(AffineTransform) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Sets the image affine transform in the view.
setImageAffine(AffineTransform) - Method in interface noaa.coastwatch.gui.TransformableImageComponent
Sets the image affine transform.
setImageAffine(AffineTransform) - Method in class noaa.coastwatch.render.EarthDataView
Sets the image affine transform.
setImageAffine(AffineTransform) - Method in class noaa.coastwatch.render.HybridView
 
setImageDims(Dimension) - Method in interface noaa.coastwatch.gui.ImageLoaderObserver
Sets the image dimensions.
setImageLoaded() - Method in interface noaa.coastwatch.gui.ImageLoaderObserver
Signals that the image is finished loading.
setImageTile(Image, int, int) - Method in interface noaa.coastwatch.gui.ImageLoaderObserver
Sets a tile in the image.
setIncrement(int) - Method in class noaa.coastwatch.render.LatLonOverlay
Sets the grid increment in degrees.
setIntData(int[]) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
setInternational(boolean) - Method in class noaa.coastwatch.render.PoliticalOverlay
Sets the international borders flag.
setInverse(boolean) - Method in class noaa.coastwatch.render.MaskOverlay
Sets the inverse flag.
setLabelFont(Font) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the font for rendering bounding box labels.
setLayer(int) - Method in class noaa.coastwatch.render.EarthDataOverlay
Sets the overlay layer.
setLegend(Legend) - Method in class noaa.coastwatch.gui.LegendPanel
Sets the legned for this panel.
setLevelNudge(double) - Method in class noaa.coastwatch.render.ContourGenerator
Sets the level nudge value.
setLevelRange(int, int) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
Sets the hierarchical level range useds in line segment rendering.
setLevels(double[]) - Method in class noaa.coastwatch.render.ContourGenerator
Sets the contour levels to generate.
setLevels(int[]) - Method in class noaa.coastwatch.render.TopographyOverlay
Sets the topography levels.
setLongData(long[]) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
setLongName(String) - Method in class noaa.coastwatch.util.DataVariable
Sets the descriptive variable name.
setLookup(double[]) - Method in class noaa.coastwatch.util.DataVariable
Sets the lookup table.
setManualIncrement(boolean) - Method in class noaa.coastwatch.render.LatLonOverlay
Sets the manual grid increment mode flag.
setManualLines(boolean) - Method in class noaa.coastwatch.render.DataReferenceOverlay
Sets the manual grid lines flag.
setMapProjection(MapProjection, int[]) - Method in class noaa.coastwatch.gui.MapProjectionChooser
Sets the projection parameters from the specified projection and dimensions.
setMask(int) - Method in class noaa.coastwatch.render.BitmaskOverlay
Sets the bit mask value.
setMaxOperations(int) - Method in class noaa.coastwatch.util.chunk.PoolProcessor
Sets the maximum number of operations to run in parallel.
setMaxTiles(int) - Method in class noaa.coastwatch.io.CachedGrid
Creates a new cache with a maximum number of tiles.
setMetaVersion(double) - Method in class noaa.coastwatch.io.CWHDFWriter
Sets the CoastWatch HDF metadata version.
setMinArea(double) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Sets the minimum area used in polygon selection.
setMinArea(double) - Method in class noaa.coastwatch.render.feature.GSHHSReader
Deprecated.
Sets the minimum area used in polygon selection.
setMinCorrelation(double) - Method in class noaa.coastwatch.util.NavigationOffsetEstimator
Sets the minimum image correlation value for successful offset estimation.
setMinFraction(double) - Method in class noaa.coastwatch.util.NavigationOffsetEstimator
Sets the minimum class pixels as a fraction of total image pixels.
setMinStdevDist(double) - Method in class noaa.coastwatch.util.NavigationOffsetEstimator
Sets the minimum distance in standard deviation units for successful histogram splitting.
setMissing(float) - Method in class noaa.coastwatch.io.GeoTIFFDataWriter
Sets the missing value.
setMissing(Number) - Method in class noaa.coastwatch.io.ArcWriter
Sets the missing value.
setMissing(Number) - Method in class noaa.coastwatch.io.BinaryWriter
Sets the missing value.
setMissing(Number) - Method in class noaa.coastwatch.io.TextWriter
Sets the missing value.
setMissing(Object) - Method in class noaa.coastwatch.util.DataVariable
Sets the data missing value.
setMissingColor(Color) - Method in class noaa.coastwatch.render.ColorArrowSymbol
Sets the missing value color.
setMissingColor(Color) - Method in interface noaa.coastwatch.render.ColorEnhanced
Sets the missing value color.
setMissingColor(Color) - Method in class noaa.coastwatch.render.ColorEnhancement
Sets the missing value color.
setMissingColor(Color) - Method in class noaa.coastwatch.render.ColorPointEnhancement
Sets the missing value color.
setMissingColor(Color) - Method in class noaa.coastwatch.render.ColorWindBarbSymbol
Sets the missing value color.
setMissingData(boolean[]) - Method in class noaa.coastwatch.util.chunk.ChunkDataFlagger
Sets the missing data array.
setMissingData(boolean[]) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
setMode(SelectionRuleFilter.FilterMode) - Method in class noaa.coastwatch.render.feature.SelectionRuleFilter
Sets the filtering mode.
setMultipleSelect(boolean) - Method in class noaa.coastwatch.gui.open.XMLTree
Set tree select mode
setName(String) - Method in class noaa.coastwatch.render.EarthDataOverlay
Sets the overlay name.
setName(String) - Method in class noaa.coastwatch.util.DataVariable
Sets the short variable name.
setNavigation(AffineTransform) - Method in class noaa.coastwatch.util.Grid
Sets the navigation correction affine transform.
setNullMode(boolean) - Static method in class noaa.coastwatch.util.trans.SwathProjection
Sets the null operation mode for newly constructed swath transforms.
setOffset(double[]) - Method in class noaa.coastwatch.gui.nav.NavigationPoint
Sets the offset.
setOpendapList(List) - Static method in class noaa.coastwatch.tools.ResourceManager
Sets the OPeNDAP server list using the specified list of ServerTableModel.Entry objects.
setOperator(boolean) - Method in class noaa.coastwatch.gui.ServerStatusPanel
Sets the operator mode to show dialog panels when an error occurs.
setOperator(Enum) - Method in class noaa.coastwatch.render.feature.AttributeRule
Sets the rule operator.
setOptimizedCacheSize(int) - Method in class noaa.coastwatch.io.CachedGrid
Creates a new cache with the specified size.
setOrder(int) - Method in class noaa.coastwatch.io.ArcWriter
Sets the byte order.
setOrder(int) - Method in class noaa.coastwatch.io.BinaryWriter
Sets the byte order.
setOverwriteMode(int) - Method in class noaa.coastwatch.util.MixedGridResampler
Sets the overwrite mode.
setPage(URL) - Method in class noaa.coastwatch.gui.HTMLPanel
Sets the HTML page to display.
setPalette(String) - Method in class noaa.coastwatch.gui.PaletteChooser
Set the selected palette by name.
setPalette(Palette) - Method in class noaa.coastwatch.gui.EnhancementChooser
Sets the palette for use in the palette stripe.
setPalette(Palette) - Method in class noaa.coastwatch.gui.PaletteChooser
Sets the selected palette.
setPalette(Palette) - Method in class noaa.coastwatch.gui.PalettePanel
Sets the current palette.
setPalette(Palette) - Method in class noaa.coastwatch.render.ColorArrowSymbol
Sets the enhancement color palette.
setPalette(Palette) - Method in interface noaa.coastwatch.render.ColorEnhanced
Sets the enhancement color palette.
setPalette(Palette) - Method in class noaa.coastwatch.render.ColorEnhancement
Sets the enhancement color palette.
setPalette(Palette) - Method in class noaa.coastwatch.render.ColorEnhancementSettings
Sets the color enhancement palette.
setPalette(Palette) - Method in class noaa.coastwatch.render.ColorPointEnhancement
Sets the enhancement color palette.
setPalette(Palette) - Method in class noaa.coastwatch.render.ColorWindBarbSymbol
Sets the enhancement color palette.
setParameters(double[]) - Method in class noaa.coastwatch.gui.MapProjectionChooser
Sets the projection parameters.
setParameters(double[]) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
Sets the GCTPC style parameter set.
setPass(SatellitePassInfo) - Method in class noaa.coastwatch.gui.SatellitePassCoveragePanel
Sets the active satellite pass used to display pass coverage.
setPass(SatellitePassInfo) - Method in class noaa.coastwatch.gui.SatellitePassPreviewPanel
Sets the active satellite pass used to display a pass preview.
setPixelDimensions(double[]) - Method in class noaa.coastwatch.gui.MapProjectionChooser
Sets the projection pixel dimensions.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class noaa.coastwatch.gui.ImageLoader
 
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class noaa.coastwatch.gui.ImageLoader
 
setPlotSymbol(PlotSymbol) - Method in class noaa.coastwatch.render.SimpleSymbol
Sets the plot symbol.
setPoint(EarthLocation) - Method in class noaa.coastwatch.render.feature.PointFeature
Sets the earth location point.
setPointTransform(EarthTransform2D) - Method in class noaa.coastwatch.util.trans.EarthTransform2D
setPolygonRendering(boolean) - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader
Sets the polygon rendering flag.
setPosition(Point2D) - Method in class noaa.coastwatch.render.PictureElement
Sets the picture position.
setPositiveLon(boolean) - Method in class noaa.coastwatch.util.trans.MapProjection
Deprecated.
As of 3.5.1, correct longitude interpretation in geographic projections are handled internally by the GeographicProjection class.
setPreferences(Preferences) - Static method in class noaa.coastwatch.tools.ResourceManager
Sets the preferences using the specified object.
setPreferredSize(Dimension) - Method in class noaa.coastwatch.render.EarthContextElement
 
setPreferredSize(Dimension) - Method in class noaa.coastwatch.render.Legend
Sets the preferred size of the legend.
setPreferredSize(Dimension) - Method in class noaa.coastwatch.render.PictureElement
Sets the preferred size of the picture.
setProgress(boolean) - Method in class noaa.coastwatch.render.EarthDataView
Sets the rendering progress mode flag.
setProperties(Hashtable) - Method in class noaa.coastwatch.gui.ImageLoader
 
setProperties(EarthDataView) - Method in class noaa.coastwatch.render.EarthDataView
Sets the properties of this view based on the specified view.
setQueryMode(int) - Method in class noaa.coastwatch.util.LocationEstimator
Sets the location query mode, FAST or ACCURATE.
setRange(double[]) - Method in class noaa.coastwatch.gui.EnhancementChooser
Sets the range for use in the enhancement sliders.
setRange(double[]) - Method in class noaa.coastwatch.gui.EnhancementFunctionPanel
Sets the data value range.
setRange(double[]) - Method in class noaa.coastwatch.gui.HistogramPanel
Sets the data value range.
setRange(double[]) - Method in class noaa.coastwatch.gui.PalettePanel
Sets the data value range.
setRange(double[]) - Method in class noaa.coastwatch.render.EnhancementFunction
Sets the enhancement range.
setRange(double[]) - Method in class noaa.coastwatch.render.LogEnhancement
 
setRange(double, double) - Method in class noaa.coastwatch.io.BinaryWriter
Sets the scaling range.
setRange(double, double) - Method in class noaa.coastwatch.io.FloatWriter
Sets the scaling range.
setRange(int, Function<Statistics, double[]>) - Method in class noaa.coastwatch.render.ColorComposite
Set the enhancement function range for this view using the visible grid value statistics.
setReader(EarthDataReader) - Method in class noaa.coastwatch.gui.open.BasicReaderInfoPanel
Sets the reader for information displayed by this panel.
setReaderFactory(BinnedGSHHSReaderFactory) - Method in class noaa.coastwatch.render.CoastOverlay
Sets the read factory for new coastline readers.
setReaderFactory(BinnedGSHHSReaderFactory) - Method in class noaa.coastwatch.render.PoliticalOverlay
Sets the read factory for new border readers.
setRecentlyOpenedFiles(List<String>, Class) - Static method in class noaa.coastwatch.gui.GUIServices
Sets the list of recently opened files for the target class.
setReference(int) - Method in class noaa.coastwatch.render.AnnotationOverlay
Sets the annotation element reference frame.
setRefFilter(StringFilter) - Method in class noaa.coastwatch.gui.open.HTTPDirectoryLister
Sets the directory entry filter.
setResolutionLimit(boolean) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the flag to limit the minimum pixel resolution in the context element (defaults to true).
setRestrictions(Object) - Method in class noaa.coastwatch.gui.visual.AbstractVisualObject
 
setRestrictions(Object) - Method in class noaa.coastwatch.gui.visual.VisualChoice
Sets restrictions on the allowed choice values.
setRestrictions(Object) - Method in class noaa.coastwatch.gui.visual.VisualInteger
Sets restrictions on the allowed integer values.
setRestrictions(Object) - Method in interface noaa.coastwatch.gui.visual.VisualObject
Sets restrictions on the allowed object values.
setReverse(boolean) - Method in class noaa.coastwatch.io.TextWriter
Sets the reverse flag.
setReverse(boolean) - Method in class noaa.coastwatch.render.EnhancementFunction
Sets the enhancement reversal flag.
setRows(double[]) - Method in class noaa.coastwatch.render.DataReferenceOverlay
Sets the reference row lines.
setSameSize(List) - Static method in class noaa.coastwatch.gui.GUIServices
Sets a list of JComponent objects to be the same size as that of the maximum sized component.
setSavable(boolean) - Method in class noaa.coastwatch.gui.FileOperationChooser
Sets the savable flag.
setSaveFile(File) - Method in class noaa.coastwatch.gui.FileSavePanel
Sets the save file.
setScaling(double[]) - Method in class noaa.coastwatch.io.BinaryWriter
Sets the scaling factor and offset.
setScaling(double[]) - Method in class noaa.coastwatch.io.FloatWriter
Sets the scaling factor and offset.
setSearchByCoverage(boolean) - Method in class noaa.coastwatch.net.CatalogQueryAgent
Sets the coverage search flag.
setSearchByTime(boolean) - Method in class noaa.coastwatch.net.CatalogQueryAgent
Sets the time search flag.
setSelectable(boolean) - Method in class noaa.coastwatch.gui.visual.ComponentList
Sets the selectable flag.
setSelectionInterval(int, int) - Method in class noaa.coastwatch.gui.visual.ComponentList
Sets the selection indices between the specified start and end inclusive.
setShadow(boolean) - Method in class noaa.coastwatch.render.IconElement
Sets the drop shadow flag.
setShortData(short[]) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
setSize(int) - Method in class noaa.coastwatch.render.SimpleSymbol
 
setSize(Dimension) - Method in class noaa.coastwatch.render.EarthDataView
Sets the view to a new size.
setSize(Dimension) - Method in class noaa.coastwatch.render.HybridView
 
setSizeFactor(double) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the context size to total size factor.
setSkipMissing(boolean) - Method in class noaa.coastwatch.util.chunk.ExpressionFunction
Sets the skip missing flag (by default set to false).
setSmallPolygons(boolean) - Method in class noaa.coastwatch.render.CoastOverlay
Sets the small polygons flag which determines if polygons smaller than 3x3 view pixels are rendered.
setSoftware(String) - Method in class noaa.coastwatch.io.GeoTIFFWriter
Sets the Software TIFF field.
setSolarZenith(SolarZenith) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the solar zenith object.
setSolarZenithFill(Color, Color) - Method in class noaa.coastwatch.render.EarthContextElement
Sets the solar zenith fill colors.
setSort(int, boolean) - Method in class noaa.coastwatch.gui.SortedTableModel
Set the sorting column and order.
setSortColumn(int) - Method in class noaa.coastwatch.gui.SatellitePassTableModel
Sets a new column for table sorting.
setSource(String, String, String) - Method in class noaa.coastwatch.gui.SatellitePassTableModel
Sets the model to read data from a new data source.
setSource(String, String, String) - Method in class noaa.coastwatch.gui.ServerStatusPanel
Sets the panel to query the status from a new data source.
setSourceFilter(LocationFilter) - Method in class noaa.coastwatch.util.MixedGridResampler
Sets the source location filter.
setSpacing(int) - Method in class noaa.coastwatch.util.HTMLReportFormatter
Sets the number of characters of space between table columns (default 4).
setSpeed(double) - Method in class noaa.coastwatch.gui.Swirl
Sets the swirl speed, by default two rotations per second.
setSpheroid(int) - Method in class noaa.coastwatch.gui.MapProjectionChooser
Sets the projection spheroid.
setSplitRegex(String) - Static method in class noaa.coastwatch.tools.ToolServices
Sets the current command line parameter splitting regular expression.
setSquare(JComponent) - Static method in class noaa.coastwatch.gui.GUIServices
Sets a component's preferred, min, and max size to be square.
setState(boolean) - Method in class noaa.coastwatch.render.PoliticalOverlay
Sets the state borders flag.
setStaticView(boolean) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Sets the static view mode flag.
setStatistics(Statistics) - Method in class noaa.coastwatch.gui.EnhancementChooser
Sets the statistics for use in the histogram plot.
setStatistics(Statistics) - Method in class noaa.coastwatch.gui.HistogramPanel
Sets the current statistics.
setStreams(InputStream, OutputStream, int) - Method in class noaa.coastwatch.io.DataTransfer
Initializes a transfer with new input and output streams.
setStroke(Stroke) - Method in class noaa.coastwatch.gui.visual.StrokeChooser
Sets the stroke selected by this stroke chooser.
setStroke(Stroke) - Method in class noaa.coastwatch.gui.visual.StrokeSwatch
Sets the swatch stroke.
setStroke(Stroke) - Method in class noaa.coastwatch.render.LineOverlay
Sets the vector path stroke.
setSubsetSize(int) - Method in class noaa.coastwatch.gui.EarthDataViewFactory
Sets the grid subset size.
setSymbol(PlotSymbol) - Method in class noaa.coastwatch.gui.visual.SymbolSwatch
Sets the swatch symbol.
setSymbol(T) - Method in class noaa.coastwatch.render.PointFeatureOverlay
Sets the point symbol.
setSystem(int) - Method in class noaa.coastwatch.gui.MapProjectionChooser
Sets the projection system.
setSystemExit(boolean) - Static method in class noaa.coastwatch.tools.ToolServices
Sets the system exit flag.
setTabbedPaneVisible(boolean) - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Shows or hides the view controls tabs in this panel.
setTargetValue(Object) - Method in class noaa.coastwatch.render.feature.FeatureGroupFilter
Sets the target attribute value The target value is used to filter each feature group.
setTestMode(boolean) - Static method in class noaa.coastwatch.util.trans.SwathProjection
Sets the test operation mode for newly constructed swath transforms.
setText(String) - Method in class noaa.coastwatch.render.TextElement
Sets the text string.
setTextDropShadow(boolean) - Method in class noaa.coastwatch.render.LabeledLineOverlay
Sets the text drop shadow flag.
setTextDropShadow(boolean) - Method in class noaa.coastwatch.render.TextOverlay
Sets the text drop shadow flag.
setTextLength(int) - Method in class noaa.coastwatch.gui.value.ParsableValuePanel
Sets the length of the text string.
setTickLabels(String[]) - Method in class noaa.coastwatch.render.DataColorScale
Sets the tick labels.
setTileDims(int[]) - Method in class noaa.coastwatch.io.CachedGrid
Creates a new cache where each tile has the specified dimensions.
setTileDims(int[]) - Method in class noaa.coastwatch.io.HDFCachedGrid
Creates a new cache where each tile has the specified dimensions.
setTileDims(int[]) - Method in class noaa.coastwatch.io.HDFWriter
Sets the tile dimensions for grid variables passed to the HDFWriter.writeVariable(noaa.coastwatch.util.DataVariable, boolean, boolean) method.
setTileDims(int[]) - Method in class noaa.coastwatch.io.NCCachedGrid
Creates a new cache where each tile has the specified dimensions.
setTileSize(int) - Method in class noaa.coastwatch.io.CachedGrid
Creates a new cache where each tile has the specified size.
setTimeByAge(double) - Method in class noaa.coastwatch.net.CatalogQueryAgent
Sets the query time constraints by data age.
setTimeByDate(Date, Date) - Method in class noaa.coastwatch.net.CatalogQueryAgent
Sets the query time constraints by start and end date.
setTimePeriods(List<TimePeriod>) - Method in class noaa.coastwatch.util.EarthDataInfo
Sets the list of time periods for data recording.
setTimeWindowHint(TimeWindow) - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
Sets the time window hint.
setTolerance(double) - Method in class noaa.coastwatch.util.trans.SwathProjection
Sets the tolerance distance for earth location transformations.
setTracked(boolean) - Method in class noaa.coastwatch.util.chunk.ChunkComputation
Sets the tracking flag for this computation.
setTransform(EarthTransform) - Method in class noaa.coastwatch.util.EarthDataInfo
Sets the earth transform.
setTransparency(int) - Method in class noaa.coastwatch.render.EarthDataOverlay
Sets the overlay transparency.
setTransparency(int) - Method in class noaa.coastwatch.render.MaskOverlay
Overrides the parent method to set the mask transparency by updating the index color model as well.
setUnits(String) - Method in class noaa.coastwatch.util.DataVariable
Sets the variable units.
setUnits(String, String) - Method in class noaa.coastwatch.tools.Preferences
Sets the preferred units for a variable.
setUnitsMap(Map) - Static method in class noaa.coastwatch.io.EarthDataReader
Sets the variable name to units map.
setUnsigned(boolean) - Method in class noaa.coastwatch.util.DataVariable
Sets the unsigned data flag.
setupIO() - Method in class noaa.coastwatch.io.DataTransfer
Performs any setup necessary before I/O actually occurs.
setupIO() - Method in class noaa.coastwatch.net.URLTransfer
Overrides the parent to setup I/O streams.
setupOpendap() - Static method in class noaa.coastwatch.tools.ResourceManager
Sets up the user-specified OPeNDAP servers.
setupOverlays() - Static method in class noaa.coastwatch.tools.ResourceManager
Sets up the user-specified overlays.
setupPalettes() - Static method in class noaa.coastwatch.tools.ResourceManager
Sets up the user-specified palettes.
setupPalettes(boolean) - Static method in class noaa.coastwatch.tools.ResourceManager
Sets up the user-specified palettes.
setupPreferences() - Static method in class noaa.coastwatch.tools.ResourceManager
Sets up the user-specified preferences.
setupTrustingSSLManager() - Static method in class noaa.coastwatch.net.NetworkServices
Sets up the javax.net.ssl.HttpsURLConnection class with a default SSL socket factory and host name verifier that accepts SSL certificate chains without validating them.
setValue(int, double) - Method in class noaa.coastwatch.io.CachedGrid
 
setValue(int, double) - Method in class noaa.coastwatch.io.OpendapGrid
 
setValue(int, double) - Method in class noaa.coastwatch.io.tile.TileCachedGrid
 
setValue(int, double) - Method in class noaa.coastwatch.util.DataVariable
Writes a scaled data value.
setValue(int, double) - Method in class noaa.coastwatch.util.SubsetGrid
 
setValue(int, int, double) - Method in class noaa.coastwatch.io.CachedGrid
 
setValue(int, int, double) - Method in class noaa.coastwatch.io.OpendapGrid
 
setValue(int, int, double) - Method in class noaa.coastwatch.util.Grid
Writes a scaled data value with no navigation.
setValue(int, int, double) - Method in class noaa.coastwatch.util.SubsetGrid
 
setValue(int, Object, double) - Method in class noaa.coastwatch.util.DataVariable
Writes a scaled data value.
setValue(Date) - Method in class noaa.coastwatch.gui.value.DateValuePanel
 
setValue(TimeWindow) - Method in class noaa.coastwatch.gui.value.TimeWindowValuePanel
 
setValue(DataLocation, double) - Method in class noaa.coastwatch.io.OpendapGrid
 
setValue(DataLocation, double) - Method in class noaa.coastwatch.util.DataVariable
Writes a scaled data value.
setValue(DataLocation, double) - Method in class noaa.coastwatch.util.Grid
Writes a scaled data value with navigation.
setValue(DataLocation, double) - Method in class noaa.coastwatch.util.SubsetGrid
 
setValue(T) - Method in class noaa.coastwatch.gui.value.ParsableValuePanel
 
setValue(T) - Method in class noaa.coastwatch.gui.value.ValuePanel
Sets the value in this panel.
setValue(T) - Method in class noaa.coastwatch.render.feature.AttributeRule
Sets the attribute value for this rule.
setValueAt(Object, int, int) - Method in class noaa.coastwatch.gui.open.ServerTableModel
Sets the value at the specified row and column.
setValueAt(Object, int, int) - Method in class noaa.coastwatch.gui.SortedTableModel
 
setVariableInfo(int, DataVariable) - Method in class noaa.coastwatch.io.CWHDFWriter
 
setVariableInfo(int, DataVariable) - Method in class noaa.coastwatch.io.HDFWriter
Writes the data variable metadata.
setVariableList(List) - Method in class noaa.coastwatch.gui.open.DataVariableTableModel
Sets the variable list for this model.
setVariables(List) - Method in class noaa.coastwatch.gui.save.DataSavePanel
Sets the list of selected variable names.
setVariables(List<String>) - Method in class noaa.coastwatch.gui.save.VariableOptionPanel
Sets the list of selected variable names.
setVarName(String) - Method in class noaa.coastwatch.render.ColorEnhancement
Sets the variable name to display in the legend for this view.
setVerbose(boolean) - Static method in class noaa.coastwatch.io.EarthDataReaderFactory
Sets the verbose mode.
setVerbose(boolean) - Method in class noaa.coastwatch.render.EarthDataView
Sets the verbose mode flag.
setVerbose(boolean) - Method in class noaa.coastwatch.render.HybridView
 
setVerbose(boolean) - Method in class noaa.coastwatch.util.NavigationOffsetEstimator
Sets the verbose flag to print verbose output during estimation.
setView(EarthDataView) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Sets the earth data view.
setViewMode(int) - Method in class noaa.coastwatch.gui.ImageViewPanel
Sets the image view manipulation mode.
setViewPanelSize(Dimension) - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Sets the current view panel size.
setVisible(boolean) - Method in class noaa.coastwatch.render.EarthDataOverlay
Sets the overlay visibility flag.
setVisibleRowCount(int) - Method in class noaa.coastwatch.gui.AbstractOverlayListPanel
Sets the preferred number of visible overlay list rows.
setVisibleRowCount(int) - Method in class noaa.coastwatch.gui.visual.ComponentList
Sets the number of visible rows in this list.
setZone(int) - Method in class noaa.coastwatch.gui.MapProjectionChooser
Sets the projection zone.
ShadowGenerator - Class in noaa.coastwatch.render
The ShadowGenerator class creates drop shadows from the non-transparent pixels in an image.
ShadowGenerator() - Constructor for class noaa.coastwatch.render.ShadowGenerator
 
ShapeOverlay - Class in noaa.coastwatch.render
The ShapeOverlay class may be used to render a list of generic shapes.
ShapeOverlay(Color) - Constructor for class noaa.coastwatch.render.ShapeOverlay
Creates a new shape overlay with the specified color.
ShapeOverlayFactory - Class in noaa.coastwatch.render.feature
The ShapeOverlayFactory class reads various shape file formats and returns the shapes as an EarthDataOverlay object.
ShapeOverlayFactory() - Constructor for class noaa.coastwatch.render.feature.ShapeOverlayFactory
 
shiftDatum(Datum) - Method in class noaa.coastwatch.util.EarthLocation
Sets the location geodetic datum and shifts the latitude and longitude coordinates so that they reflect the newly specified datum.
SHORT - Enum constant in enum class noaa.coastwatch.util.chunk.DataChunk.DataType
 
SHORT - Enum constant in enum class noaa.coastwatch.util.expression.ExpressionParser.ResultType
 
ShortChunk - Class in noaa.coastwatch.util.chunk
The ShortChunk class holds primitive short data with optional packing scheme and missing values.
ShortChunk(short[], boolean, Short, PackingScheme) - Constructor for class noaa.coastwatch.util.chunk.ShortChunk
Creates a new initialized data chunk with scaling parameters.
shortTrace(Throwable, String) - Static method in class noaa.coastwatch.tools.ToolServices
Shortens the stack trace contained in a throwable error so that it ends at the mention of a specific class.
ShortValuePanel - Class in noaa.coastwatch.gui.value
A ShortValuePanel holds a Short value and allows the user to change it.
ShortValuePanel() - Constructor for class noaa.coastwatch.gui.value.ShortValuePanel
 
ShortWriter - Class in noaa.coastwatch.io
A short writer is a binary writer that writes data as a stream of 16-bit signed integers.
ShortWriter(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.ShortWriter
Creates a new binary file from the specified earth data info and file name.
shouldProcess(Element) - Method in class noaa.coastwatch.gui.open.XMLTree
Should we show the given xml Element
shouldRecurse(Element) - Method in class noaa.coastwatch.gui.open.XMLTree
Should we recursiely descend the children of the given xml Element
shouldYieldFocus(JComponent) - Method in class noaa.coastwatch.gui.value.TextFieldVerifier
 
showChooser() - Method in class noaa.coastwatch.gui.visual.AbstractVisualObject
 
showChooser() - Method in interface noaa.coastwatch.gui.visual.VisualObject
Shows the chooser dialog used to manipulate the object's properties.
showChooser() - Method in class noaa.coastwatch.gui.visual.VisualOverlay
Shows the overlay property chooser.
showDialog(Component) - Method in class noaa.coastwatch.gui.nav.NavigationAnalysisPanel
Shows the analysis panel in a dialog window.
showDialog(Component) - Method in class noaa.coastwatch.gui.nav.NavigationPointSavePanel
Shows the save panel in a dialog window.
showDialog(Component) - Method in class noaa.coastwatch.gui.save.EarthDataExporter
Shows the exporter in a dialog window.
showDialog(Component, File) - Static method in class noaa.coastwatch.gui.open.EarthDataChooser
Creates and shows a chooser in a dialog.
showDialog(Component, String) - Method in class noaa.coastwatch.gui.HTMLPanel
Creates a dialog showing the HTML panel and Close button.
showDialog(Component, String) - Method in class noaa.coastwatch.gui.ReaderInfoPanel
Creates a dialog showing the reader panel and Close button.
showDialog(Component, String) - Method in class noaa.coastwatch.gui.ReaderMetadataPanel
Creates a dialog showing the metadata panel and close button.
showDialog(Component, String, List, List) - Static method in class noaa.coastwatch.gui.OverlayGroupSavePanel
Shows a modal save dialog and blocks until the dialog is hidden.
showDialog(Component, String, Preferences) - Static method in class noaa.coastwatch.gui.PreferencesChooser
Shows a preferences chooser in a dialog and blocks.
showDialog(Frame, String) - Method in class noaa.coastwatch.gui.MapProjectionChooser
Creates a dialog showing the projection chooser panel and OK/Cancel buttons.
showFrame(Container) - Static method in class noaa.coastwatch.gui.TestContainer
Puts the specified container into a frame and displays it.
showFrame(Frame) - Static method in class noaa.coastwatch.gui.GUIServices
Shows the specified frame in the AWT event dispatching thread.
showFullScreen() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Shows this analysis panel in a full screen mode.
showNavAnalysisDialog() - Method in class noaa.coastwatch.gui.EarthDataAnalysisPanel
Shows the navigation analysis dialog.
showRelativeTo(Component) - Method in class noaa.coastwatch.gui.ScriptConsole
Shows the console relative to the specified parent component.
showSplash(String) - Static method in class noaa.coastwatch.gui.ToolSplashWindow
Deprecated.
Creates and shows an instance of a splash window.
showSubregion(Subregion) - Method in class noaa.coastwatch.render.EarthDataView
Deprecated.
SHRINK - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The shrink operation.
sign(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Gets the sign of a value.
signalValueChanged() - Method in class noaa.coastwatch.gui.value.ValuePanel
Fires a property change event with a new value.
similarity(String, String) - Static method in class noaa.coastwatch.util.MetadataServices
Calculates the similarity between strings.
SimpleColorChooser - Class in noaa.coastwatch.gui.visual
The SimpleColorChooser class is a panel that displays a simple grid of colors from which to choose, with a button to display a full JColorChooser dialog.
SimpleColorChooser(int, int, Color) - Constructor for class noaa.coastwatch.gui.visual.SimpleColorChooser
Creates a new simple color chooser with the specified number of swatch rows and columns.
SimpleFileFilter - Class in noaa.coastwatch.gui
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
SimpleFileFilter() - Constructor for class noaa.coastwatch.gui.SimpleFileFilter
Creates a file filter.
SimpleFileFilter(String) - Constructor for class noaa.coastwatch.gui.SimpleFileFilter
Creates a file filter that accepts files with the given extension.
SimpleFileFilter(String[]) - Constructor for class noaa.coastwatch.gui.SimpleFileFilter
Creates a file filter from the given string array.
SimpleFileFilter(String[], String) - Constructor for class noaa.coastwatch.gui.SimpleFileFilter
Creates a file filter from the given string array and description.
SimpleFileFilter(String, String) - Constructor for class noaa.coastwatch.gui.SimpleFileFilter
Creates a file filter that accepts the given file type.
SimpleParser - Class in noaa.coastwatch.io
The simple parser class is a stream tokenizer with various methods for simplifed parsing of text input streams.
SimpleParser(Reader) - Constructor for class noaa.coastwatch.io.SimpleParser
Creates a simple parser from a character stream.
SimpleSymbol - Class in noaa.coastwatch.render
A SimpleSymbol is a PointFeatureSymbol that renders a PlotSymbol and optional text label.
SimpleSymbol(PlotSymbol) - Constructor for class noaa.coastwatch.render.SimpleSymbol
Creates a new simple symbol with no text label.
SimpleSymbol(PlotSymbol, int, Font) - Constructor for class noaa.coastwatch.render.SimpleSymbol
Creates a new simple symbol with a text label.
SinusoidalProjection - Class in noaa.coastwatch.util.trans
The SinusoidalProjection class performs Sinusoidal map projection calculations.
SinusoidalProjection(double, int[], AffineTransform, double, double, double) - Constructor for class noaa.coastwatch.util.trans.SinusoidalProjection
Constructs a map projection from the specified projection and affine transform.
size - Variable in class noaa.coastwatch.gui.visual.SymbolSwatch
The icon size.
size() - Method in class noaa.coastwatch.io.OpendapReaderList
 
size() - Method in interface noaa.coastwatch.io.ReaderList
Gets the number of readers in this list.
size() - Method in class noaa.coastwatch.render.feature.AbstractFeature
Gets the total number of points in this feature.
size() - Method in class noaa.coastwatch.render.feature.PointFeature
 
SIZE_COLUMN - Static variable in class noaa.coastwatch.gui.open.FileTableModel
Column index of file size.
SNSOID - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Sinusoidal projection code.
SOLAR_ZENITH - Static variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The solar zenith angle variable.
SolarZenith - Class in noaa.coastwatch.util
The solar zenith class may be used to calculate solar zenith angles for any earth location at a given date and time.
SolarZenith(Date) - Constructor for class noaa.coastwatch.util.SolarZenith
Creates a new solar zenith object using the specified date.
SolidBackground - Class in noaa.coastwatch.render
The solid background class is an earth data view that creates a solid image of color to help view overlay graphics.
SolidBackground(Color) - Constructor for class noaa.coastwatch.render.SolidBackground
Constructs a new solid background with the specified color.
SolidBackground(EarthTransform, int[], Color) - Constructor for class noaa.coastwatch.render.SolidBackground
Constructs a new solid background with the specified color.
SOM - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Space Oblique Mercator (SOM) projection code.
SortedTable - Class in noaa.coastwatch.gui
The SortedTable class is a normal javax.swing.JTable that can sort its rows when the user clicks on a column in the table header.
SortedTable(TableModel) - Constructor for class noaa.coastwatch.gui.SortedTable
Creates a new table from the specified model.
SortedTableModel - Class in noaa.coastwatch.gui
A SortedTableModel can be used to provide row sorting services for any javax.swing.table.TableModel.
SortedTableModel(TableModel) - Constructor for class noaa.coastwatch.gui.SortedTableModel
Creates a sorted model using the specified unsorted model for its data.
source - Variable in class noaa.coastwatch.io.ReaderSummaryProducer.Summary
 
source - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The data source, 0 for CIA WDBII or 1 or WVS.
sourceCoords - Variable in class noaa.coastwatch.util.ResamplingDiagnostic.DiagnosticInfo
The corresponding source coordinates.
sourceFilter - Variable in class noaa.coastwatch.util.MixedGridResampler
The source location filter for pixel data.
sourceGrids - Variable in class noaa.coastwatch.util.GridResampler
The list of source grids.
sourceTrans - Variable in class noaa.coastwatch.util.GridResampler
The source earth transform.
south - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The maximum southern value in degrees [-90..90].
SOUTH - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
The south side constant.
SOUTH_EAST - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
The south-east corner.
SOUTH_WEST - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
The south-west corner.
SPACE_SIZE - Static variable in class noaa.coastwatch.render.Legend
The default space size between legend elements.
SPACECRAFT_ALTITUDE - Static variable in class noaa.coastwatch.io.NOAA1bV2Reader.ScanLineV2
The spacecraft altitude attribute (Float).
SPACECRAFT_ID - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The spacecraft ID attribute (String).
SpaceObliqueMercatorProjection - Class in noaa.coastwatch.util.trans
The SpaceObliqueMercatorProjection class performs Space Oblique Mercator map projection calculations.
SpaceObliqueMercatorProjection(double, double, int[], AffineTransform, long, long, double, double, double, long, long, double, double) - Constructor for class noaa.coastwatch.util.trans.SpaceObliqueMercatorProjection
Constructs a map projection from the specified projection and affine transform.
SPCS - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
State Plane Coordinates projection code.
SPEED_KNOTS - Static variable in class noaa.coastwatch.render.WindBarbSymbol
The speed units for knots.
SPEED_METERS_PER_SECOND - Static variable in class noaa.coastwatch.render.WindBarbSymbol
The speed units for meters per second.
sphdz(int, double[], double[], double[], double[]) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Gets the semi-major, semi-minor, and radius axes lengths based on the parameters and spheroid code.
SPHERE - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Sphere of radius 6,370,997 metres spheroid code.
spheroid - Variable in class noaa.coastwatch.util.trans.MapProjection
The map projection spheroid code.
SPHEROID_INV_FLAT - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Spheroid inverse flattening values.
SPHEROID_NAMES - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
The list of spheroid code names.
SPHEROID_SEMI_MAJOR - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Spheroid semi-major axes in meters.
SPHEROID_SEMI_MINOR - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Spheroid semi-minor axes in meters.
SpheroidConstants - Interface in noaa.coastwatch.util.trans
The SpheroidConstants class is an interface that hold various earth spheroid constants, including spheroid index, names, and semi-major / semi-minor axes sizes.
SplashScreenManager - Class in noaa.coastwatch.gui
The SplashScreenManager class handles updates to the JVM-generated startup splash screen.
SplashScreenManager() - Constructor for class noaa.coastwatch.gui.SplashScreenManager
 
SPLIT_REGEX - Static variable in class noaa.coastwatch.tools.ToolServices
The tool parameter splitting expression.
SPLIT_STRING - Static variable in class noaa.coastwatch.util.MetadataServices
The composite attribute value splitting string.
sprintf(char[], String, Object...) - Static method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
StallMonitor - Class in noaa.coastwatch.io
A stall monitor is a data transfer listener that helps to handle stalled transfers.
StallMonitor(int, Runnable) - Constructor for class noaa.coastwatch.io.StallMonitor
Creates a new stall monitor with the specified stall time.
stanparl(double, double) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
start - Variable in class noaa.coastwatch.io.NOAA1bReader.ScanLine
The sample start and count values.
start - Variable in class noaa.coastwatch.util.chunk.ChunkPosition
The start coordinates of the chunk within the chunk space.
start - Variable in class noaa.coastwatch.util.DataLocationConstraints
The data location start and end bounds.
start() - Method in class noaa.coastwatch.gui.FullScreenWindow
Starts full screen mode with this window.
start() - Method in class noaa.coastwatch.gui.Swirl
Starts the swirling motion to indicate progress.
start() - Method in class noaa.coastwatch.io.tile.TileDeliveryOperation
Starts the operation.
start() - Method in class noaa.coastwatch.net.Timeout
Resets the elapsed time and starts the timeout countdown.
start() - Method in class noaa.coastwatch.test.TimeAccumulator
Marks the start of a CPU time recording session.
start() - Method in interface noaa.coastwatch.util.chunk.ParallelChunkOperation
Starts the parallel operation.
start() - Method in class noaa.coastwatch.util.chunk.PoolProcessor
 
start() - Method in class noaa.coastwatch.util.HTMLReportFormatter
 
start() - Method in interface noaa.coastwatch.util.ReportFormatter
Starts the report.
start() - Method in class noaa.coastwatch.util.TextReportFormatter
 
START_DAY - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The dataset starting Julian day attribute: [1..366] (Integer).
START_HOUR - Static variable in class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
The dataset starting hour attribute: [0..23] (Integer).
START_MILLISECOND - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The dataset starting time in milliseconds attribute (Long).
START_MINUTE - Static variable in class noaa.coastwatch.io.NOAA1bReader.ArchiveHeader
The dataset starting minute attribute: [00..59] (Integer).
START_YEAR - Static variable in class noaa.coastwatch.io.NOAA1bReader.DataHeader
The dataset starting year attribute (Integer).
startClass(Class) - Method in class noaa.coastwatch.test.TestLogger
Prints a start test message for a series of class tests.
startDate - Variable in class noaa.coastwatch.net.CatalogQueryAgent.Entry
The data starting date.
startDate - Variable in class noaa.coastwatch.net.CatalogQueryAgent
The starting date.
startExecution(String) - Static method in class noaa.coastwatch.tools.ToolServices
Logs a starting time for a executable task.
startLoading() - Method in class noaa.coastwatch.gui.ImageLoader
Starts image loading.
startMemoryMonitor() - Static method in class noaa.coastwatch.tools.ToolServices
Starts a memory monitor task that repeatedly outputs the status of memory usage to standard output until the VM exits.
STATE_PROPERTY - Static variable in class noaa.coastwatch.gui.AttributeValueChooser
The name for state property change events.
StatePlaneProjection - Class in noaa.coastwatch.util.trans
The StatePlaneProjection class performs State Plane map projection calculations.
StatePlaneProjection(int[], AffineTransform, long, long, String, String) - Constructor for class noaa.coastwatch.util.trans.StatePlaneProjection
Constructs a map projection from the specified projection and affine transform.
STATES - Static variable in class noaa.coastwatch.render.feature.TSVectorReader
Deprecated.
National boundaries (states) database.
Statistics - Class in noaa.coastwatch.util
The statistics class is a container for various data variable statistics such as minimum, maximum, mean, standard deviation, histogram counts, and so on.
Statistics(DataIterator) - Constructor for class noaa.coastwatch.util.Statistics
Creates a new set of statistics.
Statistics(DataIterator, boolean) - Constructor for class noaa.coastwatch.util.Statistics
Creates a new set of statistics.
StatisticsPanel - Class in noaa.coastwatch.gui
The StatisticsPanel is an abstract class that holds a Statistics object and draws the axes and labels desired for a plot of the statistics.
StatisticsPanel(Statistics) - Constructor for class noaa.coastwatch.gui.StatisticsPanel
Creates a new panel using the specified statistics data.
STATUS_PROPERTY - Static variable in class noaa.coastwatch.gui.open.FileChooser
The current status property.
STD_RADIUS - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
Standard Earth radius in kilometers.
StepEnhancement - Class in noaa.coastwatch.render
A step enhancement is an enhancement function formed by a number of discrete steps.
StepEnhancement(double[], double) - Constructor for class noaa.coastwatch.render.StepEnhancement
Constructs a step enhancement from the specified parameters.
StepEnhancement(double[], int) - Constructor for class noaa.coastwatch.render.StepEnhancement
Constructs a step enhancement from the specified parameters.
STEREO - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Stereographic projection code.
StereographicProjection - Class in noaa.coastwatch.util.trans
The StereographicProjection class performs Stereographic map projection calculations.
StereographicProjection(double, int[], AffineTransform, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.StereographicProjection
Constructs a map projection from the specified projection and affine transform.
stop() - Method in class noaa.coastwatch.gui.FullScreenWindow
Ends full screen mode with this window.
stop() - Method in class noaa.coastwatch.gui.Swirl
Stops the swirling motion.
stopLoading() - Method in class noaa.coastwatch.gui.ImageLoader
Stops image loading.
stopRendering - Variable in class noaa.coastwatch.render.EarthDataView
The rendering stop flag, true to stop rendering in progress.
stopRendering() - Method in interface noaa.coastwatch.gui.DelayedRenderingComponent
Stops the current rendering thread if it is active.
stopRendering() - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Stops the current rendering thread if it is active.
stopRendering() - Method in class noaa.coastwatch.render.EarthDataView
Sets the stop rendering flag to indicate that any current rendering loop should stop and return.
storeBooleanSettingForClass(boolean, String, Class) - Static method in class noaa.coastwatch.gui.GUIServices
Stores a boolean value for the target class.
storeStringSettingForClass(String, String, Class) - Static method in class noaa.coastwatch.gui.GUIServices
Stores a string value for the target class.
storeWindowSizeForClass(Dimension, Class) - Static method in class noaa.coastwatch.gui.GUIServices
Stores the specified window size for the target class.
stparl1(double) - Method in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 
STPLN_TABLE - Static variable in class noaa.coastwatch.util.GCTP
State Plane table units code.
stride - Variable in class noaa.coastwatch.util.DataLocationConstraints
The data location stride in each data dimension.
StrideLocationIterator - Class in noaa.coastwatch.util
The StrideLocationIterator class iterates over data locations using a constant step stride vector.
StrideLocationIterator(DataLocation, DataLocation, int[]) - Constructor for class noaa.coastwatch.util.StrideLocationIterator
Creates a new stride location iterator.
StringFilter - Interface in noaa.coastwatch.gui.open
The StringFilter interface specifies methods for filtering an input string to an output string.
StringValuePanel - Class in noaa.coastwatch.gui.value
A StringValuePanel holds a String value and allows the user to change it.
StringValuePanel() - Constructor for class noaa.coastwatch.gui.value.StringValuePanel
 
stripGroup(String) - Static method in class noaa.coastwatch.io.IOServices
Removes the leading group path from a variable name.
STROKE_PROPERTY - Static variable in class noaa.coastwatch.gui.visual.StrokeChooser
The stroke property.
StrokeChooser - Class in noaa.coastwatch.gui.visual
The StrokeChooser class is a panel that displays line dash pattern and thickness controls to allow the user to select the line stroke.
StrokeChooser() - Constructor for class noaa.coastwatch.gui.visual.StrokeChooser
Creates a new stroke chooser.
StrokeChooser(Stroke) - Constructor for class noaa.coastwatch.gui.visual.StrokeChooser
Creates a new stroke chooser with the specified initial stroke.
StrokeSwatch - Class in noaa.coastwatch.gui.visual
The StrokeSwatch class is an icon that shows a rectangle of a given line pattern.
StrokeSwatch(Stroke, int, int) - Constructor for class noaa.coastwatch.gui.visual.StrokeSwatch
Create a new stroke swatch.
Subregion - Class in noaa.coastwatch.render
 
Subregion(EarthLocation, double) - Constructor for class noaa.coastwatch.render.Subregion
Creates a new subregion with empty name and short name.
Subregion(EarthLocation, double, String, String) - Constructor for class noaa.coastwatch.render.Subregion
Creates a new subregion.
SUBSET_ALL - Static variable in class noaa.coastwatch.gui.save.SubsetOptionPanel
The subset type for all data.
SUBSET_CURRENT - Static variable in class noaa.coastwatch.gui.save.SubsetOptionPanel
The subset type for current data.
SUBSET_GEOGRAPHIC - Static variable in class noaa.coastwatch.gui.save.SubsetOptionPanel
The subset type for geographic coordinates.
SUBSET_IMAGE - Static variable in class noaa.coastwatch.gui.save.SubsetOptionPanel
The subset type for image coordinates.
SubsetGrid - Class in noaa.coastwatch.util
The SubsetGrid class uses an existing Grid object to provide a subset view of its data.
SubsetGrid(Grid, int[], int[]) - Constructor for class noaa.coastwatch.util.SubsetGrid
Creates a new subset based on the specified grid and parameters.
SubsetOptionPanel - Class in noaa.coastwatch.gui.save
The SubsetOptionPanel class allows the user to choose from a set of data export subset options.
SubsetOptionPanel(int[], int[], EarthLocation[]) - Constructor for class noaa.coastwatch.gui.save.SubsetOptionPanel
Creates a new subset option panel.
subsetPanel - Variable in class noaa.coastwatch.gui.save.DataSavePanel
The subset panel used for creating data subsets.
sum(double[]) - Static method in class noaa.coastwatch.util.expression.JELParser.ExtrasLibrary
Computes a sum of values.
Summary() - Constructor for class noaa.coastwatch.io.ReaderSummaryProducer.Summary
 
SummaryTable() - Constructor for class noaa.coastwatch.io.ReaderSummaryProducer.SummaryTable
 
SUPPORT - Static variable in class noaa.coastwatch.tools.ToolServices
The support email address.
supportsAlpha(Graphics2D) - Static method in class noaa.coastwatch.render.GraphicsServices
Determines if the graphics device supports colors with an alpha component.
supportsBinaryWithTransparency(Graphics2D) - Static method in class noaa.coastwatch.render.GraphicsServices
Determines if the graphics device supports a binary mask with a transparent color.
supportsSpheroid(int) - Static method in class noaa.coastwatch.util.GCTP
Determines if the projection system supports a generic spheroid earth model, or only a perfect sphere.
SURVEY_LIST_PROPERTY - Static variable in class noaa.coastwatch.gui.SurveyListChooser
The survey list property.
SurveyListChooser - Class in noaa.coastwatch.gui
The SurveyListChooser class is a panel that allows the user to manipulate a list of EarthDataSurvey objects.
SurveyListChooser() - Constructor for class noaa.coastwatch.gui.SurveyListChooser
Creates a new survey list chooser.
SurveyOverlay - Class in noaa.coastwatch.render
The SurveyOverlay class may be used to display the shape of an EarthDataSurvey object.
SurveyOverlay(EarthDataSurvey, Color) - Constructor for class noaa.coastwatch.render.SurveyOverlay
Creates a new survey overlay with the specified survey and color.
SurveyPlotFactory - Class in noaa.coastwatch.gui
The SurveyPlotFactory creates data plot panels that are appropriate for a given survey.
SurveyPlotFactory() - Constructor for class noaa.coastwatch.gui.SurveyPlotFactory
 
SWATH_POLY_SIZE - Static variable in class noaa.coastwatch.io.ACSPOHDFReader
Deprecated.
Swath polynomial size in kilometers.
SWATH_POLY_SIZE - Static variable in class noaa.coastwatch.io.ACSPONCCFReader
Deprecated.
Swath polynomial size in kilometers.
SWATH_POLY_SIZE - Static variable in class noaa.coastwatch.io.ACSPONCReader
Deprecated.
Swath polynomial size in kilometers.
SWATH_POLY_SIZE - Static variable in class noaa.coastwatch.io.CWHDFReader
Swath maximum polynomial size in kilometers.
SWATH_POLY_SIZE - Static variable in class noaa.coastwatch.io.NOAA1bReader
The swath polynomial size in kilometers.
SWATH_POLY_SIZE - Static variable in class noaa.coastwatch.io.TSHDFReader
Swath polynomial size in kilometers.
SwathProjection - Class in noaa.coastwatch.util.trans
The SwathProjection class implements earth transform calculations for satellite swath (also called sensor scan) 2D projections.
SwathProjection(Object) - Constructor for class noaa.coastwatch.util.trans.SwathProjection
Constructs a swath projection from the specified encoding.
SwathProjection(DataVariable, DataVariable, double, int[]) - Constructor for class noaa.coastwatch.util.trans.SwathProjection
Constructs a swath projection from the specified latitude and longitude data and desired polynomial size.
Swirl - Class in noaa.coastwatch.gui
The Swirl class shows a swirling progress icon in a panel.
Swirl() - Constructor for class noaa.coastwatch.gui.Swirl
Creates a new swirl.
symbol - Variable in class noaa.coastwatch.gui.visual.SymbolSwatch
The swatch symbol.
SymbolSwatch - Class in noaa.coastwatch.gui.visual
The SymbolSwatch class is an icon that shows a plot symbol.
SymbolSwatch(PlotSymbol, int) - Constructor for class noaa.coastwatch.gui.visual.SymbolSwatch
Create a new symbol swatch.
SyntheticIntChunkProducer - Class in noaa.coastwatch.util.chunk
A SyntheticIntChunkProducer object creates 2D integer data chunks whose values are specified by a functional interface method that returns an integer value for each row and column in the chunk.
SyntheticIntChunkProducer(ChunkingScheme, IntBinaryOperator) - Constructor for class noaa.coastwatch.util.chunk.SyntheticIntChunkProducer
Creates a new producer.
system - Variable in class noaa.coastwatch.util.trans.MapProjection
The map projection system.
SystemExitException(int) - Constructor for exception noaa.coastwatch.tools.cwtoolstest.SystemExitException
Create a new exception with the specifid exit status.

T

TabComponent - Interface in noaa.coastwatch.gui
The TabComponent interface is used to specify that components used in tabs must supply various descriptive elements, such as title, icon, and tool tip.
table(String[], List<String[]>) - Method in class noaa.coastwatch.util.HTMLReportFormatter
 
table(String[], List<String[]>) - Method in interface noaa.coastwatch.util.ReportFormatter
Formats a table.
table(String[], List<String[]>) - Method in class noaa.coastwatch.util.TextReportFormatter
 
table(String[], Map<String, List<String[]>>) - Method in class noaa.coastwatch.util.HTMLReportFormatter
 
table(String[], Map<String, List<String[]>>) - Method in interface noaa.coastwatch.util.ReportFormatter
Formats a table with multiple sections.
table(String[], Map<String, List<String[]>>) - Method in class noaa.coastwatch.util.TextReportFormatter
 
Task() - Constructor for class noaa.coastwatch.gui.open.FileChooser.Task
 
TBMHeader - Class in noaa.coastwatch.io.noaa1b
The TBMHeader class reads Terabit Memory header data from NOAA 1b data files.
TBMHeader(ByteBuffer) - Constructor for class noaa.coastwatch.io.noaa1b.TBMHeader
Creates a new header using the specified byte data.
TERM - Static variable in class noaa.coastwatch.util.GCTP
Print errors to the terminal.
TerminalColors - Interface in noaa.coastwatch.test
The TerminalColors class is an interface that hold various ANSI terminal color constants, which can be used to change the color of messages printed to standard output and error.
test(String) - Method in class noaa.coastwatch.test.TestLogger
Prints a start test message.
Testable - Annotation Interface in noaa.coastwatch.test
The Testable annotation can be used by any class that has a main method that should be called to test the class methods.
TestContainer - Class in noaa.coastwatch.gui
The test container class simply creates a JFrame and sets the content pane to the command line specified container.
TestContainer() - Constructor for class noaa.coastwatch.gui.TestContainer
 
testLocationData(String) - Static method in class noaa.coastwatch.render.feature.LatLonLineReader
Performs a test parsing of a list of latitude/longitude locations in a text file.
TestLogger - Class in noaa.coastwatch.test
The TestLogger object provides a singleton interface for printing testing messages.
TestRunner - Class in noaa.coastwatch.test
The TestableTester class contains a single static method main() that runs the unit tests for all classes that registered for testing.
TEXT_COMMAND - Static variable in class noaa.coastwatch.gui.AnnotationListChooser
The text annotation command.
textChanged(JTextField) - Method in class noaa.coastwatch.gui.value.ParsableValuePanel
 
textChanged(JTextField) - Method in interface noaa.coastwatch.gui.value.TextFieldVerifierImp
Handles a change in text in the field.
TextElement - Class in noaa.coastwatch.render
A text element is an annotation element the renders text strings.
TextElement(String, Font, Point2D, double[], double) - Constructor for class noaa.coastwatch.render.TextElement
Creates a new text element with the specified properties.
TextElement(String, Point2D) - Constructor for class noaa.coastwatch.render.TextElement
Creates a new text element with the specified string and base point.
TextFieldVerifier - Class in noaa.coastwatch.gui.value
A TextFieldVerifier attaches to a JTextField and verifies that the string conforms to a certain format.
TextFieldVerifier(JTextField, TextFieldVerifierImp) - Constructor for class noaa.coastwatch.gui.value.TextFieldVerifier
Creates a new verifier for the specified field and implementor.
TextFieldVerifierImp - Interface in noaa.coastwatch.gui.value
The TextFieldVerifierImp interface specifies methods that a TextFieldVerifier requires to perform the verification.
TextOptionPanel - Class in noaa.coastwatch.gui.save
The TextOptionPanel class allows the user to choose from a set of text options for data export.
TextOptionPanel() - Constructor for class noaa.coastwatch.gui.save.TextOptionPanel
Creates a new text option panel.
TextOverlay - Class in noaa.coastwatch.render
The TextOverlay class may be used to render a list of text annotation elements.
TextOverlay(Color) - Constructor for class noaa.coastwatch.render.TextOverlay
Creates a new text overlay with the specified color.
TextReportFormatter - Class in noaa.coastwatch.util
The TextReportFormatter class formats report data to raw text.
TextReportFormatter() - Constructor for class noaa.coastwatch.util.TextReportFormatter
 
TextRule - Class in noaa.coastwatch.render.feature
A TextRule provides a selection mechanism for features based on the string value of one of the attributes.
TextRule(String, Map<String, Integer>, String) - Constructor for class noaa.coastwatch.render.feature.TextRule
Creates a new text rule.
TextRule.Operator - Enum Class in noaa.coastwatch.render.feature
The operators for this class of rule.
TextSavePanel - Class in noaa.coastwatch.gui.save
The TextSavePanel class allows the user to select save options for text export files.
TextSavePanel(EarthDataReader, List, EarthDataView) - Constructor for class noaa.coastwatch.gui.save.TextSavePanel
 
TextWriter - Class in noaa.coastwatch.io
A text writer is an earth data writer that writes variable data as a series of lines in an ASCII text file.
TextWriter(EarthDataInfo, String) - Constructor for class noaa.coastwatch.io.TextWriter
Creates a new text file from the specified earth data info and file name.
THREDDSFileChooser - Class in noaa.coastwatch.gui.open
The THREDDSFileChooser class allows the user to choose a file from a THREDDS catalog.
THREDDSFileChooser(List) - Constructor for class noaa.coastwatch.gui.open.THREDDSFileChooser
Creates a new chooser.
Tile(TilingScheme.TilePosition, Object) - Constructor for class noaa.coastwatch.io.tile.TilingScheme.Tile
Creates a new tile with the specified parameters.
TileCache - Interface in noaa.coastwatch.io.tile
A TileCache object stores a set of TilingScheme.Tile objects and allows for their retrieval.
TileCachedGrid - Class in noaa.coastwatch.io.tile
The TileCachedGrid class is a Grid whose data is supplied from a TileSource and cached via the TileCacheManager.
TileCachedGrid(Grid, TileSource) - Constructor for class noaa.coastwatch.io.tile.TileCachedGrid
Constructs a new grid from the specified tile source.
TileCacheKey - Class in noaa.coastwatch.io.tile
A TileCacheKey object stores a pair of values: a tile source, and a tile position, that can be used in a TileCache to store and recall a specific tile.
TileCacheKey(TileSource, TilingScheme.TilePosition) - Constructor for class noaa.coastwatch.io.tile.TileCacheKey
Creates a new cache key.
TileCacheManager - Class in noaa.coastwatch.io.tile
The TileCacheManager class provides convenient access to the default tile cache.
TileCacheManager(TileCache) - Constructor for class noaa.coastwatch.io.tile.TileCacheManager
Creates a new manager backed by the specified cache.
TileDeliveryOperation - Class in noaa.coastwatch.io.tile
A TileDeliveryOperation represents an asynchronous process for delivering tiles of data from a TileSource to a number of Observer objects.
TileDeliveryOperation(TileSource, Iterable<TilingScheme.TilePosition>) - Constructor for class noaa.coastwatch.io.tile.TileDeliveryOperation
Creates a new delivery operation that reads tiles from a source.
TilePosition(int, int) - Constructor for class noaa.coastwatch.io.tile.TilingScheme.TilePosition
Creates a new tile position from tile coordinates.
TileSink - Interface in noaa.coastwatch.io.tile
The TileSink interface is for writing individual rectangles of data to a data sink.
TileSource - Interface in noaa.coastwatch.io.tile
The TileSource interface is for reading individual rectangles of data from a data source.
tiling - Variable in class noaa.coastwatch.io.CachedGrid
The tiling scheme.
TilingScheme - Class in noaa.coastwatch.io.tile
The tiling scheme class helps support the tiling of 2D data.
TilingScheme(int[], int[]) - Constructor for class noaa.coastwatch.io.tile.TilingScheme
Creates a new tiling scheme from the specified dimensions.
TilingScheme.Tile - Class in noaa.coastwatch.io.tile
A tile is a rectangular section of data with associated attributes.
TilingScheme.TilePosition - Class in noaa.coastwatch.io.tile
A tile position stores the row and column location coordinates of a tile in a tiling scheme.
TIME_FMT - Static variable in class noaa.coastwatch.util.MetadataServices
Default time format.
TimeAccumulator - Class in noaa.coastwatch.test
A TimeAccumulator object can be used for precise accumulation of time used in a thread for performance testing.
TimeAccumulator() - Constructor for class noaa.coastwatch.test.TimeAccumulator
 
Timeout - Class in noaa.coastwatch.net
A timeout allows the user to perform a certain task after some amount of time has passed.
Timeout(int, Runnable) - Constructor for class noaa.coastwatch.net.Timeout
Creates a new timeout.
TimePeriod - Class in noaa.coastwatch.util
The TimePeriod class is a container for a date and length of time.
TimePeriod(Date, long) - Constructor for class noaa.coastwatch.util.TimePeriod
Creates a new time period.
TimePeriod(Date, Date) - Constructor for class noaa.coastwatch.util.TimePeriod
Creates a new time period.
TimeWindow - Class in noaa.coastwatch.render.feature
A TimeWindow represents a date and window centered around the date.
TimeWindow(Date, long) - Constructor for class noaa.coastwatch.render.feature.TimeWindow
Creates a new time window.
TimeWindowRule - Class in noaa.coastwatch.render.feature
A TimeWindowRule provides a selection mechanism for features based on a date value of one of the attributes and a window of time around that date.
TimeWindowRule(String, Map<String, Integer>, TimeWindow) - Constructor for class noaa.coastwatch.render.feature.TimeWindowRule
Creates a new time window rule.
TimeWindowRule.Operator - Enum Class in noaa.coastwatch.render.feature
The operators for this class of rule.
TimeWindowValuePanel - Class in noaa.coastwatch.gui.value
A TimeWindowValuePanel holds a TimeWindow value and allows the user to change it.
TimeWindowValuePanel() - Constructor for class noaa.coastwatch.gui.value.TimeWindowValuePanel
Creates a new value panel.
TIROS_N_ID - Static variable in class noaa.coastwatch.io.NOAA1bV1Reader.DataHeaderV1
The TIROS-N spacecraft ID code.
title(String) - Method in class noaa.coastwatch.util.HTMLReportFormatter
 
title(String) - Method in interface noaa.coastwatch.util.ReportFormatter
Formats a report title.
title(String) - Method in class noaa.coastwatch.util.TextReportFormatter
 
TM - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Transverse Mercator projection code.
toArray(Object) - Static method in class noaa.coastwatch.util.MetadataServices
Converts a wrapped Java primitive to a primitive array.
toBits(byte[]) - Static method in class noaa.coastwatch.util.trans.SwathProjection
Converts an array of bytes to a bit set.
toBytes(BitSet) - Static method in class noaa.coastwatch.util.trans.SwathProjection
Converts a bit set to a byte array.
toDebugString() - Method in class noaa.coastwatch.render.feature.Attribute
 
toFloatArray(DataChunk, float[]) - Static method in class noaa.coastwatch.util.chunk.ChunkDataCast
Casts the data values from a DataChunk object into a primitive float array.
TOLERANCE_FACTOR - Static variable in class noaa.coastwatch.util.trans.SwathProjection
The default tolerance distance as a fraction of the resolution.
ToolServices - Class in noaa.coastwatch.tools
The tool services class defines various static methods relating to the CoastWatch tools.
ToolSplashWindow - Class in noaa.coastwatch.gui
Deprecated.
As of 3.3.1, use SplashScreenManager.
ToolSplashWindow(String) - Constructor for class noaa.coastwatch.gui.ToolSplashWindow
Deprecated.
Creates a new splash window.
TOP - Enum constant in enum class noaa.coastwatch.render.lines.EdgeSegment.EdgeType
 
TOPO_LEVELS - Static variable in class noaa.coastwatch.render.TopographyOverlay
The default topography contour levels.
Topography - Class in noaa.coastwatch.render
The Topography class holds topography data, useful for classes that need topography data for contouring, atmospheric correction, etc.
Topography() - Constructor for class noaa.coastwatch.render.Topography
 
TopographyOverlay - Class in noaa.coastwatch.render
A topography overlay annotates an earth data view with topography lines.
TopographyOverlay(Color) - Constructor for class noaa.coastwatch.render.TopographyOverlay
Constructs a new topography overlay.
TopographyOverlay(Color, int, Stroke) - Constructor for class noaa.coastwatch.render.TopographyOverlay
Constructs a new topography overlay.
Topology - Class in noaa.coastwatch.util
The Topology class contains a number of convenience methods for working with coordinates in a topology.
Topology() - Constructor for class noaa.coastwatch.util.Topology
 
toString() - Method in class noaa.coastwatch.gui.AttributeValueChooser
 
toString() - Method in class noaa.coastwatch.gui.open.DirectoryLister.Entry
Converts this entry to a string.
toString() - Method in class noaa.coastwatch.gui.open.ServerTableModel.Entry
Converts the entry to a string.
toString() - Method in class noaa.coastwatch.io.tile.TileCacheKey
 
toString() - Method in class noaa.coastwatch.io.tile.TilingScheme.Tile
 
toString() - Method in class noaa.coastwatch.io.tile.TilingScheme.TilePosition
 
toString() - Method in class noaa.coastwatch.net.CatalogQueryAgent.Entry
Converts this entry to a string.
toString() - Method in class noaa.coastwatch.render.feature.Attribute
 
toString() - Method in class noaa.coastwatch.render.feature.AttributeRule
 
toString() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader.Bin.Segment
Returns a string representation of this segment.
toString() - Method in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin.Segment
Returns a string representation of this segment.
toString() - Method in enum class noaa.coastwatch.render.feature.DateRule.Operator
 
toString() - Method in class noaa.coastwatch.render.feature.FeatureGroupFilter
 
toString() - Method in enum class noaa.coastwatch.render.feature.NumberRule.Operator
 
toString() - Method in enum class noaa.coastwatch.render.feature.SelectionRuleFilter.FilterMode
 
toString() - Method in class noaa.coastwatch.render.feature.SelectionRuleFilter
 
toString() - Method in enum class noaa.coastwatch.render.feature.TextRule.Operator
 
toString() - Method in class noaa.coastwatch.render.feature.TimeWindow
 
toString() - Method in enum class noaa.coastwatch.render.feature.TimeWindowRule.Operator
 
toString() - Method in class noaa.coastwatch.render.MultiPointFeatureOverlay
 
toString() - Method in class noaa.coastwatch.render.PointFeatureOverlay
 
toString() - Method in class noaa.coastwatch.render.SimpleSymbol
 
toString() - Method in class noaa.coastwatch.render.Subregion
Returns a string version of this subregion (the long name).
toString() - Method in class noaa.coastwatch.tools.UsageInfo
 
toString() - Method in class noaa.coastwatch.util.chunk.ChunkPosition
 
toString() - Method in class noaa.coastwatch.util.DataLocation
 
toString() - Method in class noaa.coastwatch.util.DataVariable
Gets a string representation of this variable.
toString() - Method in class noaa.coastwatch.util.EarthLocation
 
toString() - Method in class noaa.coastwatch.util.expression.ExpressionTest
 
toString() - Method in class noaa.coastwatch.util.Statistics
Converts this statistics object to a string.
toString() - Method in class noaa.coastwatch.util.trans.cdm.EllipsoidMercator
 
toString() - Method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
 
toString() - Method in class noaa.coastwatch.util.trans.Datum
 
toString(Object) - Static method in class noaa.coastwatch.util.MetadataServices
Converts an attribute value to a string.
totalBins - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The total number of bins.
totalBins - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The total number of bins.
totalPoints - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The total number of points.
totalPoints - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The total number of points.
totalSeconds() - Method in class noaa.coastwatch.test.TimeAccumulator
Gets the total time accumulated.
totalSegments - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSLineReader
The total number of segments.
totalSegments - Variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader
The total number of segments.
TrackBar(boolean, boolean, boolean, boolean) - Constructor for class noaa.coastwatch.gui.EarthDataViewPanel.TrackBar
Creates a track bar with the specified fields.
trans - Variable in class noaa.coastwatch.render.EarthDataView
The earth to image coordinate transform.
transferEnded(DataTransferEvent) - Method in class noaa.coastwatch.io.DataTransferAdapter
 
transferEnded(DataTransferEvent) - Method in interface noaa.coastwatch.io.DataTransferListener
Responds to a data transfer ending.
transferEnded(DataTransferEvent) - Method in class noaa.coastwatch.io.StallMonitor
 
transferError(DataTransferEvent) - Method in class noaa.coastwatch.io.DataTransferAdapter
 
transferError(DataTransferEvent) - Method in interface noaa.coastwatch.io.DataTransferListener
Responds to a data transfer error.
transferError(DataTransferEvent) - Method in class noaa.coastwatch.io.StallMonitor
 
transferProgress(DataTransferEvent) - Method in class noaa.coastwatch.io.DataTransferAdapter
 
transferProgress(DataTransferEvent) - Method in interface noaa.coastwatch.io.DataTransferListener
Responds to a data transfer in progress.
transferProgress(DataTransferEvent) - Method in class noaa.coastwatch.io.StallMonitor
 
transferStarted(DataTransferEvent) - Method in class noaa.coastwatch.io.DataTransferAdapter
 
transferStarted(DataTransferEvent) - Method in interface noaa.coastwatch.io.DataTransferListener
Responds to a data transfer starting.
transferStarted(DataTransferEvent) - Method in class noaa.coastwatch.io.StallMonitor
 
transform - Variable in class noaa.coastwatch.io.ReaderSummaryProducer.Summary
 
transform(AffineTransform) - Method in class noaa.coastwatch.util.DataLocation
Transforms this data location using an affine transform.
transform(Point2D) - Method in class noaa.coastwatch.render.EarthImageTransform
Converts arbitrary precision image coordinates to geographic coordinates.
transform(Point2D) - Method in class noaa.coastwatch.render.ImageTransform
Converts arbitrary precision image coordinates to data coordinates.
transform(Point) - Method in class noaa.coastwatch.render.EarthDataView
Transforms an image point to an integer data location using precomputed coordinate caching.
transform(Point) - Method in class noaa.coastwatch.render.EarthImageTransform
Converts integer image coordinates to geographic coordinates.
transform(Point) - Method in class noaa.coastwatch.render.ImageTransform
Converts integer image coordinates to data coordinates.
transform(Point, int[]) - Method in class noaa.coastwatch.render.EarthDataView
Transforms an image point to an integer data location using precomputed coordinate caching.
transform(EarthImageTransform) - Method in class noaa.coastwatch.render.feature.LineFeature
Transforms this line feature to a path.
transform(EarthImageTransform) - Method in class noaa.coastwatch.render.feature.PolygonFeature
 
transform(DataLocation) - Method in class noaa.coastwatch.render.ImageTransform
Converts data coordinates to image coordinates.
transform(DataLocation) - Method in class noaa.coastwatch.util.trans.EarthTransform
Converts data coordinates to geographic coordinates.
transform(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.EarthTransform
Converts data coordinates to geographic coordinates.
transform(EarthLocation) - Method in class noaa.coastwatch.render.EarthImageTransform
Converts geographic coordinates to image coordinates.
transform(EarthLocation) - Method in class noaa.coastwatch.util.trans.EarthTransform
Converts geographic coordinates to data coordinates.
transform(EarthLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.EarthTransform
Converts geographic coordinates to data coordinates.
transform(EarthLocation, Datum, EarthLocation) - Static method in class noaa.coastwatch.util.trans.Datum
Transforms an earth location from one datum to another.
transform(Document) - Method in class noaa.coastwatch.util.expression.ParseTreeTransform
Performs a transformation of the specified document in-place using the rules in this transform.
TransformableImageComponent - Interface in noaa.coastwatch.gui
The TransformableImageComponent interface may be implemented by graphical components that paint using an image.
transformImpl(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
 
transformImpl(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.DataProjection
 
transformImpl(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.EarthTransform
Implements the data to geographic transform.
transformImpl(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.EllipsoidPerspectiveProjection
 
transformImpl(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.GeographicProjection
 
transformImpl(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.GeoVectorProjection
 
transformImpl(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.MapProjection
 
transformImpl(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.SwathProjection
 
transformImpl(EarthLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.CDMGridMappedProjection
 
transformImpl(EarthLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.DataProjection
 
transformImpl(EarthLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.EarthTransform
Implements the geographic to data transform.
transformImpl(EarthLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.EllipsoidPerspectiveProjection
 
transformImpl(EarthLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.GeographicProjection
 
transformImpl(EarthLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.GeoVectorProjection
 
transformImpl(EarthLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.MapProjection
 
transformImpl(EarthLocation, DataLocation) - Method in class noaa.coastwatch.util.trans.SwathProjection
 
transformInPlace(AffineTransform) - Method in class noaa.coastwatch.util.DataLocation
Transforms this data location in place using an affine transform.
transformPath(List<EarthLocation>, EarthImageTransform, boolean, boolean) - Method in class noaa.coastwatch.render.PathTransformer
Transforms the specified list of locations to a path in the image space.
transformToPoint(DataLocation, EarthLocation) - Method in class noaa.coastwatch.util.trans.EarthTransform2D
Converts data coordinates to geographic coordinates (raster point mode).
translate(double[]) - Method in class noaa.coastwatch.util.DataLocation
Performs a translation on this data location.
translate(double, double) - Method in class noaa.coastwatch.util.DataLocation
Performs a 2D translation on this data location.
translate(double, double) - Method in class noaa.coastwatch.util.EarthLocation
Translates an earth location by the specified increments.
translate(double, double, DataLocation) - Method in class noaa.coastwatch.util.DataLocation
Performs a 2D translation on this data location.
translate(Point2D) - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Translates the specified panel-relative point to a view-relative point.
translate(String) - Method in interface noaa.coastwatch.util.expression.ExpressionParser
Translates the specified expression to Java Language syntax if possible.
translate(String) - Method in class noaa.coastwatch.util.expression.JEPEmulationParser
 
TRANSLATION - Static variable in class noaa.coastwatch.gui.NavigationChooser
The translation navigation mode.
TransparentOverlay - Interface in noaa.coastwatch.render
The TransparentOverlay interface is a marker interface for EarthDataOverlay classes that use a combination of opaque and transparent pixels.
TransverseMercatorProjection - Class in noaa.coastwatch.util.trans
The TransverseMercatorProjection class performs Transverse Mercator map projection calculations.
TransverseMercatorProjection(double, double, int[], AffineTransform, double, double, double, double, double) - Constructor for class noaa.coastwatch.util.trans.TransverseMercatorProjection
Constructs a map projection from the specified projection and affine transform.
treeClick(MouseEvent) - Method in class noaa.coastwatch.gui.open.XMLTree
Gets called when the tree is clicked.
truncate(int[]) - Method in class noaa.coastwatch.util.DataLocation
Truncates the data location to the nearest edge.
truncateInPlace(int[]) - Method in class noaa.coastwatch.util.DataLocation
Truncates the data location to the nearest edge.
tsfnz(double, double, double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Computes the constant small t for use in the forward computations in the Lambert Conformal Conic and the Polar Stereographic projections.
TSHDFReader - Class in noaa.coastwatch.io
A TSHDFReader reads SeaSpace TeraScan HDF format files using the HDF library class.
TSHDFReader(String) - Constructor for class noaa.coastwatch.io.TSHDFReader
Constructs a TSHDF reader from the specified file.
TSVectorReader - Class in noaa.coastwatch.render.feature
Deprecated.
The functionality of this class has been replaced by the BinnedGSHHSLineReader class which provides better performance for reading and rendering. The problem is that the TeraScan vector files only have one resolution and so render very slowly for large areas. The actual vectors rendered will differ between the data files provided by this class and the GSHHS data files because the TeraScan data is from the Digital Chart of the World (DCW) and the GSHHS data is from the CIA World Data Bank II (WDBII).
TSVectorReader(File) - Constructor for class noaa.coastwatch.render.feature.TSVectorReader
Deprecated.
Creates a new TeraScan vector reader from the database file.
TSVectorReader(String) - Constructor for class noaa.coastwatch.render.feature.TSVectorReader
Deprecated.
Creates a new TeraScan vector reader from a predefined database name.
TWO_PI - Static variable in class noaa.coastwatch.util.trans.GCTPStyleProjection
The value of 2 PI.
type - Variable in class noaa.coastwatch.render.lines.EdgeSegment
The segment edge type.
TYPE_FLOAT - Static variable in class noaa.coastwatch.gui.save.BinaryOptionPanel
The data type for 32-bit floating-point.
TYPE_SHORT - Static variable in class noaa.coastwatch.gui.save.BinaryOptionPanel
The data type for 16-bit signed integers.
TYPE_UBYTE - Static variable in class noaa.coastwatch.gui.save.BinaryOptionPanel
The data type for 8-bit unsigned integers.
typeOfVariable(String) - Method in class noaa.coastwatch.util.expression.ParseHelper
 
typeOfVariable(String) - Method in interface noaa.coastwatch.util.expression.ParseImp
Gets the type of a variable as a primitive wrapper class name.

U

UnitFactory - Class in noaa.coastwatch.util
The UnitFactory class creates Unidata UDUNITS style Unit objects from unit specification strings.
UnitFactory() - Constructor for class noaa.coastwatch.util.UnitFactory
 
unityMagnify() - Method in class noaa.coastwatch.gui.EarthDataViewPanel
Sets the magnification of the view around the current center location so that the data:screen pixel magnification is 1:1.
UnivariateEstimator - Class in noaa.coastwatch.util
A univariate estimator approximates the value of a function of one variable using a set of known function values.
UnivariateEstimator(double[], double[], int) - Constructor for class noaa.coastwatch.util.UnivariateEstimator
Constructs a univariate estimator using the specified function values and polynomial degree.
UnivariateEstimator(Object) - Constructor for class noaa.coastwatch.util.UnivariateEstimator
Constructs an estimator from the specified encoding.
UniversalTransverseMercatorProjection - Class in noaa.coastwatch.util.trans
The UniversalTransverseMercatorProjection class performs Universal Transverse Mercator map projection calculations.
UniversalTransverseMercatorProjection(double, double, int[], AffineTransform, double, long) - Constructor for class noaa.coastwatch.util.trans.UniversalTransverseMercatorProjection
Constructs a map projection from the specified projection and affine transform.
UNKNOWN - Enum constant in enum class noaa.coastwatch.util.sensor.SensorIdentifier.Sensor
 
unpack_angle(double) - Static method in class noaa.coastwatch.util.GCTP
Unpacks an angle in DDDMMMSSS.SS format to degrees.
unpack_angle(double) - Static method in class noaa.coastwatch.util.trans.GCTPStyleProjection
Unpacks an angle in DDDMMMSSS.SS format to degrees.
unpackDouble(long) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Unpacks a long integer value to a double.
unpackFloat(int) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
Unpacks an integer value to a float.
unpackFromByteData(byte[], double[], Byte, boolean) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Unpacks primitive data from a byte array into a double array.
unpackFromByteData(byte[], float[], Byte, boolean) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
Unpacks primitive data from a byte array into a float array.
unpackFromIntData(int[], double[], Integer, boolean) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Unpacks primitive data from a int array into a double array.
unpackFromIntData(int[], float[], Integer) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
Unpacks primitive data from a int array into a float array.
unpackFromLongData(long[], double[], Long) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Unpacks primitive data from a long array into a double array.
unpackFromShortData(short[], double[], Short, boolean) - Method in class noaa.coastwatch.util.chunk.DoublePackingScheme
Unpacks primitive data from a short array into a double array.
unpackFromShortData(short[], float[], Short, boolean) - Method in class noaa.coastwatch.util.chunk.FloatPackingScheme
Unpacks primitive data from a short array into a float array.
unscaleDouble(double) - Method in class noaa.coastwatch.util.chunk.DoubleScalingScheme
Unscales a double value.
unscaleDoubleData(double[], double[]) - Method in class noaa.coastwatch.util.chunk.DoubleScalingScheme
Unscales double data.
unscaleFloat(float) - Method in class noaa.coastwatch.util.chunk.FloatScalingScheme
Unscales a float value.
unscaleFloatData(float[], float[]) - Method in class noaa.coastwatch.util.chunk.FloatScalingScheme
Unscales float data.
unsignedType - Variable in class noaa.coastwatch.util.DataVariable
The unsigned type.
update() - Method in class noaa.coastwatch.gui.SatellitePassTableModel
Updates the pass table by contacting the server for a pass list.
update() - Method in class noaa.coastwatch.gui.ServerStatusPanel
Updates the status elements by contacting the server for a status report.
UPDATE_DELAY - Static variable in class noaa.coastwatch.tools.cwstatus
Deprecated.
The status update delay in milliseconds.
UPDATE_FRACTION - Static variable in class noaa.coastwatch.render.EarthDataView
The update frequency as a fraction of the total image size.
UpdateAgent - Class in noaa.coastwatch.gui
The UpdateAgent class performs an update check on the network, then pops up an informational dialog if the software is out of date.
UpdateAgent(String) - Constructor for class noaa.coastwatch.gui.UpdateAgent
Creates a new update agent for the specified tool name.
updateBitmasks() - Method in class noaa.coastwatch.render.MultilayerBitmaskOverlay
Updates the internal image buffers to reflect any changes made in the bitmasks.
UpdateCheck - Class in noaa.coastwatch.net
The UpdateCheck class checks for updates of the CoastWatch utilities software package online.
UpdateCheck(String) - Constructor for class noaa.coastwatch.net.UpdateCheck
Creates a new update check which checks a pre-defined server for a software update.
updateHistory(String, String[]) - Method in class noaa.coastwatch.io.CWHDFWriter
Appends a command line to the file history attribute.
updateHistory(String, String[]) - Method in class noaa.coastwatch.util.EarthDataInfo
Appends a command line to the history attribute.
updateNavigation(List, AffineTransform) - Method in class noaa.coastwatch.io.CWHDFReader
Updates the navigation transform for the specified list of variables.
updateNavigation(List, AffineTransform) - Method in class noaa.coastwatch.io.EarthDataReader
Updates the navigation transform for the specified list of variables (optional operation).
updateSplash(String) - Static method in class noaa.coastwatch.gui.SplashScreenManager
Updates the Java splash screen if present.
url - Variable in class noaa.coastwatch.net.CatalogQueryAgent
The catalog query URL.
URLTransfer - Class in noaa.coastwatch.net
The URLTransfer class initiates a connection to an Internet host specified by a URL and downloads the content provided by the URL.
URLTransfer(URL, OutputStream) - Constructor for class noaa.coastwatch.net.URLTransfer
Creates a new URL transfer with the specified parameters.
UsageInfo - Class in noaa.coastwatch.tools
The UsageInfo class holds information about how to call a command line tool: its main function, options, and parameters.
UsageInfo(String) - Constructor for class noaa.coastwatch.tools.UsageInfo
 
USDEF - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
User defined projection code.
useEncoding(Object) - Method in class noaa.coastwatch.util.BivariateEstimator
Uses an encoded representation of this estimator to recreate the estimator contents.
useEncoding(Object) - Method in class noaa.coastwatch.util.EarthPartition
Constructs an earth partitioning from the specified encoding.
useEncoding(Object) - Method in interface noaa.coastwatch.util.Encodable
Uses an encoded representation of this object to recreate the object contents.
useEncoding(Object) - Method in class noaa.coastwatch.util.Function
Uses the encoding to setup an instance of this object.
useEncoding(Object) - Method in class noaa.coastwatch.util.trans.SwathProjection
Constructs a swath projection from the specified encoding.
useEncoding(Object) - Method in class noaa.coastwatch.util.UnivariateEstimator
Uses an encoded representation of this estimator to recreate the estimator contents.
useEncoding(Object) - Method in class noaa.coastwatch.util.VariableEstimator
Constructs an estimator from the specified encoding.
useLocation(DataLocation) - Method in class noaa.coastwatch.util.ExpressionFilter
 
useLocation(DataLocation) - Method in interface noaa.coastwatch.util.LocationFilter
Determines if a data location should be used in the context of some computation.
useLocation(DataLocation) - Method in class noaa.coastwatch.util.VIIRSBowtieFilter
 
UTM - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Universal Transverse Mercator projection code.

V

Vaddtagref(int, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
validateInput() - Method in class noaa.coastwatch.gui.visual.ExpressionMaskOverlayPropertyChooser
Validates the expression text field for this chooser.
validateInput() - Method in class noaa.coastwatch.gui.visual.OverlayPropertyChooser
Checks the chooser settings for validity.
ValidChunkDetector - Class in noaa.coastwatch.util.chunk
The ValidChunkDetector class is a visitor that checks data chunks for missing values to determine if all the chunk's data values are missing, or if the chunk contains some valid data.
ValidChunkDetector() - Constructor for class noaa.coastwatch.util.chunk.ValidChunkDetector
 
VALUE_PROPERTY - Static variable in class noaa.coastwatch.gui.AttributeValueChooser
The name for value property change events.
VALUE_PROPERTY - Static variable in class noaa.coastwatch.gui.value.ValuePanel
The name for value property change events.
VALUE_PROPERTY - Static variable in class noaa.coastwatch.gui.visual.AbstractVisualObject
The value property.
valueIndex - Variable in class noaa.coastwatch.util.chunk.ExpressionFunction.VariableValueSource
The value index to use in retrieving a variable value.
valueOf(String) - Static method in enum class noaa.coastwatch.gui.CloseIcon.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.gui.LightTable.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.render.feature.DateRule.Operator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.render.feature.NumberRule.Operator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.render.feature.SelectionRuleFilter.FilterMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.render.feature.TextRule.Operator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.render.feature.TimeWindowRule.Operator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.render.lines.EdgeSegment.EdgeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.util.chunk.DataChunk.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.util.expression.ExpressionParser.ResultType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.util.expression.ExpressionParserFactory.ParserStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class noaa.coastwatch.util.sensor.SensorIdentifier.Sensor
Returns the enum constant of this class with the specified name.
ValuePanel<T> - Class in noaa.coastwatch.gui.value
A ValuePanel hold an object value and allows the user to change it.
ValuePanel() - Constructor for class noaa.coastwatch.gui.value.ValuePanel
 
values() - Static method in enum class noaa.coastwatch.gui.CloseIcon.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.gui.LightTable.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.render.feature.DateRule.Operator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.render.feature.NumberRule.Operator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.render.feature.SelectionRuleFilter.FilterMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.render.feature.TextRule.Operator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.render.feature.TimeWindowRule.Operator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.render.lines.EdgeSegment.EdgeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.util.chunk.DataChunk.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.util.expression.ExpressionParser.ResultType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.util.expression.ExpressionParserFactory.ParserStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class noaa.coastwatch.util.sensor.SensorIdentifier.Sensor
Returns an array containing the constants of this enum class, in the order they are declared.
ValueSource - Interface in noaa.coastwatch.util
The ValueSource interface may be implemented by any class that provides data values for a set of DataLocation objects.
VanderGrintenProjection - Class in noaa.coastwatch.util.trans
The VanderGrintenProjection class performs Vander Grinten map projection calculations.
VanderGrintenProjection(double, int[], AffineTransform, double, double, double) - Constructor for class noaa.coastwatch.util.trans.VanderGrintenProjection
Constructs a map projection from the specified projection and affine transform.
variable - Variable in class noaa.coastwatch.io.ReaderSummaryProducer.Summary
 
VARIABLE_PROPERTY - Static variable in class noaa.coastwatch.gui.open.EarthDataChooser
The variable property.
VARIABLE_PROPERTY - Static variable in class noaa.coastwatch.gui.VariableChooser
The variable property.
VariableChooser - Class in noaa.coastwatch.gui
The VariableChooser is a simple panel that displays a list of variable names and allows the user to select one of the variables.
VariableChooser(List) - Constructor for class noaa.coastwatch.gui.VariableChooser
Creates a new variable chooser panel.
VariableEstimator - Class in noaa.coastwatch.util
The VariableEstimator class provides an approximation of smoothly changing variable data using quadratic polynomials.
VariableEstimator(Object) - Constructor for class noaa.coastwatch.util.VariableEstimator
Constructs a variable estimator from the specified encoding.
VariableEstimator(Object, VariableEstimator) - Constructor for class noaa.coastwatch.util.VariableEstimator
Constructs a variable estimator from the specified encoding and the same earth transform and partitioning as the specified variable estimator.
VariableEstimator(DataVariable, Filter, EarthTransform, double, int[]) - Constructor for class noaa.coastwatch.util.VariableEstimator
Constructs a variable estimator for the specified variable, filter, and earth transform.
VariableEstimator(DataVariable, Filter, VariableEstimator) - Constructor for class noaa.coastwatch.util.VariableEstimator
Constructs a variable estimator for the specified variable and filter using the same earth transform and partitioning as the specified variable estimator.
VariableEstimator(DataVariable, EarthTransform, double, int[]) - Constructor for class noaa.coastwatch.util.VariableEstimator
Constructs a variable estimator for the specified variable and earth transform.
VariableEstimator(DataVariable, VariableEstimator) - Constructor for class noaa.coastwatch.util.VariableEstimator
Constructs a variable estimator for the specified variable using the same earth transform and partitioning as the specified variable estimator.
variableList - Variable in class noaa.coastwatch.gui.nav.NavigationPointWriter
The list of variables to access in the reader.
variableList - Variable in class noaa.coastwatch.gui.save.DataSavePanel
The list of variables for export.
VariableOptionPanel - Class in noaa.coastwatch.gui.save
The VariableOptionPanel class allows the user to choose a subset from a list of variables.
VariableOptionPanel(List, boolean) - Constructor for class noaa.coastwatch.gui.save.VariableOptionPanel
Creates a new variable option panel.
variablePanel - Variable in class noaa.coastwatch.gui.save.DataSavePanel
The variable option panel.
variables - Variable in class noaa.coastwatch.io.EarthDataReader
Earth data variable names.
variables - Variable in class noaa.coastwatch.io.EarthDataWriter
Earth data variables.
VariableStatisticsGenerator - Class in noaa.coastwatch.util
The VariableStatisticsGenerator class creates a Statistics object using a data variable and set of constraints.
VariableValueSource(List<DataChunk>) - Constructor for class noaa.coastwatch.util.chunk.ExpressionFunction.VariableValueSource
Creates a new source of variable values from a list of chunks.
Vattach(int, int, String) - Method in class noaa.coastwatch.io.HDFLib
 
Vattrinfo(int, int, String[], int[]) - Method in class noaa.coastwatch.io.HDFLib
 
Vdeletetagref(int, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
Vdetach(int) - Method in class noaa.coastwatch.io.HDFLib
 
Vend(int) - Method in class noaa.coastwatch.io.HDFLib
 
verbose - Variable in class noaa.coastwatch.render.EarthDataView
The verbose mode flag.
verify(JComponent) - Method in class noaa.coastwatch.gui.value.TextFieldVerifier
 
verifyText(JTextField) - Method in class noaa.coastwatch.gui.value.ParsableValuePanel
 
verifyText(JTextField) - Method in interface noaa.coastwatch.gui.value.TextFieldVerifierImp
Verifies that the text in the field is valid.
VFfieldesize(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VFfieldisize(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VFfieldname(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VFfieldorder(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VFfieldtype(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
Vfind(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
Vfindattr(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
Vfindclass(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
Vflocate(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VFnfields(int) - Method in class noaa.coastwatch.io.HDFLib
 
Vgetattr(int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
Vgetattr(int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
Vgetclass(int, String[]) - Method in class noaa.coastwatch.io.HDFLib
 
Vgetid(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
Vgetname(int, String[]) - Method in class noaa.coastwatch.io.HDFLib
 
Vgetnext(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
Vgettagref(int, int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
Vgettagrefs(int, int[], int[], int) - Method in class noaa.coastwatch.io.HDFLib
 
Vgetversion(int) - Method in class noaa.coastwatch.io.HDFLib
 
VGRINT - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Van der Grinten projection code.
VHmakegroup(int, int[], int[], int, String, String) - Method in class noaa.coastwatch.io.HDFLib
 
VHstoredata(int, String, byte[], int, int, String, String) - Method in class noaa.coastwatch.io.HDFLib
 
VHstoredata(int, String, Object, int, int, String, String) - Method in class noaa.coastwatch.io.HDFLib
 
VHstoredatam(int, String, byte[], int, int, String, String, int) - Method in class noaa.coastwatch.io.HDFLib
 
VHstoredatam(int, String, Object, int, int, String, String, int) - Method in class noaa.coastwatch.io.HDFLib
 
view - Variable in class noaa.coastwatch.gui.save.DataSavePanel
The current earth view.
view - Variable in class noaa.coastwatch.gui.save.ImageSavePanel
The view to save as an image.
ViewOperationChooser - Class in noaa.coastwatch.gui
The ViewOperationChooser class is a JToolBar that allows the user to select view transform operations using a set of toolbar buttons.
ViewOperationChooser() - Constructor for class noaa.coastwatch.gui.ViewOperationChooser
Creates a new horizontal operation chooser with text and icons.
ViewOperationChooser(int, boolean) - Constructor for class noaa.coastwatch.gui.ViewOperationChooser
Creates a new operation chooser.
VIIRS_IBAND_EDR - Enum constant in enum class noaa.coastwatch.util.sensor.SensorIdentifier.Sensor
 
VIIRS_IBAND_SDR - Enum constant in enum class noaa.coastwatch.util.sensor.SensorIdentifier.Sensor
 
VIIRS_MBAND_EDR - Enum constant in enum class noaa.coastwatch.util.sensor.SensorIdentifier.Sensor
 
VIIRS_MBAND_SDR - Enum constant in enum class noaa.coastwatch.util.sensor.SensorIdentifier.Sensor
 
VIIRSBowtieFilter - Class in noaa.coastwatch.util
The VIIRSBowtieFilter class detects locations in a level 2 swath file from the VIIRS sensor in which certain pixels are deleted because of a bow-tie overlap effect of the successive scan head sweeps.
VIIRSIBandEDRParams - Class in noaa.coastwatch.util.sensor
The VIIRSIBandEDRParams class provides parameters for the VIIRS I-band Environmental Data Record (EDR) scan and deletion pattern.
VIIRSIBandEDRParams() - Constructor for class noaa.coastwatch.util.sensor.VIIRSIBandEDRParams
Creates a new parameters object.
VIIRSIBandSDRParams - Class in noaa.coastwatch.util.sensor
The VIIRSIBandSDRParams class provides parameters for the VIIRS I-band Scientific Data Record (SDR) scan and deletion pattern.
VIIRSIBandSDRParams() - Constructor for class noaa.coastwatch.util.sensor.VIIRSIBandSDRParams
Creates a new parameters object.
VIIRSMBandEDRParams - Class in noaa.coastwatch.util.sensor
The VIIRSMBandEDRParams class provides parameters for the VIIRS M-band Environmental Data Record (EDR) scan and deletion pattern.
VIIRSMBandEDRParams() - Constructor for class noaa.coastwatch.util.sensor.VIIRSMBandEDRParams
Creates a new parameters object.
VIIRSMBandSDRParams - Class in noaa.coastwatch.util.sensor
The VIIRSMBandSDRParams class provides parameters for the VIIRS M-band Scientific Data Record (SDR) scan and deletion pattern.
VIIRSMBandSDRParams() - Constructor for class noaa.coastwatch.util.sensor.VIIRSMBandSDRParams
Creates a new parameters object.
VIIRSSensorParams - Interface in noaa.coastwatch.util.sensor
The VIIRSSensorParams class provides methods that describe the VIIRS scan pattern and deleted pixels for a specific VIIRS sensor scan mode and deletion pattern.
VIIRSSourceImp - Class in noaa.coastwatch.util.sensor
The VIIRSSourceImp helps resample VIIRS data using a specific set of VIIRS sensor parameters.
Vinqtagref(int, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
Vinquire(int, int[], String[]) - Method in class noaa.coastwatch.io.HDFLib
 
Vinsert(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
visitByteChunk(ByteChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
visitByteChunk(ByteChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataFlagger
 
visitByteChunk(ByteChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
visitByteChunk(ByteChunk) - Method in interface noaa.coastwatch.util.chunk.ChunkVisitor
Visits a chunk of native byte data.
visitByteChunk(ByteChunk) - Method in class noaa.coastwatch.util.chunk.ValidChunkDetector
 
visitDoubleChunk(DoubleChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
visitDoubleChunk(DoubleChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataFlagger
 
visitDoubleChunk(DoubleChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
visitDoubleChunk(DoubleChunk) - Method in interface noaa.coastwatch.util.chunk.ChunkVisitor
Visits a chunk of native double data.
visitDoubleChunk(DoubleChunk) - Method in class noaa.coastwatch.util.chunk.ValidChunkDetector
 
visitDoublePackingScheme(DoublePackingScheme) - Method in interface noaa.coastwatch.util.chunk.PackingSchemeVisitor
 
visitDoubleScalingScheme(DoubleScalingScheme) - Method in interface noaa.coastwatch.util.chunk.ScalingSchemeVisitor
 
visitFloatChunk(FloatChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
visitFloatChunk(FloatChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataFlagger
 
visitFloatChunk(FloatChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
visitFloatChunk(FloatChunk) - Method in interface noaa.coastwatch.util.chunk.ChunkVisitor
Visits a chunk of native float data.
visitFloatChunk(FloatChunk) - Method in class noaa.coastwatch.util.chunk.ValidChunkDetector
 
visitFloatPackingScheme(FloatPackingScheme) - Method in interface noaa.coastwatch.util.chunk.PackingSchemeVisitor
 
visitFloatScalingScheme(FloatScalingScheme) - Method in interface noaa.coastwatch.util.chunk.ScalingSchemeVisitor
 
visitIntChunk(IntChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
visitIntChunk(IntChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataFlagger
 
visitIntChunk(IntChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
visitIntChunk(IntChunk) - Method in interface noaa.coastwatch.util.chunk.ChunkVisitor
Visits a chunk of native int data.
visitIntChunk(IntChunk) - Method in class noaa.coastwatch.util.chunk.ValidChunkDetector
 
visitLongChunk(LongChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
visitLongChunk(LongChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataFlagger
 
visitLongChunk(LongChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
visitLongChunk(LongChunk) - Method in interface noaa.coastwatch.util.chunk.ChunkVisitor
Visits a chunk of native long data.
visitLongChunk(LongChunk) - Method in class noaa.coastwatch.util.chunk.ValidChunkDetector
 
visitShortChunk(ShortChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataAccessor
 
visitShortChunk(ShortChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataFlagger
 
visitShortChunk(ShortChunk) - Method in class noaa.coastwatch.util.chunk.ChunkDataModifier
 
visitShortChunk(ShortChunk) - Method in interface noaa.coastwatch.util.chunk.ChunkVisitor
Visits a chunk of native short data.
visitShortChunk(ShortChunk) - Method in class noaa.coastwatch.util.chunk.ValidChunkDetector
 
VisualArray - Class in noaa.coastwatch.gui.visual
The VisualArray class represents an array as a list with a text field, and add/remove buttons.
VisualArray(Object) - Constructor for class noaa.coastwatch.gui.visual.VisualArray
Creates a new visual array object using the specified array.
VisualBoolean - Class in noaa.coastwatch.gui.visual
The VisualBoolean class represents a Boolean as a checkbox button.
VisualBoolean(Boolean) - Constructor for class noaa.coastwatch.gui.visual.VisualBoolean
Creates a new visual Boolean object using the specified Boolean.
VisualChoice - Class in noaa.coastwatch.gui.visual
The VisualChoice class represents a value choice as a combo box.
VisualChoice(Object) - Constructor for class noaa.coastwatch.gui.visual.VisualChoice
Creates a new visual choice object using the specified value.
VisualColor - Class in noaa.coastwatch.gui.visual
The VisualColor class represents a color as a button with an icon of the color.
VisualColor(Color) - Constructor for class noaa.coastwatch.gui.visual.VisualColor
Creates a new visual color object using the specified color.
VisualFont - Class in noaa.coastwatch.gui.visual
The VisualFont class represents a font as a button with the name of the font.
VisualFont(Font) - Constructor for class noaa.coastwatch.gui.visual.VisualFont
Creates a new visual font object using the specified font.
VisualInteger - Class in noaa.coastwatch.gui.visual
The VisualInteger class represents an Integer as a spinner.
VisualInteger(Integer) - Constructor for class noaa.coastwatch.gui.visual.VisualInteger
Creates a new visual Integer object using the specified Integer.
VisualObject - Interface in noaa.coastwatch.gui.visual
The VisualObject interface defines the methods required for objects to have a visual onscreen representation.
VisualObjectFactory - Class in noaa.coastwatch.gui.visual
The VisualObjectFactory class contains static methods that create new visual objects based on an object and a property name.
VisualOverlay - Class in noaa.coastwatch.gui.visual
The VisualOverlay class represents an EarthDataOverlay object as a panel with modification components.
VisualOverlay(EarthDataOverlay) - Constructor for class noaa.coastwatch.gui.visual.VisualOverlay
Creates a new visual overlay object using the specified overlay.
VisualServices - Class in noaa.coastwatch.gui.visual
The VisualServices class contains static methods that are used in conjunction with visual objects.
VisualString - Class in noaa.coastwatch.gui.visual
The VisualString class represents a string as a text field.
VisualString(String) - Constructor for class noaa.coastwatch.gui.visual.VisualString
Creates a new visual string object using the specified String.
VisualStroke - Class in noaa.coastwatch.gui.visual
The VisualStroke class represents a line stroke as a button with an icon of the stoke pattern.
VisualStroke(Stroke) - Constructor for class noaa.coastwatch.gui.visual.VisualStroke
Creates a new visual stroke object using the specified stroke.
VisualSymbol - Class in noaa.coastwatch.gui.visual
The VisualSymbol class represents a plot symbol as a combo box with an icon of the symbol.
VisualSymbol(PlotSymbol) - Constructor for class noaa.coastwatch.gui.visual.VisualSymbol
Creates a new visual symbol object using the specified symbol.
Visvg(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
Visvs(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
Vlone(int, int[], int) - Method in class noaa.coastwatch.io.HDFLib
 
Vnattrs(int) - Method in class noaa.coastwatch.io.HDFLib
 
Vnrefs(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
Vntagrefs(int) - Method in class noaa.coastwatch.io.HDFLib
 
VQueryref(int) - Method in class noaa.coastwatch.io.HDFLib
 
VQuerytag(int) - Method in class noaa.coastwatch.io.HDFLib
 
VSappendable(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSattach(int, int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSattrinfo(int, int, int, String[], int[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSdetach(int) - Method in class noaa.coastwatch.io.HDFLib
 
VSelts(int) - Method in class noaa.coastwatch.io.HDFLib
 
Vsetattr(int, String, int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
Vsetattr(int, String, int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
Vsetattr(int, String, int, int, String) - Method in class noaa.coastwatch.io.HDFLib
 
Vsetclass(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
Vsetname(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSfdefine(int, String, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSfexist(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSfind(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSfindattr(int, int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSfindclass(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSfindex(int, String, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSfnattrs(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSgetattr(int, int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSgetattr(int, int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
VSgetclass(int, String[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSgetfields(int, String[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSgetid(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSgetinterlace(int) - Method in class noaa.coastwatch.io.HDFLib
 
VSgetname(int, String[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSgetversion(int) - Method in class noaa.coastwatch.io.HDFLib
 
VSinquire(int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSinquire(int, int[], String[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSisattr(int) - Method in class noaa.coastwatch.io.HDFLib
 
VSlone(int, int[], int) - Method in class noaa.coastwatch.io.HDFLib
 
VSnattrs(int) - Method in class noaa.coastwatch.io.HDFLib
 
VSQuerycount(int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSQueryfields(int, String[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSQueryinterlace(int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSQueryname(int, String[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSQueryref(int) - Method in class noaa.coastwatch.io.HDFLib
 
VSQuerytag(int) - Method in class noaa.coastwatch.io.HDFLib
 
VSQueryvsize(int, int[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSread(int, byte[], int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSread(int, Object, int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSseek(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetattr(int, int, String, int, int, byte[]) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetattr(int, int, String, int, int, Object) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetattr(int, int, String, int, int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetblocksize(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetclass(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetexternalfile(int, String, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetfields(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetinterlace(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetname(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
VSsetnumblocks(int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSsizeof(int, String) - Method in class noaa.coastwatch.io.HDFLib
 
Vstart(int) - Method in class noaa.coastwatch.io.HDFLib
 
VSwrite(int, byte[], int, int) - Method in class noaa.coastwatch.io.HDFLib
 
VSwrite(int, Object, int, int) - Method in class noaa.coastwatch.io.HDFLib
 

W

WAGIV - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Wagner IV projection code.
WagnerIVProjection - Class in noaa.coastwatch.util.trans
The WagnerIVProjection class performs Wagner IV map projection calculations.
WagnerIVProjection(double, int[], AffineTransform, double, double, double) - Constructor for class noaa.coastwatch.util.trans.WagnerIVProjection
Constructs a map projection from the specified projection and affine transform.
WagnerVIIProjection - Class in noaa.coastwatch.util.trans
The WagnerVIIProjection class performs Wagner VII map projection calculations.
WagnerVIIProjection(double, int[], AffineTransform, double, double, double) - Constructor for class noaa.coastwatch.util.trans.WagnerVIIProjection
Constructs a map projection from the specified projection and affine transform.
WAGVII - Static variable in interface noaa.coastwatch.util.trans.ProjectionConstants
Wagner VII projection code.
waitForCompletion() - Method in interface noaa.coastwatch.util.chunk.ParallelChunkOperation
Waits for completion of a parallel operation.
waitForCompletion() - Method in class noaa.coastwatch.util.chunk.PoolProcessor
 
waitUntilFinished() - Method in class noaa.coastwatch.io.tile.TileDeliveryOperation
Waits for the operation to finish.
warnOutOfMemory(Throwable) - Static method in class noaa.coastwatch.tools.ToolServices
Logs a warning to the user if the throwable or any of its causes is an OutOfMemory error.
WEBSITE - Static variable in class noaa.coastwatch.tools.ToolServices
The software website.
west - Variable in class noaa.coastwatch.render.feature.GSHHSReader.PolygonHeader
Deprecated.
The maximum western value in degrees [-180..180].
WEST - Static variable in class noaa.coastwatch.render.feature.BinnedGSHHSReader.Bin
The west side constant.
WGS66 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
WGS 66 spheroid code.
WGS72 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
WGS 72 spheroid code.
WGS84 - Static variable in interface noaa.coastwatch.util.trans.SpheroidConstants
WGS 84 spheroid code.
WindBarbSymbol - Class in noaa.coastwatch.render
A WindBarbSymbol is a PointFeatureSymbol that renders a wind barb according to the WMO rules.
WindBarbSymbol(int, int, int, EarthTransform2D) - Constructor for class noaa.coastwatch.render.WindBarbSymbol
Creates a new wind barb symbol.
WINDOW_HEIGHT_KEY - Static variable in class noaa.coastwatch.gui.GUIServices
The preferences key for applicationwindow height.
WINDOW_WIDTH_KEY - Static variable in class noaa.coastwatch.gui.GUIServices
The preferences key for application window width.
windowChanged() - Method in class noaa.coastwatch.gui.value.TimeWindowValuePanel
Updates the time window and sends a signal of the change if needed.
windowClosing(WindowEvent) - Method in class noaa.coastwatch.gui.WindowMonitor
 
WindowMonitor - Class in noaa.coastwatch.gui
The window monitor class performs a system exit when it receives the window closing event.
WindowMonitor() - Constructor for class noaa.coastwatch.gui.WindowMonitor
 
windowOpened(WindowEvent) - Method in class noaa.coastwatch.gui.UpdateAgent
Creates an update check in response to the window being opened for the first time.
WorldFileWriter - Class in noaa.coastwatch.io
The WorldFileWriter class writes ASCII text world files that store image to map coordinate transformation parameters as a set of floating point values.
WorldFileWriter(OutputStream, EarthImageTransform) - Constructor for class noaa.coastwatch.io.WorldFileWriter
Creates a new writer using the specified output stream.
write() - Method in class noaa.coastwatch.io.WorldFileWriter
Writes a world file to the output stream.
write(boolean, boolean, boolean, String, int, String, File) - Method in class noaa.coastwatch.gui.save.ImageSavePanel
Writes the image using the specified parameters.
write(byte[]) - Method in class noaa.coastwatch.gui.PanelOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class noaa.coastwatch.gui.PanelOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class noaa.coastwatch.gui.PanelOutputStream
Writes the specified byte to this output stream.
write(File) - Method in class noaa.coastwatch.gui.save.ArcSavePanel
Writes the data as an ArcGIS binary grid file.
write(File) - Method in class noaa.coastwatch.gui.save.BinarySavePanel
Writes the data as a binary file.
write(File) - Method in class noaa.coastwatch.gui.save.CFNC4SavePanel
Writes the data as a CoastWatch HDF file.
write(File) - Method in class noaa.coastwatch.gui.save.CFNCSavePanel
Writes the data as a CoastWatch HDF file.
write(File) - Method in class noaa.coastwatch.gui.save.CWHDFSavePanel
Writes the data as a CoastWatch HDF file.
write(File) - Method in class noaa.coastwatch.gui.save.GeoTIFFSavePanel
Writes the image as a GeoTIFF.
write(File) - Method in class noaa.coastwatch.gui.save.GIFSavePanel
Writes the image as a GIF.
write(File) - Method in class noaa.coastwatch.gui.save.JPEGSavePanel
Writes the image as a JPEG.
write(File) - Method in class noaa.coastwatch.gui.save.PDFSavePanel
Writes the image as a PDF.
write(File) - Method in class noaa.coastwatch.gui.save.PNGSavePanel
Writes the image as a PNG.
write(File) - Method in class noaa.coastwatch.gui.save.SavePanel
Saves data to a file.
write(File) - Method in class noaa.coastwatch.gui.save.TextSavePanel
Writes the data as a text file.
write(OutputStream) - Method in class noaa.coastwatch.gui.nav.NavigationPointWriter
Writes the point data.
write(OutputStream) - Method in class noaa.coastwatch.tools.Preferences
Writes this set of preferences to the specified output stream in an XML format.
write(EarthDataWriter) - Method in class noaa.coastwatch.gui.save.DataSavePanel
Writes the list of variables from the variable option panel to the writer.
write(EarthDataView, EarthDataInfo, boolean, boolean, IconElement, boolean, File, String, String, String, int) - Method in class noaa.coastwatch.io.EarthImageWriter
Writes the specified view to an image file.
writeFooter(PrintStream) - Method in class noaa.coastwatch.gui.nav.CSVPointWriter
 
writeFooter(PrintStream) - Method in class noaa.coastwatch.gui.nav.NavigationPointWriter
Writes the file footer to the stream.
writeFooter(PrintStream) - Method in class noaa.coastwatch.gui.nav.XMLPointWriter
 
writeHeader(PrintStream) - Method in class noaa.coastwatch.gui.nav.CSVPointWriter
 
writeHeader(PrintStream) - Method in class noaa.coastwatch.gui.nav.NavigationPointWriter
Writes the file header to the stream.
writeHeader(PrintStream) - Method in class noaa.coastwatch.gui.nav.XMLPointWriter
 
writeHeader(DataVariable) - Method in class noaa.coastwatch.io.ArcWriter
Writes an Arc header file.
writeHeader(DataVariable) - Method in class noaa.coastwatch.io.BinaryWriter
Writes a dimension header.
writeHeader(DataVariable) - Method in class noaa.coastwatch.io.TextWriter
Writes a dimension header.
writeList(OutputStream, List) - Static method in class noaa.coastwatch.gui.open.ServerTableModel
Writes a list of ServerTableModel.Entry objects to the specified stream in XML format.
writeOptions(OutputStream) - Method in class noaa.coastwatch.tools.Preferences
Writes the set of options to the specified output stream.
writePoint(PrintStream, NavigationPoint) - Method in class noaa.coastwatch.gui.nav.CSVPointWriter
 
writePoint(PrintStream, NavigationPoint) - Method in class noaa.coastwatch.gui.nav.NavigationPointWriter
Writes a single point to the stream.
writePoint(PrintStream, NavigationPoint) - Method in class noaa.coastwatch.gui.nav.XMLPointWriter
 
writeProgress - Variable in class noaa.coastwatch.io.EarthDataWriter
The current variable progress as a value in the range [0..100].
writeTile(TilingScheme.Tile) - Method in class noaa.coastwatch.io.CachedGrid
Writes the specified tile.
writeTile(TilingScheme.Tile) - Method in class noaa.coastwatch.io.HDFCachedGrid
 
writeTile(TilingScheme.Tile) - Method in class noaa.coastwatch.io.NCCachedGrid
 
writeTile(TilingScheme.Tile) - Method in class noaa.coastwatch.io.NOAA1bCachedGrid
 
writeTile(TilingScheme.Tile) - Method in interface noaa.coastwatch.io.tile.TileSink
Writes the specified tile to the sink.
writeVariable(DataVariable) - Method in class noaa.coastwatch.io.BinaryWriter
Writes the variable data as a stream of binary data values.
writeVariable(DataVariable) - Method in class noaa.coastwatch.io.TextWriter
Writes the variable data as a stream of text lines.
writeVariable(DataVariable, boolean, boolean) - Method in class noaa.coastwatch.io.HDFWriter
Creates and writes an HDF variable.
writeVariableName - Variable in class noaa.coastwatch.io.EarthDataWriter
The name of the variable currently being written.
writeVariables - Variable in class noaa.coastwatch.io.EarthDataWriter
The number of variables written so far during the current flush operation.

X

X - Static variable in class noaa.coastwatch.util.trans.GCTPCStyleProjection
The indices into return value array for forward transforms.
XmlNodeList() - Constructor for class noaa.coastwatch.gui.open.XMLTree.XmlNodeList
Default ctor.
XMLPointWriter - Class in noaa.coastwatch.gui.nav
The XMLPointWriter class writes navigation point data to an XML format file.
XMLPointWriter(EarthDataReader, List<String>, List<NavigationPoint>) - Constructor for class noaa.coastwatch.gui.nav.XMLPointWriter
Creates an XML point writer.
XMLTree - Class in noaa.coastwatch.gui.open
A JTree that displays an xml document.
XMLTree(Element, String) - Constructor for class noaa.coastwatch.gui.open.XMLTree
ctor
XMLTree.XmlNodeList - Class in noaa.coastwatch.gui.open
Class XmlNodeList
XMLTree.XmlTreeNode - Class in noaa.coastwatch.gui.open
Class XmlTreeNode
XmlTreeNode(Element) - Constructor for class noaa.coastwatch.gui.open.XMLTree.XmlTreeNode
ctor
XmlTreeNode(Element, String) - Constructor for class noaa.coastwatch.gui.open.XMLTree.XmlTreeNode
ctor
XSymbol - Class in noaa.coastwatch.render
The XSymbol class draws an X for a point symbol.
XSymbol() - Constructor for class noaa.coastwatch.render.XSymbol
Creates an X plot symbol object that has a width of 8 pixels, is transparent and has a border color of black.
XYPlotPanel - Class in noaa.coastwatch.gui
The XYPlotPanel is an abstract class that draws axes and labels for an x-y plot.
XYPlotPanel() - Constructor for class noaa.coastwatch.gui.XYPlotPanel
 

Y

Y - Static variable in class noaa.coastwatch.util.trans.GCTPCStyleProjection
 

Z

zone - Variable in class noaa.coastwatch.util.trans.MapProjection
The map projection system zone.
ZOOM - Static variable in class noaa.coastwatch.gui.ViewOperationChooser
The zoom operation.
ZOOM_MODE - Static variable in class noaa.coastwatch.gui.ImageViewPanel
Image zoom mode.

_

_H5Oopen_by_idx(int, String, int, int, long, int) - Method in class noaa.coastwatch.io.HDF5Lib
 
_H5Pclose_class(int) - Method in class noaa.coastwatch.io.HDF5Lib
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form