|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.model.MapSpace
public class MapSpace
A MapSpace represents a set of map data in the same coordinate system that is suitable for viewing as a single map. It consists of a set of MapDataSets, each with its own legends, datatypes, and graphic types.
Copyright 2003-2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
MapSpace(MapApp mapApp)
The applicationObject is passed to all the scripts as the "app" variable. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapSpace(MapApp mapApp)
| Method Detail |
|---|
public void reload()
throws java.io.IOException
java.io.IOException
public MapDataItem dataFor(int roverSetID,
int dataID)
public FindItemIndex findItemNamed(java.lang.String name)
public MapSpaceLegend legendNamed(java.lang.String name)
public Naming<java.util.HashSet> getGraphicGroups()
public MapSet mapSetNamed(java.lang.String name)
public RoverSet roverSetNamed(java.lang.String name)
public RasterSet rasterSetNamed(java.lang.String name)
public TiledRoverSet getBackgroundMaps()
public Naming<FindItemIndex> getFindItems()
public Naming<RoverSet> getRoverSets()
public TextStyle getWheelMenuTextStyle()
public PolylineStyle getScaleReticuleStyle()
public TextStyle getScaleReticuleTextStyle()
public PolylineStyle getNorthArrowStyle()
public TextStyle getNorthArrowTextStyle()
public boolean getShowInvisibleGraphics()
public void setShowInvisibleGraphics(boolean showInvisibleGraphics)
public boolean getShowTiles()
public void setShowTiles(boolean showTiles)
public void addChangeListener(javax.swing.event.ChangeListener nosey)
public void removeChangeListener(javax.swing.event.ChangeListener nosey)
public void fireChanged()
public Naming<MapSet> getMapSets()
public Naming<RasterSet> getRasterSets()
public RasterSet[] getRasterSetsArray()
public Projection getProjection()
Returns a do-nothing projection if none is set.
public RasterSet rasterSetAt(int index)
public RoverSet roverSetAt(int index)
public java.lang.String getName()
public java.lang.String getPath()
public CoordinateSystem getCoordinateSystem()
public Naming<MapSpaceLegend> getLegends()
public ScriptKeeper getScripts()
public RoverSet[] getRoverSetsArray()
public MapApp getMapApp()
public Script getCoordinateDisplayScript()
public Script getMeasureDisplayScript()
public Script getGridDisplayScript()
public Script getDataDisplayScript()
public VfsDirectory getDirectory()
public java.util.ArrayList<java.lang.String> getScriptLibDirs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||