Class SpatialToolboxUtils
- java.lang.Object
-
- org.hortonmachine.gui.spatialtoolbox.core.SpatialToolboxUtils
-
public class SpatialToolboxUtils extends Object
Utilities for the omsbox plugin.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Constructor Summary
Constructors Constructor Description SpatialToolboxUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisFieldExceptional(FieldData inputData)static booleanisGrass(String path)Checks if the given path is a GRASS raster file.
-
-
-
Method Detail
-
isFieldExceptional
public static boolean isFieldExceptional(FieldData inputData)
-
isGrass
public static boolean isGrass(String path)
Checks if the given path is a GRASS raster file.Note that there is no check on the existence of the file.
- Parameters:
path- the path to check.- Returns:
- true if the file is a grass raster.
-
-