public class GSHHSReader.PolygonHeader
extends java.lang.Object
GSHHSReader.readHeader(java.io.DataInput)
routine.Modifier and Type | Field and Description |
---|---|
double |
area
The area of the polygon in km^2.
|
double |
east
The maximum eastern value in degrees [-180..180].
|
short |
greenwich
The Greenwich-crossing flag, 1 if Greenwich is crossed or 0 if not.
|
int |
id
The unique polygon id number, starting at 0.
|
static int |
ISLAND_IN_LAKE
Island in lake level constant.
|
static int |
LAKE
Lake level constant.
|
static int |
LAND
Land level constant.
|
int |
level
The polygon level [1..4].
|
int |
n
The number of points in this polygon.
|
double |
north
The maximum northern value in degrees [-90..90].
|
static int |
POND_IN_ISLAND
Pond in island in lake level constant.
|
short |
source
The data source, 0 for CIA WDBII or 1 or WVS.
|
double |
south
The maximum southern value in degrees [-90..90].
|
double |
west
The maximum western value in degrees [-180..180].
|
Constructor and Description |
---|
PolygonHeader() |
public static final int LAND
public static final int LAKE
public static final int ISLAND_IN_LAKE
public static final int POND_IN_ISLAND
public int id
public int n
public int level
public double west
public double east
public double south
public double north
public double area
public short greenwich
public short source