| Package | Description |
|---|---|
| mil.nga.tiff |
| Modifier and Type | Method and Description |
|---|---|
Rasters |
FileDirectory.getWriteRasters()
Get the rasters for writing a TIFF file
|
Rasters |
FileDirectory.readInterleavedRasters()
Read the rasters as interleaved
|
Rasters |
FileDirectory.readInterleavedRasters(ImageWindow window)
Read the rasters as interleaved
|
Rasters |
FileDirectory.readInterleavedRasters(ImageWindow window,
int[] samples)
Read the rasters as interleaved
|
Rasters |
FileDirectory.readInterleavedRasters(int[] samples)
Read the rasters as interleaved
|
Rasters |
FileDirectory.readRasters()
Read the rasters
|
Rasters |
FileDirectory.readRasters(boolean sampleValues,
boolean interleaveValues)
Read the rasters
|
Rasters |
FileDirectory.readRasters(ImageWindow window)
Read the rasters
|
Rasters |
FileDirectory.readRasters(ImageWindow window,
boolean sampleValues,
boolean interleaveValues)
Read the rasters
|
Rasters |
FileDirectory.readRasters(ImageWindow window,
int[] samples)
Read the rasters
|
Rasters |
FileDirectory.readRasters(ImageWindow window,
int[] samples,
boolean sampleValues,
boolean interleaveValues)
Read the rasters
|
Rasters |
FileDirectory.readRasters(int[] samples)
Read the rasters
|
Rasters |
FileDirectory.readRasters(int[] samples,
boolean sampleValues,
boolean interleaveValues)
Read the rasters
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileDirectory.setWriteRasters(Rasters rasters)
Set the rasters for writing a TIFF file
|
| Constructor and Description |
|---|
FileDirectory(Rasters rasters)
Constructor, for writing TIFF files
|
FileDirectory(SortedSet<FileDirectoryEntry> entries,
Rasters rasters)
Constructor, for writing TIFF files
|
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.