public class Wcs100TileFactory extends java.lang.Object implements TiledElevationCoverage.TileFactory
Constructor and Description |
---|
Wcs100TileFactory(java.lang.String serviceAddress,
java.lang.String coverage)
Constructs a WCS Get Coverage URL builder with the specified WCS service address and coverage.
|
Modifier and Type | Method and Description |
---|---|
ImageSource |
createTileSource(TileMatrix tileMatrix,
int row,
int column) |
java.lang.String |
getCoverage()
Indicates the coverage name used to build Get Coverage URLs.
|
java.lang.String |
getServiceAddress()
Indicates the WCS service address used to build Get Coverage URLs.
|
void |
setCoverage(java.lang.String coverage)
Sets the coverage name used to build Get Coverage URLs.
|
void |
setServiceAddress(java.lang.String serviceAddress)
Sets the WCS service address used to build Get Coverage URLs.
|
public Wcs100TileFactory(java.lang.String serviceAddress, java.lang.String coverage)
serviceAddress
- the WCS service addresscoverage
- the WCS coverage namejava.lang.IllegalArgumentException
- If any of the parameters are nullpublic java.lang.String getServiceAddress()
public void setServiceAddress(java.lang.String serviceAddress)
serviceAddress
- the WCS service addressjava.lang.IllegalArgumentException
- If the service address is nullpublic java.lang.String getCoverage()
public void setCoverage(java.lang.String coverage)
coverage
- the coverage namejava.lang.IllegalArgumentException
- If the coverage name is nullpublic ImageSource createTileSource(TileMatrix tileMatrix, int row, int column)
createTileSource
in interface TiledElevationCoverage.TileFactory