Class TLcdGeoPackageModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.sqlite.geopackage.TLcdGeoPackageModelDescriptor
- All Implemented Interfaces:
ILcdDataSourceModelDescriptor<TLcdGeoPackageDataSource>
,ILcdModelDescriptor
,Serializable
public class TLcdGeoPackageModelDescriptor
extends TLcdModelDescriptor
implements ILcdDataSourceModelDescriptor<TLcdGeoPackageDataSource>
Model descriptor for OGC GeoPackage data.
Note: GeoPackage models that contain raster data will have a subclass of this model descriptor
that is also a ILcdEarthModelDescriptor
.
Note: GeoPackage models that contain elevation data will have a subclass of this model descriptor
that is also a ILcdImageModelDescriptor
.
Note: GeoPackage models that contain feature data will have a subclass of this model descriptor
that is also a ILcdDataModelDescriptor
.
- Since:
- 2013.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the object that was used to decode the corresponding model.Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Method Details
-
getDataSource
Description copied from interface:ILcdDataSourceModelDescriptor
Returns the object that was used to decode the corresponding model.- Specified by:
getDataSource
in interfaceILcdDataSourceModelDescriptor<TLcdGeoPackageDataSource>
- Returns:
- an object describing the data source(s) of the corresponding model. This can be
null
, e.g. when the model was not decoded by using anILcdDataSource
. - See Also:
-