ucar.nc2.ft.scan
Class FeatureScan.Bean

java.lang.Object
  extended by ucar.nc2.ft.scan.FeatureScan.Bean
Enclosing class:
FeatureScan

public class FeatureScan.Bean
extends Object


Field Summary
 File f
           
 
Constructor Summary
FeatureScan.Bean()
           
FeatureScan.Bean(File f)
           
 
Method Summary
 String getCoordMap()
           
 String getFeatureImpl()
           
 String getFeatureType()
           
 String getFileType()
           
 String getName()
           
 void setCoordMap(List<CoordinateSystem> csysList)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

f

public File f
Constructor Detail

FeatureScan.Bean

public FeatureScan.Bean()

FeatureScan.Bean

public FeatureScan.Bean(File f)
Method Detail

getName

public String getName()

getFileType

public String getFileType()

getCoordMap

public String getCoordMap()

setCoordMap

public void setCoordMap(List<CoordinateSystem> csysList)

getFeatureType

public String getFeatureType()

getFeatureImpl

public String getFeatureImpl()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.