org.ala.layers.grid
Class GridGroup

java.lang.Object
  extended by org.ala.layers.grid.GridGroup

public class GridGroup
extends java.lang.Object

Author:
Adam

Field Summary
 java.lang.Boolean byteorderLSB
           
 java.lang.String datatype
           
 java.lang.String filename
           
 int ncols
           
 double nodatavalue
           
 int nrows
           
 java.lang.Boolean valid
           
 double[] values
           
 double xmax
           
 double xmin
           
 double xres
           
 double ymax
           
 double ymin
           
 double yres
           
 
Constructor Summary
GridGroup(java.lang.String fname)
           
 
Method Summary
 int getcellnumber(double x, double y)
           
 java.util.HashMap<java.lang.String,java.lang.Float> sample(double longitude, double latitude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

byteorderLSB

public java.lang.Boolean byteorderLSB

ncols

public int ncols

nrows

public int nrows

nodatavalue

public double nodatavalue

valid

public java.lang.Boolean valid

values

public double[] values

xmin

public double xmin

xmax

public double xmax

ymin

public double ymin

ymax

public double ymax

xres

public double xres

yres

public double yres

datatype

public java.lang.String datatype

filename

public java.lang.String filename
Constructor Detail

GridGroup

public GridGroup(java.lang.String fname)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getcellnumber

public int getcellnumber(double x,
                         double y)

sample

public java.util.HashMap<java.lang.String,java.lang.Float> sample(double longitude,
                                                                  double latitude)
                                                           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2014. All Rights Reserved.