Constructor
new WcsTileUrlBuilder(serviceAddress, coverageName, wcsVersion)
    Constructs a WCS tile URL builder.
    Parameters:
| Name | Type | Description | 
|---|---|---|
serviceAddress | 
            
            String | The address of the WCS server. | 
coverageName | 
            
            String | The name of the coverage to retrieve. | 
wcsVersion | 
            
            String | The version of the WCS server. May be null, in which case version 1.0.0 is assumed. | 
- Deprecated:
 - Yes
 
- Source:
 
Members
coverageName :String
    The name of the coverage to retrieve.
    Type:
- String
 
- Source:
 
crs :String
    The coordinate reference system to use when requesting coverages.
    Type:
- String
 
- Default Value:
 - EPSG:4326
 
- Source:
 
serviceAddress :String
    The address of the WCS server.
    Type:
- String
 
- Source:
 
wcsVersion :String
    The WCS version to specify when requesting resources.
    Type:
- String
 
- Default Value:
 - 1.0.0
 
- Source:
 
Methods
urlForTile(tile, coverageFormat)
    Creates the URL string for a WCS Get Coverage request.
    Parameters:
| Name | Type | Description | 
|---|---|---|
tile | 
            
            Tile | The tile for which to create the URL. | 
coverageFormat | 
            
            String | The coverage format to request. | 
- Source:
 
Throws:
- 
        If the specified tile or coverage format are null or undefined.
 - Type
 - ArgumentError