|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ft.point.standard.CoordSysEvaluator
public class CoordSysEvaluator
CoordinateSystem Evaluation utilities.
| Constructor Summary | |
|---|---|
CoordSysEvaluator()
|
|
| Method Summary | |
|---|---|
static CoordinateAxis |
findCoordByType(NetcdfDataset ds,
AxisType atype)
Look for Axis by Type. |
static java.lang.String |
findCoordNameByType(NetcdfDataset ds,
AxisType atype)
Look for Axis by Type. |
static void |
findCoords(TableConfig nt,
NetcdfDataset ds)
Look for Axis by Type, assign to TableConfig if found. |
static Dimension |
findDimensionByType(NetcdfDataset ds,
AxisType atype)
Look for Axis by Type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoordSysEvaluator()
| Method Detail |
|---|
public static void findCoords(TableConfig nt,
NetcdfDataset ds)
nt - assign coordinates to this table.ds - look in this dataset's "Best" coordinate system.
public static java.lang.String findCoordNameByType(NetcdfDataset ds,
AxisType atype)
ds - look in this dataset's "Best" coordinate system.atype - look for this type of CoordinateAxis. takes the first one it finds.
public static CoordinateAxis findCoordByType(NetcdfDataset ds,
AxisType atype)
ds - look in this dataset's "Best" coordinate system.atype - look for this type of CoordinateAxis. takes the first one it finds.
public static Dimension findDimensionByType(NetcdfDataset ds,
AxisType atype)
ds - look in this dataset's "Best" coordinate system.atype - look for this type of CoordinateAxis. takes the first one it finds.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||