Class KmlConfiguration

Object
com.pullreports.model.exportconfig.KmlConfiguration

public class KmlConfiguration extends Object
A KmlConfiguration activates the Pull Reports Export Report REST API kml export format by specifying a column with the ReportConfiguration base TableConfiguration whose value is a KML geometry.

Schema analog: <kml>

  • Constructor Details

    • KmlConfiguration

      public KmlConfiguration(ColumnId geometryColumn)
      Parameters:
      geometryColumn - The ColumnId to a column within the ReportConfiguration's base TableConfiguration whose value is a KML geometry.
    • KmlConfiguration

      public KmlConfiguration(ColumnId geometryColumn, String placemarkNameTemplate)
      Parameters:
      geometryColumn - The ColumnId to a column within the ReportConfiguration's base TableConfiguration whose value is a KML geometry.
      placemarkNameTemplate - The KML placemark name template to use when writing placemark names for each geometry.
  • Method Details

    • getGeometryColumn

      public ColumnId getGeometryColumn()
    • getPlacemarkNameTemplate

      public Optional<String> getPlacemarkNameTemplate()