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
ConstructorDescriptionTLcdCoverageDataSource
(String aURI, String aCoverageID) Creates the data source based on the tile server URI and coverage id. -
Method Summary
-
Constructor Details
-
TLcdCoverageDataSource
Creates the data source based on the tile server URI and coverage id.Example:
- uri:
http://terrain:8080/LuciadFusionV2016/lts
- coverage id:
earth_image
- Parameters:
aURI
- The URI of the tile server.aCoverageID
- The ID of the coverage.
- uri:
-
-
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
-