A B C D E F G H J N O P R S W X Y Z

A

addProgressiveUpdateListener(JNCSProgressiveUpdate) - Method in class com.ermapper.ecw.JNCSFile
Inform the ECW file that a client wants progressive imagery and is ready to listen for updates.

B

bIsOpen - Variable in class com.ermapper.ecw.JNCSFile
A flag to specify if a valid file is currently open.

C

cellIncrementX - Variable in class com.ermapper.ecw.JNCSFile
The cell increment in the X direction of the file.
cellIncrementY - Variable in class com.ermapper.ecw.JNCSFile
The cell increment in the Y direction of the file.
cellSizeUnits - Variable in class com.ermapper.ecw.JNCSFile
The cell units of the file.
close(boolean) - Method in class com.ermapper.ecw.JNCSFile
Close an ecw file, and optionally free the image case.
compressionRate - Variable in class com.ermapper.ecw.JNCSFile
The compression rate of the file.
convertDatasetToWorld(int, int) - Method in class com.ermapper.ecw.JNCSFile
Convert a dataset x,y point into a world coordinate.
convertWorldToDataset(double, double) - Method in class com.ermapper.ecw.JNCSFile
Convert a world x,y coordinate into a dataset point.

D

datum - Variable in class com.ermapper.ecw.JNCSFile
The GDT datum of the file.
drawImage(Graphics, int, int, int, int, double, double, double, double, ImageObserver) - Method in class com.ermapper.ecw.JNCSRenderer
Draw all available imagery to the graphics context.

E

ECW_CELL_UNITS_DEGREES - Static variable in class com.ermapper.ecw.JNCSFile
Cell units for the ecw file are degrees, a latitude/longitude coordinate system.
ECW_CELL_UNITS_FEET - Static variable in class com.ermapper.ecw.JNCSFile
Cell units for the ecw file are feet (US).
ECW_CELL_UNITS_INVALID - Static variable in class com.ermapper.ecw.JNCSFile
Cell units for the ecw file are unknown
ECW_CELL_UNITS_METERS - Static variable in class com.ermapper.ecw.JNCSFile
Cell units for the ecw file are metric meters

F

fileName - Variable in class com.ermapper.ecw.JNCSFile
The filename of the current open file.
finalize() - Method in class com.ermapper.ecw.JNCSFile
Performs final cleanup when the object is destroyed.

G

getLastErrorText(int) - Method in class com.ermapper.ecw.JNCSFile
Return the last error from the file object.
getLibVersion() - Static method in class com.ermapper.ecw.JNCSFile
Get the version of the decompressoin library (currently native) used in this class.
getPercentComplete() - Method in class com.ermapper.ecw.JNCSFile
Get the percent complete of the current setView() command.

H

height - Variable in class com.ermapper.ecw.JNCSFile
The height (Y dimension) of the file.

J

JNCSDatasetPoint - class com.ermapper.util.JNCSDatasetPoint.
DESCRIPTION
JNCSDatasetPoint() - Constructor for class com.ermapper.util.JNCSDatasetPoint
Default constructor.
JNCSDatasetPoint(int, int) - Constructor for class com.ermapper.util.JNCSDatasetPoint
 
JNCSException - exception com.ermapper.ecw.JNCSException.
JNCSException is a top level exception class, covering all errors that JNCS* objects may generate.
JNCSException() - Constructor for class com.ermapper.ecw.JNCSException
 
JNCSException(String) - Constructor for class com.ermapper.ecw.JNCSException
 
JNCSFile - class com.ermapper.ecw.JNCSFile.
The JNCSFile class is the lowest level interface between the Java lannguage and the native ECW code.
JNCSFile() - Constructor for class com.ermapper.ecw.JNCSFile
Constructor.
JNCSFile(String, boolean) - Constructor for class com.ermapper.ecw.JNCSFile
Constructor.
JNCSFileNotOpenException - exception com.ermapper.ecw.JNCSFileNotOpenException.
DESCRIPTION
JNCSFileNotOpenException() - Constructor for class com.ermapper.ecw.JNCSFileNotOpenException
 
JNCSFileNotOpenException(String) - Constructor for class com.ermapper.ecw.JNCSFileNotOpenException
 
JNCSFileOpenFailedException - exception com.ermapper.ecw.JNCSFileOpenFailedException.
DESCRIPTION
JNCSFileOpenFailedException() - Constructor for class com.ermapper.ecw.JNCSFileOpenFailedException
 
JNCSFileOpenFailedException(String) - Constructor for class com.ermapper.ecw.JNCSFileOpenFailedException
 
JNCSInvalidSetViewException - exception com.ermapper.ecw.JNCSInvalidSetViewException.
DESCRIPTION
JNCSInvalidSetViewException() - Constructor for class com.ermapper.ecw.JNCSInvalidSetViewException
 
JNCSInvalidSetViewException(String) - Constructor for class com.ermapper.ecw.JNCSInvalidSetViewException
 
JNCSNativeLibraryException - exception com.ermapper.ecw.JNCSNativeLibraryException.
JNCSNativeLibraryException is an exception that native library ecw support is unavailable for one of two reasons: 1) Security restriction (unsigned applet) 2) Could not find the libraries.
JNCSNativeLibraryException() - Constructor for class com.ermapper.ecw.JNCSNativeLibraryException
 
JNCSNativeLibraryException(String) - Constructor for class com.ermapper.ecw.JNCSNativeLibraryException
 
