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, FeatureType ftype, boolean show)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
check()
static void
checkLocation(String location, FeatureType type, boolean show)
static int
checkPointFeatureDataset(FeatureDataset fdataset, boolean show)
-
-
-
Constructor Detail
-
CheckPointFeatureDataset
public CheckPointFeatureDataset(String location, FeatureType ftype, boolean show)
-
-
Method Detail
-
check
public int check() throws IOException
- Throws:
IOException
-
checkPointFeatureDataset
public static int checkPointFeatureDataset(FeatureDataset fdataset, boolean show) throws IOException
- Throws:
IOException
-
checkLocation
public static void checkLocation(String location, FeatureType type, boolean show) throws IOException
- Throws:
IOException
-
-