us.zuercher.gpx2map.source
Interface MapSourceDescriptor


public interface MapSourceDescriptor

MapSourceDescriptor describes a map source.

Author:
Stephan Zuercher

Method Summary
 String getMapSourceDisplayName()
          Returns the map source display name, suitable for display to a a user.
 String getMapSourceName()
          Returns the map source name, suitable for use in calls to SourceFactory.createMapSource(String).
 

Method Detail

getMapSourceName

String getMapSourceName()
Returns the map source name, suitable for use in calls to SourceFactory.createMapSource(String).

Returns:
the map source name

getMapSourceDisplayName

String getMapSourceDisplayName()
Returns the map source display name, suitable for display to a a user.

Returns:
the map source display name