public class TLcdMBTilesDataSource extends java.lang.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(java.lang.Object o) |
TLcdMBTilesDataSource.MBTilesType |
getDataType()
Returns the type of the data this data source refers to.
|
java.lang.String |
getDescription()
Returns a string description of the data source.
|
java.lang.String |
getName()
Returns the name of the data this data source refers to.
|
java.lang.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
|
java.lang.String |
toString() |
public java.lang.String getDescription()
ILcdDataSource
getDescription
in interface ILcdDataSource
public java.lang.String getSource()
null
public java.lang.String getName()
null
public TLcdMBTilesDataSource.MBTilesType getDataType()
public boolean isSupported()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object