|
|||||||||
| 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.
| Nested Class Summary | |
|---|---|
static interface |
CoordSysEvaluator.Predicate
|
| Constructor Summary | |
|---|---|
CoordSysEvaluator()
|
|
| Method Summary | |
|---|---|
static CoordinateAxis |
findCoordByType(NetcdfDataset ds,
AxisType atype)
Look for Axis by Type. |
static CoordinateAxis |
findCoordByType(NetcdfDataset ds,
AxisType atype,
CoordSysEvaluator.Predicate p)
Look for Axis by Type and test against a predicate |
static String |
findCoordNameByType(NetcdfDataset ds,
AxisType atype)
Look for Axis by Type. |
static void |
findCoords(TableConfig nt,
List<CoordinateAxis> axes)
|
static void |
findCoords(TableConfig nt,
NetcdfDataset ds)
Look for Axis by Type, assign to TableConfig if found. |
static String |
findCoordShortNameByType(NetcdfDataset ds,
AxisType atype)
|
static void |
findCoordWithDimension(TableConfig nt,
NetcdfDataset ds,
Dimension outer)
|
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. If no CoordSystem, try list of coordinate axes
public static void findCoords(TableConfig nt,
List<CoordinateAxis> axes)
public static void findCoordWithDimension(TableConfig nt,
NetcdfDataset ds,
Dimension outer)
public static 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 String findCoordShortNameByType(NetcdfDataset ds,
AxisType atype)
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 CoordinateAxis findCoordByType(NetcdfDataset ds,
AxisType atype,
CoordSysEvaluator.Predicate p)
ds - look in this dataset's "Best" coordinate system.atype - look for this type of CoordinateAxis.p - match this predicate
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 | ||||||||