Class DisplayCreator3DGIS
java.lang.Object
repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
- All Implemented Interfaces:
DisplayCreator
Creates 3D GIS displays. Uses a different type of style registrar than the
other DisplayCreator implementations that handles all of the display layer
types together.
- Author:
- Eric Tatara
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
context
-
descriptor
-
-
Constructor Details
-
DisplayCreator3DGIS
-
-
Method Details
-
createDisplayData
-
createDisplay
Description copied from interface:DisplayCreator
Creates an IDisplay.- Specified by:
createDisplay
in interfaceDisplayCreator
- Returns:
- the created display
- Throws:
DisplayCreationException
- if there is an error while creating the display.
-