A B C D E F G H I L M N O P R S T U V W X Y Z

A

acquire() - Static method in class StringToDouble
Retrieves a poole StringToDouble object.
acquireDataSet(String, int) - Static method in class GDALUtilities
Acquires a Dataset and return it, given the name of the Dataset source and the desired access type
activateController() - Method in class GDALImageWriteParam
 
add(GribRecord) - Method in class GribCube4D
This method is responsible for adding the provided record to this cube.
add(GribRecord) - Method in class GribCube5D
Adding 5D GribRecord to this 5D hypercube.
ADD_OFFSET - Static variable in class NetCDFUtilities.DatasetAttribs
 
addCreateOption(GDALCreateOption) - Method in class GDALCreateOptionsHandler
This method add a create option to this handler.
addCreateOptions(Collection<GDALCreateOption>) - Method in class GDALCreateOptionsHandler
This method add a collection of create options to this handler.
addRecord(GribRecord) - Method in class GribFile
 
addRecord(GribRecord, int) - Method in class GribFile
addRecord
adiacent_i - Variable in class GribRecordGDS
Adiacent rows?
adjustAttributeName(String) - Static method in class ImageIOUtilities
 
adjustAttributeName(String) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.adjustAttributeName(String) instead
append(FastByteArrayWrapper, double) - Method in class NumberToByteArray
 
append(FastByteArrayWrapper, int) - Method in class NumberToByteArray
 
asWritable() - Method in class GDALCommonIIOImageMetadata
Returns a copy of this GDALCommonIIOImageMetadata as a GDALWritableCommonIIOImageMetadata instance, with setting capabilities
ATTRIBUTES_NODE - Static variable in class BaseImageMetadata
 
avail - Variable in class FastBufferedInputStream
The number of buffer bytes available starting from FastBufferedInputStream.pos.
avail - Variable in class FastBufferedOutputStream
The number of buffer bytes available starting from FastBufferedOutputStream.pos.
available() - Method in class FastBufferedInputStream
 

B

BaseImageMetadata - Class in it.geosolutions.imageio.ndplugin
A basic abstract class containing common metadata such as basic raster properties TODO @TODO: Add UOM management (Maybe, it is more appropriate to do on the upper class).
BaseImageMetadata(BaseImageReader, int) - Constructor for class BaseImageMetadata
BaseImageMetadata constructor.
BaseImageReader - Class in it.geosolutions.imageio.ndplugin
A base ImageReader class
BaseImageReader(ImageReaderSpi) - Constructor for class BaseImageReader
 
BaseImageReaderSpi - Class in it.geosolutions.imageio.ndplugin
 
BaseImageReaderSpi() - Constructor for class BaseImageReaderSpi
 
BaseImageReaderSpi(String, String, String[], String[], String[], String, Class<?>[], String[], boolean, String, String, String[], String[], boolean, String, String, String[], String[]) - Constructor for class BaseImageReaderSpi
 
BaseNetCDFImageReader - Class in it.geosolutions.imageio.plugins.netcdf
Base implementation for NetCDF based image flat reader.
BaseNetCDFImageReader(ImageReaderSpi) - Constructor for class BaseNetCDFImageReader
Explicit Constructor getting ImageReaderSpi originatingProvider as actual parameter.
BaseVariableWrapper - Class in it.geosolutions.imageio.plugins.netcdf
 
BaseVariableWrapper(Variable) - Constructor for class BaseVariableWrapper
 
BIG_ENDIAN - Static variable in class EnhancedRandomAccessFile
_more_
bigEndian - Variable in class EnhancedRandomAccessFile
The current endian (big or little) mode of the eraf.
BitInputStream - Class in it.geosolutions.io.input
This class is an input stream wrapper that can read a specific number of bytes and bits from an input stream.
BitInputStream(InputStream) - Constructor for class BitInputStream
Constructs a bit input stream from an InputStream object.
BitOutputStream - Class in it.geosolutions.io.output
Providing ability to write decorate outputstream with a bit oriented interface.
BitOutputStream(OutputStream) - Constructor for class BitOutputStream
 
bitVector2ByteVector(int, int) - Static method in class MathUtils
Convert an integer containing length bits into a vector of bytes.
bmsExists() - Method in class GribRecordPDS
Check if BMS exists.
buf - Variable in class InflaterImageInputStream
Input buffer for decompression.
buf - Variable in class FastByteArrayWrapper
The buffer where data is stored.
buffer - Variable in class EnhancedRandomAccessFile
The buffer used to load the data.
buffer - Variable in class FastBufferedInputStream
The internal buffer.
buffer - Variable in class FastBufferedOutputStream
The internal buffer.
bufferStart - Variable in class EnhancedRandomAccessFile
The offset in bytes of the start of the buffer, from the start of the eraf.
buildColorModel(SampleModel) - Static method in class GDALUtilities
Builds a proper ColorModel for a specified SampleModel
buildCRSProperties(RenderedImage, int) - Static method in class GDALUtilities
 
buildMetadataText(RenderedImage, GDALUtilities.MetadataChoice, int) - Static method in class GDALUtilities
 

C

cached - Variable in class EnhancedRandomAccessFile
Support for FileCache.
CalendarComparator - Class in net.sourceforge.jgrib.util
Class implementing a comparator for Gregorian Calendar objects
CalendarComparator() - Constructor for class CalendarComparator
 
canDecodeInput(Object) - Method in class GDALImageReaderSpi
Checks if the provided input can be decoded by the specific SPI.
canDecodeInput(Object) - Static method in class GribFile
The goal of this method is to check the provided object to see if it can be decoded as a GribFile.
canNodeAppear(String, ImageTypeSpecifier) - Method in class CoreCommonIIOStreamMetadataFormat
 
canNodeAppear(String, ImageTypeSpecifier) - Method in class CoreCommonImageMetadataFormat
 
canOffsetTiles() - Method in class GDALImageWriteParam
 
canProduce(int) - Method in class GribGDSLambert
 
canProduce(int) - Method in class GribGDSLatLon
 
canProduce(int) - Method in class GribGDSPolarStereo
 
canProduce(int) - Method in class GribGDSRotatedLatLon
 
canWriteCompressed() - Method in class GDALImageWriteParam
 
canWriteProgressive() - Method in class GDALImageWriteParam
 
canWriteTiles() - Method in class GDALImageWriteParam
 
center_id - Variable in class GribPDSParamTable
Identification of center e.g. 88 for Oslo.
checkImageIndex(int) - Method in class GDALImageReader
Checks if the specified ImageIndex is valid.
checkImageIndex(int) - Method in class BaseImageReader
Simple check of the specified image index.
checkNotNull(Object, String) - Static method in class ImageIOUtilities
 
checkNotNull(Object, String) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.checkNotNull(Object,String) instead
clean() - Method in class GribFile
clean, cleans the GribFile from anything it contains.
clear() - Method in class SoftValueHashMap
Removes all mappings from this map.
clone() - Method in class GCP
 
clone() - Method in class EnhancedImageReadParam
 
close() - Method in class EnhancedRandomAccessFile
Close the eraf, and release any associated system resources.
close() - Method in class GZIPImageInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class InflaterImageInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class FileImageInputStreamExtImpl
Closes the underlying EnhancedRandomAccessFile.
close() - Method in class ImageInputStreamAdapter
Closes this ImageInputStreamAdapter.
close() - Method in class FileImageOutputStreamExtImpl
Closes the underlying EnhancedRandomAccessFile.
close() - Method in class FilterImageOutputStream
 
close() - Method in class ImageOutputStreamAdapter
 
close() - Method in class InputStreamAdapter
 
close() - Method in class FastBufferedInputStream
 
close() - Method in class OutputStreamAdapter
 
close() - Method in class FastBufferedOutputStream
 
closed - Variable in class InflaterImageInputStream
 
closeDataSet(Dataset) - Static method in class GDALUtilities
Closes the given Dataset.
compare(GribPDSLevel) - Method in class GribPDSLevel
rdg - added this method to be used in a comparator for sorting while extracting records.
compare(GribPDSParameter) - Method in class GribPDSParameter
rdg - added this method to be used in a comparator for sorting while extracting records.
compare(GribRecordGDS) - Method in class GribRecordGDS
rdg - added this method to be used in a comparator for sorting while extracting records.
compare(GribRecordPDS) - Method in class GribRecordPDS
rdg - added this method to be used in a comparator for sorting while extracting records.
compare(GribPDSParameter) - Method in class GribPDSParameter
rdg - added this method to be used in a comparator for sorting while extracting records.
compare(Calendar, Calendar) - Method in class CalendarComparator
Method required to implement Comparator.
compare(GregorianCalendar, GregorianCalendar) - Method in class GMTBaseTimeComparator
Method required to implement Comparator.
compare(GribPDSLevel, GribPDSLevel) - Method in class GribPDSLevelComparator
Method required to implement Comparator.
compare(GribRecord, GribRecord) - Method in class GribRecordComparator
Method required to implement Comparator.
compareTo(GribRecord) - Method in class GribRecord
 
compute() - Method in class StringToDouble
Returns a value, if any was advertised by the StringToDouble.pushChar(int) method.
containsKey(Object) - Method in class SoftValueHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class SoftValueHashMap
Returns true if this map maps one or more keys to this value.
convertImageMetadata(IIOMetadata, ImageTypeSpecifier, ImageWriteParam) - Method in class GDALImageWriter
 
convertStreamMetadata(IIOMetadata, ImageWriteParam) - Method in class GDALImageWriter
 
COORDINATE_AXIS_TYPE - Static variable in class NetCDFUtilities
 
COORDSYS - Static variable in class NetCDFUtilities
 
copyValues() - Method in class GribRecordBDS
 
copyValues(Rectangle2D) - Method in class GribRecordBDS
 
CoreCommonIIOStreamMetadata - Class in it.geosolutions.imageio.core
Class representing common stream metadata
CoreCommonIIOStreamMetadata(String[]) - Constructor for class CoreCommonIIOStreamMetadata
Public constructor for common stream metadata object.
CoreCommonIIOStreamMetadataFormat - Class in it.geosolutions.imageio.core
Class defining the structure of metadata documents describing common stream metadata returned from getAsTree method.
CoreCommonImageMetadata - Class in it.geosolutions.imageio.core
Class needed to store all available information of a 2D Dataset with the add of additional information.
CoreCommonImageMetadata(boolean, String, String, String[], String[]) - Constructor for class CoreCommonImageMetadata
Private constructor
CoreCommonImageMetadataFormat - Class in it.geosolutions.imageio.core
Class defining the structure of metadata documents describing common image metadata returned from getAsTree method.
count - Variable in class FastByteArrayWrapper
The number of valid bytes in the buffer.
crc - Variable in class GZIPImageInputStream
CRC-32 for uncompressed data.
create(ImageInputStream, Integer, Boolean, Boolean, Boolean, EventListener[], Locale, EnhancedImageReadParam, ImageReader, RenderingHints) - Static method in class ImageReadDescriptorMT
Type-safe convenience method for creating a RenderedOp representing the "ImageRead" operation in rendered mode.
create(ParameterBlock, RenderingHints) - Method in class ImageReadMTCIF
 
create(ParameterBlock, RenderingHints) - Method in class ImageReadMTCRIF
 
create(RenderContext, ParameterBlock) - Method in class ImageReadMTCRIF
 
createCollection(ImageInputStream, int[], Boolean, Boolean, Boolean, EventListener[], Locale, ImageReadParam, ImageReader, RenderingHints) - Static method in class ImageReadDescriptorMT
Type-safe convenience method for creating a Collection representing the "ImageRead" operation in collection mode.
createColorModel(SampleModel) - Static method in class ImageIOUtilities
Creates a ColorModel that may be used with the specified SampleModel.
createCommonNativeTree() - Method in class CoreCommonImageMetadata
Returns the XML DOM Node object that represents the root of a tree of metadata contained within this object on its native format.
createCommonNativeTree() - Method in class BaseImageMetadata
 
createDatasetMetadata(String) - Method in class GDALImageReader
Build a proper GDALCommonIIOImageMetadata given the name of a dataset.
createDatasetMetadata(Dataset, String) - Method in class GDALImageReader
Build a proper GDALCommonIIOImageMetadata given an input dataset as well as the file name containing such a dataset.
createInputStreamInstance(Object, boolean, File) - Method in class FileImageInputStreamExtImplSpi
Returns an instance of the ImageInputStream implementation associated with this service provider.
createInputStreamInstance(Object, boolean, File) - Method in class StringImageInputStreamSpi
 
createInputStreamInstance(Object, boolean, File) - Method in class URLImageInputStreamSpi
 
createOptionsHandler - Variable in class GDALImageWriteParam
 
createOutputStreamInstance(Object, boolean, File) - Method in class FileImageOutputStreamExtImplSpi
Returns an instance of the ImageOutputStream implementation associated with this service provider.
createOutputStreamInstance(Object, boolean, File) - Method in class StringImageOutputStreamSpi
Returns an instance of the ImageOutputStream implementation associated with this service provider.
createOutputStreamInstance(Object, boolean, File) - Method in class URLImageOutputStreamSpi
Returns an instance of the ImageOutputStream implementation associated with this service provider.
createRenderable(ImageInputStream, int[], Boolean, Boolean, Boolean, EventListener[], Locale, ImageReadParam, ImageReader, RenderingHints) - Static method in class ImageReadDescriptorMT
Type-safe convenience method for creating a RenderableOp representing the "ImageRead" operation in renderable mode.
createRenderable(ParameterBlock, RenderingHints) - Method in class ImageReadMTCRIF
 

D

dataEnd - Variable in class EnhancedRandomAccessFile
The offset in bytes of the end of the data in the buffer, from the start of the eraf.
dataSize - Variable in class EnhancedRandomAccessFile
The size of the data stored in the buffer, in bytes.
DEF_RECORDS - Static variable in class GribFile
Default number of records.
DEFAULT - Static variable in class GDALUtilities.GDALMetadataDomain
 
DEFAULT_BUFFER_SIZE - Static variable in class EnhancedRandomAccessFile
The default buffer size, in bytes.
DEFAULT_BUFFER_SIZE - Static variable in class FastBufferedInputStream
The default size of the internal buffer in bytes (8Ki).
DEFAULT_BUFFER_SIZE - Static variable in class FastBufferedOutputStream
The default size of the internal buffer in bytes (8Ki).
DEFAULT_KEY_MAP - Static variable in class GDALUtilities.GDALMetadataDomain
 
DEFAULT_TILE_SIZE - Static variable in class GDALUtilities
The default tile size.
deleteOnExit(File) - Static method in class TestData
Requests that the file or directory denoted by the specified pathname be deleted when the virtual machine terminates.
deleteOnExit(File, boolean) - Static method in class TestData
Requests that the file or directory denoted by the specified pathname be deleted when the virtual machine terminates.
DEPTH - Static variable in class NetCDFUtilities
 
destinationRegion - Variable in class EnhancedImageReadParam
 
DIRECT_STANDARD_INPUT_TYPES - Static variable in class BaseImageReaderSpi
 
displayImageIOMetadata(Node) - Static method in class ImageIOUtilities
Given a root node, print the values/attributes tree using the System Out
dispose() - Method in class GDALImageReader
Allows resources to be released
dispose() - Method in class BaseImageReader
 
dispose() - Method in class BaseNetCDFImageReader
Allows any resources held by this reader to be released.
dispose() - Method in class FileImageInputStreamExtImpl
Disposes this FileImageInputStreamExtImpl by closing its underlying EnhancedRandomAccessFile.
dispose() - Method in class FileImageOutputStreamExtImpl
Disposes this FileImageInputStreamExtImpl by closing its underlying EnhancedRandomAccessFile.
dispose() - Method in class GribFile
Release all the used resource for this grib file.
DOT_ZERO - Static variable in class NumberToByteArray
 
DOUBLE_ZERO - Static variable in class NumberToByteArray
 
DOUBLE_ZERO0 - Static variable in class NumberToByteArray
 
DOUBLE_ZERO2 - Static variable in class NumberToByteArray
 

E

EARTH_FLATTENING - Static variable in class NetCDFUtilities.ProjAttribs
 
EARTH_RADIUS - Variable in class GribRecordGDS
Radius of earth used in calculating projections
endOfFile - Variable in class EnhancedRandomAccessFile
True if we are at the end of the eraf.
EnhancedImageReadParam - Class in it.geosolutions.imageio.imageioimpl
 
EnhancedImageReadParam() - Constructor for class EnhancedImageReadParam
 
EnhancedRandomAccessFile - Class in it.geosolutions.imageio.stream.eraf
 
