Class GISStyleRegistrar
java.lang.Object
repast.simphony.gis.visualization.engine.GISStyleRegistrar
Creates GIS3D styles from a style classname. The GIS registrar implementation
is separate from the r.s.visualization.engine.StyleRegistrar because GIS
displays can handle more complex ordering of the various layer types
- Author:
- Eric Tatara
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerAgentStyles
(GISDisplayDescriptor descriptor) void
registerAllStyles
(GISDisplayDescriptor descriptor, Context<?> context) void
registerCoverageStyles
(GISDisplayDescriptor descriptor) void
registerNetworkStyles
(GISDisplayDescriptor descriptor, Context<?> context)
-
Field Details
-
display
-
-
Constructor Details
-
GISStyleRegistrar
-
-
Method Details
-
registerAllStyles
public void registerAllStyles(GISDisplayDescriptor descriptor, Context<?> context) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException -
registerAgentStyles
public void registerAgentStyles(GISDisplayDescriptor descriptor) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException -
registerNetworkStyles
public void registerNetworkStyles(GISDisplayDescriptor descriptor, Context<?> context) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException -
registerCoverageStyles
public void registerCoverageStyles(GISDisplayDescriptor descriptor) throws ClassNotFoundException, InstantiationException, IllegalAccessException
-