VMDFile Collection
Provides a collection of VMDFiles that can be passed to the VMD parser to retrieve all relevant VMD data.
Since
1.1
Inheritors
Constructors
Link copied to clipboard
constructor()
Create a new file collection
Constructor.
constructor(mapXmlFile: VMDFile?, mapGeojsonFiles: Array<VMDFile?>, customMapInfoJsonFile: VMDFile?)
Constructor.
Constructor that assumes default file names are used, and that they are stored locally.
Constructor that assumes default file names are used, and that they are stored remotely. Should be absolute url.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An instance of this class will not have any zip files to unzip. This method's logic is implemented in a subclass. NOTE: It might be a better practice to create an interface for the file collection. This was added instead, so that the method signatures didn't have to change for the existing sdk methods.