EnhancedRandomAccessFile(int) - Constructor for class EnhancedRandomAccessFile
_more_
EnhancedRandomAccessFile(File, String) - Constructor for class EnhancedRandomAccessFile
Constructor, default buffer size.
EnhancedRandomAccessFile(File, String, int) - Constructor for class EnhancedRandomAccessFile
Constructor.
entrySet() - Method in class SoftValueHashMap
Returns a set view of the mappings contained in this map.
eos - Variable in class GZIPImageInputStream
Indicates end of input stream.
equals(Object) - Method in class GCP
 
equals(Object) - Method in class NetCDFUtilities.KeyValuePair
 
equals(Object, Object) - Static method in class ImageIOUtilities
Convenience method for testing two objects for equality.
equals(Object) - Method in class MapEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class SoftValueHashMap
Compares the specified object with this map for equality.
equals(Object, Object) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.equals(Object,Object) instead
equals(Object) - Method in class GribGDSLambert
 
equals(Object) - Method in class GribGDSLatLon
 
equals(Object) - Method in class GribGDSPolarStereo
 
equals(Object) - Method in class GribGDSRotatedLatLon
 
equals(Object) - Method in class GribFile
DO NOT USE THIS ONE
equals(Object) - Method in class GribPDSLevel
rdg - added equals method didn't check everything as most are set in the constructor
equals(Object) - Method in class GribPDSParameter
 
equals(Object) - Method in class GribRecord
 
equals(Object) - Method in class GribRecordBDS
 
equals(Object) - Method in class GribRecordBMS
 
equals(Object) - Method in class GribRecordGDS
 
equals(Object) - Method in class GribRecordIS
 
equals(Object) - Method in class GribRecordPDS
rdg - added an equals method here
equals(Object) - Method in class GribPDSParameter
 
EQUATORIAL_RADIUS - Static variable in class NetCDFUtilities.ProjAttribs
 
eraf - Variable in class EnhancedRandomAccessFile
The underlying java.io.RandomAccessFile.
exp2(double) - Static method in class MathUtils
exp2.
EXTENSIVE_TEST_KEY - Static variable in class TestData
The system property key for more extensive test suite.

F

FastBufferedInputStream - Class in it.geosolutions.io.input
Lightweight, unsynchronised, aligned input stream buffering class.
FastBufferedInputStream(InputStream, int) - Constructor for class FastBufferedInputStream
Creates a new fast buffered input stream by wrapping a given input stream with a given buffer size.
FastBufferedInputStream(InputStream) - Constructor for class FastBufferedInputStream
Creates a new fast buffered input stream by wrapping a given input stream with a buffer of FastBufferedInputStream.DEFAULT_BUFFER_SIZE bytes.
FastBufferedOutputStream - Class in it.geosolutions.io.output
Lightweight, unsynchronised, aligned output stream buffering class.
FastBufferedOutputStream(OutputStream, int) - Constructor for class FastBufferedOutputStream
Creates a new fast buffered output stream by wrapping a given output stream with a given buffer size.
FastBufferedOutputStream(OutputStream) - Constructor for class FastBufferedOutputStream
Creates a new fast buffered ouptut stream by wrapping a given output stream with a buffer of FastBufferedOutputStream.DEFAULT_BUFFER_SIZE bytes.
FastByteArrayWrapper - Class in it.geosolutions.imageio.utilities
This class implements a byteArray wrapper to speed up working with byte array.
FastByteArrayWrapper() - Constructor for class FastByteArrayWrapper
Default constructor
Creates a new byte array output stream.
FastByteArrayWrapper(byte[]) - Constructor for class FastByteArrayWrapper
Build a FastByteArrayWrapper with the inner buffer specified as argument
FastByteArrayWrapper(byte[], int) - Constructor for class FastByteArrayWrapper
Build a FastByteArrayWrapper with the inner buffer specified as argument.
FastByteArrayWrapper(int) - Constructor for class FastByteArrayWrapper
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
file - Variable in class EnhancedRandomAccessFile
_more_
file(Object, String) - Static method in class TestData
Access to getResource(caller, path) as a non-null File.
FileImageInputStreamExt - Interface in it.geosolutions.imageio.stream.input
An ImageInputStream that gets its input from a File.
FileImageInputStreamExtImpl - Class in it.geosolutions.imageio.stream.input
An implementation of ImageInputStream that gets its input from a File.
FileImageInputStreamExtImpl(File) - Constructor for class FileImageInputStreamExtImpl
Constructs a FileImageInputStreamExtImpl that will read from a given File.
FileImageInputStreamExtImpl(File, int) - Constructor for class FileImageInputStreamExtImpl
Constructs a FileImageInputStreamExtImpl that will read from a given File.
FileImageInputStreamExtImplSpi - Class in it.geosolutions.imageio.stream.input.spi
Implementation of an ImageInputStreamSpi for instantiating an ImageInputStream capable of connecting to a File by means of an EnhancedRandomAccessFile which gives buffering capabilities.
FileImageInputStreamExtImplSpi() - Constructor for class FileImageInputStreamExtImplSpi
Constructs a blank ImageInputStreamSpi.
FileImageOutputStreamExt - Interface in it.geosolutions.imageio.stream.output
Interfaces for for ImageOutputStream subclasses that exclusively points to a File object.
FileImageOutputStreamExtImpl - Class in it.geosolutions.imageio.stream.output
An implementation of ImageOutputStream that take its output on a File.
FileImageOutputStreamExtImpl(File) - Constructor for class FileImageOutputStreamExtImpl
A constructor which accepts a File as input.
FileImageOutputStreamExtImpl(File, int) - Constructor for class FileImageOutputStreamExtImpl
A constructor which accepts a File as input.
FileImageOutputStreamExtImplSpi - Class in it.geosolutions.imageio.stream.output.spi
A special ImageOutputStream Service Provider Interface which is able to provide a FileImageOutputStreamExt
FileImageOutputStreamExtImplSpi() - Constructor for class FileImageOutputStreamExtImplSpi
 
filename - Variable in class GribPDSParamTable
Stores the name of the file containing this table - not opened unless required for lookup.
filePosition - Variable in class EnhancedRandomAccessFile
The offset in bytes from the eraf start, of the next read or write operation.
fill() - Method in class InflaterImageInputStream
Fills input buffer with more data to decompress.
FILL_VALUE - Static variable in class NetCDFUtilities.DatasetAttribs
 
FilterImageInputStream - Class in it.geosolutions.imageio.stream.input
Decorator class for the ImageInputStream subclasses.
FilterImageInputStream(ImageInputStream) - Constructor for class FilterImageInputStream
The constructor
FilterImageInputStream() - Constructor for class FilterImageInputStream
Default constructor
FilterImageOutputStream - Class in it.geosolutions.imageio.stream.output
Decorator class for decorating ImageOutputStream subclasses.
FilterImageOutputStream(ImageOutputStream) - Constructor for class FilterImageOutputStream
 
finalize() - Method in class EnhancedRandomAccessFile
Close silently the underlying RandomAccessFile
Float2IBM(double) - Static method in class MathUtils
Converts a double to the standard IBM representation for a single precision real floating point number.
flush() - Method in class EnhancedRandomAccessFile
Copy the contents of the buffer to the disk.
flush() - Method in class FilterImageOutputStream
 
flush() - Method in class ImageOutputStreamAdapter
 
flush() - Method in class OutputStreamAdapter
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class BitOutputStream
writes bits from buffer to output stream
flush() - Method in class FastBufferedOutputStream
 
flushBefore(long) - Method in class FilterImageOutputStream
 
formatWritingCapabilities(String) - Static method in class GDALUtilities
Tells us about the capabilities for a GDAL driver.
frexpExp(double) - Static method in class MathUtils
frexpExp, builds and gives the exponent base 2 for the floating point representation of a real number.
frexpMant(double) - Static method in class MathUtils
frexpMant, builds and gives the mantissa base 2 for the floating point representation of a real number.

G

GCP - Class in it.geosolutions.imageio.core
Class that holds information about a ground control point.
GCP() - Constructor for class GCP
 
GDALCommonIIOImageMetadata - Class in it.geosolutions.imageio.gdalframework
Class needed to store all available information of a GDAL Dataset with the add of additional information.
GDALCommonIIOImageMetadata(String) - Constructor for class GDALCommonIIOImageMetadata
GDALCommonIIOImageMetadata constructor.
GDALCommonIIOImageMetadata(String, String, String) - Constructor for class GDALCommonIIOImageMetadata
GDALCommonIIOImageMetadata constructor.
GDALCommonIIOImageMetadata(Dataset, String, boolean, String, String) - Constructor for class GDALCommonIIOImageMetadata
GDALCommonIIOImageMetadata constructor.
GDALCommonIIOImageMetadata(Dataset, String, String, String) - Constructor for class GDALCommonIIOImageMetadata
Constructor which initializes fields by retrieving properties such as raster size, raster tiling properties, projection, and more from a given input Dataset.
GDALCommonIIOImageMetadata(Dataset, String, boolean) - Constructor for class GDALCommonIIOImageMetadata
Constructor which initializes fields by retrieving properties such as raster size, raster tiling properties, projection, and more from a given input Dataset if not null.
GDALCreateOption - Class in it.geosolutions.imageio.gdalframework
Several GDAL format drivers allow to specify a set of options during the creation of a file.
GDALCreateOption(String, int, String[], int) - Constructor for class GDALCreateOption
Constructor for a GDALCreateOption.
GDALCreateOptionsHandler - Class in it.geosolutions.imageio.gdalframework
Abstract class which allows to properly handle the set of "format specific" create options.
GDALCreateOptionsHandler() - Constructor for class GDALCreateOptionsHandler
 
GDALImageReader - Class in it.geosolutions.imageio.gdalframework
Main abstract class defining the main framework which needs to be used to extend Image I/O architecture using GDAL (Geospatial Data Abstraction Layer) by means of SWIG (Simplified Wrapper and Interface Generator) bindings in order to perform read operations.
GDALImageReader(GDALImageReaderSpi) - Constructor for class GDALImageReader
Constructs a GDALImageReader using a GDALImageReaderSpi.
GDALImageReader(GDALImageReaderSpi, int) - Constructor for class GDALImageReader
Constructs a GDALImageReader using a GDALImageReaderSpi.
GDALImageReaderSpi - Class in it.geosolutions.imageio.gdalframework
The abstract service provider interface (SPI) for GDALImageReaders.
GDALImageReaderSpi(String, String, String[], String[], String[], String, Class<?>[], String[], boolean, String, String, String[], String[], boolean, String, String, String[], String[], Collection<String>) - Constructor for class GDALImageReaderSpi
 
GDALImageWriteParam - Class in it.geosolutions.imageio.gdalframework
An abstract class which works as an adapter of ImageWriteParam
GDALImageWriteParam(ImageWriteParam, GDALCreateOptionsHandler) - Constructor for class GDALImageWriteParam
 
GDALImageWriteParam(ImageWriteParam, GDALCreateOptionsHandler, Locale) - Constructor for class GDALImageWriteParam
 
GDALImageWriter - Class in it.geosolutions.imageio.gdalframework
Main abstract class defining the main framework which needs to be used to extend Image I/O architecture using GDAL (Geospatial Data Abstraction Library) by means of SWIG (Simplified Wrapper and Interface Generator) bindings in order to perform write operations.
GDALImageWriter(ImageWriterSpi) - Constructor for class GDALImageWriter
Constructor for GDALImageWriter
GDALImageWriterSpi - Class in it.geosolutions.imageio.gdalframework
The abstract service provider interface (SPI) for GDALImageWriters.
GDALImageWriterSpi(String, String, String[], String[], String[], String, Class[], String[], boolean, String, String, String[], String[], boolean, String, String, String[], String[], List) - Constructor for class GDALImageWriterSpi
 
GDALMEMORYRASTER_MAXSIZE_KEY - Static variable in class GDALUtilities
System property name to customize the max supported size of a GDAL In Memory Raster Dataset to be created before using the createCopy method
GDALUtilities - Class in it.geosolutions.imageio.gdalframework
Utility class providing a set of static utility methods
GDALUtilities.DriverCreateCapabilities - Enum in it.geosolutions.imageio.gdalframework
Simple placeholder for information about a driver's capabilities.
GDALUtilities.GDALMetadataDomain - Class in it.geosolutions.imageio.gdalframework
Simple placeholder for Strings representing GDAL metadata domains.
GDALUtilities.GDALMetadataDomain() - Constructor for class GDALUtilities.GDALMetadataDomain
 
GDALUtilities.MetadataChoice - Enum in it.geosolutions.imageio.gdalframework
An auxiliary simple class containing only contants which are used to handle text building and visualization
GDALWritableCommonIIOImageMetadata - Class in it.geosolutions.imageio.gdalframework
Class extending GDALCommonIIOImageMetadata in order to provide write capabilities to the metadata instance.
GDALWritableCommonIIOImageMetadata() - Constructor for class GDALWritableCommonIIOImageMetadata
Default constructor of GDALWritableCommonIIOImageMetadata.
GDALWritableCommonIIOImageMetadata(String) - Constructor for class GDALWritableCommonIIOImageMetadata
Constructor of GDALWritableCommonIIOImageMetadata.
gdsExists() - Method in class GribRecordPDS
Check if GDS exists.
generatingProcessNCEP(int) - Static method in class Grib1GeneratingProcessNCEP
getOriginatingCenter, looks if there exists an originating center with the uspplied key otherwise it returns null.
get(Object) - Method in class SoftValueHashMap
Returns the value to which this map maps the specified key.
get4DCube(String) - Method in class GribCube5D
Returns a 4D cube whose parameter name is the one provided.
getAdaptee() - Method in class GDALImageWriteParam
 
getAll() - Static method in class Grib1ForecastTimeUnit
getAll, returns a collection made of all the values we have put inside this object.
getAll() - Static method in class Grib1GeneratingProcessNCEP
getAll, returns a collection made of all the values we have put inside this object.
getAll() - Static method in class Grib1GridType
getAll, returns a collection made of all the values we have put inside this object.
getAll() - Static method in class Grib1OriginatingCenters
getAll, returns a collection made of all the values we have put inside this object.
getAll() - Static method in class Grib1TimeRangeIndicator
getAll, returns a collection made of all the values we have put inside this object.
getAsTree(String) - Method in class CoreCommonIIOStreamMetadata
Returns an XML DOM Node object that represents the root of a tree of common stream metadata contained within this object according to the conventions defined by a given metadata format name.
getAsTree(String) - Method in class CoreCommonImageMetadata
Returns an XML DOM Node object that represents the root of a tree of common stream metadata contained within this object according to the conventions defined by a given metadata format name.
getAttribute(int, int) - Method in class BaseNetCDFImageReader
 
getAttribute(Variable, int) - Static method in class NetCDFUtilities
 
getAttributeAsString(int, String) - Method in class BaseNetCDFImageReader
 
getAttributeAsString(int, String, boolean) - Method in class BaseNetCDFImageReader
 
getAttributesAsNumber(Variable, String) - Static method in class NetCDFUtilities
 
getAttributesAsString(Attribute) - Static method in class NetCDFUtilities
 
getAttributesAsString(Variable, String) - Static method in class NetCDFUtilities
 
getAttributesAsString(Attribute, boolean) - Static method in class NetCDFUtilities
Return the value of a NetCDF Attribute instance as a String.
getAxisFormat(AxisType, String) - Static method in class NetCDFUtilities
Returns a format to use for parsing values along the specified axis type.
getBDS() - Method in class GribRecord
Get the binary data section of this GRIB record.
getBinaryScale() - Method in class GribRecordBDS
Get the binary scale factor.
getBitmap() - Method in class GribRecordBMS
Get bit map.
getBitOffset() - Method in class FilterImageOutputStream
 
getBitRate(float) - Method in class GDALImageWriteParam
 
getBMS() - Method in class GribRecord
Get the bitmap section of this GRIB record.
getBounds2D(ParameterBlock) - Method in class ImageReadMTCRIF
 
getByteArray() - Method in class FastByteArrayWrapper
Creates a newly allocated byte array.
getByteOrder() - Method in class EnhancedRandomAccessFile
 
getByteOrder() - Method in class FileImageInputStreamExtImpl
 
getByteOrder() - Method in class FilterImageInputStream
 
getByteOrder() - Method in class FilterImageOutputStream
 
getCacheMax() - Static method in class GDALUtilities
Returns the maximum amount of memory available for GDAL caching mechanism.
getCacheUsed() - Static method in class GDALUtilities
Returns the amount of GDAL cache used.
getCenter_id() - Method in class GribPDSParamTable
 
getChannel() - Method in class EnhancedRandomAccessFile
_more_
getCheckType(NetcdfDataset) - Static method in class NetCDFUtilities
Depending on the type of model/netcdf file, we will check for the presence of some variables rather than some others.
getColorInterpretations(int) - Method in class CoreCommonImageMetadata
Returns the colorInterpretation for the specified band
getColorInterpretations() - Method in class CoreCommonImageMetadata
 
