Class LandMask

java.lang.Object
noaa.coastwatch.util.LandMask

public class LandMask extends Object
The LandMask class may be used to retrieve a true or false value for the presence of land at a certain earth location.
Since:
3.1.9
Author:
Peter Hollemans
  • Method Details

    • getInstance

      public static LandMask getInstance()
      Gets an instance of the LandMask class.
    • isLand

      public boolean isLand(EarthLocation loc)
      Gets the land flag for a specified earth location.
      Parameters:
      loc - the earth location for the land flag.
      Returns:
      true if land is present, false if not.