|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.MapViewSpace
public class MapViewSpace
Describes a browseable set of map data sources.
| Constructor Summary | |
|---|---|
MapViewSpace()
|
|
| Method Summary | |
|---|---|
void |
addLayer(MapViewSpaceLayer layer)
Adds a new MapViewSpaceLayer. |
void |
changeView(MapBrowserConfig newView)
Resets the view. |
void |
changeView(java.lang.String newViewName)
|
Scale |
getDetailScale()
Get coordinate used for locating detailed stuff |
java.util.Map |
getImageSources()
|
Coord3D |
getInitialCoord()
Get coordinate used to start and reset MapBrowser. |
Scale |
getInitialScale()
Get coordinate used to start and reset MapBrowser. |
java.util.ArrayList |
getLayerList()
|
java.util.Iterator |
getLayers()
|
Locator |
getLocator()
Get locator for this space. |
MapBrowserConfig |
getMapBrowserConfig()
|
CustomerMapNomenclature |
getNomenclature()
|
java.util.Map |
getRoverSources()
|
ScalingScheme |
getScalingScheme()
|
boolean |
isHeadless()
|
void |
setDetailScale(Scale newScale)
Set coordinate used for locating detailed stuff |
void |
setHeadless(boolean tizit)
|
void |
setImageSources(java.util.Map newSources)
|
void |
setInitialCoord(Coord3D newCoord)
Set coordinate used to start and reset MapBrowser. |
void |
setInitialScale(Scale newScale)
Set coordinate used to start and reset MapBrowser. |
void |
setLocator(Locator newLocator)
Set locator for this space. |
void |
setMapBrowserConfig(MapBrowserConfig newConfig)
|
void |
setNomenclature(CustomerMapNomenclature newNomenclature)
|
void |
setRoverSources(java.util.Map newSources)
|
void |
setScalingScheme(ScalingScheme newScheme)
|
void |
updateScalingScheme()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapViewSpace()
| Method Detail |
|---|
public boolean isHeadless()
public void setHeadless(boolean tizit)
public void addLayer(MapViewSpaceLayer layer)
public void changeView(java.lang.String newViewName)
public void changeView(MapBrowserConfig newView)
public java.util.ArrayList getLayerList()
public java.util.Iterator getLayers()
public ScalingScheme getScalingScheme()
public void setScalingScheme(ScalingScheme newScheme)
public CustomerMapNomenclature getNomenclature()
public void setNomenclature(CustomerMapNomenclature newNomenclature)
public MapBrowserConfig getMapBrowserConfig()
public void setMapBrowserConfig(MapBrowserConfig newConfig)
public Coord3D getInitialCoord()
public void setInitialCoord(Coord3D newCoord)
public Scale getInitialScale()
public void setInitialScale(Scale newScale)
public Scale getDetailScale()
public void setDetailScale(Scale newScale)
public void setLocator(Locator newLocator)
public Locator getLocator()
public java.util.Map getRoverSources()
public void setRoverSources(java.util.Map newSources)
public java.util.Map getImageSources()
public void setImageSources(java.util.Map newSources)
public void updateScalingScheme()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||