public class TLcdGeoPackageDataSource extends java.lang.Object implements ILcdDataSource
Data source
for a single data set in a OGC GeoPackage file.
You can use TLcdGeoPackageModelDecoder.getDataSources(String)
to retrieve all
possible data sources for a single GeoPackage file.
You can use TLcdGeoPackageModelDecoder.decodeSource(com.luciad.model.ILcdDataSource)
to create
a model for an individual data source.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE_2D_GRIDDED_COVERAGE |
static java.lang.String |
TYPE_FEATURES
Type identifier for features.
|
static java.lang.String |
TYPE_TILES
Type identifier for tiled rasters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
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.util.Set<TLcdGeoPackageExtension> |
getExtensions()
Returns the set of GeoPackage extensions (possibly empty) that applies to this data source.
|
java.lang.String |
getSource()
Returns the filename of the GeoPackage file this data source refers to
|
java.lang.String |
getTableName()
Returns the table in the GeoPackage 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 static final java.lang.String TYPE_TILES
public static final java.lang.String TYPE_2D_GRIDDED_COVERAGE
public static final java.lang.String TYPE_FEATURES
public java.lang.String getDescription()
ILcdDataSource
getDescription
in interface ILcdDataSource
public java.lang.String getDataType()
null
public java.lang.String getSource()
null
public java.lang.String getTableName()
null
public java.util.Set<TLcdGeoPackageExtension> getExtensions()
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