getColorModel() - Method in class CoreCommonImageMetadata
Returns the ColorModel for the dataset held by this object.
getColumn() - Method in class GCP
Pixel (x) location of GCP on raster.
getCompressionMode() - Method in class GDALImageWriteParam
 
getCompressionQuality() - Method in class GDALImageWriteParam
 
getCompressionQualityDescriptions() - Method in class GDALImageWriteParam
 
getCompressionQualityValues() - Method in class GDALImageWriteParam
 
getCompressionType() - Method in class GDALImageWriteParam
 
getCompressionTypes() - Method in class GDALImageWriteParam
 
getController() - Method in class GDALImageWriteParam
 
getCreateOptions() - Method in class GDALCreateOptionsHandler
Provides to return a List containing Strings representing all specified create options we need to give to the writer when it call GDAL's create/createCopy method.
getCreateOptionsHandler() - Method in class GDALImageWriteParam
 
getCube4DCount() - Method in class GribCube5D
Number fo 4D cubes in this 5D cube.
getCubes4D() - Method in class GribCube5D
Retrieves all the 4D cubes held in this 5D cubes
getDataset() - Method in class BaseNetCDFImageReader
 
getDataset(Object) - Static method in class NetCDFUtilities
Returns a NetcdfDataset given an input object
getDatasetDescription() - Method in class CoreCommonImageMetadata
 
getDatasetMetadata(int) - Method in class GDALImageReader
Retrieves a GDALCommonIIOImageMetadata by index.
getDatasetName() - Method in class CoreCommonImageMetadata
Returns the name of the dataset which is the source for this IIOMetadata
getDatasetSource(Object) - Method in class GDALImageReader
Tries to retrieve the Dataset Source for the ImageReader's input.
getDecimalScale() - Method in class GribRecordPDS
Get the exponent of the decimal scale used for all data values.
getDefaultController() - Method in class GDALImageWriteParam
 
getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class GDALImageWriter
 
getDefaultStreamMetadata(ImageWriteParam) - Method in class GDALImageWriter
 
getDefaultValue() - Method in class GDALCreateOption
returns the default value of the create option.
getDesc() - Method in class GribPDSLevel
 
getDescription() - Method in class CoreCommonImageMetadata
Returns the description of the dataset which is the source for this IIOMetadata
getDescription() - Method in class GCP
Informational message or "".
getDescription(Locale) - Method in class FileImageInputStreamExtImplSpi
 
getDescription(Locale) - Method in class StringImageInputStreamSpi
 
getDescription(Locale) - Method in class URLImageInputStreamSpi
 
getDescription(Locale) - Method in class FileImageOutputStreamExtImplSpi
 
getDescription(Locale) - Method in class StringImageOutputStreamSpi
 
getDescription(Locale) - Method in class URLImageOutputStreamSpi
 
getDescription() - Method in class GribPDSParameter
 
getDescription() - Method in class GribRecord
Get a more detailed description of the parameter.
getDescription() - Method in class GribRecordPDS
Get a descritpion of the parameter.
getDescription() - Method in class GribPDSParameter
 
getDestinationOffset() - Method in class GDALImageWriteParam
 
getDestinationRegion() - Method in class EnhancedImageReadParam
 
getDestinationType() - Method in class GDALImageWriteParam
 
getDriverDescription() - Method in class CoreCommonImageMetadata
Returns the description of the GDAL driver used to open the source dataset for this IIOMetadata
getDriverName() - Method in class CoreCommonImageMetadata
Returns the name of the GDAL driver used to open the source dataset for this IIOMetadata
getEasting() - Method in class GCP
Easting of this gcp.
getElevation() - Method in class GCP
The elevation of this GCP.
getFD() - Method in class EnhancedRandomAccessFile
Returns the opaque eraf descriptor object associated with this eraf.
getFile() - Method in class EnhancedRandomAccessFile
Get the eraf file, or name.
getFile() - Method in class GZIPFilterFileImageInputStreamExt
return the associated file
getFile() - Method in interface FileImageInputStreamExt
Returns the associated File
getFile() - Method in class FileImageInputStreamExtImpl
Retrieves the File we are connected to.
getFile() - Method in interface FileImageOutputStreamExt
Returns the associated File
getFile() - Method in class FileImageOutputStreamExtImpl
Retrieves the File we are connected to.
getFilePointer() - Method in class EnhancedRandomAccessFile
Returns the current position in the eraf, where the next read or write will occur.
getFirstForecastTime() - Method in class GribCube4D
 
getFlushedPosition() - Method in class FilterImageOutputStream
 
getForecastTimeUnit() - Method in class GribRecordPDS
getForecastTimeUnit
getForecastTimeUnit(int) - Static method in class Grib1ForecastTimeUnit
getOriginatingCenter, looks if there exists an originating center with the uspplied key otherwise it returns null.
getGCPCount(int) - Method in class GDALImageReader
Returns the number of Ground Control Points of the Dataset at index imageIndex.
getGcpNumber() - Method in class CoreCommonImageMetadata
Returns the number of Ground Control Points
getGcpProjection() - Method in class CoreCommonImageMetadata
Returns the Ground Control Point's projection
getGCPProjection(int) - Method in class GDALImageReader
Returns the Ground Control Points projection definition string of the Dataset at index imageIndex.
getGCPs() - Method in class CoreCommonImageMetadata
Returns the Ground Control Points
getGCPs() - Method in class GDALCommonIIOImageMetadata
Returns the Ground Control Points
getGCPs(int) - Method in class GDALImageReader
Returns Ground Control Points of the Dataset at index imageIndex.
getGDALImageMetadata(String) - Static method in class GDALUtilities
Returns any metadata related to the specified image.
getGdalMetadataDomain(String) - Method in class GDALCommonIIOImageMetadata
Returns a Map representing metadata elements (key,value) for a specific domain of GDAL metadata.
getGdalMetadataDomainsList() - Method in class GDALCommonIIOImageMetadata
Return all the available metadata domains.
getGDALStreamMetadata(String) - Static method in class GDALUtilities
Returns any metadata which is not related to a specific image.
getGDS(ImageInputStream) - Static method in class GribGDSFactory
getGDS
getGDS(int) - Static method in class GribGDSFactory
getGDS, used as a default constructor.
getGDS() - Method in class GribRecord
Get the grid definition section of this GRIB record.
getGeneratingProcessID() - Method in class GribRecordPDS
getGeneratingProcessID
getGeoTransform(int) - Method in class GDALImageReader
Retrieves the GeoTransformation coefficients for the Dataset at index imageIndex.
getGeoTransformation() - Method in class CoreCommonImageMetadata
Returns the grid to world transformation of the image
getGlobalAttribute(int) - Method in class BaseNetCDFImageReader
 
getGlobalAttribute(NetcdfDataset, int) - Static method in class NetCDFUtilities
 
getGlobalAttributeAsString(NetcdfDataset, String) - Static method in class NetCDFUtilities
Return a global attribute as a String.
getGMTBaseTime() - Method in class GribRecordPDS
Get the base (analysis) time of the forecast in GMT.
getGMTForecastTime() - Method in class GribRecordPDS
Get the time of the forecast.
getGMTForecastTime2() - Method in class GribRecordPDS
getGMTForecastTime2
getGribEdition() - Method in class GribRecordIS
Get the EDITION of the GRIB specification used.
getGribLength() - Method in class GribRecordIS
Get the byte gribLength of this GRIB record.
getGridCenterLat() - Method in class GribGDSPolarStereo
Get the Latitude of the circle where grid lengths are defined
getGridCoords() - Method in class GribGDSLambert
Get grid coordinates in latitude/longitude adapted from J.P.
getGridCoords() - Method in class GribGDSLatLon
Get grid coordinates in longitude/latitude pairs Longitude is returned in the range +/- 180 degrees
getGridCoords() - Method in class GribGDSPolarStereo
Get grid coordinates in longitude/latitude adapted from J.P.
getGridCoords() - Method in class GribGDSRotatedLatLon
Get grid coordinates in longitude/latitude pairs Longitude is returned in the range +/- 180 degrees
getGridCoords() - Method in class GribRecord
Get grid coordinates in longitude/latitude
getGridCoords() - Method in class GribRecordGDS
Get grid coordinates in longitude/latitude
getGridDX() - Method in class GribGDSRotatedLatLon
Get delta-Lon between two grid points.
getGridDX() - Method in class GribRecordGDS
Get x-increment/distance between two grid points.
getGridDY() - Method in class GribGDSLambert
Get y-increment/distance between two grid points.
getGridDY() - Method in class GribGDSRotatedLatLon
Get delta-Lat between two grid points.
getGridDY() - Method in class GribRecordGDS
Get y-increment/distance between two grid points.
getGridID() - Method in class GribRecordPDS
getGridID
getGridLat1() - Method in class GribGDSRotatedLatLon
Get latitude of grid start point.
getGridLat1() - Method in class GribRecordGDS
Get y-coordinate/latitude of grid start point.
getGridLat2() - Method in class GribGDSRotatedLatLon
Get latitude of grid end point.
getGridLat2() - Method in class GribRecordGDS
Get y-coordinate/latitude of grid end point.
getGridLatin1() - Method in class GribGDSLambert
Get first latitude from the pole at which cone cuts spherical earth - see note 8 of Table D
getGridLatin2() - Method in class GribGDSLambert
Get second latitude from the pole at which cone cuts spherical earth - see note 8 of Table D
getGridLatSP() - Method in class GribGDSLambert
Get latitude of south pole.
getGridLatSP() - Method in class GribRecordGDS
Get y-coordinate/latitude of south pole of a rotated latitude/longitude grid.
getGridLatSPST() - Method in class GribGDSRotatedLatLon
Get y-coordinate/latitude of south pole of stretching.
getGridLon1() - Method in class GribGDSRotatedLatLon
Get longitude of grid start point.
getGridLon1() - Method in class GribRecordGDS
Get x-coordinate/longitude of grid start point.
getGridLon2() - Method in class GribGDSRotatedLatLon
Get longitude of grid end point.
getGridLon2() - Method in class GribRecordGDS
Get x-coordinate/longitude of grid end point.
getGridLonLatEnvelope() - Method in class GribGDSLambert
 
getGridLonSP() - Method in class GribGDSLambert
Get longitude of south pole of a rotated latitude/longitude grid.
getGridLonSP() - Method in class GribRecordGDS
Get x-coordinate/longitude of south pole of a rotated latitude/longitude grid.
getGridLonSPST() - Method in class GribGDSRotatedLatLon
Get x-coordinate/longitude of south pole of of stretching.
getGridLov() - Method in class GribGDSLambert
Get orientation of the grid
getGridMode() - Method in class GribGDSRotatedLatLon
Get grid mode.
getGridMode() - Method in class GribRecordGDS
Get grid mode.
getGridNX() - Method in class GribGDSRotatedLatLon
Get number of grid columns.
getGridNX() - Method in class GribRecordGDS
Get number of grid columns.
getGridNY() - Method in class GribGDSRotatedLatLon
Get number of grid rows.
getGridNY() - Method in class GribRecordGDS
Get number of grid rows.
getGridRotAngle() - Method in class GribGDSRotatedLatLon
Get grid rotation angle of a rotated latitude/longitude grid.
getGridRotAngle() - Method in class GribRecordGDS
Get grid rotation angle of a rotated latitude/longitude grid.
getGridScanmode() - Method in class GribGDSLambert
Get scan mode (sign of increments).
getGridScanmode() - Method in class GribGDSRotatedLatLon
Get scan mode (sign of increments).
getGridScanmode() - Method in class GribRecordGDS
Get scan mode (sign of increments).
getGridStretchingFactor() - Method in class GribGDSRotatedLatLon
Get stretching factor.
getGridType() - Method in class GribGDSRotatedLatLon
Get type of grid.
getGridType() - Method in class GribRecordGDS
Get type of grid.
getHeight() - Method in class CoreCommonImageMetadata
Returns the height of the image
getHeight(int) - Method in class GDALImageReader
Returns the height of the raster of the Dataset at index imageIndex.
getHeight(int) - Method in class BaseNetCDFImageReader
 
getHeight() - Method in class BaseVariableWrapper
 
getId() - Method in class GCP
Unique identifier, often numeric.
getImageIndex() - Method in class BaseImageMetadata
 
getImageMetadata(int) - Method in class GDALImageReader
Returns an IIOMetadata object containing metadata associated with the given image, specified by the imageIndex parameter
getImageMetadata(GDALImageReader, int) - Static method in class GDALUtilities
 
getImageMetadata(int) - Method in class BaseNetCDFImageReader
 
getImageReader() - Method in class BaseImageMetadata
 
getImageTypes(int) - Method in class GDALImageReader
Returns an Iterator containing possible image types to which the given image may be decoded, in the form of ImageTypeSpecifierss.
getImageTypes(int) - Method in class BaseNetCDFImageReader
 
getImplementationHints() - Method in class GribGDSLambert
 
getImplementationHints() - Method in class GribGDSLatLon
 
getImplementationHints() - Method in class GribGDSPolarStereo
 
getImplementationHints() - Method in class GribGDSRotatedLatLon
 
getIndex() - Method in class GribPDSLevel
 
getIndexMap() - Method in class BaseNetCDFImageReader
 
getInstance() - Static method in class CoreCommonIIOStreamMetadataFormat
Returns an instance of the CoreCommonIIOStreamMetadataFormat class.
getInstance() - Static method in class CoreCommonImageMetadataFormat
Returns an instance of the CoreCommonImageMetadataFormat class.
getIS() - Method in class GribRecord
Get the indicator section of this GRIB record.
getIsConstant() - Method in class GribRecordBDS
Get whether this BDS is single valued
getIsIncreasingUp() - Method in class GribPDSLevel
 
getIsNumeric() - Method in class GribPDSLevel
 
getIsSingleLayer() - Method in class GribPDSLevel
 
getJDKImageReaderWriterSPI(ServiceRegistry, String, boolean) - Static method in class GDALUtilities
 
getJDKImageReaderWriterSPI(ServiceRegistry, String, boolean) - Static method in class ImageIOUtilities
 
getKey() - Method in class NetCDFUtilities.KeyValuePair
 
getKey() - Method in class MapEntry
Returns the key corresponding to this entry.
getLastForecastTime() - Method in class GribCube4D
 
getLength() - Method in class GribGDSRotatedLatLon
Get length in bytes of this section.
getLength() - Method in class GribRecord
Get the byte length of this GRIB record.
getLength() - Method in class GribRecordBDS
Get the length in bytes of this section.
getLength() - Method in class GribRecordBMS
Get length in bytes of this section.
getLength() - Method in class GribRecordES
 
getLength() - Method in class GribRecordGDS
Get length in bytes of this section.
getLength() - Method in class GribRecordIS
Get the byte gribLength of the IS section.
getLength() - Method in class GribRecordPDS
Get the byte length of this section.
getLevel() - Method in class GribPDSLevel
 
getLevel() - Method in class GribRecord
Get the level (height or pressure) description.
getLevel() - Method in class GribRecordPDS
Get the level of the forecast/analysis.
getLevelDesc() - Method in class GribRecordPDS
Get the long description for this level of the forecast/analysis.
getLevelName() - Method in class GribRecordPDS
Get the name for the type of level for this forecast/analysis.
getLevelUnits() - Method in class GribRecordPDS
Get the units for the level of the forecast/analysis.
getLevelValue() - Method in class GribRecordPDS
Get the numeric value for this level.
getLevelValue2() - Method in class GribRecordPDS
Get value 2 (if it exists) for this level.
getLocalBaseTime() - Method in class GribRecordPDS
Get the base (analysis) time of the forecast in local time zone.
getLocale() - Method in class GDALImageWriteParam
 
getLocalForecastTime() - Method in class GribRecordPDS
Get the time of the forecast in local time zone.
getLocalizedCompressionTypeName() - Method in class GDALImageWriteParam
 
getLocation() - Method in class EnhancedRandomAccessFile
 
getMaximum(int) - Method in class CoreCommonImageMetadata
Returns the maximum value for the specified band
getMaximum(int, int) - Method in class GDALImageReader
Returns the optional Maximum Value of the specified band of the Dataset at index imageIndex.
getMaximums() - Method in class CoreCommonImageMetadata
 
getMaxLevel() - Method in class GribCube4D
 
