public class CFSimpleGeometryHelper
extends java.lang.Object
Constructor and Description |
---|
CFSimpleGeometryHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getSubsetString(Variable var,
int id)
Gets the subset string to be used in NetCDFFile.read given a variable and an ID.
|
static java.lang.String |
getSubsetString(Variable var,
int beginInd,
int endInd,
int id)
Gets the subset string to be used in NetCDFFile.read given a variable and some indicies.
|
public static java.lang.String getSubsetString(Variable var, int beginInd, int endInd, int id)
var
- variable to subsetbeginInd
- beginning index (inclusive)endInd
- end index (exclusive)id
- The SimpleGeometryID to indexpublic static java.lang.String getSubsetString(Variable var, int id)
var
- variable to subsetid
- The SimpleGeometryID to index