FeaturePreview(GeoPackage geoPackage,
FeatureTiles featureTiles) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
int[] zoomLevels,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
int[] zoomLevels,
Projection projection) |
Constructor, find the the bounding box from the feature table
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
int minZoom,
int maxZoom,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
int minZoom,
int maxZoom,
Projection projection) |
Constructor, find the the bounding box from the feature table
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
int zoomLevel,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
int zoomLevel,
Projection projection) |
Constructor, find the the bounding box from the feature table
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
Collection<Integer> zoomLevels,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
Collection<Integer> zoomLevels,
Projection projection) |
Constructor, find the the bounding box from the feature table
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
int[] zoomLevels,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
int[] zoomLevels,
Projection projection) |
Constructor, find the the bounding box from the feature table
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
int minZoom,
int maxZoom,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
int minZoom,
int maxZoom,
Projection projection) |
Constructor, find the the bounding box from the feature table
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
int zoomLevel,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
int zoomLevel,
Projection projection) |
Constructor, find the the bounding box from the feature table
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
Collection<Integer> zoomLevels,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
Collection<Integer> zoomLevels,
Projection projection) |
Constructor, find the the bounding box from the feature table
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
BoundingBox boundingBox,
Projection projection) |
Constructor
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
GeoPackage featureGeoPackage,
Projection projection) |
Constructor, find the the bounding box from the feature table
|
FeatureTileGenerator(GeoPackage geoPackage,
String tableName,
FeatureTiles featureTiles,
Projection projection) |
Constructor, find the the bounding box from the feature table
|