Interface GeoFormatterFactory.FormatterFactory<T>

Type Parameters:
T -
All Known Implementing Classes:
SimpleVectorTileFormatter
Enclosing class:
GeoFormatterFactory<T>

public static interface GeoFormatterFactory.FormatterFactory<T>
Defines an extension point for geometry formatter
  • Method Details

    • getName

      String getName()
      Format name
    • getFormatterBuilder

      Function<String,Function<List<T>,List<Object>>> getFormatterBuilder()
      Generates a formatter builder that parses the formatter configuration and generates a formatter