Class SpatialToolboxUtils


  • public class SpatialToolboxUtils
    extends Object
    Utilities for the omsbox plugin.
    Author:
    Andrea Antonello (www.hydrologis.com)
    • Constructor Detail

      • SpatialToolboxUtils

        public SpatialToolboxUtils()
    • 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.