public class GeoPackageOverlayFactory extends Object
| Constructor and Description |
|---|
GeoPackageOverlayFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BoundedOverlay |
getBoundedOverlay(TileDao tileDao)
Get a Bounded Overlay Tile Provider for the Tile DAO
|
static BoundedOverlay |
getBoundedOverlay(TileDao tileDao,
float density)
Get a Bounded Overlay Tile Provider for the Tile DAO with the display density
|
static BoundedOverlay |
getBoundedOverlay(TileDao tileDao,
float density,
TileScaling scaling)
Get a Bounded Overlay Tile Provider for the Tile DAO with the display density and tile creator options
|
static BoundedOverlay |
getBoundedOverlay(TileDao tileDao,
TileScaling scaling)
Get a Bounded Overlay Tile Provider for the Tile DAO with the tile creator options
|
static CompositeOverlay |
getCompositeOverlay(Collection<TileDao> tileDaos)
Create a composite overlay by adding tile overlays for the tile DAOs
|
static CompositeOverlay |
getCompositeOverlay(Collection<TileDao> tileDaos,
BoundedOverlay overlay)
Create a composite overlay by first adding tile overlays for the tile DAOs followed by the provided overlay
|
static CompositeOverlay |
getCompositeOverlay(TileDao tileDao,
BoundedOverlay overlay)
Create a composite overlay by first adding a tile overlay for the tile DAO followed by the provided overlay
|
static BoundedOverlay |
getLinkedFeatureOverlay(FeatureOverlay featureOverlay,
GeoPackage geoPackage)
Create a composite overlay linking the feature overly with
|
static Tile |
getTile(GeoPackageTile geoPackageTile)
Get a map tile from the GeoPackage tile
|
static TileProvider |
getTileProvider(TileDao tileDao)
Get a Tile Provider for the Tile DAO
|
static TileProvider |
getTileProvider(TileDao tileDao,
TileScaling scaling)
Get a Tile Provider for the Tile DAO with the tile creator options
|
public static TileProvider getTileProvider(TileDao tileDao)
tileDao - tile daopublic static TileProvider getTileProvider(TileDao tileDao,
TileScaling scaling)
tileDao - tile daoscaling - tile scaling optionspublic static BoundedOverlay getBoundedOverlay(TileDao tileDao)
tileDao - tile daopublic static BoundedOverlay getBoundedOverlay(TileDao tileDao, float density)
tileDao - tile daodensity - display density: DisplayMetrics.densitypublic static BoundedOverlay getBoundedOverlay(TileDao tileDao, TileScaling scaling)
tileDao - tile daoscaling - tile scaling optionspublic static BoundedOverlay getBoundedOverlay(TileDao tileDao, float density, TileScaling scaling)
tileDao - tile daodensity - display density: DisplayMetrics.densityscaling - tile scaling optionspublic static CompositeOverlay getCompositeOverlay(TileDao tileDao, BoundedOverlay overlay)
tileDao - tile daooverlay - bounded overlaypublic static CompositeOverlay getCompositeOverlay(Collection<TileDao> tileDaos, BoundedOverlay overlay)
tileDaos - collection of tile daosoverlay - bounded overlaypublic static CompositeOverlay getCompositeOverlay(Collection<TileDao> tileDaos)
tileDaos - collection of tile daospublic static BoundedOverlay getLinkedFeatureOverlay(FeatureOverlay featureOverlay, GeoPackage geoPackage)
featureOverlay - feature overlaygeoPackage - GeoPackagepublic static Tile getTile(GeoPackageTile geoPackageTile)
geoPackageTile - GeoPackage tile