Interface NetworkStyleGIS
- All Superinterfaces:
StyleGIS<RepastEdge>
- All Known Implementing Classes:
DefaultNetworkStyleGIS
,EditedNetworkStyleGIS
Interface for network projection surface lines in the 3D GIS display.
- Author:
- Eric Tatara
-
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)
-
Method Details
-
getSurfaceShape
gov.nasa.worldwind.render.SurfacePolyline getSurfaceShape(RepastEdge edge, gov.nasa.worldwind.render.SurfacePolyline shape) -
getLineColor
-
getLineOpacity
-
getLineWidth
-