public class SqliteNMLModelLODTreeDataSource extends NMLModelLODTreeDataSource
swigCMemOwn| Constructor and Description |
|---|
SqliteNMLModelLODTreeDataSource(long cPtr,
boolean cMemoryOwn) |
SqliteNMLModelLODTreeDataSource(Projection projection,
java.lang.String fileName)
Constructs a SqliteNMLModelLODTreeDataSource object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(SqliteNMLModelLODTreeDataSource obj) |
static SqliteNMLModelLODTreeDataSource |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
getCPtr, getProjectionpublic SqliteNMLModelLODTreeDataSource(long cPtr,
boolean cMemoryOwn)
public SqliteNMLModelLODTreeDataSource(Projection projection, java.lang.String fileName)
projection - The projection for the database. Currently only EPSG3857 is supported.fileName - The file name of the sqlite database file.public static long getCPtr(SqliteNMLModelLODTreeDataSource obj)
protected void finalize()
finalize in class NMLModelLODTreeDataSourcepublic void delete()
delete in class NMLModelLODTreeDataSourcepublic static SqliteNMLModelLODTreeDataSource swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
public java.lang.String swigGetClassName()
swigGetClassName in class NMLModelLODTreeDataSourcepublic java.lang.Object swigGetDirectorObject()
swigGetDirectorObject in class NMLModelLODTreeDataSource