org.deltava.beans.navdata
Interface OceanicTrackInfo

All Known Implementing Classes:
OceanicNOTAM, OceanicTrack

public interface OceanicTrackInfo

An interface to describe Oceanic track airways and NOTAMs.

Since:
1.0
Version:
2.7
Author:
Luke

Nested Class Summary
static class OceanicTrackInfo.Direction
          An enumeration for Oceanic Track direction.
static class OceanicTrackInfo.Type
          An enumeration for Oceanic Track types.
 
Field Summary
static String[] TYPES
          Track type names.
 
Method Summary
 Date getDate()
          Returns the effective date of the Oceanic.
 OceanicTrackInfo.Type getType()
          Returns the route type code.
 String getTypeName()
          Returns the route type name.
 

Field Detail

TYPES

static final String[] TYPES
Track type names.

Method Detail

getDate

Date getDate()
Returns the effective date of the Oceanic.

Returns:
the route date

getType

OceanicTrackInfo.Type getType()
Returns the route type code.

Returns:
the route type

getTypeName

String getTypeName()
Returns the route type name.

Returns:
the route type name
See Also:
getType()


Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.