getMaxMemorySizeForGDALMemoryDataset() - Static method in class GDALImageWriter
Utility method which checks if a system property has been specified to set the maximum allowed size to create a GDAL "In Memory Raster" Dataset in case of CreateCopy.
getMaxValue() - Method in class GribRecordBDS
Get maximum value
getMemoryDriver() - Static method in class GDALImageWriter
return a "In Memory" Driver which need to be used when using the CreateCopy method.
getMetadataItem(List, String) - Static method in class GDALUtilities
Returns the value of a specific metadata item contained in the metadata given as first input parameter
getMinimum(int) - Method in class CoreCommonImageMetadata
Returns the minimum value for the specified band
getMinimum(int, int) - Method in class GDALImageReader
Returns the optional Minimum Value of the specified band of the Dataset at index imageIndex.
getMinimums() - Method in class CoreCommonImageMetadata
 
getMinLevel() - Method in class GribCube4D
 
getMinValue() - Method in class GribRecordBDS
Get minimum value
getName() - Method in class BaseVariableWrapper
 
getName() - Method in class GribGDSLambert
 
getName() - Method in class GribGDSLatLon
 
getName() - Method in class GribGDSPolarStereo
 
getName() - Method in class GribGDSRotatedLatLon
 
getName() - Method in class GribPDSLevel
 
getName() - Method in class GribPDSParameter
 
getName() - Method in class GribPDSParameter
 
getNoDataValue(int) - Method in class CoreCommonImageMetadata
Returns the noDataValue value for the specified band
getNoDataValue(int, int) - Method in class GDALImageReader
Returns the NoDataValue of the specified Band of the specified image
getNoDataValues() - Method in class CoreCommonImageMetadata
 
getNorthing() - Method in class GCP
Northing of this gcp.
getNthDigit(long, int) - Static method in class NumberToByteArray
Retrieve the n-th digit of a specified number
getNumAttributes(int) - Method in class BaseNetCDFImageReader
 
getNumBands() - Method in class CoreCommonImageMetadata
Returns the number of bands of the dataset which is the source for this IIOMetadata
getNumBands() - Method in class BaseVariableWrapper
 
getNumber() - Method in class GribPDSParameter
 
getNumber() - Method in class GribPDSParameter
 
getNumberIncludedInAverage() - Method in class GribRecordPDS
getNumberIncludedInAverage
getNumberMissingFromAverage() - Method in class GribRecordPDS
getNumberMissingFromAverage
getNumberOfRecords() - Method in class GribCube4D
 
getNumBits() - Method in class GribRecordBDS
Get number of bits used per parameter value.
getNumGlobalAttributes() - Method in class BaseNetCDFImageReader
 
getNumImages(boolean) - Method in class GDALImageReader
Returns the number of images (subdatasets) contained within the data source.
getNumImages(boolean) - Method in class BaseImageReader
 
getNumOverviews() - Method in class CoreCommonImageMetadata
 
getNumOverviews(int) - Method in class CoreCommonImageMetadata
Returns the number of overviews for the specified band
getNumValidValues() - Method in class GribRecordBDS
DOCUMENT ME!
getOffset(int) - Method in class CoreCommonImageMetadata
Returns the offset value for the specified band
getOffset(int, int) - Method in class GDALImageReader
Returns the optional Offset Value of the specified band of the Dataset at index imageIndex.
getOffsets() - Method in class CoreCommonImageMetadata
 
getOptionName() - Method in class GDALCreateOption
returns the name of the create option.
getOriginatingCenter(int) - Static method in class Grib1OriginatingCenters
getOriginatingCenter, looks if there exists an originating center with the uspplied key otherwise it returns null.
getOriginatingCenterID() - Method in class GribRecordPDS
getOriginatingCenterID
getOriginatingSource() - Method in class GribFile
 
getP1() - Method in class GribRecordPDS
getP1
getP2() - Method in class GribRecordPDS
getP2
getParameter() - Method in class GribRecordPDS
Get the parameter for this pds.
getParameter(int) - Method in class GribPDSParamTable
Get the parameter with id id.
getParameterDescription(int) - Method in class GribPDSParamTable
Get a description for the parameter with id id.
getParameterSName() - Method in class GribCube4D
This method retrieves the short name for the parameter of this cube.
getParametersNames() - Method in class GribCube5D
Purpose of this method is giving the user the possibility to access all the keys of the GribCube4D this 5D cube holds.
getParameterTable(int, int, int) - Static method in class GribPDSParamTable
Looks for the parameter table which matches the center, subcenter and table version from the tables array.
getParameterTag(int) - Method in class GribPDSParamTable
Get the tag/name of the parameter with id id.
getParameterUnit(int) - Method in class GribPDSParamTable
Get a description for the unit with id id.
getParamTable() - Method in class GribRecordPDS
Get the Parameter Table that defines this parameter.
getPDS() - Method in class GribRecord
Get the product definition section of this GRIB record.
getPDSLevel() - Method in class GribRecordPDS
Get the level of the forecast/analysis.
getPos() - Method in class GribRecordBMS
 
getPreferredTileSizes() - Method in class GDALImageWriteParam
 
getProgressiveMode() - Method in class GDALImageWriteParam
 
getProjCenter() - Method in class GribGDSLambert
Get Projection Center flag - see note 5 of Table D.
getProjCenterFlag() - Method in class GribGDSPolarStereo
Get projection center flag.
getProjection() - Method in class CoreCommonImageMetadata
Returns the projection
getProjection(int) - Method in class GDALImageReader
Retrieves the WKT projection String for the Dataset at index imageIndex.
getPropertyGenerators(String) - Method in class ImageReadDescriptorMT
Returns the array of PropertyGenerators for the specified mode of this operation.
getRandomAccessFile() - Method in class EnhancedRandomAccessFile
 
getRank() - Method in class BaseVariableWrapper
 
getRank() - Method in class GribCube4D
 
getRawDataType(VariableIF) - Static method in class NetCDFUtilities
Returns the data type which most closely represents the "raw" internal data of the variable.
getRecord(int) - Method in class GribFile
Get a specific GRIB record of this GRIB file as GribRecord object.
getRecordCount() - Method in class GribFile
Get the number of records this GRIB file contains.
getReferenceValue() - Method in class GribRecordBDS
Get the reference value all data values are based on.
getRepresentedValueType() - Method in class GDALCreateOption
return the type of the represented value
getResource(Object, String) - Static method in class TestData
Locates named test-data resource for caller.
getRhoRef() - Method in class GribGDSLambert
 
getRow() - Method in class GCP
Line (y) location of GCP on raster.
getSampleModel() - Method in class CoreCommonImageMetadata
Returns the SampleModel for the dataset held by this object.
getSampleModel() - Method in class BaseVariableWrapper
 
getScale(int) - Method in class CoreCommonImageMetadata
Returns the scale value for the specified band
getScale(int, int) - Method in class GDALImageReader
Returns the optional Scale Value of the specified band of the Dataset at index imageIndex.
getScales() - Method in class CoreCommonImageMetadata
 
getShortClassName(Object) - Static method in class ImageIOUtilities
Returns a short class name for the specified object.
getShortClassName(Object) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.getShortClassName(Object) instead
getShortName(Class<?>) - Static method in class ImageIOUtilities
Returns a short class name for the specified class.
getShortName(Class<?>) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.getShortName(Class) instead
getSize() - Method in class GribRecordBMS
 
getSourceBands() - Method in class GDALImageWriteParam
 
getSourceRegion() - Method in class GDALImageWriteParam
 
getSourceXSubsampling() - Method in class GDALImageWriteParam
 
getSourceYSubsampling() - Method in class GDALImageWriteParam
 
getStartX() - Method in class GribGDSLambert
Get starting x value for this grid - THIS IS NOT A LONGITUDE, but an x value calculated for this specific projection, based on an origin of latin1, lov.
getStartY() - Method in class GribGDSLambert
Get starting y value for this grid - THIS IS NOT A LATITUDE, but an y value calculated for this specific projection, based on an origin of latin1, lov.
getStream(InputStream) - Static method in class ImageInputStreamAdapter
 
getStreamMetadata() - Method in class GDALImageReader
Returns an IIOMetadata object representing the metadata associated with the input source as a whole.
getStreamMetadata(GDALImageReader) - Static method in class GDALUtilities
 
getStreamMetadata() - Method in class BaseNetCDFImageReader
 
getStreamMetadataItem(String, String) - Static method in class GDALUtilities
Returns the value of a specific metadata item related to the stream.
getStreamPosition() - Method in class FileImageInputStreamExtImpl
 
getStreamPosition() - Method in class FilterImageOutputStream
 
getSubcenter_id() - Method in class GribPDSParamTable
 
getSubcenterID() - Method in class GribRecordPDS
getSubcenterID
getSubSamplingFactor2(int, int) - Static method in class ImageIOUtilities
Given a pair of xSubsamplingFactor (xSSF) and ySubsamplingFactor (ySFF), look for a subsampling factor (SSF) in case xSSF !
getSubSamplingFactor2(int, int) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.getSubSamplingFactor2(int,int) instead
getSubsamplingXOffset() - Method in class GDALImageWriteParam
 
getSubsamplingYOffset() - Method in class GDALImageWriteParam
 
getSupportedFormats() - Method in class GDALImageReaderSpi
Methods returning the formats which are supported by a plugin.
getSupportedFormats() - Method in class GDALImageWriterSpi
Methods returning the formats which are supported by a plugin.
getSupportedTypes() - Method in class GribGDSLambert
 
getSupportedTypes() - Method in class GribGDSLatLon
 
getSupportedTypes() - Method in class GribGDSPolarStereo
 
getSupportedTypes() - Method in class GribGDSRotatedLatLon
 
getTableVersion() - Method in class GribRecordPDS
getTableVersion() We need this method because the version of the used table may be diferent from the one requested in case we do not have it.
getTileGridXOffset() - Method in class GDALImageWriteParam
 
getTileGridYOffset() - Method in class GDALImageWriteParam
 
getTileHeight() - Method in class CoreCommonImageMetadata
Returns the tile height of the image
getTileHeight(int) - Method in class GDALImageReader
Returns the tile height of the raster of the Dataset at index imageIndex.
getTileHeight() - Method in class GDALImageWriteParam
 
getTileHeight() - Method in class BaseVariableWrapper
 
getTileWidth() - Method in class CoreCommonImageMetadata
Returns the tile width of the image
getTileWidth(int) - Method in class GDALImageReader
Returns the tile width of the raster of the Dataset at index imageIndex.
getTileWidth() - Method in class GDALImageWriteParam
 
getTileWidth() - Method in class BaseVariableWrapper
 
getTilingMode() - Method in class GDALImageWriteParam
 
getTime() - Method in class GribRecord
Get the base time of this GRIB record.
getTimeRangeIndicator() - Method in class GribRecordPDS
getTimeRangeIndicator
getTIndex(Variable, Range, int) - Static method in class NetCDFUtilities
Utility method to retrieve the t-index of a Variable descriptor stored on NetCDFImageReader NetCDF Flat Reader HashMap indexMap.
getType() - Method in class GribRecord
Get the parameter type of this GRIB record.
getType() - Method in class GribRecordPDS
Get the type of the parameter.
getUnit() - Method in class GribPDSParameter
 
getUnit() - Method in class GribRecord
Get the unit for the parameter.
getUnit() - Method in class GribRecordPDS
Get the name of the unit of the parameter.
getUnit() - Method in class GribPDSParameter
 
getUnits() - Method in class GribPDSLevel
 
getUri() - Method in interface URIImageInputStream
Returns the associated URI
getUri() - Method in class URIImageInputStreamImpl
 
getValidityCheckType() - Method in class GDALCreateOption
returns the validity check type for the create option.
getValidityValues() - Method in class GDALCreateOption
returns the array containing the validity values for the create option.
getValue() - Method in class GDALCreateOption
returns the set value of the create option.
getValue() - Method in class NetCDFUtilities.KeyValuePair
 
getValue() - Method in class MapEntry
Returns the value corresponding to this entry.
getValue(int, int) - Method in class GribRecord
Get a single value from the BDS using i/x, j/y index.
getValue1() - Method in class GribPDSLevel
 
getValue2() - Method in class GribPDSLevel
 
getValues() - Method in class GribRecord
Get data/parameter values as a writable raster of float.
getValues() - Method in class GribRecordBDS
Get data/parameter values as an array of double.
getValues(Rectangle2D) - Method in class GribRecordBDS
 
getVariable() - Method in class BaseVariableWrapper
 
getVariableName(int) - Method in class BaseNetCDFImageReader
 
getVariableWrapper(int) - Method in class BaseNetCDFImageReader
 
getVersionNumber() - Method in class GribPDSParamTable
getVersionNumber
getWidth() - Method in class CoreCommonImageMetadata
Returns the width of the image
getWidth(int) - Method in class GDALImageReader
Returns the width of the raster of the Dataset at index imageIndex.
getWidth(int) - Method in class BaseNetCDFImageReader
 
getWidth() - Method in class BaseVariableWrapper
 
getWrappedStream() - Method in class InputStreamAdapter
 
getXCoords() - Method in class GribGDSLambert
Get all x Axis grid coordinates
getXCoords() - Method in class GribGDSLatLon
Get longitude coordinates converted to the range +/- 180
getXCoords(boolean) - Method in class GribGDSLatLon
Get longitide coordinates
getXCoords() - Method in class GribGDSPolarStereo
Get all longitide coordinates
getYCoords() - Method in class GribGDSLambert
Get all y Axis grid coordinates
getYCoords() - Method in class GribGDSLatLon
Get all latitude coordinates
getYCoords() - Method in class GribGDSPolarStereo
Get all latitude coordinates
getZIndex(Variable, Range, int) - Static method in class NetCDFUtilities
Utility method to retrieve the z-index of a Variable descriptor stored on NetCDFImageReader NetCDF Flat Reader HashMap indexMap.
GMTBaseTimeComparator - Class in net.sourceforge.jgrib.util
 
GMTBaseTimeComparator() - Constructor for class GMTBaseTimeComparator
 
Grib1ForecastTimeUnit - Class in net.sourceforge.jgrib.tables
Title: Grib1ForecastTimeUnit Description: this class provides the user with the table 4 in a useful way Copyright: Copyright (c) 2005 Simone Giannecchini
Grib1ForecastTimeUnit() - Constructor for class Grib1ForecastTimeUnit
 
Grib1GeneratingProcessNCEP - Class in net.sourceforge.jgrib.tables
Title: Description: Copyright: Copyright (c) 2004 Company:
Grib1GeneratingProcessNCEP() - Constructor for class Grib1GeneratingProcessNCEP
 
Grib1GridType - Class in net.sourceforge.jgrib.tables
Title: Description: Copyright: Copyright (c) 2004 Company:
Grib1GridType() - Constructor for class Grib1GridType
 
Grib1OriginatingCenters - Class in net.sourceforge.jgrib.tables
Title: Grib1OriginatingCenters Description: this class is used to provide a simple value to pick an originating center when crating a grib file edition 1 Copyright: Copyright (c) 2005 Simone Giannecchini
Grib1OriginatingCenters() - Constructor for class Grib1OriginatingCenters
 
Grib1TimeRangeIndicator - Class in net.sourceforge.jgrib.tables
Title:Grib1TimeRangeIndicator Description: This class is an helper class that implements table 5 of grib edition 1.
Grib1TimeRangeIndicator() - Constructor for class Grib1TimeRangeIndicator
 
GribCube4D - Class in net.sourceforge.jgrib.cube
Implementation of a 4D hypercube.
GribCube4D() - Constructor for class GribCube4D
 
GribCube5D - Class in net.sourceforge.jgrib.cube
This class implements the so-called 5D hypercube as we can read from a dataset of grib file version 1.
GribCube5D() - Constructor for class GribCube5D
Default constructor.
GribFile - Class in net.sourceforge.jgrib
A class that represents a GRIB file.
GribFile.AccessType - Enum in net.sourceforge.jgrib
Access type enumeration.
GribGDSFactory - Class in net.sourceforge.jgrib.gdsgrids
GribGDSFactory determines the proper subclass of GribRecordGDS to create.
GribGDSLambert - Class in net.sourceforge.jgrib.gdsgrids
A class that represents the Grid Definition Section (GDS) of a GRIB record using the Lambert Conformal projection.
GribGDSLambert(ImageInputStream, int[]) - Constructor for class GribGDSLambert
Constructs a GribRecordGDS object from a bit input stream.
GribGDSLambert() - Constructor for class GribGDSLambert
GribGDSLambert
GribGDSLatLon - Class in net.sourceforge.jgrib.gdsgrids
A class that represents the grid definition section (GDS) of a GRIB record with a Lat/Lon grid projection.
GribGDSLatLon(ImageInputStream, int[]) - Constructor for class GribGDSLatLon
Constructs a GribRecordGDS object from a bit input stream.
GribGDSLatLon() - Constructor for class GribGDSLatLon
GribGDSLatLon
GribGDSPolarStereo - Class in net.sourceforge.jgrib.gdsgrids
A class that represents the grid definition section (GDS) of a GRIB record.
GribGDSPolarStereo(ImageInputStream, int[]) - Constructor for class GribGDSPolarStereo
Constructs a GribRecordGDS object from a bit input stream.
GribGDSPolarStereo() - Constructor for class GribGDSPolarStereo
GribGDSPolarStereo
GribGDSRotatedLatLon - Class in net.sourceforge.jgrib.gdsgrids
A class that represents the grid definition section (GDS) of a GRIB record with a Rotated Lat/Lon grid projection.
GribGDSRotatedLatLon(ImageInputStream, int[]) - Constructor for class GribGDSRotatedLatLon
Constructs a GribRecordGDS object from a bit input stream.
GribGDSRotatedLatLon() - Constructor for class GribGDSRotatedLatLon
GribGDSRotatedLatLon
GribPDSLevel - Class in net.sourceforge.jgrib
A class containing static methods which deliver descriptions and names of parameters, levels and units for byte codes from GRIB records.
GribPDSLevel(int, int, int) - Constructor for class GribPDSLevel
Constructor.
GribPDSLevel(int, double, double) - Constructor for class GribPDSLevel
 
