Reads the KML file and extracts Geometric data and matches styles with the Geometric data. Also read the Ground Overlays.
Path to KML file or KML Data
GeoPackage instance
Feature Table Style Object
Name of Main table for Geometry
Converts KML and KMZ to GeoPackages.
Determines the function calls depending on the type of file and the environment it is in
Promise of a GeoPackage
Takes a KML file and does a 2 pass method to exact the features and styles and inserts those item properly into a geopackage.
Path to KML file or Data of KML file
String name or instance of Geopackage to use
Name of table with geometry
Promise of a Geopackage
Unzips and stores data from a KMZ file in the current directory or in a Map
Path to KMZ file or Data of the KMZ file
String or instance of Geopackage to use
Name of the main Geometry Table
Promise of a GeoPackage
Determines whether to create a new file or open an existing file.
String Name or instance of a GeoPackage
Promise of a GeoPackage
Runs through KML and finds name for Columns and Style information. Handles Networks Links. Handles Bounding Boxes
Path to KML File or KML Data
} Object of the set of property name and the total Bounding Box
Inserts style information from the KML in the GeoPackage.
Geopackage instance of
Name of Main Table
Promise of a Feature Table of Styles
Takes in KML and the properties of the KML and creates a table in the geopackage folder.
name the Database table will be called
file name or GeoPackage object
columns name gotten from getMetaDataKML
Passed the current status of the function.
Promise of a GeoPackage
Generated using TypeDoc
Convert KML file to GeoPackages.