Interface SurfaceShapeStyle<T>
- Type Parameters:
T- the agent type
- All Superinterfaces:
StyleGIS<T>
- All Known Implementing Classes:
DefaultSurfaceShapeStyle,EditedSurfaceShapeStyle
Interface for surface shapes (lines, polygons) in the 3D GIS display.
- Author:
- Eric Tatara
-
Method Summary
Modifier and TypeMethodDescriptiongetFillColor(T obj) doublegetFillOpacity(T obj) getLineColor(T obj) doublegetLineOpacity(T obj) doublegetLineWidth(T obj) gov.nasa.worldwind.render.SurfaceShapegetSurfaceShape(T object, gov.nasa.worldwind.render.SurfaceShape shape)
-
Method Details
-
getSurfaceShape
gov.nasa.worldwind.render.SurfaceShape getSurfaceShape(T object, gov.nasa.worldwind.render.SurfaceShape shape) -
getFillColor
-
getFillOpacity
-
getLineColor
-
getLineOpacity
-
getLineWidth
-