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

EECFI.ZoneRec Class Reference

Class for storing zone information. More...

List of all members.

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< ZonePointzonePoint
 Information related with each POINT record.

Detailed Description

Class for storing zone information.


Constructor & Destructor Documentation

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.


Member Data Documentation

Zone diameter in meters.

This value is only used when the ZONE is a POINT zone (with the POINT swath) or a CIRCULAR zone.

Information related with each POINT record.

Last point is the same as the first one.

Enum value of type ZoneTypeEnum.


Generated on Wed Nov 6 2019 15:43:08 for by doxygen 1.7.1