Package noaa.coastwatch.util
Class LandMask
java.lang.Object
noaa.coastwatch.util.LandMask
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 Summary
Modifier and TypeMethodDescriptionstatic LandMask
Gets an instance of theLandMask
class.boolean
isLand
(EarthLocation loc) Gets the land flag for a specified earth location.
-
Method Details
-
getInstance
Gets an instance of theLandMask
class. -
isLand
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.
-