Package ucar.nc2.ft2.coverage.adapter
Class DtCoverageCSBuilder
- java.lang.Object
-
- ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
-
public class DtCoverageCSBuilder extends Object
Coverage CS classification and builder, using ucar.nc2.dataset.CoordinateSystem- Since:
- 5/26/2015
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DtCoverageCSBuilder
classify(NetcdfDataset ds, Formatter errlog)
static String
describe(NetcdfDataset ds, Formatter errlog)
static String
describe(NetcdfDataset ds, CoordinateSystem cs, Formatter errlog)
FeatureType
getCoverageType()
DtCoverageCS
makeCoordSys()
String
showSummary()
String
toString()
-
-
-
Method Detail
-
classify
public static DtCoverageCSBuilder classify(NetcdfDataset ds, Formatter errlog)
-
describe
public static String describe(NetcdfDataset ds, Formatter errlog)
-
describe
public static String describe(NetcdfDataset ds, CoordinateSystem cs, Formatter errlog)
-
getCoverageType
public FeatureType getCoverageType()
-
makeCoordSys
public DtCoverageCS makeCoordSys()
-
showSummary
public String showSummary()
-
-