DataClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DataClient sub-client.
public class DataClient
type DataClient = class
Public Class DataClient
- Inheritance
-
DataClient
Constructors
| Name | Description |
|---|---|
| DataClient() |
Initializes a new instance of DataClient for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| CropCollectionFeature(RequestContent, CropCollectionFeatureOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature (without format in path).
|
| CropCollectionFeatureAsync(RequestContent, CropCollectionFeatureOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature (without format in path).
|
| CropCollectionFeatureByFormat(RequestContent, CropCollectionFeatureByFormatOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with format.
|
| CropCollectionFeatureByFormatAsync(RequestContent, CropCollectionFeatureByFormatOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with format.
|
| CropCollectionFeatureWidthByHeight(RequestContent, CropCollectionFeatureWidthByHeightOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with dimensions.
|
| CropCollectionFeatureWidthByHeightAsync(RequestContent, CropCollectionFeatureWidthByHeightOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with dimensions.
|
| CropFeature(RequestContent, CropFeatureOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature (without format in path).
|
| CropFeatureAsync(RequestContent, CropFeatureOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature (without format in path).
|
| CropFeatureByFormat(RequestContent, CropFeatureByFormatOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with format.
|
| CropFeatureByFormatAsync(RequestContent, CropFeatureByFormatOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with format.
|
| CropFeatureWidthByHeight(RequestContent, CropFeatureWidthByHeightOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with dimensions.
|
| CropFeatureWidthByHeightAsync(RequestContent, CropFeatureWidthByHeightOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with dimensions.
|
| CropSearchFeature(RequestContent, CropSearchFeatureOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature (without format in path).
|
| CropSearchFeatureAsync(RequestContent, CropSearchFeatureOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature (without format in path).
|
| CropSearchFeatureByFormat(RequestContent, CropSearchFeatureByFormatOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with format.
|
| CropSearchFeatureByFormatAsync(RequestContent, CropSearchFeatureByFormatOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with format.
|
| CropSearchFeatureWidthByHeight(RequestContent, CropSearchFeatureWidthByHeightOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with dimensions.
|
| CropSearchFeatureWidthByHeightAsync(RequestContent, CropSearchFeatureWidthByHeightOptions, RequestContext) |
[Protocol Method] Create image from a geojson feature with dimensions.
|
| GetClassMapLegend(String, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Generate values and color swatches mapping for a given classmap. |
| GetClassMapLegend(String, Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Generate values and color swatches mapping for a given classmap.
|
| GetClassMapLegendAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Generate values and color swatches mapping for a given classmap. |
| GetClassMapLegendAsync(String, Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Generate values and color swatches mapping for a given classmap.
|
| GetCollectionAssetsForBbox(GetCollectionAssetsForBboxOptions, CancellationToken) |
Return a list of assets which overlap a given bounding box for a STAC collection. |
| GetCollectionAssetsForBbox(GetCollectionAssetsForBboxOptions, RequestContext) |
[Protocol Method] Return a list of assets which overlap a given bounding box for a STAC collection.
|
| GetCollectionAssetsForBboxAsync(GetCollectionAssetsForBboxOptions, CancellationToken) |
Return a list of assets which overlap a given bounding box for a STAC collection. |
| GetCollectionAssetsForBboxAsync(GetCollectionAssetsForBboxOptions, RequestContext) |
[Protocol Method] Return a list of assets which overlap a given bounding box for a STAC collection.
|
| GetCollectionAssetsForTile(GetCollectionAssetsForTileOptions, CancellationToken) |
Return assets overlapping a tile for a collection using the route with TileMatrixSetId in the path (/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets). Use this operation when you need an explicit tile matrix set in the URL. |
| GetCollectionAssetsForTile(GetCollectionAssetsForTileOptions, RequestContext) |
[Protocol Method] Return assets overlapping a tile for a collection using the route with TileMatrixSetId in the path (/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets). Use this operation when you need an explicit tile matrix set in the URL.
|
| GetCollectionAssetsForTileAsync(GetCollectionAssetsForTileOptions, CancellationToken) |
Return assets overlapping a tile for a collection using the route with TileMatrixSetId in the path (/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets). Use this operation when you need an explicit tile matrix set in the URL. |
| GetCollectionAssetsForTileAsync(GetCollectionAssetsForTileOptions, RequestContext) |
[Protocol Method] Return assets overlapping a tile for a collection using the route with TileMatrixSetId in the path (/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets). Use this operation when you need an explicit tile matrix set in the URL.
|
| GetCollectionAssetsForTileNoTms(GetCollectionAssetsForTileNoTmsOptions, CancellationToken) |
Return assets overlapping a tile for a collection using the route without TileMatrixSetId in the path (/tiles/{z}/{x}/{y}/assets). This operation uses the default tile matrix set when none is specified. |
| GetCollectionAssetsForTileNoTms(GetCollectionAssetsForTileNoTmsOptions, RequestContext) |
[Protocol Method] Return assets overlapping a tile for a collection using the route without TileMatrixSetId in the path (/tiles/{z}/{x}/{y}/assets). This operation uses the default tile matrix set when none is specified.
|
| GetCollectionAssetsForTileNoTmsAsync(GetCollectionAssetsForTileNoTmsOptions, CancellationToken) |
Return assets overlapping a tile for a collection using the route without TileMatrixSetId in the path (/tiles/{z}/{x}/{y}/assets). This operation uses the default tile matrix set when none is specified. |
| GetCollectionAssetsForTileNoTmsAsync(GetCollectionAssetsForTileNoTmsOptions, RequestContext) |
[Protocol Method] Return assets overlapping a tile for a collection using the route without TileMatrixSetId in the path (/tiles/{z}/{x}/{y}/assets). This operation uses the default tile matrix set when none is specified.
|
| GetCollectionBboxCrop(GetCollectionBboxCropOptions, RequestContext) |
[Protocol Method] Create an image from part of a STAC collection dataset (bounding box crop).
|
| GetCollectionBboxCropAsync(GetCollectionBboxCropOptions, RequestContext) |
[Protocol Method] Create an image from part of a STAC collection dataset (bounding box crop).
|
| GetCollectionBboxCropWithDimensions(GetCollectionBboxCropWithDimensionsOptions, RequestContext) |
[Protocol Method] Create an image from part of a STAC collection dataset (bounding box crop with dimensions).
|
| GetCollectionBboxCropWithDimensionsAsync(GetCollectionBboxCropWithDimensionsOptions, RequestContext) |
[Protocol Method] Create an image from part of a STAC collection dataset (bounding box crop with dimensions).
|
| GetCollectionInfo(String, CancellationToken) |
Return search query info from a STAC collection identifier. |
| GetCollectionInfo(String, RequestContext) |
[Protocol Method] Return search query info from a STAC collection identifier.
|
| GetCollectionInfoAsync(String, CancellationToken) |
Return search query info from a STAC collection identifier. |
| GetCollectionInfoAsync(String, RequestContext) |
[Protocol Method] Return search query info from a STAC collection identifier.
|
| GetCollectionPoint(GetCollectionPointOptions, CancellationToken) |
Get Point value for a collection dataset. |
| GetCollectionPointAssets(GetCollectionPointAssetsOptions, CancellationToken) |
Return a list of assets for a given point in a collection. |
| GetCollectionPointAssets(GetCollectionPointAssetsOptions, RequestContext) |
[Protocol Method] Return a list of assets for a given point in a collection.
|
| GetCollectionPointAssetsAsync(GetCollectionPointAssetsOptions, CancellationToken) |
Return a list of assets for a given point in a collection. |
| GetCollectionPointAssetsAsync(GetCollectionPointAssetsOptions, RequestContext) |
[Protocol Method] Return a list of assets for a given point in a collection.
|
| GetCollectionPointAsync(GetCollectionPointOptions, CancellationToken) |
Get Point value for a collection dataset. |
| GetCollectionTile(GetCollectionTileOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with TileMatrixSetId, without scale or format).
|
| GetCollectionTileAsync(GetCollectionTileOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with TileMatrixSetId, without scale or format).
|
| GetCollectionTileByFormat(GetCollectionTileByFormatOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with TileMatrixSetId and format, without scale).
|
| GetCollectionTileByFormatAsync(GetCollectionTileByFormatOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with TileMatrixSetId and format, without scale).
|
| GetCollectionTileByScale(GetCollectionTileByScaleOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with TileMatrixSetId and scale, without format).
|
| GetCollectionTileByScaleAndFormat(GetCollectionTileByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with TileMatrixSetId, scale, and format in path).
|
| GetCollectionTileByScaleAndFormatAsync(GetCollectionTileByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with TileMatrixSetId, scale, and format in path).
|
| GetCollectionTileByScaleAsync(GetCollectionTileByScaleOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with TileMatrixSetId and scale, without format).
|
| GetCollectionTileJson(GetCollectionTileJsonOptions, CancellationToken) |
Return TileJSON document for a STAC collection. |
| GetCollectionTileJsonAsync(GetCollectionTileJsonOptions, CancellationToken) |
Return TileJSON document for a STAC collection. |
| GetCollectionTileJsonByTms(GetCollectionTileJsonByTmsOptions, CancellationToken) |
Return TileJSON document for a STAC collection with TileMatrixSetId as path. |
| GetCollectionTileJsonByTmsAsync(GetCollectionTileJsonByTmsOptions, CancellationToken) |
Return TileJSON document for a STAC collection with TileMatrixSetId as path. |
| GetCollectionTileNoTms(GetCollectionTileNoTmsOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (without TileMatrixSetId, scale, or format).
|
| GetCollectionTileNoTmsAsync(GetCollectionTileNoTmsOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (without TileMatrixSetId, scale, or format).
|
| GetCollectionTileNoTmsByFormat(GetCollectionTileNoTmsByFormatOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with format, without TileMatrixSetId or scale).
|
| GetCollectionTileNoTmsByFormatAsync(GetCollectionTileNoTmsByFormatOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with format, without TileMatrixSetId or scale).
|
| GetCollectionTileNoTmsByScale(GetCollectionTileNoTmsByScaleOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with scale, without TileMatrixSetId or format).
|
| GetCollectionTileNoTmsByScaleAndFormat(GetCollectionTileNoTmsByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (without TileMatrixSetId, with scale and format).
|
| GetCollectionTileNoTmsByScaleAndFormatAsync(GetCollectionTileNoTmsByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (without TileMatrixSetId, with scale and format).
|
| GetCollectionTileNoTmsByScaleAsync(GetCollectionTileNoTmsByScaleOptions, RequestContext) |
[Protocol Method] Create map tile for a STAC collection (with scale, without TileMatrixSetId or format).
|
| GetCollectionTilesetMetadata(GetCollectionTilesetMetadataOptions, CancellationToken) |
Return metadata for a specific tileset of a STAC collection. |
| GetCollectionTilesetMetadataAsync(GetCollectionTilesetMetadataOptions, CancellationToken) |
Return metadata for a specific tileset of a STAC collection. |
| GetCollectionTilesets(GetCollectionTilesetsOptions, CancellationToken) |
Return a list of available tilesets for a STAC collection. |
| GetCollectionTilesetsAsync(GetCollectionTilesetsOptions, CancellationToken) |
Return a list of available tilesets for a STAC collection. |
| GetCollectionWmtsCapabilities(GetCollectionWmtsCapabilitiesOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint for a STAC collection.
|
| GetCollectionWmtsCapabilitiesAsync(GetCollectionWmtsCapabilitiesOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint for a STAC collection.
|
| GetCollectionWmtsCapabilitiesByTms(GetCollectionWmtsCapabilitiesByTmsOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint for a STAC collection with TileMatrixSetId as path.
|
| GetCollectionWmtsCapabilitiesByTmsAsync(GetCollectionWmtsCapabilitiesByTmsOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint for a STAC collection with TileMatrixSetId as path.
|
| GetIntervalLegend(String, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Generate values and color swatches mapping for a given interval classmap. Returns a color map for intervals, where each interval is defined by a numeric range [min, max] representing the interval boundaries and an RGBA color [red, green, blue, alpha] associated with the interval. The response is a 2D array of interval definitions, where each element is a pair: the first element is an array of two numbers [min, max] defining the interval, and the second element is an array of four numbers [red, green, blue, alpha] defining the RGBA color. Example: [[ [-2, 0], [0, 0, 0, 0] ], [ [1, 32], [255, 255, 178, 255] ]]. This defines two intervals: [-2, 0] mapped to transparent black and [1, 32] mapped to opaque yellow. |
| GetIntervalLegend(String, Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Generate values and color swatches mapping for a given interval classmap. Returns a color map for intervals, where each interval is defined by a numeric range [min, max] representing the interval boundaries and an RGBA color [red, green, blue, alpha] associated with the interval. The response is a 2D array of interval definitions, where each element is a pair: the first element is an array of two numbers [min, max] defining the interval, and the second element is an array of four numbers [red, green, blue, alpha] defining the RGBA color. Example: [[ [-2, 0], [0, 0, 0, 0] ], [ [1, 32], [255, 255, 178, 255] ]]. This defines two intervals: [-2, 0] mapped to transparent black and [1, 32] mapped to opaque yellow.
|
| GetIntervalLegendAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Generate values and color swatches mapping for a given interval classmap. Returns a color map for intervals, where each interval is defined by a numeric range [min, max] representing the interval boundaries and an RGBA color [red, green, blue, alpha] associated with the interval. The response is a 2D array of interval definitions, where each element is a pair: the first element is an array of two numbers [min, max] defining the interval, and the second element is an array of four numbers [red, green, blue, alpha] defining the RGBA color. Example: [[ [-2, 0], [0, 0, 0, 0] ], [ [1, 32], [255, 255, 178, 255] ]]. This defines two intervals: [-2, 0] mapped to transparent black and [1, 32] mapped to opaque yellow. |
| GetIntervalLegendAsync(String, Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Generate values and color swatches mapping for a given interval classmap. Returns a color map for intervals, where each interval is defined by a numeric range [min, max] representing the interval boundaries and an RGBA color [red, green, blue, alpha] associated with the interval. The response is a 2D array of interval definitions, where each element is a pair: the first element is an array of two numbers [min, max] defining the interval, and the second element is an array of four numbers [red, green, blue, alpha] defining the RGBA color. Example: [[ [-2, 0], [0, 0, 0, 0] ], [ [1, 32], [255, 255, 178, 255] ]]. This defines two intervals: [-2, 0] mapped to transparent black and [1, 32] mapped to opaque yellow.
|
| GetItemAssetStatistics(GetItemAssetStatisticsOptions, CancellationToken) |
Per asset statistics for a STAC item. |
| GetItemAssetStatisticsAsync(GetItemAssetStatisticsOptions, CancellationToken) |
Per asset statistics for a STAC item. |
| GetItemAvailableAssets(GetItemAvailableAssetsOptions, CancellationToken) |
Return a list of supported assets for a STAC item. |
| GetItemAvailableAssets(GetItemAvailableAssetsOptions, RequestContext) |
[Protocol Method] Return a list of supported assets for a STAC item.
|
| GetItemAvailableAssetsAsync(GetItemAvailableAssetsOptions, CancellationToken) |
Return a list of supported assets for a STAC item. |
| GetItemAvailableAssetsAsync(GetItemAvailableAssetsOptions, RequestContext) |
[Protocol Method] Return a list of supported assets for a STAC item.
|
| GetItemBboxCrop(GetItemBboxCropOptions, RequestContext) |
[Protocol Method] Create an image from part of a STAC item dataset (bounding box crop).
|
| GetItemBboxCropAsync(GetItemBboxCropOptions, RequestContext) |
[Protocol Method] Create an image from part of a STAC item dataset (bounding box crop).
|
| GetItemBboxCropWithDimensions(GetItemBboxCropWithDimensionsOptions, RequestContext) |
[Protocol Method] Create an image from part of a STAC item dataset (bounding box crop with dimensions).
|
| GetItemBboxCropWithDimensionsAsync(GetItemBboxCropWithDimensionsOptions, RequestContext) |
[Protocol Method] Create an image from part of a STAC item dataset (bounding box crop with dimensions).
|
| GetItemBounds(GetItemTilesetsOptions, CancellationToken) |
Return the bounds for a STAC item. |
| GetItemBoundsAsync(GetItemTilesetsOptions, CancellationToken) |
Return the bounds for a STAC item. |
| GetItemFeatureStatistics(GeoJsonFeature, GetItemFeatureStatisticsOptions, CancellationToken) |
Get statistics from a GeoJSON feature for a STAC item. |
| GetItemFeatureStatisticsAsync(GeoJsonFeature, GetItemFeatureStatisticsOptions, CancellationToken) |
Get statistics from a GeoJSON feature for a STAC item. |
| GetItemInfo(GetItemInfoOptions, CancellationToken) |
Return dataset's basic info for a STAC item. |
| GetItemInfoAsync(GetItemInfoOptions, CancellationToken) |
Return dataset's basic info for a STAC item. |
| GetItemInfoGeoJson(GetItemInfoOptions, CancellationToken) |
Return info as GeoJSON for a STAC item. |
| GetItemInfoGeoJsonAsync(GetItemInfoOptions, CancellationToken) |
Return info as GeoJSON for a STAC item. |
| GetItemPoint(GetItemPointOptions, CancellationToken) |
Get point value for a STAC item dataset. |
| GetItemPointAsync(GetItemPointOptions, CancellationToken) |
Get point value for a STAC item dataset. |
| GetItemPreview(GetItemPreviewOptions, RequestContext) |
[Protocol Method] Create preview of a STAC item dataset.
|
| GetItemPreviewAsync(GetItemPreviewOptions, RequestContext) |
[Protocol Method] Create preview of a STAC item dataset.
|
| GetItemPreviewWithFormat(GetItemPreviewWithFormatOptions, RequestContext) |
[Protocol Method] Create preview of a STAC item dataset with format.
|
| GetItemPreviewWithFormatAsync(GetItemPreviewWithFormatOptions, RequestContext) |
[Protocol Method] Create preview of a STAC item dataset with format.
|
| GetItemStatistics(GetItemStatisticsOptions, CancellationToken) |
Merged assets statistics for a STAC item. |
| GetItemStatisticsAsync(GetItemStatisticsOptions, CancellationToken) |
Merged assets statistics for a STAC item. |
| GetItemTileJson(GetItemTileJsonOptions, CancellationToken) |
Return TileJSON document for a STAC item. |
| GetItemTileJsonAsync(GetItemTileJsonOptions, CancellationToken) |
Return TileJSON document for a STAC item. |
| GetItemTileJsonByTms(GetItemTileJsonByTmsOptions, CancellationToken) |
Return TileJSON document for a STAC item with TileMatrixSetId as path. |
| GetItemTileJsonByTmsAsync(GetItemTileJsonByTmsOptions, CancellationToken) |
Return TileJSON document for a STAC item with TileMatrixSetId as path. |
| GetItemWmtsCapabilities(GetItemWmtsCapabilitiesOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint for a STAC item.
|
| GetItemWmtsCapabilitiesAsync(GetItemWmtsCapabilitiesOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint for a STAC item.
|
| GetItemWmtsCapabilitiesByTms(GetItemWmtsCapabilitiesByTmsOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint for a STAC item with TileMatrixSetId as path.
|
| GetItemWmtsCapabilitiesByTmsAsync(GetItemWmtsCapabilitiesByTmsOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint for a STAC item with TileMatrixSetId as path.
|
| GetLegend(GetLegendOptions, RequestContext) |
[Protocol Method] Generate a legend image for a given colormap. If the colormap has non-contiguous values at the beginning or end, which aren't desired in the output image, they can be trimmed by specifying the number of values to trim.
|
| GetLegendAsync(GetLegendOptions, RequestContext) |
[Protocol Method] Generate a legend image for a given colormap. If the colormap has non-contiguous values at the beginning or end, which aren't desired in the output image, they can be trimmed by specifying the number of values to trim.
|
| GetSearchAssetsForTile(GetSearchAssetsForTileOptions, CancellationToken) |
Return a list of assets which overlap a given tile. |
| GetSearchAssetsForTile(GetSearchAssetsForTileOptions, RequestContext) |
[Protocol Method] Return a list of assets which overlap a given tile.
|
| GetSearchAssetsForTileAsync(GetSearchAssetsForTileOptions, CancellationToken) |
Return a list of assets which overlap a given tile. |
| GetSearchAssetsForTileAsync(GetSearchAssetsForTileOptions, RequestContext) |
[Protocol Method] Return a list of assets which overlap a given tile.
|
| GetSearchAssetsForTileNoTms(GetSearchAssetsForTileNoTmsOptions, CancellationToken) |
Return a list of assets which overlap a given tile for a mosaic search. |
| GetSearchAssetsForTileNoTms(GetSearchAssetsForTileNoTmsOptions, RequestContext) |
[Protocol Method] Return a list of assets which overlap a given tile for a mosaic search.
|
| GetSearchAssetsForTileNoTmsAsync(GetSearchAssetsForTileNoTmsOptions, CancellationToken) |
Return a list of assets which overlap a given tile for a mosaic search. |
| GetSearchAssetsForTileNoTmsAsync(GetSearchAssetsForTileNoTmsOptions, RequestContext) |
[Protocol Method] Return a list of assets which overlap a given tile for a mosaic search.
|
| GetSearchBboxAssets(GetSearchBboxAssetsOptions, CancellationToken) |
Return a list of assets which overlap a given bounding box for a search. |
| GetSearchBboxAssets(GetSearchBboxAssetsOptions, RequestContext) |
[Protocol Method] Return a list of assets which overlap a given bounding box for a search.
|
| GetSearchBboxAssetsAsync(GetSearchBboxAssetsOptions, CancellationToken) |
Return a list of assets which overlap a given bounding box for a search. |
| GetSearchBboxAssetsAsync(GetSearchBboxAssetsOptions, RequestContext) |
[Protocol Method] Return a list of assets which overlap a given bounding box for a search.
|
| GetSearchBboxCrop(GetSearchBboxCropOptions, RequestContext) |
[Protocol Method] Create an image from part of a dataset (bounding box crop).
|
| GetSearchBboxCropAsync(GetSearchBboxCropOptions, RequestContext) |
[Protocol Method] Create an image from part of a dataset (bounding box crop).
|
| GetSearchBboxCropWithDimensions(GetSearchBboxCropWithDimensionsOptions, RequestContext) |
[Protocol Method] Create an image from part of a dataset (bounding box crop with dimensions).
|
| GetSearchBboxCropWithDimensionsAsync(GetSearchBboxCropWithDimensionsOptions, RequestContext) |
[Protocol Method] Create an image from part of a dataset (bounding box crop with dimensions).
|
| GetSearchInfo(String, CancellationToken) |
Get Search query metadata. |
| GetSearchInfo(String, RequestContext) |
[Protocol Method] Get Search query metadata.
|
| GetSearchInfoAsync(String, CancellationToken) |
Get Search query metadata. |
| GetSearchInfoAsync(String, RequestContext) |
[Protocol Method] Get Search query metadata.
|
| GetSearchPoint(GetSearchPointOptions, CancellationToken) |
Get Point value for a search dataset. |
| GetSearchPointAsync(GetSearchPointOptions, CancellationToken) |
Get Point value for a search dataset. |
| GetSearchPointWithAssets(GetSearchPointWithAssetsOptions, CancellationToken) |
Return a list of assets for a given point in a search. |
| GetSearchPointWithAssets(GetSearchPointWithAssetsOptions, RequestContext) |
[Protocol Method] Return a list of assets for a given point in a search.
|
| GetSearchPointWithAssetsAsync(GetSearchPointWithAssetsOptions, CancellationToken) |
Return a list of assets for a given point in a search. |
| GetSearchPointWithAssetsAsync(GetSearchPointWithAssetsOptions, RequestContext) |
[Protocol Method] Return a list of assets for a given point in a search.
|
| GetSearchTile(GetSearchTileOptions, RequestContext) |
[Protocol Method] Create map tile (with TileMatrixSetId, without scale or format).
|
| GetSearchTileAsync(GetSearchTileOptions, RequestContext) |
[Protocol Method] Create map tile (with TileMatrixSetId, without scale or format).
|
| GetSearchTileByFormat(GetSearchTileByFormatOptions, RequestContext) |
[Protocol Method] Create map tile (with TileMatrixSetId and format, without scale).
|
| GetSearchTileByFormatAsync(GetSearchTileByFormatOptions, RequestContext) |
[Protocol Method] Create map tile (with TileMatrixSetId and format, without scale).
|
| GetSearchTileByScale(GetSearchTileByScaleOptions, RequestContext) |
[Protocol Method] Create map tile (with TileMatrixSetId and scale, without format).
|
| GetSearchTileByScaleAndFormat(GetSearchTileByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile (with TileMatrixSetId, scale, and format in path).
|
| GetSearchTileByScaleAndFormatAsync(GetSearchTileByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile (with TileMatrixSetId, scale, and format in path).
|
| GetSearchTileByScaleAsync(GetSearchTileByScaleOptions, RequestContext) |
[Protocol Method] Create map tile (with TileMatrixSetId and scale, without format).
|
| GetSearchTileJson(GetSearchTileJsonOptions, CancellationToken) |
Return TileJSON document for a search. |
| GetSearchTileJsonAsync(GetSearchTileJsonOptions, CancellationToken) |
Return TileJSON document for a search. |
| GetSearchTileJsonByTms(GetSearchTileJsonByTmsOptions, CancellationToken) |
Return TileJSON document for a search with TileMatrixSetId as path. |
| GetSearchTileJsonByTmsAsync(GetSearchTileJsonByTmsOptions, CancellationToken) |
Return TileJSON document for a search with TileMatrixSetId as path. |
| GetSearchTileNoTms(GetSearchTileNoTmsOptions, RequestContext) |
[Protocol Method] Create a map tile for a mosaic search.
|
| GetSearchTileNoTmsAsync(GetSearchTileNoTmsOptions, RequestContext) |
[Protocol Method] Create a map tile for a mosaic search.
|
| GetSearchTileNoTmsByFormat(GetSearchTileNoTmsByFormatOptions, RequestContext) |
[Protocol Method] Create a map tile for a mosaic search with specified format.
|
| GetSearchTileNoTmsByFormatAsync(GetSearchTileNoTmsByFormatOptions, RequestContext) |
[Protocol Method] Create a map tile for a mosaic search with specified format.
|
| GetSearchTileNoTmsByScale(GetSearchTileNoTmsByScaleOptions, RequestContext) |
[Protocol Method] Create a map tile for a mosaic search with specified scale.
|
| GetSearchTileNoTmsByScaleAndFormat(GetSearchTileNoTmsByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create a map tile for a mosaic search with specified scale and format.
|
| GetSearchTileNoTmsByScaleAndFormatAsync(GetSearchTileNoTmsByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create a map tile for a mosaic search with specified scale and format.
|
| GetSearchTileNoTmsByScaleAsync(GetSearchTileNoTmsByScaleOptions, RequestContext) |
[Protocol Method] Create a map tile for a mosaic search with specified scale.
|
| GetSearchTilesetMetadata(GetSearchTilesetMetadataOptions, CancellationToken) |
Return metadata for a specific tileset of a mosaic search. |
| GetSearchTilesetMetadataAsync(GetSearchTilesetMetadataOptions, CancellationToken) |
Return metadata for a specific tileset of a mosaic search. |
| GetSearchTilesets(GetSearchTilesetsOptions, CancellationToken) |
Return a list of available tilesets for a mosaic search. |
| GetSearchTilesetsAsync(GetSearchTilesetsOptions, CancellationToken) |
Return a list of available tilesets for a mosaic search. |
| GetSearchWmtsCapabilities(GetSearchWmtsCapabilitiesOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint.
|
| GetSearchWmtsCapabilitiesAsync(GetSearchWmtsCapabilitiesOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint.
|
| GetSearchWmtsCapabilitiesByTms(GetSearchWmtsCapabilitiesByTmsOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint with TileMatrixSetId as path.
|
| GetSearchWmtsCapabilitiesByTmsAsync(GetSearchWmtsCapabilitiesByTmsOptions, RequestContext) |
[Protocol Method] OGC WMTS endpoint with TileMatrixSetId as path.
|
| GetTile(GetTileOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (without scale or format in path).
|
| GetTileAsync(GetTileOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (without scale or format in path).
|
| GetTileByFormat(GetTileByFormatOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with format in path, without scale).
|
| GetTileByFormatAsync(GetTileByFormatOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with format in path, without scale).
|
| GetTileByScale(GetTileByScaleOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with scale in path, without format).
|
| GetTileByScaleAndFormat(GetTileByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with TileMatrixSetId, scale, and format in path).
|
| GetTileByScaleAndFormatAsync(GetTileByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with TileMatrixSetId, scale, and format in path).
|
| GetTileByScaleAsync(GetTileByScaleOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with scale in path, without format).
|
| GetTileMatrices(CancellationToken) |
Return Matrix List. |
| GetTileMatrices(RequestContext) |
[Protocol Method] Return Matrix List
|
| GetTileMatricesAsync(CancellationToken) |
Return Matrix List. |
| GetTileMatricesAsync(RequestContext) |
[Protocol Method] Return Matrix List
|
| GetTileMatrixDefinitions(String, CancellationToken) |
Return Matrix Definition. |
| GetTileMatrixDefinitions(String, RequestContext) |
[Protocol Method] Return Matrix Definition
|
| GetTileMatrixDefinitionsAsync(String, CancellationToken) |
Return Matrix Definition. |
| GetTileMatrixDefinitionsAsync(String, RequestContext) |
[Protocol Method] Return Matrix Definition
|
| GetTileNoTms(GetTileNoTmsOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (without TileMatrixSetId, scale or format in path).
|
| GetTileNoTmsAsync(GetTileNoTmsOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (without TileMatrixSetId, scale or format in path).
|
| GetTileNoTmsByFormat(GetTileNoTmsByFormatOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with format in path, without TileMatrixSetId or scale).
|
| GetTileNoTmsByFormatAsync(GetTileNoTmsByFormatOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with format in path, without TileMatrixSetId or scale).
|
| GetTileNoTmsByScale(GetTileNoTmsByScaleOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with scale in path, without TileMatrixSetId or format).
|
| GetTileNoTmsByScaleAndFormat(GetTileNoTmsByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with scale and format in path, without TileMatrixSetId).
|
| GetTileNoTmsByScaleAndFormatAsync(GetTileNoTmsByScaleAndFormatOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with scale and format in path, without TileMatrixSetId).
|
| GetTileNoTmsByScaleAsync(GetTileNoTmsByScaleOptions, RequestContext) |
[Protocol Method] Create map tile from a dataset (with scale in path, without TileMatrixSetId or format).
|
| GetTilesetMetadata(GetItemTilesetMetadataOptions, CancellationToken) |
Return metadata for a specific tileset of a STAC item. |
| GetTilesetMetadataAsync(GetItemTilesetMetadataOptions, CancellationToken) |
Return metadata for a specific tileset of a STAC item. |
| GetTilesets(GetItemTilesetsOptions, CancellationToken) |
Return a list of available tilesets for a STAC item. |
| GetTilesetsAsync(GetItemTilesetsOptions, CancellationToken) |
Return a list of available tilesets for a STAC item. |
| RegisterMosaicsSearch(RegisterMosaic, CancellationToken) |
Register a Search query. |
| RegisterMosaicsSearch(RequestContent, RequestContext) |
[Protocol Method] Register a Search query
|
| RegisterMosaicsSearchAsync(RegisterMosaic, CancellationToken) |
Register a Search query. |
| RegisterMosaicsSearchAsync(RequestContent, RequestContext) |
[Protocol Method] Register a Search query
|