|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.ft.point.standard.TableAnalyzer
public class TableAnalyzer
Analyzes the coordinate systems of a dataset to try to identify the Feature Type and the structure of the data. Used by PointDatasetStandardFactory.
Method Summary | |
---|---|
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 |
showCoordAxes(Formatter sf)
|
void |
showCoordSys(Formatter sf)
|
void |
showNestedTables(Formatter sf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 dataset
IOException
- 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 dataset
IOException
- 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 showCoordSys(Formatter sf)
public void showCoordAxes(Formatter sf)
public void showNestedTables(Formatter sf)
public String getImplementationName()
public void getDetailInfo(Formatter sf)
public static void main(String[] args) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |