Package | Description |
---|---|
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
Modifier and Type | Method and Description |
---|---|
static CoordinateAxis |
CoordSysEvaluator.findCoordByType(List<CoordinateAxis> axes,
AxisType atype,
CoordSysEvaluator.Predicate p) |
static CoordinateAxis |
CoordSysEvaluator.findCoordByType(NetcdfDataset ds,
AxisType atype,
CoordSysEvaluator.Predicate p)
Look for Axis by Type and test against a predicate
|
static void |
CoordSysEvaluator.findCoords(TableConfig nt,
NetcdfDataset ds,
CoordSysEvaluator.Predicate p)
Look for Axis by Type, assign to TableConfig if found.
|
static String |
CoordSysEvaluator.findCoordShortNameByType(NetcdfDataset ds,
AxisType atype,
CoordSysEvaluator.Predicate p) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.