public class TableAnalyzer extends Object
Modifier and Type | Method and Description |
---|---|
static TableAnalyzer |
factory(TableConfigurer tc,
FeatureType wantFeatureType,
NetcdfDataset ds)
Create a TableAnalyser for this dataset with the given TableConfigurer
|
boolean |
featureTypeOk(FeatureType ftype,
Formatter errlog) |
void |
getDetailInfo(Formatter sf) |
String |
getErrlog() |
FeatureType |
getFirstFeatureType() |
List<NestedTable> |
getFlatTables() |
String |
getImplementationName() |
String |
getName() |
NetcdfDataset |
getNetcdfDataset() |
static TableConfigurer |
getTableConfigurer(FeatureType wantFeatureType,
NetcdfDataset ds)
Find a TableConfigurer for this dataset, if there is one.
|
String |
getUserAdvice() |
static void |
main(String[] args) |
static void |
registerAnalyzer(String conventionName,
Class c,
ucar.nc2.ft.point.standard.TableAnalyzer.ConventionNameOk match) |
void |
showNestedTables(Formatter sf) |
public static void registerAnalyzer(String conventionName, Class c, ucar.nc2.ft.point.standard.TableAnalyzer.ConventionNameOk match)
public static TableConfigurer getTableConfigurer(FeatureType wantFeatureType, NetcdfDataset ds) throws IOException
wantFeatureType
- want this FeatureTypeds
- for this datasetIOException
- on read errorpublic static TableAnalyzer factory(TableConfigurer tc, FeatureType wantFeatureType, NetcdfDataset ds) throws IOException
tc
- TableConfigurer, may be null.wantFeatureType
- want this FeatureTypeds
- for this datasetIOException
- on read errorpublic List<NestedTable> getFlatTables()
public boolean featureTypeOk(FeatureType ftype, Formatter errlog)
public String getName()
public FeatureType getFirstFeatureType()
public NetcdfDataset getNetcdfDataset()
public String getUserAdvice()
public String getErrlog()
public void showNestedTables(Formatter sf)
public String getImplementationName()
public void getDetailInfo(Formatter sf)
public static void main(String[] args) throws IOException
IOException
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.