Interface ValueLayerStyle3D

All Superinterfaces:
ValueLayerStyle
All Known Implementing Classes:
DefaultValueLayerStyle3D, EditedValueLayerStyle3D

public interface ValueLayerStyle3D extends ValueLayerStyle
Interface for classes that implement 3D visualization styles for ValueLayers.
Version:
$Revision$ $Date$
Author:
Nick Collier
See Also:
  • Method Details

    • getY

      float getY(double... coordinates)
      Gets the Y (height) value for the specified coordinates.
      Parameters:
      coordinates - the coordinates to get the Y value for.
      Returns:
      the Y (height) value for the specified coordinates.