public class WCSCoverage.RectifiedGrid extends Object
| Constructor and Description | 
|---|
| RectifiedGrid(int dimensions) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addAxisName(String axisName) | 
| void | addHighGridEnvelopLimit(int[] highLimit) | 
| void | addLowGridEnvelopLimit(int[] lowLimit) | 
| void | addToOffsetVector(double[] _offsetVector) | 
| String[] | getAxisNames() | 
| int | getDimensionCount() | 
| int[][] | getHighGridEnvelopLimits() | 
| int[][] | getLowGridEnvelopLimits() | 
| double[][] | getOffsetVector() | 
| double[] | getOrigins() | 
| void | setOrigin(double[] _origins) | 
public void addAxisName(String axisName)
public String[] getAxisNames()
public void addLowGridEnvelopLimit(int[] lowLimit)
public int[][] getLowGridEnvelopLimits()
public void addHighGridEnvelopLimit(int[] highLimit)
public int[][] getHighGridEnvelopLimits()
public void setOrigin(double[] _origins)
public double[] getOrigins()
public void addToOffsetVector(double[] _offsetVector)
public double[][] getOffsetVector()
public int getDimensionCount()