Class KmlConfiguration
Object
com.pullreports.model.exportconfig.KmlConfiguration
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 Summary
ConstructorsConstructorDescriptionKmlConfiguration(ColumnId geometryColumn) KmlConfiguration(ColumnId geometryColumn, String placemarkNameTemplate) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
KmlConfiguration
- Parameters:
geometryColumn- The ColumnId to a column within theReportConfiguration's baseTableConfigurationwhose value is a KML geometry.
-
KmlConfiguration
- Parameters:
geometryColumn- The ColumnId to a column within theReportConfiguration's baseTableConfigurationwhose value is a KML geometry.placemarkNameTemplate- The KML placemark name template to use when writing placemark names for each geometry.
-
-
Method Details
-
getGeometryColumn
-
getPlacemarkNameTemplate
-