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
FieldsModifier 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_TYPEFields inherited from class repast.simphony.visualization.AbstractDisplayData
projs, valueLayers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGlobeLayer(String layerName, boolean enabled) voidaddStaticCoverage(String fileName, String style) voidsetLayerOrders(Map<String, Integer> layerOrders) voidsetViewType(GISDisplayDescriptor.VIEW_TYPE viewType) Methods inherited from class repast.simphony.visualization.DefaultDisplayData
addProjection, addValueLayer, getContainer, objectsMethods 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
-