Class KmlConfiguration

    • Constructor Detail

      • 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 Detail

      • getGeometryColumn

        public ColumnId getGeometryColumn()
      • getPlacemarkNameTemplate

        public Optional<String> getPlacemarkNameTemplate()