Classes
Methods
# findCollectionsByExtent(extent, epsg) → {Array.<Collection>}
Filters collections based on an extent.
Parameters:
Name | Type | Description |
---|---|---|
extent |
Extent | array with 4 coordinates[] |
epsg |
string | Optional parameter to specify the coordinates system of extent (ie. 'EPSG:4326'). |
- Filtered collections.
Array.<Collection>
# findCollectionsByImageryLayers(imageryLayers) → {Array.<Collection>}
Filters collections based on the specified layers.
Parameters:
Name | Type | Description |
---|---|---|
imageryLayers |
Array.<string> | Imagery layers to filter collections. Only collections matching these programs will be included. |
- Filtered collections.
Array.<Collection>
# findCollectionsByLocation(location, epsg) → {Array.<Collection>}
Filters collections based on a location.
Parameters:
Name | Type | Description |
---|---|---|
location |
Location | object with geographic coordinates [Lat,Lng] |
epsg |
string | Optional parameter to specify the coordinates system of extent (ie. 'EPSG:4326'). |
- Filtered collections.
Array.<Collection>