|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for storing zone information. More...
Public Member Functions | |
| ZoneRec () | |
| Constructor. | |
| ZoneRec (final String zoneIdent, final String desc, final String surf, final String creatorName, final long zoneTyp, final long proj, final double zoneDiameter, Vector< ZonePoint > zonePoints) | |
| Constructor with parameters. | |
Public Attributes | |
| String | zoneId |
| | |
| String | description |
| | |
| String | surface |
| | |
| String | creator |
| | |
| long | zoneType |
| Enum value of type ZoneTypeEnum. | |
| long | projection |
| | |
| double | zoneDiam |
| Zone diameter in meters. | |
| Vector< ZonePoint > | zonePoint |
| Information related with each POINT record. | |
Class for storing zone information.
| EECFI.ZoneRec.ZoneRec | ( | ) |
Constructor.
| EECFI.ZoneRec.ZoneRec | ( | final String | zoneIdent, | |
| final String | desc, | |||
| final String | surf, | |||
| final String | creatorName, | |||
| final long | zoneTyp, | |||
| final long | proj, | |||
| final double | zoneDiameter, | |||
| Vector< ZonePoint > | zonePoints | |||
| ) |
Constructor with parameters.
| String EECFI.ZoneRec.creator |
| String EECFI.ZoneRec.description |
| String EECFI.ZoneRec.surface |
| double EECFI.ZoneRec.zoneDiam |
Zone diameter in meters.
This value is only used when the ZONE is a POINT zone (with the POINT swath) or a CIRCULAR zone.
| String EECFI.ZoneRec.zoneId |
| Vector<ZonePoint> EECFI.ZoneRec.zonePoint |
Information related with each POINT record.
Last point is the same as the first one.
Enum value of type ZoneTypeEnum.
1.7.1