Class EditedNetworkStyleGIS
java.lang.Object
repast.simphony.visualization.gis3D.style.EditedNetworkStyleGIS
- All Implemented Interfaces:
NetworkStyleGIS
,StyleGIS<RepastEdge>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLineColor
(RepastEdge edge) double
getLineOpacity
(RepastEdge edge) double
getLineWidth
(RepastEdge edge) gov.nasa.worldwind.render.SurfacePolyline
getSurfaceShape
(RepastEdge edge, gov.nasa.worldwind.render.SurfacePolyline shape)
-
Constructor Details
-
EditedNetworkStyleGIS
-
-
Method Details
-
getSurfaceShape
public gov.nasa.worldwind.render.SurfacePolyline getSurfaceShape(RepastEdge edge, gov.nasa.worldwind.render.SurfacePolyline shape) - Specified by:
getSurfaceShape
in interfaceNetworkStyleGIS
-
getLineColor
- Specified by:
getLineColor
in interfaceNetworkStyleGIS
-
getLineOpacity
- Specified by:
getLineOpacity
in interfaceNetworkStyleGIS
-
getLineWidth
- Specified by:
getLineWidth
in interfaceNetworkStyleGIS
-