Package | Description |
---|---|
it.geosolutions.jaiext.lookup |
Modifier and Type | Class and Description |
---|---|
class |
LookupTableWrapper |
Modifier and Type | Method and Description |
---|---|
static LookupTable |
LookupTableFactory.create(byte[] data)
Constructs a single-banded byte lookup table.
|
static LookupTable |
LookupTableFactory.create(byte[][] data)
Constructs a multi-banded byte lookup table.
|
static LookupTable |
LookupTableFactory.create(byte[][] data,
int offset)
Constructs a multi-banded byte lookup table where all bands have the same index offset.
|
static LookupTable |
LookupTableFactory.create(byte[][] data,
int[] offsets)
Constructs a multi-banded byte lookup table where each band has a different index offset.
|
static LookupTable |
LookupTableFactory.create(byte[] data,
int offset)
Constructs a single-banded byte lookup table with an index offset.
|
static LookupTable |
LookupTableFactory.create(double[] data)
Constructs a single-banded double lookup table.
|
static LookupTable |
LookupTableFactory.create(double[][] data)
Constructs a multi-banded double lookup table.
|
static LookupTable |
LookupTableFactory.create(double[][] data,
int offset)
Constructs a multi-banded double lookup table where all bands have the same index offset.
|
static LookupTable |
LookupTableFactory.create(double[][] data,
int[] offsets)
Constructs a multi-banded double lookup table where each band has a different index offset.
|
static LookupTable |
LookupTableFactory.create(double[] data,
int offset)
Constructs a single-banded double lookup table with an index offset.
|
static LookupTable |
LookupTableFactory.create(float[] data)
Constructs a single-banded float lookup table.
|
static LookupTable |
LookupTableFactory.create(float[][] data)
Constructs a multi-banded float lookup table.
|
static LookupTable |
LookupTableFactory.create(float[][] data,
int offset)
Constructs a multi-banded float lookup table where all bands have the same index offset.
|
static LookupTable |
LookupTableFactory.create(float[][] data,
int[] offsets)
Constructs a multi-banded float lookup table where each band has a different index offset.
|
static LookupTable |
LookupTableFactory.create(float[] data,
int offset)
Constructs a single-banded float lookup table with an index offset.
|
static LookupTable |
LookupTableFactory.create(int[] data)
Constructs a single-banded int lookup table.
|
static LookupTable |
LookupTableFactory.create(int[][] data)
Constructs a multi-banded int lookup table.
|
static LookupTable |
LookupTableFactory.create(int[][] data,
int offset)
Constructs a multi-banded int lookup table where all bands have the same index offset.
|
static LookupTable |
LookupTableFactory.create(int[][] data,
int[] offsets)
Constructs a multi-banded int lookup table where each band has a different index offset.
|
static LookupTable |
LookupTableFactory.create(int[] data,
int offset)
Constructs a single-banded int lookup table with an index offset.
|
static LookupTable |
LookupTableFactory.create(javax.media.jai.LookupTableJAI table)
Constructs a multi-banded lookup table from another one.
|
static LookupTable |
LookupTableFactory.create(short[][] data,
boolean isUShort)
Constructs a multi-banded short or unsigned short lookup table.
|
static LookupTable |
LookupTableFactory.create(short[][] data,
int[] offsets,
boolean isUShort)
Constructs a multi-banded short or unsigned short lookup table where each band has a different index offset.
|
static LookupTable |
LookupTableFactory.create(short[][] data,
int offset,
boolean isUShort)
Constructs a multi-banded short or unsigned short lookup table where all bands have the same index offset.
|
static LookupTable |
LookupTableFactory.create(short[] data,
boolean isUShort)
Constructs a single-banded short or unsigned short lookup table.
|
static LookupTable |
LookupTableFactory.create(short[] data,
int offset,
boolean isUShort)
Constructs a single-banded short or unsigned short lookup table with an index offset.
|
Modifier and Type | Method and Description |
---|---|
static javax.media.jai.RenderedOp |
LookupDescriptor.create(RenderedImage source0,
LookupTable table,
double destinationNoData,
javax.media.jai.ROI roi,
Range noData,
boolean useRoiAccessor,
RenderingHints hints)
Performs a lookup operation on an integral image.
|
Constructor and Description |
---|
LookupOpImage(RenderedImage source,
javax.media.jai.ImageLayout layout,
Map configuration,
LookupTable lookupTable,
double destinationNoData,
javax.media.jai.ROI roi,
Range noData,
boolean useRoiAccessor) |
Copyright © 2006–2017 GeoSolutions. All rights reserved.