public class JNCSRendererProxy
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.Object | 
renderer  | 
static java.lang.String | 
RENDERER_CLASS  | 
| Constructor and Description | 
|---|
JNCSRendererProxy(java.lang.String location,
                 boolean flag)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close(boolean flag)  | 
java.awt.geom.Point2D.Double | 
convertDatasetToWorld(int x,
                     int y)  | 
java.awt.Point | 
convertWorldToDataset(double x,
                     double y)  | 
double | 
getCellIncrementX()  | 
double | 
getCellIncrementY()  | 
static double | 
getDouble(java.lang.Object object,
         java.lang.String fieldname)  | 
double | 
getDouble(java.lang.String fieldname)  | 
int | 
getHeight()  | 
static int | 
getInt(java.lang.Object object,
      java.lang.String fieldname)  | 
int | 
getInt(java.lang.String fieldname)  | 
int | 
getNumBands()  | 
double | 
getOriginX()  | 
double | 
getOriginY()  | 
int | 
getWidth()  | 
void | 
readLineRGBA(int[] rgba)  | 
void | 
setView(int numBands,
       int[] bands,
       int firstColumn,
       int firstLine,
       int lastColumn,
       int lastLine,
       int width,
       int height)  | 
static void | 
throwAsException(java.lang.reflect.InvocationTargetException ite)  | 
public static final java.lang.String RENDERER_CLASS
protected java.lang.Object renderer
public JNCSRendererProxy(java.lang.String location,
                 boolean flag)
                  throws java.lang.Exception
java.lang.Exceptionpublic static final void throwAsException(java.lang.reflect.InvocationTargetException ite)
                                   throws java.lang.Exception
java.lang.Exceptionpublic static final int getInt(java.lang.Object object,
         java.lang.String fieldname)
public int getInt(java.lang.String fieldname)
public static final double getDouble(java.lang.Object object,
               java.lang.String fieldname)
public double getDouble(java.lang.String fieldname)
public double getOriginX()
public double getOriginY()
public int getWidth()
public int getHeight()
public double getCellIncrementX()
public double getCellIncrementY()
public int getNumBands()
public java.awt.Point convertWorldToDataset(double x,
                                   double y)
                                     throws java.lang.Exception
java.lang.Exceptionpublic java.awt.geom.Point2D.Double convertDatasetToWorld(int x,
                                                 int y)
                                                   throws java.lang.Exception
java.lang.Exceptionpublic void setView(int numBands,
           int[] bands,
           int firstColumn,
           int firstLine,
           int lastColumn,
           int lastLine,
           int width,
           int height)
             throws java.lang.Exception
java.lang.Exceptionpublic void readLineRGBA(int[] rgba)
                  throws java.lang.Exception
java.lang.Exceptionpublic void close(boolean flag)