Interface SurfaceShapeStyle<T>

Type Parameters:
T - the agent type
All Superinterfaces:
StyleGIS<T>
All Known Implementing Classes:
DefaultSurfaceShapeStyle, EditedSurfaceShapeStyle

public interface SurfaceShapeStyle<T> extends StyleGIS<T>
Interface for surface shapes (lines, polygons) in the 3D GIS display.
Author:
Eric Tatara
  • Method Details

    • getSurfaceShape

      gov.nasa.worldwind.render.SurfaceShape getSurfaceShape(T object, gov.nasa.worldwind.render.SurfaceShape shape)
    • getFillColor

      Color getFillColor(T obj)
    • getFillOpacity

      double getFillOpacity(T obj)
    • getLineColor

      Color getLineColor(T obj)
    • getLineOpacity

      double getLineOpacity(T obj)
    • getLineWidth

      double getLineWidth(T obj)