|
Earth Observation Mission CFI Software Visibility Software User Manual for JAVA |
|
Class to store information of a zone. More...
Public Member Functions | |
| ZoneInfo () | |
| Empty Class constructor. | |
| ZoneInfo (String zoneIdIn, String zoneDBIn, long projIn, double durIn) | |
| Parameter constructor. | |
| ZoneInfo (ZoneRec zoneIn, long projIn, double durIn) | |
| Parameter constructor (for ZoneRec, reference is copied). | |
| ZoneInfo (ZoneInfo zone) | |
| Copy constructor (for ZoneRec, reference is copied). | |
Public Attributes | |
| String | zoneId |
| Zone name (used if type = XVCFI_USE_ZONE_DB_FILE). | |
| long | type |
| See XVZoneTypeEnum. | |
| String | zoneDBFilename |
| Zone file database (used if type = XVCFI_USE_ZONE_DB_FILE). | |
| ZoneRec | zoneData |
| Zone data (used if type = XVCFI_USE_ZONE_DATA). | |
| long | projection |
| See ProjectionEnum. | |
| double | minDuration |
| Minimum duration of segments (seconds). | |
Class to store information of a zone.
| EECFI.ZoneInfo.ZoneInfo | ( | ) |
Empty Class constructor.
| EECFI.ZoneInfo.ZoneInfo | ( | String | zoneIdIn, | |
| String | zoneDBIn, | |||
| long | projIn, | |||
| double | durIn | |||
| ) |
Parameter constructor.
| EECFI.ZoneInfo.ZoneInfo | ( | ZoneRec | zoneIn, | |
| long | projIn, | |||
| double | durIn | |||
| ) |
Parameter constructor (for ZoneRec, reference is copied).
| double EECFI.ZoneInfo.minDuration |
Minimum duration of segments (seconds).
See ProjectionEnum.
| long EECFI.ZoneInfo.type |
See XVZoneTypeEnum.
Zone data (used if type = XVCFI_USE_ZONE_DATA).
Zone file database (used if type = XVCFI_USE_ZONE_DB_FILE).
| String EECFI.ZoneInfo.zoneId |
Zone name (used if type = XVCFI_USE_ZONE_DB_FILE).
1.7.1