Package ucar.unidata.util.test
Class CheckPointFeatureDataset
- java.lang.Object
-
- ucar.unidata.util.test.CheckPointFeatureDataset
-
public class CheckPointFeatureDataset extends Object
Read and check a point feature dataset, return number of point features.
-
-
Constructor Summary
Constructors Constructor Description CheckPointFeatureDataset(String location, ucar.nc2.constants.FeatureType ftype, boolean show)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcheck()static voidcheckLocation(String location, ucar.nc2.constants.FeatureType type, boolean show)static intcheckPointFeatureDataset(ucar.nc2.ft.FeatureDataset fdataset, boolean show)
-
-
-
Constructor Detail
-
CheckPointFeatureDataset
public CheckPointFeatureDataset(String location, ucar.nc2.constants.FeatureType ftype, boolean show)
-
-
Method Detail
-
check
public int check() throws IOException- Throws:
IOException
-
checkPointFeatureDataset
public static int checkPointFeatureDataset(ucar.nc2.ft.FeatureDataset fdataset, boolean show) throws IOException- Throws:
IOException
-
checkLocation
public static void checkLocation(String location, ucar.nc2.constants.FeatureType type, boolean show) throws IOException
- Throws:
IOException
-
-