Class GISDisplayValidator
java.lang.Object
repast.simphony.gis.visualization.engine.GISDisplayValidator
- All Implemented Interfaces:
DisplayValidator
Validates GIS displays against the provided list of projection types.
- Author:
- Eric Tatara
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
validateDisplay
(List<String> selectedProjectionTypes) Checks if the display type associated with a visualization registry data entry supports the projection types in the provided list.
-
Constructor Details
-
GISDisplayValidator
public GISDisplayValidator()
-
-
Method Details
-
validateDisplay
Description copied from interface:DisplayValidator
Checks if the display type associated with a visualization registry data entry supports the projection types in the provided list.- Specified by:
validateDisplay
in interfaceDisplayValidator
- Returns:
-