SVSMgr

A class that allows you to manage transparently a set of SVS files. In addition, the SVSMgr class includes an efficient memory cache to handle a large amount of svs data.

Properties

Link copied to clipboard
open var address: Long

Functions

Link copied to clipboard
open fun add(dynamicSVS: SVS)
Adds a new dynamic SVS (no stream attached) into this SVS Manager.
Link copied to clipboard
open fun closeAll()
Closes all managed SVS Files.
Link copied to clipboard
open fun dispose()
Call this method if you want to dispose immediately all underlying native resources.
Link copied to clipboard
open fun getCount(): Int
Returns the number of SVS files handled by this manager.
Link copied to clipboard
Returns all the SVS files handled by this SVS Manager.
Link copied to clipboard
open fun getGeoScale(): Int
Returns the geographical scale value shared by all SVS file loaded or 0 if this SVS Manager is empty.
Link copied to clipboard
Returns the union in 2D of all opened SVS territories.
Link copied to clipboard
Returns the character encoding scheme used by the SVS files (all) for encoding string attributes.
Link copied to clipboard
open fun remove(dynamicSVS: SVS)
Removes the specified dynamic SVS from this SVS Manager.