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) double
getFillOpacity
(T obj) getLineColor
(T obj) double
getLineOpacity
(T obj) double
getLineWidth
(T obj) gov.nasa.worldwind.render.SurfaceShape
getSurfaceShape
(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
-