Package repast.simphony.ws.gis
Class ServerDisplayCreatorGIS
java.lang.Object
repast.simphony.ws.gis.ServerDisplayCreatorGIS
- All Implemented Interfaces:
ServerDisplayCreator
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
Modifier and TypeFieldDescriptionprotected Context<?>
protected GISDisplayDescriptor
protected String
-
Constructor Summary
ConstructorDescriptionServerDisplayCreatorGIS
(String outgoingAddr, Context<?> context, GISDisplayDescriptor descriptor) -
Method Summary
Modifier and TypeMethodDescriptioncreateDisplay
(int display_id) Creates an DisplayServer.protected GISDisplayData<?>
-
Field Details
-
context
-
descriptor
-
outgoingAddr
-
-
Constructor Details
-
ServerDisplayCreatorGIS
public ServerDisplayCreatorGIS(String outgoingAddr, Context<?> context, GISDisplayDescriptor descriptor)
-
-
Method Details
-
createDisplayData
-
createDisplay
Description copied from interface:ServerDisplayCreator
Creates an DisplayServer.- Specified by:
createDisplay
in interfaceServerDisplayCreator
- Returns:
- the created display
- Throws:
DisplayCreationException
- if there is an error while creating the display.
-