Package com.luciad.format.coverage
Class TLcdCoverageDataSource
java.lang.Object
com.luciad.format.coverage.TLcdCoverageDataSource
- All Implemented Interfaces:
ILcdDataSource
Data source description for a remote LuciadFusion coverage.
This data source can be used with TLcdCoverageModelDecoder
.
- Since:
- 2017.0
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdCoverageDataSource
(String aURI, String aCoverageID) Creates the data source based on the tile server URI and coverage id. -
Method Summary
-
Constructor Details
-
Method Details
-
getURI
Returns the URI of the tile server.- Returns:
- the URI of the tile server.
-
getCoverageID
Returns the ID of the coverage.- Returns:
- the ID of the coverage.
-
getDescription
Description copied from interface:ILcdDataSource
Returns a string description of the data source. This will typically be used in a GUI, or in error and warning messages.- Specified by:
getDescription
in interfaceILcdDataSource
- Returns:
- a String describing the data source.
-
hashCode
public int hashCode() -
equals
-
toString
-