@Immutable public class GribCollectionImmutable.VariableIndex extends Object
Modifier and Type | Class and Description |
---|---|
class |
GribCollectionImmutable.VariableIndex.Info |
Modifier | Constructor and Description |
---|---|
protected |
VariableIndex(GribCollectionImmutable.GroupGC g,
GribCollectionMutable.VariableIndex gcVar) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getCategory() |
Coordinate |
getCoordinate(Coordinate.Type want) |
Coordinate |
getCoordinate(int index) |
Iterable<Integer> |
getCoordinateIndex() |
List<Coordinate> |
getCoordinates() |
CoordinateTimeAbstract |
getCoordinateTime() |
int |
getDiscipline() |
int |
getEnsDerivedType() |
int |
getGenProcessType() |
String |
getIntvName() |
int |
getIntvType() |
int |
getLevelType() |
int |
getNdups() |
int |
getNmissing() |
int |
getNrecords() |
int |
getNRecords() |
int |
getParameter() |
String |
getProbabilityName() |
int |
getProbType() |
GribCollectionImmutable.Record |
getRecordAt(int sourceIndex) |
GribCollectionImmutable.Record |
getRecordAt(int[] sourceIndex) |
int |
getSize() |
SparseArray<GribCollectionImmutable.Record> |
getSparseArray() |
int |
getTableVersion() |
int |
hashCode() |
boolean |
isEnsemble() |
boolean |
isLayer() |
String |
makeVariableName() |
void |
readRecords() |
String |
toStringFrom() |
protected VariableIndex(GribCollectionImmutable.GroupGC g, GribCollectionMutable.VariableIndex gcVar)
public void readRecords() throws IOException
IOException
public GribCollectionImmutable.Record getRecordAt(int sourceIndex)
public GribCollectionImmutable.Record getRecordAt(int[] sourceIndex)
public List<Coordinate> getCoordinates()
public Coordinate getCoordinate(Coordinate.Type want)
public CoordinateTimeAbstract getCoordinateTime()
public Coordinate getCoordinate(int index)
public SparseArray<GribCollectionImmutable.Record> getSparseArray()
public int getNRecords()
public int getTableVersion()
public int getDiscipline()
public int getCategory()
public int getParameter()
public int getLevelType()
public int getIntvType()
public int getEnsDerivedType()
public int getProbType()
public String getIntvName()
public String getProbabilityName()
public boolean isLayer()
public boolean isEnsemble()
public int getGenProcessType()
public int getNdups()
public int getNmissing()
public int getNrecords()
public int getSize()
public String toStringFrom()
public String makeVariableName()
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.