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 SummaryFieldsModifier 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.AbstractDisplayDataprojs, valueLayers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.DefaultDisplayDataaddProjection, addValueLayer, getContainer, objectsMethods inherited from class repast.simphony.visualization.AbstractDisplayDatagetProjectionCount, getProjections, getValueLayerCount, getValueLayers
- 
Field Details- 
layerOrders
- 
staticCoverageMapMap of static raster layer FILES loaded directly to the display <file name, style> for static coverages style can be null
- 
globeLayersGlobe 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
 
-