Package ucar.nc2.ft2.scan
Class FeatureScan.Bean
- java.lang.Object
-
- ucar.nc2.ft2.scan.FeatureScan.Bean
-
- Enclosing class:
- FeatureScan
public static class FeatureScan.Bean extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCoordMap()
String
getCoordSysBuilder()
String
getCoverage()
String
getFeatureType()
String
getFileType()
String
getFtMetadata()
String
getName()
double
getSizeM()
String
runClassifier()
void
setCoordMap()
String
toString()
void
toString(Formatter f, boolean showInfo)
-
-
-
Field Detail
-
f
public File f
-
-
Constructor Detail
-
Bean
public Bean()
-
Bean
public Bean(File f)
-
-
Method Detail
-
getName
public String getName()
-
getFileType
public String getFileType()
-
getSizeM
public double getSizeM()
-
getCoordMap
public String getCoordMap()
-
getCoordSysBuilder
public String getCoordSysBuilder()
-
setCoordMap
public void setCoordMap()
-
getFtMetadata
public String getFtMetadata()
-
getFeatureType
public String getFeatureType()
-
getCoverage
public String getCoverage()
-
toString
public void toString(Formatter f, boolean showInfo)
-
runClassifier
public String runClassifier()
-
-