GribPDSLevelComparator - Class in net.sourceforge.jgrib.util
 
GribPDSLevelComparator() - Constructor for class GribPDSLevelComparator
 
GribPDSParameter - Class in net.sourceforge.jgrib
Title: JGrib Description: Class which represents a parameter from a PDS parameter table Copyright: Copyright (c) 2002 Company: U.S.
GribPDSParameter(int, String, String, String) - Constructor for class GribPDSParameter
 
GribPDSParameter - Class in net.sourceforge.jgrib.tables
Title: JGrib Description: Class which represents a parameter from a PDS parameter table Copyright: Copyright (c) 2002 Company: U.S.
GribPDSParameter() - Constructor for class GribPDSParameter
 
GribPDSParameter(int, String, String, String) - Constructor for class GribPDSParameter
 
GribPDSParamTable - Class in net.sourceforge.jgrib.tables
A class containing static methods which deliver descriptions and names of parameters, levels and units for byte codes from GRIB records.
GribRecord - Class in net.sourceforge.jgrib
A class representing a single GRIB record.
GribRecord() - Constructor for class GribRecord
GribRecord, default constructor.
GribRecord(GribRecordIS, GribRecordPDS, GribRecordGDS, GribRecordBDS, GribRecordBMS) - Constructor for class GribRecord
This function creates a GribRecord by providing all the sections needed to da that.
GribRecordBDS - Class in net.sourceforge.jgrib
A class representing the binary data section (BDS) of a GRIB record.
GribRecordBDS(int, int, WritableRaster, boolean, double, double, int, GribRecordGDS, GribRecordBMS) - Constructor for class GribRecordBDS
GribRecordBDS constructor to be used when creating a GRIB from scratch.
GribRecordBDS(ImageInputStream, int, GribRecordGDS, GribRecordBMS) - Constructor for class GribRecordBDS
DOCUMENT ME!
GribRecordBMS - Class in net.sourceforge.jgrib
A class that represents the bitmap section (BMS) of a GRIB record.
GribRecordBMS(boolean[]) - Constructor for class GribRecordBMS
GribRecordBMS
GribRecordBMS(ImageInputStream) - Constructor for class GribRecordBMS
DOCUMENT ME!
GribRecordComparator - Class in net.sourceforge.jgrib.util
 
GribRecordComparator() - Constructor for class GribRecordComparator
 
GribRecordES - Class in net.sourceforge.jgrib
GribRecordES This class is simply an helper class to handle the end section '7777' of a grib file edition1 @author simone giannecchini
GribRecordES() - Constructor for class GribRecordES
 
GribRecordGDS - Class in net.sourceforge.jgrib
A class that represents the grid definition section (GDS) of a GRIB record.
GribRecordGDS(int[]) - Constructor for class GribRecordGDS
New constructor created for child classes.
GribRecordGDS() - Constructor for class GribRecordGDS
GribRecordGDS
GribRecordIS - Class in net.sourceforge.jgrib
A class that represents the indicator section (IS) of a GRIB record.
GribRecordIS(int) - Constructor for class GribRecordIS
GribRecordIS.
GribRecordIS(int, int, int, int, int) - Constructor for class GribRecordIS
 
GribRecordIS(ImageInputStream) - Constructor for class GribRecordIS
Constructs a GribRecordIS object from an image input stream which can link to a file or a strem.
GribRecordPDS - Class in net.sourceforge.jgrib
A class representing the product definition section (PDS) of a GRIB record.
GribRecordPDS(ImageInputStream) - Constructor for class GribRecordPDS
Constructs a GribRecordPDS object from a bit input stream.
GribRecordPDS(int, int, int, int, boolean, boolean, int, int, double, double, Calendar, int, int, int, int, int, int, int, int) - Constructor for class GribRecordPDS
GribRecordPDS constructor.
grid_center_lat - Variable in class GribGDSPolarStereo
Longitude of Center - assumed 60 N or 60 S based on note 2 of table D
grid_dx - Variable in class GribRecordGDS
x-distance between two grid points can be delta-Lon or delta x.
grid_dy - Variable in class GribRecordGDS
y-distance of two grid points can be delta-Lat or delta y.
grid_lat1 - Variable in class GribRecordGDS
Latitude of grid start point.
grid_lat2 - Variable in class GribRecordGDS
Latitude of grid end point.
grid_latin1 - Variable in class GribGDSLambert
Latin 1 - The first latitude from pole at which secant cone cuts the sperical earth.
grid_latin2 - Variable in class GribGDSLambert
Latin 2 - The second latitude from pole at which secant cone cuts the sperical earth.
grid_latsp - Variable in class GribGDSLambert
latitude of south pole.
grid_latsp - Variable in class GribRecordGDS
y-coordinate/latitude of south pole of a rotated lat/lon grid.
grid_latspst - Variable in class GribGDSRotatedLatLon
y-coordinate/latitude of south pole of stretching.
grid_lon1 - Variable in class GribRecordGDS
Longitude of grid start point.
grid_lon2 - Variable in class GribRecordGDS
Longitude of grid end point.
grid_lonsp - Variable in class GribGDSLambert
longitude of south pole.
grid_lonsp - Variable in class GribRecordGDS
x-coordinate/longitude of south pole of a rotated lat/lon grid.
grid_lonspst - Variable in class GribGDSRotatedLatLon
x-coordinate/longitude of south pole of stretching.
grid_mode - Variable in class GribRecordGDS
Mode of grid (See table 7) only 128 supported == increments given)
grid_nx - Variable in class GribRecordGDS
Number of grid columns.
grid_ny - Variable in class GribRecordGDS
Number of grid rows.
grid_proj_center - Variable in class GribGDSPolarStereo
Projection Center Flag.
grid_rotang - Variable in class GribRecordGDS
Rotation angle of rotated lat/lon grid.
grid_scan - Variable in class GribRecordGDS
Scanning mode (See table 8).
grid_startx - Variable in class GribGDSLambert
starting x value using this projection.
grid_startx - Variable in class GribGDSPolarStereo
starting x value using this projection.
grid_starty - Variable in class GribGDSLambert
starting y value using this projection.
grid_starty - Variable in class GribGDSPolarStereo
starting y value using this projection.
grid_stretchfact - Variable in class GribGDSRotatedLatLon
Stretching factor rotated lat/lon grid.
grid_type - Variable in class GribRecordGDS
Type of grid (See table 6)
gridTypes(int) - Static method in class Grib1GridType
getOriginatingCenter, looks if there exists an originating center with the uspplied key otherwise it returns null.
GZIP_MAGIC - Static variable in class GZIPImageInputStream
GZIP header magic number.
GZIPFilterFileImageInputStreamExt - Class in it.geosolutions.imageio.stream.input.compressed
 
GZIPFilterFileImageInputStreamExt(File) - Constructor for class GZIPFilterFileImageInputStreamExt
 
GZIPFilterFileImageInputStreamExt(FileImageInputStreamExtImpl) - Constructor for class GZIPFilterFileImageInputStreamExt
 
GZIPImageInputStream - Class in it.geosolutions.imageio.stream.input.compressed
This class implements a stream filter for reading compressed data in the GZIP format.
GZIPImageInputStream(ImageInputStream) - Constructor for class GZIPImageInputStream
Creates a new input stream with the specified buffer size.

H

hasController() - Method in class GDALImageWriteParam
 
hashCode() - Method in class GCP
 
hashCode() - Method in class NetCDFUtilities.KeyValuePair
 
hashCode() - Method in class MapEntry
Returns the hash code value for this map entry
hashCode() - Method in class SoftValueHashMap
Returns the hash code value for this map.
hashCode() - Method in class GribGDSLambert
 
hashCode() - Method in class GribGDSLatLon
 
hashCode() - Method in class GribGDSPolarStereo
 
hashCode() - Method in class GribGDSRotatedLatLon
 
hashCode() - Method in class GribPDSLevel
 
hashCode() - Method in class GribRecordGDS
 
hasNumericLevel() - Method in class GribCube4D
 
headerToString() - Method in class GribRecordPDS
Get a string representation of this Header information for this PDS.
HEIGHT - Static variable in class NetCDFUtilities
 

I

IBM2FLoat(int, int, int, int) - Static method in class MathUtils
Convert four bytes into a float value.
iis - Variable in class FilterImageInputStream
 
ImageInputStreamAdapter - Class in it.geosolutions.imageio.stream.input
An implementation of ImageInputStream that gets its input from a regular InputStream.
ImageInputStreamAdapter(InputStream) - Constructor for class ImageInputStreamAdapter
Constructs a nImageInputStreamAdapter that will read from a given InputStream.
ImageIOUtilities - Class in it.geosolutions.imageio.utilities
Simple class containing commonly used utility methods.
ImageOutputStreamAdapter - Class in it.geosolutions.imageio.stream.output
 
ImageOutputStreamAdapter(OutputStream) - Constructor for class ImageOutputStreamAdapter
 
ImageReadDescriptorMT - Class in it.geosolutions.imageio.imageioimpl.imagereadmt
------------------------------ NOTE ------------------------------ Class based on SUN's JAI-ImageIO com.sun.media.jai.operator.ImageReadDescriptor class ------------------------------------------------------------------ An OperationDescriptor describing the "ImageRead" operation.
ImageReadDescriptorMT() - Constructor for class ImageReadDescriptorMT
Constructor.
imageReader - Variable in class BaseImageMetadata
 
ImageReadMTCIF - Class in it.geosolutions.imageio.imageioimpl.imagereadmt
------------------------------ NOTE ------------------------------ Class based on SUN's JAI-ImageIO com.sun.media.jai.imageioimpl.ImageReadCIF class
ImageReadMTCIF() - Constructor for class ImageReadMTCIF
Constructor.
ImageReadMTCRIF - Class in it.geosolutions.imageio.imageioimpl.imagereadmt
------------------------------ NOTE ------------------------------ Class based on SUN's JAI-ImageIO com.sun.media.jai.imageioimpl.ImageReadCRIF class
ImageReadMTCRIF() - Constructor for class ImageReadMTCRIF
 
IMAGESTRUCTURE - Static variable in class GDALUtilities.GDALMetadataDomain
 
increasingUp() - Method in class GribCube4D
 
inf - Variable in class InflaterImageInputStream
Decompressor for this stream.
INFINITY - Static variable in class NumberToByteArray
 
InflaterImageInputStream - Class in it.geosolutions.imageio.stream.input.compressed
 
InflaterImageInputStream(ImageInputStream) - Constructor for class InflaterImageInputStream
 
InflaterImageInputStream(ImageInputStream, Inflater) - Constructor for class InflaterImageInputStream
 
InflaterImageInputStream(ImageInputStream, Inflater, int) - Constructor for class InflaterImageInputStream
 
initialize() - Method in class BaseNetCDFImageReader
 
InputStreamAdapter - Class in it.geosolutions.io.input.adapter
 
InputStreamAdapter(ImageInputStream) - Constructor for class InputStreamAdapter
 
int2(int, int) - Static method in class MathUtils
Convert two bytes into a signed integer.
int3(int, int, int) - Static method in class MathUtils
Convert three bytes into a signed integer.
int4(int, int, int, int) - Static method in class MathUtils
Convert four bytes into a signed integer.
INTERACTIVE_TEST_KEY - Static variable in class TestData
The system property key for interactive tests.
ios - Variable in class FilterImageOutputStream
 
is - Variable in class FastBufferedInputStream
The underlying input stream.
isAdiacent_i_Or_j() - Method in class GribRecordGDS
isAdiacent_i_Or_j
isAtEndOfFile() - Method in class EnhancedRandomAccessFile
Return true if eraf pointer is at end of eraf.
isAvailable() - Method in class GDALImageReaderSpi
This method tells us if this driver is available or not.
isAvailable() - Method in class GribGDSLambert
 
isAvailable() - Method in class GribGDSLatLon
 
isAvailable() - Method in class GribGDSPolarStereo
 
isAvailable() - Method in class GribGDSRotatedLatLon
 
isCached() - Method in class EnhancedRandomAccessFile
_more_
isCached() - Method in class FileImageInputStreamExtImpl
 
isCached() - Method in class FilterImageInputStream
 
isCached() - Method in class ImageInputStreamAdapter
Returns true since this ImageInputStream does not cache data in order to allow seeking backwards but it relies on the underlying InputStream.
isCached() - Method in class FilterImageOutputStream
 
isCachedFile() - Method in class FilterImageInputStream
 
isCachedFile() - Method in class ImageInputStreamAdapter
Returns false since this ImageInputStream does not maintain a eraf cache.
isCachedFile() - Method in class FilterImageOutputStream
 
isCachedMemory() - Method in class FilterImageInputStream
 
isCachedMemory() - Method in class ImageInputStreamAdapter
Returns false since this ImageInputStream does not maintain a main memory cache.
isCachedMemory() - Method in class FilterImageOutputStream
 
isCompatible(GribRecord) - Method in class GribCube4D
This method tells me if this cube is suitable for the provided record, which means that the parameter is compatible, the grid is compatible, the level is compatible, the base time is compatible.
isCompatible(GribRecord) - Method in class GribCube5D
Checking the compatibility between the provided record and this 5D hypercube.
isCompressionLossless() - Method in class GDALImageWriteParam
 
isDecodable(Dataset) - Method in class GDALImageReaderSpi
Checks if the provided Dataset was opened by a Driver supporting the same formats which are supported by the specific ImageReaderSpi.
isDriverAvailable(String) - Static method in class GDALUtilities
Returns true if a driver for the specific format is available.
isExtensiveTest() - Static method in class TestData
Returns true if "test.extensive" system property is set to true.
isGDALAvailable() - Static method in class GDALUtilities
Returns true if the GDAL native library has been loaded.
isInteractiveTest() - Static method in class TestData
Returns true if "test.interactive" system property is set to true.
isReadOnly() - Method in class CoreCommonIIOStreamMetadata
Returns true since this object does not support the mergeTree, setFromTree, and reset methods.
isReadOnly() - Method in class CoreCommonImageMetadata
Returns true since this object does not support the mergeTree, setFromTree, and reset methods.
isReadOnly() - Method in class GDALCommonIIOImageMetadata
Returns true since this object does not support the mergeTree, setFromTree, and reset methods.
isSet() - Method in class GDALCreateOption
returns true if the create option has been set.
isVariableAccepted(Variable, NetCDFUtilities.CheckType) - Static method in class NetCDFUtilities
NetCDF files may contains a wide set of variables.
isWeakCompatible(GribRecord) - Method in class GribCube4D
This method tells me if this cube is compatible with the provided record, which means that the the grid is compatible, the level is compatible, the base time is compatible but parameter is not compatible.
it.geosolutions.imageio.core - package it.geosolutions.imageio.core
Common metadata definition and access methods.
it.geosolutions.imageio.gdalframework - package it.geosolutions.imageio.gdalframework
Core of the ImageI/O-Ext Project.
it.geosolutions.imageio.imageioimpl - package it.geosolutions.imageio.imageioimpl
 
it.geosolutions.imageio.imageioimpl.imagereadmt - package it.geosolutions.imageio.imageioimpl.imagereadmt
Multithreading implementation of the JAI ImageRead operation.
it.geosolutions.imageio.ndplugin - package it.geosolutions.imageio.ndplugin
 
it.geosolutions.imageio.plugins.netcdf - package it.geosolutions.imageio.plugins.netcdf
 
it.geosolutions.imageio.stream.eraf - package it.geosolutions.imageio.stream.eraf
Enhanced Random Access File classes.
it.geosolutions.imageio.stream.input - package it.geosolutions.imageio.stream.input
Classes to handle Image Input Streams.
it.geosolutions.imageio.stream.input.compressed - package it.geosolutions.imageio.stream.input.compressed
Classes to handle compressed Image Input Streams.
it.geosolutions.imageio.stream.input.spi - package it.geosolutions.imageio.stream.input.spi
Service Provider Interfaces for Image Input Streams.
it.geosolutions.imageio.stream.output - package it.geosolutions.imageio.stream.output
Classes to handle Image Output Streams.
it.geosolutions.imageio.stream.output.spi - package it.geosolutions.imageio.stream.output.spi
Service Provider Interfaces for Image Output Streams.
it.geosolutions.imageio.utilities - package it.geosolutions.imageio.utilities
Set of utilities methods, mainly used to perform testdata visualization.
it.geosolutions.io - package it.geosolutions.io
 
it.geosolutions.io.input - package it.geosolutions.io.input
 
it.geosolutions.io.input.adapter - package it.geosolutions.io.input.adapter
 
it.geosolutions.io.output - package it.geosolutions.io.output
 
it.geosolutions.io.output.adapter - package it.geosolutions.io.output.adapter
 
it.geosolutions.resources - package it.geosolutions.resources
Set of classes for JUnit tests and utility methods.
iterator() - Method in class GribCube4D
This method returns an iterator for the underlying recordset,

L

LAMBERT_GRID_TYPE - Static variable in class GribGDSLambert
 
LAT - Static variable in class NetCDFUtilities
 
LATITUDE - Static variable in class NetCDFUtilities
 
LATLON_GRID_TYPE - Static variable in class GribGDSLatLon
 
len - Variable in class InflaterImageInputStream
Length of input buffer.
length() - Method in class EnhancedRandomAccessFile
Get the length of the eraf.
length() - Method in class FileImageInputStreamExtImpl
Returns the length of the underlying eraf, or -1 if it is unknown.
length() - Method in class FileImageOutputStreamExtImpl
 
length - Variable in class GribRecordGDS
Length in bytes of this section.
LITTLE_ENDIAN - Static variable in class EnhancedRandomAccessFile
_more_
loadGDAL() - Static method in class GDALUtilities
Forces loading of GDAL libs.
location - Variable in class EnhancedRandomAccessFile
 
log2(double) - Static method in class MathUtils
log2.
LOGGER - Static variable in class BaseImageReaderSpi
 
LOGGER - Static variable in class BaseNetCDFImageReader
 
LON - Static variable in class NetCDFUtilities
 
LONG_NAME - Static variable in class NetCDFUtilities.DatasetAttribs
 
LONG_NAME - Static variable in class NetCDFUtilities
 
LONGITUDE - Static variable in class NetCDFUtilities
 
LOWER_LEFT_LATITUDE - Static variable in class NetCDFUtilities
 
LOWER_LEFT_LONGITUDE - Static variable in class NetCDFUtilities
 

M

MapEntry<K,V> - Class in it.geosolutions.imageio.utilities
A default implementation of Map.Entry which map an arbitrary key-value pairs.
MapEntry(K, V) - Constructor for class MapEntry
Creates a new map entry with the specified key-value pair.
mark() - Method in class InflaterImageInputStream
 
mark() - Method in class ImageInputStreamAdapter
 
mark() - Method in class FilterImageOutputStream
 
mark(int) - Method in class InputStreamAdapter
 
markSupported() - Method in class InputStreamAdapter
 
MathUtils - Class in it.geosolutions.io.output
A class that contains several static utility methods.
MathUtils() - Constructor for class MathUtils
 
mergeTree(String, Node) - Method in class CoreCommonIIOStreamMetadata
Method unsupported.
mergeTree(String, Node) - Method in class CoreCommonImageMetadata
Method unsupported.
mergeTree(String, Node) - Method in class GDALCommonIIOImageMetadata
Method unsupported.
MIN_TILE_SIZE - Static variable in class GDALUtilities
The minimums tile size.
MIN_VALUE - Static variable in class NumberToByteArray
 
minLength - Variable in class EnhancedRandomAccessFile
make sure eraf is this long when closed
MINUS_DOUBLE_ZERO - Static variable in class NumberToByteArray
 
MISSING_VALUE - Static variable in class NetCDFUtilities.DatasetAttribs
 

N

NAME - Static variable in class NetCDFUtilities
 
NaN - Static variable in class NumberToByteArray
 
narrowClone(EnhancedImageReadParam) - Method in class EnhancedImageReadParam
Performs a narrow clone of this EnhancedImageReadParam.
nativeMetadataFormatClassName - Static variable in class CoreCommonIIOStreamMetadata
The name of the class implementing IIOMetadataFormat and representing the native metadata format for this object.
nativeMetadataFormatClassName - Static variable in class CoreCommonImageMetadata
The name of the class implementing IIOMetadataFormat and representing the native metadata format for this object.
nativeMetadataFormatName - Static variable in class CoreCommonIIOStreamMetadata
The name of the native metadata format for this object.
nativeMetadataFormatName - Static variable in class CoreCommonImageMetadata
The name of the native metadata format for this object.
nativeMetadataFormatName - Static variable in class GDALWritableCommonIIOImageMetadata
 
NEGATIVE_INFINITY - Static variable in class NumberToByteArray
 
net.sourceforge.jgrib - package net.sourceforge.jgrib
 
net.sourceforge.jgrib.cube - package net.sourceforge.jgrib.cube
 
net.sourceforge.jgrib.gdsgrids - package net.sourceforge.jgrib.gdsgrids
 
net.sourceforge.jgrib.tables - package net.sourceforge.jgrib.tables
 
net.sourceforge.jgrib.util - package net.sourceforge.jgrib.util
 
NetCDFUtilities - Class in it.geosolutions.imageio.plugins.netcdf
Set of NetCDF utility methods.
NetCDFUtilities.CheckType - Enum in it.geosolutions.imageio.plugins.netcdf
 
NetCDFUtilities.DatasetAttribs - Class in it.geosolutions.imageio.plugins.netcdf
 
NetCDFUtilities.KeyValuePair - Class in it.geosolutions.imageio.plugins.netcdf
 
NetCDFUtilities.KeyValuePair(String, String) - Constructor for class NetCDFUtilities.KeyValuePair
 
NetCDFUtilities.ProjAttribs - Class in it.geosolutions.imageio.plugins.netcdf
 
newLine - Static variable in class GDALUtilities
 
NumberToByteArray - Class in it.geosolutions.imageio.utilities
Utility Class used to convert numbers in byte array containing representation of each digit as byte.
NumberToByteArray() - Constructor for class NumberToByteArray
 

O

onRegistration(ServiceRegistry, Class<?>) - Method in class GDALImageReaderSpi
Allows to deregister GDAL based spi in case GDAL libraries are unavailable.
onRegistration(ServiceRegistry, Class<?>) - Method in class FileImageInputStreamExtImplSpi
Upon registration, this method ensures that this SPI is listed at the top of the ImageInputStreamSpi items, so that it will be invoked before the default FileImageInputStreamSpi
onRegistration(ServiceRegistry, Class) - Method in class FileImageOutputStreamExtImplSpi
Upon registration, this method ensures that this SPI will be invoked before the default FileImageOutputStreamSpi
open(Object, GribFile.AccessType) - Static method in class GribFile
 
openChannel(Object, String) - Static method in class TestData
Provides a channel for named test data.
openReader(Object, String) - Static method in class TestData
Provides a BufferedReader for named test data.
openStream(Object, String) - Static method in class TestData
Provides a non-null InputStream for named test data.
os - Variable in class FastBufferedOutputStream
The underlying output stream.
outputFile - Variable in class GDALImageWriter
Output File
OutputStreamAdapter - Class in it.geosolutions.io.output.adapter
 
OutputStreamAdapter(ImageOutputStream) - Constructor for class OutputStreamAdapter
 

P

parameters - Variable in class GribPDSParamTable
Parameters - stores array of GribPDSParameter classes
parseGribFile() - Method in class GribFile
Parse a GribFile.
POLAR_STEREO_GRID_TYPE - Static variable in class GribGDSPolarStereo
 
pos - Variable in class FastBufferedInputStream
The current position in the buffer.
pos - Variable in class FastBufferedOutputStream
The current position in the buffer.
position(long) - Method in class FastBufferedInputStream
 
position() - Method in class FastBufferedInputStream
 
position(long) - Method in interface RepositionableStream
Sets the current stream position.
position() - Method in interface RepositionableStream
Returns the current stream position.
POSITIVE - Static variable in class NetCDFUtilities
 
POSITIVE_INFINITY - Static variable in class NumberToByteArray
 
proj_center - Variable in class GribGDSLambert
Projection Center Flag.
PROJECT_ORIGIN_LATITUDE - Static variable in class NetCDFUtilities.ProjAttribs
 
PROJECT_ORIGIN_LONGITUDE - Static variable in class NetCDFUtilities.ProjAttribs
 
PROJECT_TO_IMAGE_AFFINE - Static variable in class NetCDFUtilities.ProjAttribs
 
PROPERTY_NAME_IMAGE_READ_PARAM - Static variable in class ImageReadDescriptorMT
ImageReadParam property name "JAI.ImageReadParam".
PROPERTY_NAME_IMAGE_READER - Static variable in class ImageReadDescriptorMT
ImageReader property name "JAI.ImageReader".
PROPERTY_NAME_METADATA_IMAGE - Static variable in class ImageReadDescriptorMT
Image metadata property name "JAI.ImageMetadata".
PROPERTY_NAME_METADATA_STREAM - Static variable in class ImageReadDescriptorMT
Stream metadata property name "JAI.StreamMetadata".
PROPERTY_NAME_RENDERABLE_INPUT - Static variable in class ImageReadDescriptorMT
Renderable input property name "JAI.RenderableInput".
PROPERTY_NAME_THUMBNAILS - Static variable in class ImageReadDescriptorMT
Thumbnail property name "JAI.Thumbnails".
pushChar(int) - Method in class StringToDouble
Pushes a new character to this converter.
put(K, V) - Method in class SoftValueHashMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends V>) - Method in class SoftValueHashMap
Copies all of the mappings from the specified map to this map.

R

read(int, ImageReadParam) - Method in class GDALImageReader
Read the raster and returns a BufferedImage
read(int) - Method in class GDALImageReader
Performs a full read operation.
read(int, ImageReadParam) - Method in class BaseNetCDFImageReader
 
read() - Method in class EnhancedRandomAccessFile
Read a byte of data from the eraf, blocking until data is available.
read(byte[], int, int) - Method in class EnhancedRandomAccessFile
Read up to len bytes into an array, at a specified offset.
read(byte[]) - Method in class EnhancedRandomAccessFile
Read up to b.length( ) bytes into an array.
read(byte[], int, int) - Method in class GZIPImageInputStream
Reads uncompressed data into an array of bytes.
read() - Method in class InflaterImageInputStream
Reads a byte of uncompressed data.
read(byte[], int, int) - Method in class InflaterImageInputStream
Reads uncompressed data into an array of bytes.
read(byte[]) - Method in class FileImageInputStreamExtImpl
 
read() - Method in class FileImageInputStreamExtImpl
Reads an int from the underlying EnhancedRandomAccessFile.
read(byte[], int, int) - Method in class FileImageInputStreamExtImpl
Read up to len bytes into an array, at a specified offset.
read() - Method in class ImageInputStreamAdapter
 
read(byte[], int, int) - Method in class ImageInputStreamAdapter
 
read() - Method in class URIImageInputStreamImpl
 
read(byte[], int, int) - Method in class URIImageInputStreamImpl
 
read() - Method in class FileImageOutputStreamExtImpl
 
read(byte[], int, int) - Method in class FileImageOutputStreamExtImpl
 
read() - Method in class FilterImageOutputStream
 
read(byte[]) - Method in class FilterImageOutputStream
 
read(byte[], int, int) - Method in class FilterImageOutputStream
 
read() - Method in class ImageOutputStreamAdapter
 
read(byte[], int, int) - Method in class ImageOutputStreamAdapter
 
read() - Method in class InputStreamAdapter
 
read(byte[], int, int) - Method in class InputStreamAdapter
 
read(int) - Method in class BitInputStream
Read specific number of bytes from the input stream.
read() - Method in class FastBufferedInputStream
 
read(byte[], int, int) - Method in class FastBufferedInputStream
 
read_(long, byte[], int, int) - Method in class EnhancedRandomAccessFile
read directly, without going through the buffer
readBit() - Method in class FilterImageOutputStream
 
readBits(int) - Method in class FilterImageOutputStream
 
readBoolean() - Method in class EnhancedRandomAccessFile
Reads a boolean from this eraf.
readBoolean() - Method in class FilterImageOutputStream
 
readByte() - Method in class EnhancedRandomAccessFile
Reads a signed 8-bit value from this eraf.
readByte() - Method in class FileImageInputStreamExtImpl
 
readByte() - Method in class FilterImageOutputStream
 
readBytes(byte[], int, int) - Method in class EnhancedRandomAccessFile
Read up to len bytes into an array, at a specified offset.
readBytes(IIOByteBuffer, int) - Method in class FilterImageOutputStream
 
readChar() - Method in class EnhancedRandomAccessFile
Reads a Unicode character from this eraf.
readChar() - Method in class FileImageInputStreamExtImpl
 
readChar() - Method in class FilterImageOutputStream
 
readDouble() - Method in class EnhancedRandomAccessFile
Reads a double from this eraf.
readDouble(double[], int, int) - Method in class EnhancedRandomAccessFile
_more_
readDouble() - Method in class FileImageInputStreamExtImpl
 
readDouble() - Method in class FilterImageOutputStream
 
readFloat() - Method in class EnhancedRandomAccessFile
Reads a float from this eraf.
readFloat(float[], int, int) - Method in class EnhancedRandomAccessFile
_more_
readFloat() - Method in class FileImageInputStreamExtImpl
 
readFloat() - Method in class FilterImageOutputStream
 
readFully(byte[]) - Method in class EnhancedRandomAccessFile
Reads b.length bytes from this eraf into the byte array.
readFully(byte[], int, int) - Method in class EnhancedRandomAccessFile
Reads exactly len bytes from this eraf into the byte array.
readFully(byte[], int, int) - Method in class FileImageInputStreamExtImpl
 
readFully(byte[]) - Method in class FileImageInputStreamExtImpl
 
readFully(byte[]) - Method in class FilterImageOutputStream
 
readFully(byte[], int, int) - Method in class FilterImageOutputStream
 
readFully(char[], int, int) - Method in class FilterImageOutputStream
 
readFully(double[], int, int) - Method in class FilterImageOutputStream
 
readFully(float[], int, int) - Method in class FilterImageOutputStream
 
readFully(int[], int, int) - Method in class FilterImageOutputStream
 
readFully(long[], int, int) - Method in class FilterImageOutputStream
 
readFully(short[], int, int) - Method in class FilterImageOutputStream
 
readInt() - Method in class EnhancedRandomAccessFile
Reads a signed 32-bit integer from this eraf.
readInt(int[], int, int) - Method in class EnhancedRandomAccessFile
Reads a signed 24-bit integer from this eraf.
readInt() - Method in class FileImageInputStreamExtImpl
 
readInt() - Method in class FilterImageOutputStream
 
readIntUnbuffered(long) - Method in class EnhancedRandomAccessFile
Read an integer at the given position, bypassing all buffering.
readLine() - Method in class EnhancedRandomAccessFile
Reads the next line of text from this eraf.
readLine() - Method in class FileImageInputStreamExtImpl
 
readLine() - Method in class FilterImageOutputStream
 
readLong() - Method in class EnhancedRandomAccessFile
Reads a signed 64-bit integer from this eraf.
readLong(long[], int, int) - Method in class EnhancedRandomAccessFile
_more_
readLong() - Method in class FileImageInputStreamExtImpl
 
readLong() - Method in class FilterImageOutputStream
 
readonly - Variable in class EnhancedRandomAccessFile
The access mode of the eraf.
readRaster(int, ImageReadParam) - Method in class GDALImageReader
Implements the ImageRead.readRaster method which returns a new Raster object containing the raw pixel data from the image stream, without any color conversion applied.
readSBits(int) - Method in class BitInputStream
Read a signed value from the given number of bits
readShort() - Method in class EnhancedRandomAccessFile
Reads a signed 16-bit number from this eraf.
readShort(short[], int, int) - Method in class EnhancedRandomAccessFile
_more_
readShort() - Method in class FileImageInputStreamExtImpl
 
readShort() - Method in class FilterImageOutputStream
 
readString(int) - Method in class EnhancedRandomAccessFile
Read a String of knoen length.
readUBits(int) - Method in class BitInputStream
Read an unsigned value from the given number of bits.
readUI8() - Method in class BitInputStream
Read an unsigned 8 bit value.
readUI8(int) - Method in class BitInputStream
Read specific number of unsigned bytes from the input stream.
readUnsignedByte() - Method in class EnhancedRandomAccessFile
Reads an unsigned 8-bit number from this eraf.
readUnsignedByte() - Method in class FileImageInputStreamExtImpl
 
