public class Slice2DIndex extends Object
The elements are:
| Modifier and Type | Class and Description |
|---|---|
static class |
Slice2DIndex.Slice2DIndexManager
An wrapper for variable index files.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_INDEX
DEFAULT_INDEX
|
| Constructor and Description |
|---|
Slice2DIndex(int[] index,
String variableName) |
Slice2DIndex(String variableName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getNCount() |
int |
getNIndex(int n) |
String |
getVariableName() |
int |
hashCode() |
String |
toString() |
public static final int DEFAULT_INDEX
public Slice2DIndex(String variableName)
public Slice2DIndex(int[] index,
String variableName)
public int getNIndex(int n)
public int getNCount()
public String getVariableName()
Copyright © 1996–2019 Geotools. All rights reserved.