public class LandMask
extends java.lang.Object
LandMask
class may be used to retrieve a true or
false value for the presence of land at a certain earth location.Modifier and Type | Method and Description |
---|---|
static LandMask |
getInstance()
Gets an instance of the
LandMask class. |
boolean |
isLand(EarthLocation loc)
Gets the land flag for a specified earth location.
|
public static LandMask getInstance()
LandMask
class.public boolean isLand(EarthLocation loc)
loc
- the earth location for the land flag.