Class GISDisplayData<T>
java.lang.Object
repast.simphony.visualization.AbstractDisplayData<T>
repast.simphony.visualization.DefaultDisplayData<T>
repast.simphony.gis.visualization.engine.GISDisplayData<T>
- All Implemented Interfaces:
DisplayData<T>
Provides GIS Display used for initialization of the display. The data here
is used primarily during the display.init().
Other types of information can be set using the DisplayCreator.
- Author:
- Eric Tatara
-
Field Summary
Modifier and TypeFieldDescriptionGlobe layers are the default WWJ layers like the WMS background, stars, etc that can be optionally added to displays.Map of static raster layer FILES loaded directly to the display <file name, style> for static coverages style can be nullprotected GISDisplayDescriptor.VIEW_TYPE
Fields inherited from class repast.simphony.visualization.AbstractDisplayData
projs, valueLayers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGlobeLayer
(String layerName, boolean enabled) void
addStaticCoverage
(String fileName, String style) void
setLayerOrders
(Map<String, Integer> layerOrders) void
setViewType
(GISDisplayDescriptor.VIEW_TYPE viewType) Methods inherited from class repast.simphony.visualization.DefaultDisplayData
addProjection, addValueLayer, getContainer, objects
Methods inherited from class repast.simphony.visualization.AbstractDisplayData
getProjectionCount, getProjections, getValueLayerCount, getValueLayers
-
Field Details
-
layerOrders
-
staticCoverageMap
Map of static raster layer FILES loaded directly to the display <file name, style> for static coverages style can be null -
globeLayers
Globe layers are the default WWJ layers like the WMS background, stars, etc that can be optionally added to displays. -
viewType
-
-
Constructor Details
-
GISDisplayData
-
-
Method Details
-
getViewType
-
setViewType
-
getStaticCoverageMap
-
addStaticCoverage
-
getGlobeLayers
-
addGlobeLayer
-
getLayerOrders
-
setLayerOrders
-