public class TLcdMBTilesDataSource extends Object implements ILcdDataSource
Data source
for an MBTiles data set.
You can use TLcdMBTilesModelDecoder.discoverDataSources(String)
to retrieve the data source for a single
MBTiles file.
You can use TLcdMBTilesModelDecoder.decodeSource(com.luciad.model.ILcdDataSource)
to create
a model for an MBTiles data source.
Modifier and Type | Class and Description |
---|---|
static class |
TLcdMBTilesDataSource.MBTilesType
Type identifier for MBTiles data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
TLcdMBTilesDataSource.MBTilesType |
getDataType()
Returns the type of the data this data source refers to.
|
String |
getDescription()
Returns a string description of the data source.
|
String |
getName()
Returns the name of the data this data source refers to.
|
String |
getSource()
Returns the filename of the MBTiles file this data source refers to
|
int |
hashCode() |
boolean |
isSupported()
Determines if the given data source can be decoded by LuciadLightspeed or not
|
String |
toString() |
public String getDescription()
ILcdDataSource
getDescription
in interface ILcdDataSource
public String getSource()
null
public String getName()
null
public TLcdMBTilesDataSource.MBTilesType getDataType()
public boolean isSupported()