DEIMOS
Earth Observation Mission CFI Software
DataHandling Software User Manual
for JAVA
ESA

ZoneTypeEnum

Zone type. More...

Variables

static final long EECFI::EnumDataHandling.XDCFI_NOT_DEFINED = -1
 The zone is not defined as an input and must be read from a file.
static final long EECFI::EnumDataHandling.XDCFI_POINT = 0
 The zone is a point (resulting segments will be of zero duration).
static final long EECFI::EnumDataHandling.XDCFI_CIRCLE = 1
 The zone is a circle defined by its centre point and its radius.
static final long EECFI::EnumDataHandling.XDCFI_SEGMENT = 2
 The zone is a segment defined by its two extremes.
static final long EECFI::EnumDataHandling.XDCFI_POLYGON = 3
 The zone is a polygon.

Detailed Description

Zone type.


Variable Documentation

final long EECFI.EnumDataHandling.XDCFI_CIRCLE = 1 [static, inherited]

The zone is a circle defined by its centre point and its radius.

final long EECFI.EnumDataHandling.XDCFI_NOT_DEFINED = -1 [static, inherited]

The zone is not defined as an input and must be read from a file.

final long EECFI.EnumDataHandling.XDCFI_POINT = 0 [static, inherited]

The zone is a point (resulting segments will be of zero duration).

final long EECFI.EnumDataHandling.XDCFI_POLYGON = 3 [static, inherited]

The zone is a polygon.

final long EECFI.EnumDataHandling.XDCFI_SEGMENT = 2 [static, inherited]

The zone is a segment defined by its two extremes.


Generated on Mon Dec 11 2023 14:48:12 for by doxygen 1.7.1