us.zuercher.gpx2map.source.terraserver_usa
Class Factory
java.lang.Object
us.zuercher.gpx2map.source.SourceFactory
us.zuercher.gpx2map.source.terraserver_usa.Factory
public class Factory
- extends SourceFactory
Factory implements SourceFactory
for the Terraserver USA map source.
- Author:
- Stephan Zuercher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Factory
public Factory()
getMapSourceDescriptor
public MapSourceDescriptor getMapSourceDescriptor()
- Returns a
MapSourceDescriptor
for this Factory.
- Specified by:
getMapSourceDescriptor
in class SourceFactory
- Returns:
- a MapSourceDescriptor
newMapSource
protected MapSource newMapSource()
- Instantiates a new
TerraserverUsaMapSource
.
- Specified by:
newMapSource
in class SourceFactory
- Returns:
- a new
TerraserverUsaMapSource
. - See Also:
SourceFactory.newMapSource()