Interface NetworkStyleGIS

All Superinterfaces:
StyleGIS<RepastEdge>
All Known Implementing Classes:
DefaultNetworkStyleGIS, EditedNetworkStyleGIS

public interface NetworkStyleGIS extends StyleGIS<RepastEdge>
Interface for network projection surface lines in the 3D GIS display.
Author:
Eric Tatara
  • Method Details

    • getSurfaceShape

      gov.nasa.worldwind.render.SurfacePolyline getSurfaceShape(RepastEdge edge, gov.nasa.worldwind.render.SurfacePolyline shape)
    • getLineColor

      Color getLineColor(RepastEdge edge)
    • getLineOpacity

      double getLineOpacity(RepastEdge edge)
    • getLineWidth

      double getLineWidth(RepastEdge edge)