Class SpatialToolboxUtils
java.lang.Object
org.hortonmachine.gui.spatialtoolbox.core.SpatialToolboxUtils
public class SpatialToolboxUtils
extends java.lang.Object
Utilities for the omsbox plugin.
- Author:
- Andrea Antonello (www.hydrologis.com)
-
Constructor Summary
Constructors Constructor Description SpatialToolboxUtils() -
Method Summary
Modifier and Type Method Description static booleanisFieldExceptional(FieldData inputData)static booleanisGrass(java.lang.String path)Checks if the given path is a GRASS raster file.
-
Constructor Details
-
SpatialToolboxUtils
public SpatialToolboxUtils()
-
-
Method Details
-
isFieldExceptional
-
isGrass
public static boolean isGrass(java.lang.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.
-