Interface GeoFormatterFactory.VectorTileEngine<T>

Enclosing class:
GeoFormatterFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GeoFormatterFactory.VectorTileEngine<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    getFormatter​(int z, int x, int y, int extent)
    Returns a formatter for a specific tile.
  • Method Details

    • getFormatter

      Function<List<T>,​List<Object>> getFormatter(int z, int x, int y, int extent)
      Returns a formatter for a specific tile.