Interface ElevationTile

  • All Known Implementing Classes:
    BaseElevationTile

    public interface ElevationTile
    Interface for Elevation tiles
    • Method Detail

      • dispose

        void dispose()
      • getSample

        float getSample​(int pixelX,
                        int pixelY)
                 throws Exception
        Throws:
        Exception
      • clearCache

        void clearCache()