Package | Description |
---|---|
com.nutiteq.datasources.vector | |
com.nutiteq.editable.datasources | |
com.nutiteq.layers.vector.deprecated |
Modifier and Type | Field and Description |
---|---|
protected SpatialLiteDbHelper |
SpatialiteDataSource.spatialLite |
Constructor and Description |
---|
SpatialiteDataSource(com.nutiteq.projections.Projection proj,
SpatialLiteDbHelper spatialLiteDb,
String tableName,
String geomColumnName,
String[] userColumns,
String filter)
Construct data source with the SpatialLiteDb already opened, and filters
|
Constructor and Description |
---|
EditableSpatialiteDataSource(com.nutiteq.projections.Projection proj,
SpatialLiteDbHelper spatialLiteDb,
String tableName,
String geomColumnName,
String[] userColumns,
String filter)
Construct data source with the SpatialLiteDb already opened, and filters
|
Constructor and Description |
---|
SpatialiteLayer(com.nutiteq.projections.Projection proj,
SpatialLiteDbHelper spatialLiteDb,
String tableName,
String geomColumnName,
String[] userColumns,
int maxObjects,
com.nutiteq.style.StyleSet<com.nutiteq.style.PointStyle> pointStyleSet,
com.nutiteq.style.StyleSet<com.nutiteq.style.LineStyle> lineStyleSet,
com.nutiteq.style.StyleSet<com.nutiteq.style.PolygonStyle> polygonStyleSet)
Deprecated.
Create Spatialite layer with the SpatialLiteDb already opened
|
SpatialiteLayer(com.nutiteq.projections.Projection proj,
SpatialLiteDbHelper spatialLiteDb,
String tableName,
String geomColumnName,
String[] userColumns,
String filter,
int maxObjects,
com.nutiteq.style.StyleSet<com.nutiteq.style.PointStyle> pointStyleSet,
com.nutiteq.style.StyleSet<com.nutiteq.style.LineStyle> lineStyleSet,
com.nutiteq.style.StyleSet<com.nutiteq.style.PolygonStyle> polygonStyleSet)
Deprecated.
Create Spatialite layer with the SpatialLiteDb already opened, and filters
|
Copyright © 2014. All rights reserved.