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
FieldsModifier and TypeFieldDescriptionprotected Context<?>protected GISDisplayDescriptorprotected String -
Constructor Summary
ConstructorsConstructorDescriptionServerDisplayCreatorGIS(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:ServerDisplayCreatorCreates an DisplayServer.- Specified by:
createDisplayin interfaceServerDisplayCreator- Returns:
- the created display
- Throws:
DisplayCreationException- if there is an error while creating the display.
-