readUnsignedByte() - Method in class FilterImageOutputStream
 
readUnsignedInt() - Method in class EnhancedRandomAccessFile
 
readUnsignedInt() - Method in class FileImageInputStreamExtImpl
 
readUnsignedInt() - Method in class FilterImageOutputStream
 
readUnsignedShort() - Method in class EnhancedRandomAccessFile
Reads an unsigned 16-bit number from this eraf.
readUnsignedShort() - Method in class FileImageInputStreamExtImpl
 
readUnsignedShort() - Method in class FilterImageOutputStream
 
readUTF() - Method in class EnhancedRandomAccessFile
Reads in a string from this eraf.
readUTF() - Method in class FileImageInputStreamExtImpl
 
readUTF() - Method in class FilterImageOutputStream
 
register(JAI) - Static method in class ImageReadDescriptorMT
Register the "ImageReadMT" image operation to the operation registry of the specified JAI instance.
release(StringToDouble) - Static method in class StringToDouble
Reacquire a pooled StringToDouble.
remove(Object) - Method in class SoftValueHashMap
Removes the mapping for this key from this map if present.
removeRecord(int) - Method in class GribFile
This method is responsible for removing a record from the record map.
replaceProvider(Class<? extends ImageReaderWriterSpi>, String, String, String) - Static method in class ImageIOUtilities
Replace the original provider with name originalProviderName with the provider with name customProviderName for the class providerClass and for the provided format .
RepositionableStream - Interface in it.geosolutions.io
A basic interface specifying positioning methods for a byte stream.
reset() - Method in class CoreCommonIIOStreamMetadata
Method unsupported.
reset() - Method in class CoreCommonImageMetadata
Method unsupported.
reset() - Method in class GDALCommonIIOImageMetadata
Method unsupported.
reset() - Method in class GDALImageReader
Reset main values
reset() - Method in class BaseNetCDFImageReader
Reset the status of this reader
reset() - Method in class InflaterImageInputStream
 
reset() - Method in class ImageInputStreamAdapter
 
reset() - Method in class FilterImageOutputStream
 
reset() - Method in class FastByteArrayWrapper
Resets the count field of this byte array wrapper to zero, so that all currently accumulated values in the byte array is discarded.
reset() - Method in class InputStreamAdapter
 
reset() - Method in class FastBufferedInputStream
Resets the internal logic of this fast buffered input stream, clearing the buffer.
retrieveGDALDataBufferType(int) - Static method in class GDALUtilities
Simply provides to retrieve the corresponding GDALDataType for the specified dataBufferType
ROTATED_LATLON_GRID_TYPE - Static variable in class GribGDSRotatedLatLon
 
run() - Method in class TestData
Deletes all temporary files.

S

sameInterfaces(Class<?>, Class<?>, Class<?>) - Static method in class ImageIOUtilities
Returns true if the two specified objects implements exactly the same set of interfaces.
sameInterfaces(Class<?>, Class<?>, Class<?>) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.sameInterfaces(Class,Class,Class) instead
SCALE_FACTOR - Static variable in class NetCDFUtilities.DatasetAttribs
 
SCALE_FACTOR - Variable in class GribGDSPolarStereo
Central Scale Factor.
seek(long) - Method in class EnhancedRandomAccessFile
Set the position in the eraf for the next read or write.
seek(long) - Method in class InflaterImageInputStream
 
seek(long) - Method in class FileImageInputStreamExtImpl
Seeks the current position to pos.
seek(long) - Method in class FileImageOutputStreamExtImpl
Sets the current stream position and resets the bit offset to 0.
seek(long) - Method in class FilterImageOutputStream
 
setBDS(GribRecordBDS) - Method in class GribRecord
 
setBitOffset(int) - Method in class FilterImageInputStream
 
setBitOffset(int) - Method in class FilterImageOutputStream
 
setBMS(GribRecordBMS) - Method in class GribRecord
setBMS
setByteOrder(ByteOrder) - Method in class EnhancedRandomAccessFile
Change the current endian mode.
setByteOrder(ByteOrder) - Method in class FileImageInputStreamExtImpl
 
setByteOrder(ByteOrder) - Method in class FilterImageInputStream
 
setByteOrder(ByteOrder) - Method in class FilterImageOutputStream
 
setCached(boolean) - Method in class EnhancedRandomAccessFile
_more_
setCacheMax(int) - Static method in class GDALUtilities
Sets the GDAL Max Cache Size.
setColorInterpretations(int[]) - Method in class CoreCommonImageMetadata
 
setColorModel(ColorModel) - Method in class CoreCommonImageMetadata
 
setColumn(int) - Method in class GCP
 
setCompressionMode(int) - Method in class GDALImageWriteParam
 
setCompressionQuality(float) - Method in class GDALImageWriteParam
 
setCompressionType(String) - Method in class GDALImageWriteParam
 
setController(IIOParamController) - Method in class GDALImageWriteParam
 
setCreateOption(String, String) - Method in class GDALCreateOptionsHandler
Set the value of the create option identified by optionName to optionValue
setCreateOption(String) - Method in class GDALCreateOptionsHandler
Set the create option identified by optionName
setCreateOption(String, int) - Method in class GDALCreateOptionsHandler
Set the value of the create option identified by optionName to optionValue
setCreateOption(String, float) - Method in class GDALCreateOptionsHandler
Set the value of the create option identified by optionName to optionValue
setDatasetDescription(String) - Method in class CoreCommonImageMetadata
 
setDatasetName(String) - Method in class CoreCommonImageMetadata
 
setDefaultValue(String) - Method in class GDALCreateOption
set the default value of the create option.
setDescription(String) - Method in class GCP
 
setDestinationOffset(Point) - Method in class GDALImageWriteParam
 
setDestinationRegion(Rectangle) - Method in class EnhancedImageReadParam
 
setDestinationType(ImageTypeSpecifier) - Method in class GDALImageWriteParam
 
setDriverDescription(String) - Method in class CoreCommonImageMetadata
 
setDriverName(String) - Method in class CoreCommonImageMetadata
 
setEasting(double) - Method in class GCP
 
setElevation(double) - Method in class GCP
 
setExtendMode() - Method in class EnhancedRandomAccessFile
Set extendMode for truncated, yet valid files - old NetCDF code allowed this when NOFILL on, and user doesnt write all variables.
setGcpNumber(int) - Method in class CoreCommonImageMetadata
 
setGcpProjection(String) - Method in class CoreCommonImageMetadata
 
setGcps(List<GCP>) - Method in class CoreCommonImageMetadata
 
setGdalCaching(boolean) - Static method in class GDALUtilities
Allows to enable/disable GDAL caching mechanism.
setGdalMetadataDomain(Map, String) - Method in class GDALWritableCommonIIOImageMetadata
Set the metadata for a specific domain.
setGdalPAM(boolean) - Static method in class GDALUtilities
Allows to enable/disable GDAL Persistable Auxiliary Metadata.
setGDS(GribRecordGDS) - Method in class GribRecord
Set the GDS for this record.
setGeoTransformation(double[]) - Method in class CoreCommonImageMetadata
 
setGridDX(double) - Method in class GribRecordGDS
Set delta-Lon between two grid points.
setGridDY(double) - Method in class GribRecordGDS
Set delta-Lat between two grid points.
setGridLat1(double) - Method in class GribRecordGDS
set latitude of grid start point.
setGridLat2(double) - Method in class GribRecordGDS
set latitude of grid end point.
setGridLatin1(double) - Method in class GribGDSLambert
 
setGridLatin2(double) - Method in class GribGDSLambert
 
setGridLatSP(double) - Method in class GribRecordGDS
set y-coordinate/latitude of south pole of a rotated latitude/longitude grid.
setGridLatSPST(double) - Method in class GribGDSRotatedLatLon
 
setGridLon1(double) - Method in class GribRecordGDS
set longitude of grid start point.
setGridLon2(double) - Method in class GribRecordGDS
set longitude of grid end point.
setGridLonSP(double) - Method in class GribRecordGDS
set x-coordinate/longitude of south pole of a rotated latitude/longitude grid.
setGridLonSPST(double) - Method in class GribGDSRotatedLatLon
 
setGridMode(int) - Method in class GribRecordGDS
 
setGridNX(int) - Method in class GribRecordGDS
set number of grid columns.
setGridNY(int) - Method in class GribRecordGDS
set number of grid rows.
setGridRotAngle(double) - Method in class GribRecordGDS
Set grid rotation angle of a rotated latitude/longitude grid.
setGridScanmode(boolean, boolean, boolean) - Method in class GribRecordGDS
Set scan mode (sign of increments).
setGridStretchingFactor(double) - Method in class GribGDSRotatedLatLon
Set stretching factor.
setGridType(int) - Method in class GribRecordGDS
Set type of grid.
setHeight(int) - Method in class CoreCommonImageMetadata
 
setId(String) - Method in class GCP
 
setIndexMap(Map<Range, ? extends BaseVariableWrapper>) - Method in class BaseNetCDFImageReader
 
setInput(Object, boolean) - Method in class GDALImageReader
 
setInput(Object, boolean, boolean) - Method in class GDALImageReader
Sets the input for the specialized reader.
setInput(Object, boolean, boolean) - Method in class BaseNetCDFImageReader
Sets the input source to use within this reader.
setInput(Object, boolean) - Method in class BaseNetCDFImageReader
Sets the input source to use within this reader.
setInput(Object) - Method in class BaseNetCDFImageReader
Sets the input source to use within this reader.
setIS(GribRecordIS) - Method in class GribRecord
Creates and set the IS for this record.
setLength(int) - Method in class GribRecordGDS
 
setLength(int, int, int, int) - Method in class GribRecordIS
This method is used to set the gribLength of the Indicato Section for the current grib record.
setMaximums(Double[]) - Method in class CoreCommonImageMetadata
 
setMembers(BaseImageReader) - Method in class BaseImageMetadata
 
setMinimums(Double[]) - Method in class CoreCommonImageMetadata
 
setMinLength(long) - Method in class EnhancedRandomAccessFile
Make sure eraf is at least this long when its closed. needed when not using fill mode, and not all data is written.
setNativeAccelerationAllowed(String, boolean, JAI) - Static method in class ImageIOUtilities
Allows or disallow native acceleration for the specified operation on the given JAI instance.
setNativeAccelerationAllowed(String, boolean) - Static method in class ImageIOUtilities
Allows or disallow native acceleration for the specified operation on the default JAI instance.
setNativeAccelerationAllowed(String, boolean, JAI) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.setNativeAccelerationAllowed(String,boolean,JAI) instead
setNativeAccelerationAllowed(String, boolean) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.setNativeAccelerationAllowed(String,boolean) instead
setNoDataValues(Double[]) - Method in class CoreCommonImageMetadata
 
setNodeAttribute(String, Object, IIOMetadataNode, int) - Static method in class GDALUtilities
Set the value of a specific attribute of a specific IIOMetadataNode
setNorthing(double) - Method in class GCP
 
setNumBands(int) - Method in class CoreCommonImageMetadata
 
setNumGlobalAttributes(int) - Method in class BaseNetCDFImageReader
 
setNumImages(int) - Method in class BaseImageReader
 
setNumOverviews(int[]) - Method in class CoreCommonImageMetadata
 
setOffsets(Double[]) - Method in class CoreCommonImageMetadata
 
setOptionName(String) - Method in class GDALCreateOption
set the name of the create option.
setOutput(Object) - Method in class GDALImageWriter
Sets the destination to the given Object, usually a File or a FileImageOutputStreamExt.
setPDS(GribRecordPDS) - Method in class GribRecord
Set the PDs for the current record.
setPos(long) - Method in class GribRecordBMS
 
setProgressiveMode(int) - Method in class GDALImageWriteParam
 
setProjCenter(int) - Method in class GribGDSLambert
 
setProjection(String) - Method in class CoreCommonImageMetadata
 
setRepresentedValueType(int) - Method in class GDALCreateOption
set the type of the represented value
setRhoRef(double) - Method in class GribGDSLambert
 
setRow(int) - Method in class GCP
 
setSampleModel(SampleModel) - Method in class CoreCommonImageMetadata
 
setSampleModel(SampleModel) - Method in class BaseVariableWrapper
 
setScales(Double[]) - Method in class CoreCommonImageMetadata
 
setSize(int) - Method in class GribRecordBMS
 
setSourceBands(int[]) - Method in class GDALImageWriteParam
 
setSourceRegion(Rectangle) - Method in class GDALImageWriteParam
 
setSourceSubsampling(int, int, int, int) - Method in class GDALImageWriteParam
 
setTileHeight(int) - Method in class CoreCommonImageMetadata
 
setTileHeight(int) - Method in class BaseVariableWrapper
 
setTileWidth(int) - Method in class CoreCommonImageMetadata
 
setTileWidth(int) - Method in class BaseVariableWrapper
 
setTiling(int, int) - Method in class GDALImageWriteParam
 
setTilingMode(int) - Method in class GDALImageWriteParam
 
setValidityCheckType(int) - Method in class GDALCreateOption
set the validity check type for the create option.
setValidityValues(String[]) - Method in class GDALCreateOption
set the array containing the validity values for the create option.
setValue(String) - Method in class GDALCreateOption
Set the specified value for the create option.
setValue(String) - Method in class NetCDFUtilities.KeyValuePair
 
setValue(V) - Method in class MapEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setWidth(int) - Method in class CoreCommonImageMetadata
 
signedInt2Bytes(int, int) - Static method in class MathUtils
signedInt2Bytes, converts a signed integer to a vector of bytes.
singleByteBuf - Variable in class InflaterImageInputStream
 
size() - Method in class FastByteArrayWrapper
Returns the current size of the buffer.
size() - Method in class SoftValueHashMap
Returns the number of entries in this map.
skip(long) - Method in class InputStreamAdapter
 
skip(long) - Method in class FastBufferedInputStream
 
skipBytes(int) - Method in class EnhancedRandomAccessFile
Skips exactly n bytes of input.
skipBytes(long) - Method in class EnhancedRandomAccessFile
Skips exactly n bytes of input.
skipBytes(int) - Method in class InflaterImageInputStream
 
skipBytes(long) - Method in class InflaterImageInputStream
Skips specified number of bytes of uncompressed data.
skipBytes(long) - Method in class FileImageInputStreamExtImpl
 
skipBytes(int) - Method in class FileImageInputStreamExtImpl
 
skipBytes(int) - Method in class FilterImageInputStream
 
skipBytes(int) - Method in class FilterImageOutputStream
 
skipBytes(long) - Method in class FilterImageOutputStream
 
SoftValueHashMap<K,V> - Class in it.geosolutions.imageio.utilities
Duplicated code from org.geotools.util simply to avoid geotools dependency --------------------------------------------------------------------------------------------- A hash map implementation that uses soft references, leaving memory when an entry is not used anymore and memory is low.
SoftValueHashMap() - Constructor for class SoftValueHashMap
Creates a map with the default hard references count.
SoftValueHashMap(int) - Constructor for class SoftValueHashMap
Creates a map with the specified hard references count.
spaces(int) - Static method in class ImageIOUtilities
Returns a string of the specified length filled with white spaces.
spaces(int) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.spaces(int) instead
STANDARD_METADATA_NAME - Static variable in class GDALUtilities
 
STANDARD_PARALLEL_1 - Static variable in class NetCDFUtilities.ProjAttribs
 
StringImageInputStreamSpi - Class in it.geosolutions.imageio.stream.input.spi
Implementation of an ImageInputStreamSpi for instantiating an ImageInputStream capable of connecting to a String.
StringImageInputStreamSpi() - Constructor for class StringImageInputStreamSpi
Default constructor for a StringImageInputStreamSpi;
StringImageOutputStreamSpi - Class in it.geosolutions.imageio.stream.output.spi
A Special ImageOutputStreamSpi Service Provider Interface which is able to provide an ImageOutputStream object for writing to a URL in case such a URL is writable of course.
StringImageOutputStreamSpi() - Constructor for class StringImageOutputStreamSpi
 
StringToDouble - Class in it.geosolutions.imageio.utilities
This class is responsible for converting a sequence of chars into a a double number.
subcenter_id - Variable in class GribPDSParamTable
Identification of center defined sub-center - not fully implemented yet.
SUBDATASETS - Static variable in class GDALUtilities.GDALMetadataDomain
 
subset(GregorianCalendar, GregorianCalendar, Float, Float) - Method in class GribCube4D
This method is responsible for the subsetting of an original 4D cube over a time span and a level range.
synch() - Method in class EnhancedRandomAccessFile
_more_

T

