new KmlHrefResolver(url, fileCache)
    It can handle the format in which is the URL present in the file and transform it to the URL available
for the relevant other concepts.
    Parameters:
| Name | Type | Description | 
|---|---|---|
url | 
            
            String | Representation of the url of the resource. | 
fileCache | 
            
            KmlFileCache | Cache representing potential links loaded by current KML file. | 
Members
_fileCache
    File cache used to retrieve the links URL.
        
            
_url
    The url to be resolved. The result will be an URL again. It is possible to load any binary data into
readable URL.