com.partnersoft.maps.model
Class MapSpace
java.lang.Object
com.partnersoft.maps.model.MapSpace
public class MapSpace
- extends java.lang.Object
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.
- Author:
- Paul Reavis
Copyright 2003-2005 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
path
public java.lang.String path
coordinateSystem
public CoordinateSystem coordinateSystem
legends
public Naming legends
graphicGroups
public Naming graphicGroups
scripts
public Naming scripts
mapSets
public Naming mapSets
mapSetActions
public Naming mapSetActions
actions
public Naming actions
roverSets
public Naming roverSets
roverSetsArray
public RoverSet[] roverSetsArray
findItems
public Naming findItems
backgroundRoverSet
public TiledRoverSet backgroundRoverSet
jobRoverSet
public JobRoverSet jobRoverSet
rasterSetsArray
public RasterSet[] rasterSetsArray
coordinateDisplayScript
public Script coordinateDisplayScript
measureDisplayScript
public Script measureDisplayScript
gridDisplayScript
public Script gridDisplayScript
dataDisplayScript
public Script dataDisplayScript
MapSpace
public MapSpace()
dataFor
public MapDataItem dataFor(int roverSetID,
int dataID)
findItemNamed
public FindItemIndex findItemNamed(java.lang.String name)
legendNamed
public MapSpaceLegend legendNamed(java.lang.String name)
getGraphicGroups
public Naming getGraphicGroups()
mapSetNamed
public MapSet mapSetNamed(java.lang.String name)
roverSetNamed
public RoverSet roverSetNamed(java.lang.String name)
getFindItems
public Naming getFindItems()
getActions
public Naming getActions()
getMapSetActions
public Naming getMapSetActions()
getRoverSets
public Naming getRoverSets()
getScaleReticuleStyle
public PolylineStyle getScaleReticuleStyle()
getScaleReticuleTextStyle
public TextStyle getScaleReticuleTextStyle()
getNorthArrowStyle
public PolylineStyle getNorthArrowStyle()
getNorthArrowTextStyle
public TextStyle getNorthArrowTextStyle()
getShowInvisibleGraphics
public boolean getShowInvisibleGraphics()
setShowInvisibleGraphics
public void setShowInvisibleGraphics(boolean showInvisibleGraphics)
getShowTiles
public boolean getShowTiles()
setShowTiles
public void setShowTiles(boolean showTiles)