table_number - Variable in class GribPDSParamTable
Identification of parameter table version number
temp(Object, String, boolean) - Static method in class TestData
Creates a temporary file with the given name.
temp(Object, String) - Static method in class TestData
Creates a temporary file with the given name.
TestData - Class in it.geosolutions.resources
----------------------------- NOTE ----------------------------- This class contains a modified version of the geotools TestData class. ---------------------------------------------------------------- Provides access to test-data directories associated with JUnit tests.
TestData() - Constructor for class TestData
Do not allow instantiation of this class, except for extending it.
TIME - Static variable in class NetCDFUtilities
 
TimeRangeIndicator(int) - Static method in class Grib1TimeRangeIndicator
getOriginatingCenter, looks if there exists an originating center with the uspplied key otherwise it returns null.
toString() - Method in class GCP
 
toString() - Method in class NetCDFUtilities.KeyValuePair
 
toString() - Method in class EnhancedRandomAccessFile
Create a string representation of this object.
toString() - Method in class FileImageInputStreamExtImpl
Provides a simple description for this ImageInputStream.
toString() - Method in class FileImageOutputStreamExtImpl
Provides a simple description for this ImageOutputStream.
toString() - Method in class FastByteArrayWrapper
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class SoftValueHashMap
Returns a string representation of this map.
toString() - Method in class GribCube4D
 
toString() - Method in class GribCube5D
Debugging method it retrieves a textual description for this 5D hypercube.
toString() - Method in class GribGDSLambert
Get a string representation of this GDS.
toString() - Method in class GribGDSLatLon
Get a string representation of this GDS.
toString() - Method in class GribGDSPolarStereo
Get a string representation of this GDS.
toString() - Method in class GribGDSRotatedLatLon
Get a string representation of this GDS.
toString() - Method in class GribPDSLevel
Formats the class for output
toString() - Method in class GribPDSParameter
 
toString() - Method in class GribRecord
Get a string representation of this GRIB record.
toString() - Method in class GribRecordBDS
Get a string representation of this BDS.
toString() - Method in class GribRecordBMS
Get a string representation of this BMS.
toString() - Method in class GribRecordGDS
Get a string representation of this GDS.
toString() - Method in class GribRecordIS
Get a string representation of this IS.
toString() - Method in class GribRecordPDS
Get a string representation of this PDS.
toString() - Method in class GribPDSParameter
 
toString() - Method in class GribPDSParamTable
 
toTileSize(Dimension) - Static method in class GDALUtilities
Suggests a tile size for the specified image size.
trimFractionalPart(String) - Static method in class NetCDFUtilities
 
TYPE_CHAR - Static variable in class GDALCreateOption
Tag for Char Type
TYPE_FLOAT - Static variable in class GDALCreateOption
Tag for Floating Point Type
TYPE_INT - Static variable in class GDALCreateOption
Tag for Integer Type
TYPE_NONE - Static variable in class GDALCreateOption
Tag for Create options without a value
TYPE_STRING - Static variable in class GDALCreateOption
Tag for String Type

U

uint2(int, int) - Static method in class MathUtils
Convert two bytes into an unsigned integer.
uint3(int, int, int) - Static method in class MathUtils
Convert three bytes into an unsigned integer.
UNITS - Static variable in class NetCDFUtilities.DatasetAttribs
 
UNITS - Static variable in class NetCDFUtilities
 
unread() - Method in class EnhancedRandomAccessFile
Unread the last byte read.
unsetCompression() - Method in class GDALImageWriteParam
 
unsetTiling() - Method in class GDALImageWriteParam
 
unzipFile(Object, String) - Static method in class TestData
Unzip a file in the test-data directory.
update(ParameterBlock, RenderingHints, ParameterBlock, RenderingHints, CollectionImage, CollectionOp) - Method in class ImageReadMTCIF
 
UPPER_RIGHT_LATITUDE - Static variable in class NetCDFUtilities
 
UPPER_RIGHT_LONGITUDE - Static variable in class NetCDFUtilities
 
URIImageInputStream - Interface in it.geosolutions.imageio.stream.input
An ImageInputStream that gets its input from a URI
URIImageInputStreamImpl - Class in it.geosolutions.imageio.stream.input
An implementation of ImageInputStream that gets its input from a URI.
URIImageInputStreamImpl(URI) - Constructor for class URIImageInputStreamImpl
 
url(Object, String) - Static method in class TestData
Access to getResource(caller, path) as a non-null URL.
url - Variable in class GribPDSParamTable
URL store corresponding url of filename containint this table.
URLImageInputStreamSpi - Class in it.geosolutions.imageio.stream.input.spi
Implementation of an ImageInputStreamSpi for instantiating an ImageInputStream capable of connecting to a URL.
URLImageInputStreamSpi() - Constructor for class URLImageInputStreamSpi
Default constructor for a URLImageInputStreamSpi;
URLImageOutputStreamSpi - Class in it.geosolutions.imageio.stream.output.spi
A Special ImageOutputStreamSpi Service Provider Interface which is able to provide provide an ImageOutputStream object for writing to a URL in case such a URL is writable of course.
URLImageOutputStreamSpi() - Constructor for class URLImageOutputStreamSpi
 
urlToFile(URL) - Static method in class ImageIOUtilities
Takes a URL and converts it to a File.
urlToFile(URL) - Static method in class Utilities
Deprecated. Use ImageIOUtilities.urlToFile(URL) instead
usesDefaultInflater - Variable in class InflaterImageInputStream
 
Utilities - Class in it.geosolutions.imageio.utilities
Simple class for utility methods.

V

VALID_MAX - Static variable in class NetCDFUtilities.DatasetAttribs
 
VALID_MIN - Static variable in class NetCDFUtilities.DatasetAttribs
 
VALID_RANGE - Static variable in class NetCDFUtilities.DatasetAttribs
 
VALID_TYPES - Static variable in class NetCDFUtilities
The data type to accept in images.
validateParameters(String, ParameterBlock, StringBuffer) - Method in class ImageReadDescriptorMT
Validates the parameters in the supplied ParameterBlock.
VALIDITYCHECKTYPE_COMBINATIONOF - Static variable in class GDALCreateOption
Accepted values are a combination of values belonging a set of predefined ones
VALIDITYCHECKTYPE_NONE - Static variable in class GDALCreateOption
Accepted values are anything
VALIDITYCHECKTYPE_ONEOF - Static variable in class GDALCreateOption
Accepted value is one of a set of predefined values
VALIDITYCHECKTYPE_STRING_SYNTAX - Static variable in class GDALCreateOption
Accepted values are strings which need to respect a predefined syntax
VALIDITYCHECKTYPE_VALUE - Static variable in class GDALCreateOption
Accepted value is a single one
VALIDITYCHECKTYPE_VALUE_BELONGINGRANGE_EXTREMESEXCLUDED - Static variable in class GDALCreateOption
Accepted values are contained in a range, having the extremes excluded.
VALIDITYCHECKTYPE_VALUE_BELONGINGRANGE_EXTREMESINCLUDED - Static variable in class GDALCreateOption
Accepted values are contained in a range, having the extremes included
VALIDITYCHECKTYPE_VALUE_BELONGINGRANGE_LEFTEXCLUDED - Static variable in class GDALCreateOption
Accepted values are contained in a range, having the left extreme excluded.
VALIDITYCHECKTYPE_VALUE_BELONGINGRANGE_RIGHTEXCLUDED - Static variable in class GDALCreateOption
Accepted values are contained in a range, having the right extreme excluded.
VALIDITYCHECKTYPE_VALUE_GREATERTHAN - Static variable in class GDALCreateOption
Accepted values are greater than a predefined one
VALIDITYCHECKTYPE_VALUE_GREATERTHANOREQUALTO - Static variable in class GDALCreateOption
Accepted values are greater than or equal to a predefined one
VALIDITYCHECKTYPE_VALUE_LESSTHAN - Static variable in class GDALCreateOption
Accepted values are less than a predefined one
VALIDITYCHECKTYPE_VALUE_LESSTHANOREQUALTO - Static variable in class GDALCreateOption
Accepted values are less than or equal to a predefined one
VALIDITYCHECKTYPE_VALUE_MULTIPLEOF - Static variable in class GDALCreateOption
Accepted values are multiple of a predefined one
VALIDITYCHECKTYPE_VALUE_POWEROF - Static variable in class GDALCreateOption
Accepted values are power of a predefined one
valueOf(String) - Static method in enum GDALUtilities.DriverCreateCapabilities
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum GDALUtilities.MetadataChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum NetCDFUtilities.CheckType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum GribFile.AccessType
Returns the enum constant of this type with the specified name.
values() - Static method in enum GDALUtilities.DriverCreateCapabilities
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum GDALUtilities.MetadataChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum NetCDFUtilities.CheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum GribFile.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
vendorName - Static variable in class BaseImageReaderSpi
 
visualize(RenderedImage) - Static method in class ImageIOUtilities
base method used to simply visualize RenderedImage without further information
visualize(RenderedImage, String) - Static method in class ImageIOUtilities
base method used to simply visualize RenderedImage
visualize(RenderedImage, String, boolean) - Static method in class ImageIOUtilities
base method used to visualize RenderedImage by specifying the frame title as well as the request for rescaling.
visualize(RenderedImage, String, boolean, int) - Static method in class ImageIOUtilities
base method used to visualize RenderedImage by specifying the frame title as well as the request for rescaling.

W

write(IIOMetadata, IIOImage, ImageWriteParam) - Method in class GDALImageWriter
Write the input image to the output.
write(IIOImage) - Method in class GDALImageWriter
This method is a shorthand for write(null, image, null).
write(RenderedImage) - Method in class GDALImageWriter
This method is a shorthand for write(null, new IIOImage(image, null, null), null).
write(int) - Method in class EnhancedRandomAccessFile
Write a byte to the eraf.
write(byte[]) - Method in class EnhancedRandomAccessFile
Writes b.length bytes from the specified byte array starting at offset off to this eraf.
write(byte[], int, int) - Method in class EnhancedRandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this eraf.
write(int) - Method in class FileImageOutputStreamExtImpl
 
write(byte[], int, int) - Method in class FileImageOutputStreamExtImpl
 
write(int) - Method in class FilterImageOutputStream
 
write(byte[]) - Method in class FilterImageOutputStream
 
write(byte[], int, int) - Method in class FilterImageOutputStream
 
write(int) - Method in class ImageOutputStreamAdapter
 
write(byte[], int, int) - Method in class ImageOutputStreamAdapter
 
write(int) - Method in class FastByteArrayWrapper
Writes the specified byte to this byte array wrapper.
write(byte[], int, int) - Method in class FastByteArrayWrapper
Writes len bytes from the specified byte array starting at offset off to this byte array wrapper.
write(byte[]) - Method in class FastByteArrayWrapper
Writes b.length bytes from the specified byte array starting at offset 0 to this byte array wrapper.
write(byte[]) - Method in class OutputStreamAdapter
 
write(byte[], int, int) - Method in class OutputStreamAdapter
 
write(int) - Method in class OutputStreamAdapter
 
write(byte, int) - Method in class BitOutputStream
Writes some bits (max 8) from the specified byte to stream.
write(boolean) - Method in class BitOutputStream
Write a bit to this bit oriented stream.
write(int, int) - Method in class BitOutputStream
Write an integer as a bit vector of the specified length.
write(int) - Method in class BitOutputStream
Writes the specified byte to this bit-wise output stream.
write(byte[]) - Method in class BitOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class BitOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class FastBufferedOutputStream
 
write(byte[], int, int) - Method in class FastBufferedOutputStream
 
writeBit(int) - Method in class FilterImageOutputStream
 
writeBits(long, int) - Method in class FilterImageOutputStream
 
writeBoolean(boolean) - Method in class EnhancedRandomAccessFile
Writes a boolean to the eraf as a 1-byte value.
writeBoolean(boolean[], int, int) - Method in class EnhancedRandomAccessFile
_more_
writeBoolean(boolean) - Method in class FilterImageOutputStream
 
writeByte(int) - Method in class EnhancedRandomAccessFile
Writes a byte to the eraf as a 1-byte value.
writeByte(int) - Method in class FilterImageOutputStream
 
writeBytes(byte[], int, int) - Method in class EnhancedRandomAccessFile
Write len bytes from an array to the eraf.
writeBytes(String) - Method in class EnhancedRandomAccessFile
Writes the string to the eraf as a sequence of bytes.
writeBytes(char[], int, int) - Method in class EnhancedRandomAccessFile
Writes the character array to the eraf as a sequence of bytes.
writeBytes(String) - Method in class FilterImageOutputStream
 
writeChar(int) - Method in class EnhancedRandomAccessFile
Writes a char to the eraf as a 2-byte value, high byte first.
writeChar(char[], int, int) - Method in class EnhancedRandomAccessFile
_more_
writeChar(int) - Method in class FilterImageOutputStream
 
writeChars(String) - Method in class EnhancedRandomAccessFile
Writes a string to the eraf as a sequence of characters.
writeChars(char[], int, int) - Method in class FilterImageOutputStream
 
writeChars(String) - Method in class FilterImageOutputStream
 
writeDouble(double) - Method in class EnhancedRandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the eraf as an 8-byte quantity, high byte first.
writeDouble(double[], int, int) - Method in class EnhancedRandomAccessFile
_more_
writeDouble(double) - Method in class FilterImageOutputStream
 
writeDoubles(double[], int, int) - Method in class FilterImageOutputStream
 
writeFloat(float) - Method in class EnhancedRandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the eraf as a 4-byte quantity, high byte first.
writeFloat(float[], int, int) - Method in class EnhancedRandomAccessFile
_more_
writeFloat(float) - Method in class FilterImageOutputStream
 
writeFloats(float[], int, int) - Method in class FilterImageOutputStream
 
writeInt(int) - Method in class EnhancedRandomAccessFile
Writes an int to the eraf as four bytes, high byte first.
writeInt(int[], int, int) - Method in class EnhancedRandomAccessFile
_more_
writeInt(int) - Method in class FilterImageOutputStream
 
writeInts(int[], int, int) - Method in class FilterImageOutputStream
 
writeLong(long) - Method in class EnhancedRandomAccessFile
Writes a long to the eraf as eight bytes, high byte first.
writeLong(long[], int, int) - Method in class EnhancedRandomAccessFile
_more_
writeLong(long) - Method in class FilterImageOutputStream
 
writeLongs(long[], int, int) - Method in class FilterImageOutputStream
 
writeShort(int) - Method in class EnhancedRandomAccessFile
Writes a short to the eraf as two bytes, high byte first.
writeShort(short[], int, int) - Method in class EnhancedRandomAccessFile
_more_
writeShort(int) - Method in class FilterImageOutputStream
 
writeShorts(short[], int, int) - Method in class FilterImageOutputStream
 
writeTo(OutputStream) - Method in class GribGDSLambert
 
writeTo(OutputStream) - Method in class GribGDSLatLon
writeTo writes this section to an output stream
writeTo(OutputStream) - Method in class GribGDSPolarStereo
 
writeTo(OutputStream) - Method in class GribGDSRotatedLatLon
 
writeTo(OutputStream) - Method in class GribFile
writeTo
writeTo(OutputStream) - Method in class GribPDSLevel
writeTo Writes the current section to an output stream as requested by the specifications on grib files.
writeTo(OutputStream) - Method in class GribRecord
writeTo
writeTo(OutputStream) - Method in class GribRecordBDS
Serialization of BDS section with emphasis on data packing.
writeTo(OutputStream) - Method in class GribRecordBMS
writeTo
writeTo(OutputStream) - Method in class GribRecordES
Serialization of BDS section with emphasis on data packing.
writeTo(OutputStream) - Method in class GribRecordGDS
writeTo
writeTo(OutputStream) - Method in class GribRecordIS
writeTo(OutputStream out) Write the indicator section to
writeTo(OutputStream) - Method in class GribRecordPDS
writeTo Writes the current section to an output stream as requested by the specifications on grib files.
writeUTF(String) - Method in class EnhancedRandomAccessFile
Writes a string to the eraf using UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class FilterImageOutputStream
 

X

X_DIMENSION - Static variable in class NetCDFUtilities
The dimension relative to the rank in #variable to use as image width.
XML_PREFIX - Static variable in class GDALUtilities.GDALMetadataDomain
 

Y

Y_DIMENSION - Static variable in class NetCDFUtilities
The dimension relative to the rank in #variable to use as image height.

Z

Z_DIMENSION - Static variable in class NetCDFUtilities
The default dimension relative to the rank in #variable to use as Z dimension.
ZEROS - Static variable in class NumberToByteArray
Array containing byte arrays containing "zeros" The element at index N within this array contains a byte array of N zero.
ZETA - Static variable in class NetCDFUtilities
 

A B C D E F G H I L M N O P R S T U V W X Y Z

Copyright © 2006-2010 GeoSolutions. All Rights Reserved.