JNCSProgressiveUpdate - interface com.ermapper.ecw.JNCSProgressiveUpdate.
JNCSProgressiveUpdate is an interface that clients must implement to listen to progresive imagery form the ECW classes.
JNCSReadLineException - exception com.ermapper.ecw.JNCSReadLineException.
DESCRIPTION
JNCSReadLineException() - Constructor for class com.ermapper.ecw.JNCSReadLineException
 
JNCSRenderer - class com.ermapper.ecw.JNCSRenderer.
This class provides an easy mechanism for displaying ECW images, in progressive or non-progressive mode to a graphics context (usually a frame or panel in an application).
JNCSRenderer() - Constructor for class com.ermapper.ecw.JNCSRenderer
Default constructor
JNCSRenderer(String, boolean) - Constructor for class com.ermapper.ecw.JNCSRenderer
Construct a renderer object and open the file, in progressive or static mode.
JNCSScreenPoint - class com.ermapper.util.JNCSScreenPoint.
DESCRIPTION
JNCSScreenPoint() - Constructor for class com.ermapper.util.JNCSScreenPoint
Default constructor.
JNCSScreenPoint(int, int) - Constructor for class com.ermapper.util.JNCSScreenPoint
 
JNCSWorldPoint - class com.ermapper.util.JNCSWorldPoint.
DESCRIPTION
JNCSWorldPoint() - Constructor for class com.ermapper.util.JNCSWorldPoint
Default constructor.
JNCSWorldPoint(double, double) - Constructor for class com.ermapper.util.JNCSWorldPoint
 
JNCSWorldPoint(double, double, double) - Constructor for class com.ermapper.util.JNCSWorldPoint
 

N

numBands - Variable in class com.ermapper.ecw.JNCSFile
The number of image bands in the file.

O

open(String, boolean) - Method in class com.ermapper.ecw.JNCSFile
Opens an ECW file in progressive or static mode, from a URL or local file path.
originX - Variable in class com.ermapper.ecw.JNCSFile
The X origin of the current open file.
originY - Variable in class com.ermapper.ecw.JNCSFile
The Y origin of the current open file.

P

progImageClient - Variable in class com.ermapper.ecw.JNCSFile
 
progressive - Variable in class com.ermapper.ecw.JNCSFile
Flag indicating if the file was opened in progressive mode.
projection - Variable in class com.ermapper.ecw.JNCSFile
The GDT projection of the file.

R

readImageRGBA(int[], int, int) - Method in class com.ermapper.ecw.JNCSFile
Read an image of into an RGBA data buffer.
readLineBGRA(int[]) - Method in class com.ermapper.ecw.JNCSFile
Read a scanline of BGRA format data.
readLineBIL(double[]) - Method in class com.ermapper.ecw.JNCSFile
Read a scanline of BIL format data.
readLineBIL(int[]) - Method in class com.ermapper.ecw.JNCSFile
Read a scanline of BIL format data.
readLineRGBA(int[]) - Method in class com.ermapper.ecw.JNCSFile
Read a scanline of RGBA format data.
refreshUpdate(int, int, double, double, double, double) - Method in class com.ermapper.ecw.JNCSFile
 
refreshUpdate(int, int, double, double, double, double) - Method in interface com.ermapper.ecw.JNCSProgressiveUpdate
This method gets called when imagery arrives from the network and the set view was in world coordinates.
refreshUpdate(int, int, double, double, double, double) - Method in class com.ermapper.ecw.JNCSRenderer
 
refreshUpdate(int, int, int, int, double, int) - Method in class com.ermapper.ecw.JNCSRenderer
 
refreshUpdate(int, int, int, int, int, int) - Method in class com.ermapper.ecw.JNCSFile
 
refreshUpdate(int, int, int, int, int, int) - Method in interface com.ermapper.ecw.JNCSProgressiveUpdate
This method gets called when imagery arrives from the network, and the set view was in dataset cells.

S

setTransparency(float) - Method in class com.ermapper.ecw.JNCSRenderer
Set the transparency value for the image.
setView(int, int[], double, double, double, double, int, int) - Method in class com.ermapper.ecw.JNCSFile
Set a file view, in world coordinates.
setView(int, int[], double, double, double, double, int, int) - Method in class com.ermapper.ecw.JNCSRenderer
Set a view of an open ECW file, in world coordinates.
setView(int, int[], int, int, int, int, int, int) - Method in class com.ermapper.ecw.JNCSFile
Set a file view, in dataset coordinates.
setView(int, int[], int, int, int, int, int, int) - Method in class com.ermapper.ecw.JNCSRenderer
Set a view of an open ECW file in dataset coordinates.

W

width - Variable in class com.ermapper.ecw.JNCSFile
The width (X dimension) of the file.

X

x - Variable in class com.ermapper.util.JNCSDatasetPoint
The X location of the dataset point.
x - Variable in class com.ermapper.util.JNCSScreenPoint
The X location of the screen point.
x - Variable in class com.ermapper.util.JNCSWorldPoint
The X location of the world point.

Y

y - Variable in class com.ermapper.util.JNCSDatasetPoint
The Y location of the world point.
y - Variable in class com.ermapper.util.JNCSScreenPoint
The Y location of the screen point.
y - Variable in class com.ermapper.util.JNCSWorldPoint
The Y location of the world point.

Z

z - Variable in class com.ermapper.util.JNCSWorldPoint
The Z location of the world point.

A B C D E F G H J N O P R S W X Y Z