DataOperations interface

介面代表資料操作。

屬性

cropCollectionFeature

從 geojson 功能建立圖片(路徑中不包含格式化)。

cropCollectionFeatureByFormat

用 geojson 功能建立格式化的圖片。

cropCollectionFeatureWidthByHeight

從帶有尺寸的 geojson 功能建立圖片。

cropFeature

從 geojson 功能建立圖片(路徑中不包含格式化)。

cropFeatureByFormat

用 geojson 功能建立格式化的圖片。

cropFeatureWidthByHeight

從帶有尺寸的 geojson 功能建立圖片。

cropSearchFeature

從 geojson 功能建立圖片(路徑中不包含格式化)。

cropSearchFeatureByFormat

用 geojson 功能建立格式化的圖片。

cropSearchFeatureWidthByHeight

從帶有尺寸的 geojson 功能建立圖片。

getClassMapLegend

為特定類別映射產生數值與色片映射。

getCollectionAssetsForBbox

回傳一份與特定邊界框重疊的資產清單,以滿足 STAC 集合的需求。

getCollectionAssetsForTile

回傳重疊圖塊的資產,使用路徑中帶有 TileMatrixSetId(/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets)的路徑。 當你需要在 URL 中設定明確的磁磚矩陣時,可以使用這個操作。

getCollectionAssetsForTileNoTms

回傳重疊的圖塊資產,使用路徑中沒有 TileMatrixSetId 的路徑(/tiles/{z}/{x}/{y}/assets)。 當未指定圖塊矩陣時,此操作使用預設的圖塊矩陣集。

getCollectionBboxCrop

從 STAC 收藏資料集的一部分(邊界箱型裁切)中建立一張圖片。

getCollectionBboxCropWithDimensions

從 STAC 收藏資料集的一部分(含尺寸包圍盒裁切)中建立一張圖片。

getCollectionInfo

從 STAC 集合識別碼回傳搜尋查詢資訊。

getCollectionPoint

取得集合資料集的點數值。

getCollectionPointAssets

回傳集合中某一點的資產清單。

getCollectionTile

為 STAC 集合建立地圖磚塊(使用 TileMatrixSetId,無縮尺或格式)。

getCollectionTileByFormat

為 STAC 集合建立地圖圖塊(使用 TileMatrixSetID 和格式,無縮放)。

getCollectionTileByScale

為 STAC 集合建立地圖磚塊(使用 TileMatrixSetId 和縮放,無格式化)。

getCollectionTileByScaleAndFormat

為 STAC 集合建立地圖磚塊(路徑中包含 TileMatrixSetId、縮放與格式化)。

getCollectionTileJson

回傳 TILEJSON 文件以取得 STAC 集合。

getCollectionTileJsonByTms

返回 TileJSON 文件,用於 STAC 集合,路徑為 TileMatrixSetId。

getCollectionTileNoTms

為 STAC 集合建立地圖磚塊(不使用 TileMatrixSetId、縮放或格式)。

getCollectionTileNoTmsByFormat

為 STAC 集合建立地圖磚塊(格式化,不使用 TileMatrixSetID 或縮放)。

getCollectionTileNoTmsByScale

為 STAC 集合建立地圖磚塊(有縮放,但不使用 TileMatrixSetID 或格式)。

getCollectionTileNoTmsByScaleAndFormat

為 STAC 集合建立地圖圖塊(不使用 TileMatrixSetId,包含縮放與格式)。

getCollectionTilesetMetadata

回傳 STAC 集合特定圖塊集的元資料。

getCollectionTilesets

回傳一份可用圖塊集清單,用於 STAC 集合。

getCollectionWmtsCapabilities

OGC WMTS 端點用於 STAC 集合。

getCollectionWmtsCapabilitiesByTms

OGC WMTS 端點,用於以 TileMatrixSetId 作為路徑的 STAC 集合。

getIntervalLegend

為給定區間類別映射產生數值與色片映射。

回傳區間的色彩圖,每個區間由一個數值範圍[min, max]定義,代表區間邊界,並以RGBA顏色[紅、綠、藍、α]對應。

響應是一個二維區間定義陣列,每個元素為一對:第一個元素是由兩個數字[min, max]組成的陣列,定義區間;第二個元素則是由四個數字[紅、綠、藍、α]組成,定義RGBA顏色。

範例:[[ [-2, 0], [0, 0, 0, 0] ], [ [1, 32], [255, 255, 178, 255] ]]。 這定義了兩個區間:[-2, 0] 映射為透明黑色,[1, 32] 映射為不透明黃色。

getItemAssetStatistics

根據 STAC 項目的資產統計數據。

getItemAvailableAssets

回傳一份支援的 STAC 項目資產清單。

getItemBboxCrop

從 STAC 項目資料集(邊框箱裁切)中建立一張圖片。

getItemBboxCropWithDimensions

從 STAC 項目資料集的一部分(含尺寸的包圍盒裁切)建立圖片。

getItemBounds

STAC項目的限制。

getItemFeatureStatistics

從 GeoJSON 功能取得 STAC 項目的統計資料。

getItemInfo

回傳 STAC 項目資料集的基本資訊。

getItemInfoGeoJson

STAC項目請以GeoJSON回傳資訊。

getItemPoint

取得 STAC 項目資料集的點數值。

getItemPreview

建立 STAC 項目資料集的預覽。

getItemPreviewWithFormat

建立 STAC 項目資料集的預覽,格式如下。

getItemStatistics

STAC項目的合併資產統計。

getItemTileJson

回傳 TileJSON 文件以取得 STAC 項目。

getItemTileJsonByTms

將 TileJSON 文件回傳一個 STAC 項目,路徑為 TileMatrixSetId。

getItemWmtsCapabilities

OGC WMTS 端點用於 STAC 項目。

getItemWmtsCapabilitiesByTms

OGC WMTS 端點,用於 STAC 項目,路徑為 TileMatrixSetId。

getLegend

為給定的顏色映射表生成圖例圖像。

如果顏色圖的開頭或結尾有不連續的值,而這些值在輸出圖像中是不需要的,則可以通過指定要修剪的值的數量來修剪這些值。

getSearchAssetsForTile

回傳一份與某個方塊重疊的資產清單。

getSearchAssetsForTileNoTms

回傳一份與某個磁磚重疊的資產清單,進行馬賽克搜尋。

getSearchBboxAssets

回傳一份與特定邊界框重疊的資產清單,用於搜尋。

getSearchBboxCrop

從資料集的一部分(包圍盒裁切)建立一張圖片。

getSearchBboxCropWithDimensions

從資料集的一部分(含尺寸的包圍框裁切)建立一張圖片。

getSearchInfo

獲取搜索查詢元數據。

getSearchPoint

取得搜尋資料集的點數值。

getSearchPointWithAssets

回傳搜尋中某一特定點的資產清單。

getSearchTile

建立地圖磚塊(使用 TileMatrixSetId,不使用縮放或格式)。

getSearchTileByFormat

建立地圖磚塊(使用 TileMatrixSetID 和格式,不含縮放)。

getSearchTileByScale

建立地圖圖塊(使用 TileMatrixSetId 和縮放,無需格式化)。

getSearchTileByScaleAndFormat

建立地圖圖塊(路徑中包含 TileMatrixSetId、縮放和格式化)。

getSearchTileJson

回傳 TileJSON 文件以進行搜尋。

getSearchTileJsonByTms

以 TileMatrixSetId 作為路徑,回傳 TileJSON 文件進行搜尋。

getSearchTileNoTms

建立一個地圖磚來進行馬賽克搜尋。

getSearchTileNoTmsByFormat

建立一個指定格式的馬賽克地圖磚。

getSearchTileNoTmsByScale

建立一個地圖磚,用於指定比例尺的馬賽克搜尋。

getSearchTileNoTmsByScaleAndFormat

建立一個地圖磚,用於馬賽克搜尋,並設定比例和格式。

getSearchTilesetMetadata

回傳馬賽克搜尋特定圖塊集的元資料。

getSearchTilesets

回傳可用圖塊集清單,進行馬賽克搜尋。

getSearchWmtsCapabilities

OGC WMTS 端點。

getSearchWmtsCapabilitiesByTms

OGC WMTS 端點,路徑為 TileMatrixSetId。

getTile

從資料集建立地圖磚塊(路徑中沒有縮放或格式)。

getTileByFormat

從資料集建立地圖磚塊(格式為路徑,無縮放)。

getTileByScale

從資料集建立地圖磚塊(路徑有縮放,不使用格式化)。

getTileByScaleAndFormat

從資料集建立地圖磚塊(路徑中包含 TileMatrixSetId、縮放與格式)。

getTileMatrices

返回矩陣清單

getTileMatrixDefinitions

返回矩陣定義

getTileNoTms

從資料集建立地圖磚塊(路徑中不包含 TileMatrixSetId、縮放或格式化)。

getTileNoTmsByFormat

從資料集建立地圖磚塊(格式設於路徑,不使用 TileMatrixSetID 或縮放碼)。

getTileNoTmsByScale

從資料集建立地圖磚塊(路徑有縮放,不使用 TileMatrixSetID 或格式)。

getTileNoTmsByScaleAndFormat

從資料集建立地圖磚塊(路徑中包含縮放和格式,不使用 TileMatrixSetId)。

getTilesetMetadata

回傳 STAC 項目特定圖塊集的元資料。

getTilesets

回傳一份 STAC 項目可用圖塊集清單。

registerMosaicsSearch

註冊搜索查詢

屬性詳細資料

cropCollectionFeature

從 geojson 功能建立圖片(路徑中不包含格式化)。

cropCollectionFeature: (collectionId: string, body: Feature, options?: DataCropCollectionFeatureOptionalParams) => Promise<DataCropCollectionFeatureResponse>

屬性值

(collectionId: string, body: Feature, options?: DataCropCollectionFeatureOptionalParams) => Promise<DataCropCollectionFeatureResponse>

cropCollectionFeatureByFormat

用 geojson 功能建立格式化的圖片。

cropCollectionFeatureByFormat: (collectionId: string, format: string, body: Feature, options?: DataCropCollectionFeatureByFormatOptionalParams) => Promise<DataCropCollectionFeatureByFormatResponse>

屬性值

(collectionId: string, format: string, body: Feature, options?: DataCropCollectionFeatureByFormatOptionalParams) => Promise<DataCropCollectionFeatureByFormatResponse>

cropCollectionFeatureWidthByHeight

從帶有尺寸的 geojson 功能建立圖片。

cropCollectionFeatureWidthByHeight: (collectionId: string, width: number, height: number, format: string, body: Feature, options?: DataCropCollectionFeatureWidthByHeightOptionalParams) => Promise<DataCropCollectionFeatureWidthByHeightResponse>

屬性值

(collectionId: string, width: number, height: number, format: string, body: Feature, options?: DataCropCollectionFeatureWidthByHeightOptionalParams) => Promise<DataCropCollectionFeatureWidthByHeightResponse>

cropFeature

從 geojson 功能建立圖片(路徑中不包含格式化)。

cropFeature: (collectionId: string, itemId: string, body: Feature, options?: DataCropFeatureOptionalParams) => Promise<DataCropFeatureResponse>

屬性值

(collectionId: string, itemId: string, body: Feature, options?: DataCropFeatureOptionalParams) => Promise<DataCropFeatureResponse>

cropFeatureByFormat

用 geojson 功能建立格式化的圖片。

cropFeatureByFormat: (collectionId: string, itemId: string, format: string, body: Feature, options?: DataCropFeatureByFormatOptionalParams) => Promise<DataCropFeatureByFormatResponse>

屬性值

(collectionId: string, itemId: string, format: string, body: Feature, options?: DataCropFeatureByFormatOptionalParams) => Promise<DataCropFeatureByFormatResponse>

cropFeatureWidthByHeight

從帶有尺寸的 geojson 功能建立圖片。

cropFeatureWidthByHeight: (collectionId: string, itemId: string, width: number, height: number, format: string, body: Feature, options?: DataCropFeatureWidthByHeightOptionalParams) => Promise<DataCropFeatureWidthByHeightResponse>

屬性值

(collectionId: string, itemId: string, width: number, height: number, format: string, body: Feature, options?: DataCropFeatureWidthByHeightOptionalParams) => Promise<DataCropFeatureWidthByHeightResponse>

cropSearchFeature

從 geojson 功能建立圖片(路徑中不包含格式化)。

cropSearchFeature: (searchId: string, body: Feature, options?: DataCropSearchFeatureOptionalParams) => Promise<DataCropSearchFeatureResponse>

屬性值

(searchId: string, body: Feature, options?: DataCropSearchFeatureOptionalParams) => Promise<DataCropSearchFeatureResponse>

cropSearchFeatureByFormat

用 geojson 功能建立格式化的圖片。

cropSearchFeatureByFormat: (searchId: string, format: string, body: Feature, options?: DataCropSearchFeatureByFormatOptionalParams) => Promise<DataCropSearchFeatureByFormatResponse>

屬性值

(searchId: string, format: string, body: Feature, options?: DataCropSearchFeatureByFormatOptionalParams) => Promise<DataCropSearchFeatureByFormatResponse>

cropSearchFeatureWidthByHeight

從帶有尺寸的 geojson 功能建立圖片。

cropSearchFeatureWidthByHeight: (searchId: string, width: number, height: number, format: string, body: Feature, options?: DataCropSearchFeatureWidthByHeightOptionalParams) => Promise<DataCropSearchFeatureWidthByHeightResponse>

屬性值

(searchId: string, width: number, height: number, format: string, body: Feature, options?: DataCropSearchFeatureWidthByHeightOptionalParams) => Promise<DataCropSearchFeatureWidthByHeightResponse>

getClassMapLegend

為特定類別映射產生數值與色片映射。

getClassMapLegend: (classmapName: string, options?: DataGetClassMapLegendOptionalParams) => Promise<ClassMapLegendResponse>

屬性值

(classmapName: string, options?: DataGetClassMapLegendOptionalParams) => Promise<ClassMapLegendResponse>

getCollectionAssetsForBbox

回傳一份與特定邊界框重疊的資產清單,以滿足 STAC 集合的需求。

getCollectionAssetsForBbox: (collectionId: string, minx: number, miny: number, maxx: number, maxy: number, options?: DataGetCollectionAssetsForBboxOptionalParams) => Promise<DataGetCollectionAssetsForBboxResponse>

屬性值

(collectionId: string, minx: number, miny: number, maxx: number, maxy: number, options?: DataGetCollectionAssetsForBboxOptionalParams) => Promise<DataGetCollectionAssetsForBboxResponse>

getCollectionAssetsForTile

回傳重疊圖塊的資產,使用路徑中帶有 TileMatrixSetId(/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets)的路徑。 當你需要在 URL 中設定明確的磁磚矩陣時,可以使用這個操作。

getCollectionAssetsForTile: (collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, options?: DataGetCollectionAssetsForTileOptionalParams) => Promise<TilerAssetGeoJson[]>

屬性值

(collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, options?: DataGetCollectionAssetsForTileOptionalParams) => Promise<TilerAssetGeoJson[]>

getCollectionAssetsForTileNoTms

回傳重疊的圖塊資產,使用路徑中沒有 TileMatrixSetId 的路徑(/tiles/{z}/{x}/{y}/assets)。 當未指定圖塊矩陣時,此操作使用預設的圖塊矩陣集。

getCollectionAssetsForTileNoTms: (collectionId: string, z: number, x: number, y: number, options?: DataGetCollectionAssetsForTileNoTmsOptionalParams) => Promise<DataGetCollectionAssetsForTileNoTmsResponse>

屬性值

(collectionId: string, z: number, x: number, y: number, options?: DataGetCollectionAssetsForTileNoTmsOptionalParams) => Promise<DataGetCollectionAssetsForTileNoTmsResponse>

getCollectionBboxCrop

從 STAC 收藏資料集的一部分(邊界箱型裁切)中建立一張圖片。

getCollectionBboxCrop: (collectionId: string, minx: number, miny: number, maxx: number, maxy: number, format: string, options?: DataGetCollectionBboxCropOptionalParams) => Promise<DataGetCollectionBboxCropResponse>

屬性值

(collectionId: string, minx: number, miny: number, maxx: number, maxy: number, format: string, options?: DataGetCollectionBboxCropOptionalParams) => Promise<DataGetCollectionBboxCropResponse>

getCollectionBboxCropWithDimensions

從 STAC 收藏資料集的一部分(含尺寸包圍盒裁切)中建立一張圖片。

getCollectionBboxCropWithDimensions: (collectionId: string, minx: number, miny: number, maxx: number, maxy: number, width: number, height: number, format: string, options?: DataGetCollectionBboxCropWithDimensionsOptionalParams) => Promise<DataGetCollectionBboxCropWithDimensionsResponse>

屬性值

(collectionId: string, minx: number, miny: number, maxx: number, maxy: number, width: number, height: number, format: string, options?: DataGetCollectionBboxCropWithDimensionsOptionalParams) => Promise<DataGetCollectionBboxCropWithDimensionsResponse>

getCollectionInfo

從 STAC 集合識別碼回傳搜尋查詢資訊。

getCollectionInfo: (collectionId: string, options?: DataGetCollectionInfoOptionalParams) => Promise<TilerStacSearchRegistration>

屬性值

(collectionId: string, options?: DataGetCollectionInfoOptionalParams) => Promise<TilerStacSearchRegistration>

getCollectionPoint

取得集合資料集的點數值。

getCollectionPoint: (collectionId: string, longitude: number, latitude: number, options?: DataGetCollectionPointOptionalParams) => Promise<TilerCoreModelsResponsesPoint>

屬性值

(collectionId: string, longitude: number, latitude: number, options?: DataGetCollectionPointOptionalParams) => Promise<TilerCoreModelsResponsesPoint>

getCollectionPointAssets

回傳集合中某一點的資產清單。

getCollectionPointAssets: (collectionId: string, longitude: number, latitude: number, options?: DataGetCollectionPointAssetsOptionalParams) => Promise<StacItemPointAsset[]>

屬性值

(collectionId: string, longitude: number, latitude: number, options?: DataGetCollectionPointAssetsOptionalParams) => Promise<StacItemPointAsset[]>

getCollectionTile

為 STAC 集合建立地圖磚塊(使用 TileMatrixSetId,無縮尺或格式)。

getCollectionTile: (collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, options?: DataGetCollectionTileOptionalParams) => Promise<DataGetCollectionTileResponse>

屬性值

(collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, options?: DataGetCollectionTileOptionalParams) => Promise<DataGetCollectionTileResponse>

getCollectionTileByFormat

為 STAC 集合建立地圖圖塊(使用 TileMatrixSetID 和格式,無縮放)。

getCollectionTileByFormat: (collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, format: string, options?: DataGetCollectionTileByFormatOptionalParams) => Promise<DataGetCollectionTileByFormatResponse>

屬性值

(collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, format: string, options?: DataGetCollectionTileByFormatOptionalParams) => Promise<DataGetCollectionTileByFormatResponse>

getCollectionTileByScale

為 STAC 集合建立地圖磚塊(使用 TileMatrixSetId 和縮放,無格式化)。

getCollectionTileByScale: (collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, options?: DataGetCollectionTileByScaleOptionalParams) => Promise<DataGetCollectionTileByScaleResponse>

屬性值

(collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, options?: DataGetCollectionTileByScaleOptionalParams) => Promise<DataGetCollectionTileByScaleResponse>

getCollectionTileByScaleAndFormat

為 STAC 集合建立地圖磚塊(路徑中包含 TileMatrixSetId、縮放與格式化)。

getCollectionTileByScaleAndFormat: (collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetCollectionTileByScaleAndFormatOptionalParams) => Promise<DataGetCollectionTileByScaleAndFormatResponse>

屬性值

(collectionId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetCollectionTileByScaleAndFormatOptionalParams) => Promise<DataGetCollectionTileByScaleAndFormatResponse>

getCollectionTileJson

回傳 TILEJSON 文件以取得 STAC 集合。

getCollectionTileJson: (collectionId: string, options?: DataGetCollectionTileJsonOptionalParams) => Promise<TileJsonMetadata>

屬性值

(collectionId: string, options?: DataGetCollectionTileJsonOptionalParams) => Promise<TileJsonMetadata>

getCollectionTileJsonByTms

返回 TileJSON 文件,用於 STAC 集合,路徑為 TileMatrixSetId。

getCollectionTileJsonByTms: (collectionId: string, tileMatrixSetId: string, options?: DataGetCollectionTileJsonByTmsOptionalParams) => Promise<TileJsonMetadata>

屬性值

(collectionId: string, tileMatrixSetId: string, options?: DataGetCollectionTileJsonByTmsOptionalParams) => Promise<TileJsonMetadata>

getCollectionTileNoTms

為 STAC 集合建立地圖磚塊(不使用 TileMatrixSetId、縮放或格式)。

getCollectionTileNoTms: (collectionId: string, z: number, x: number, y: number, options?: DataGetCollectionTileNoTmsOptionalParams) => Promise<DataGetCollectionTileNoTmsResponse>

屬性值

(collectionId: string, z: number, x: number, y: number, options?: DataGetCollectionTileNoTmsOptionalParams) => Promise<DataGetCollectionTileNoTmsResponse>

getCollectionTileNoTmsByFormat

為 STAC 集合建立地圖磚塊(格式化,不使用 TileMatrixSetID 或縮放)。

getCollectionTileNoTmsByFormat: (collectionId: string, z: number, x: number, y: number, format: string, options?: DataGetCollectionTileNoTmsByFormatOptionalParams) => Promise<DataGetCollectionTileNoTmsByFormatResponse>

屬性值

(collectionId: string, z: number, x: number, y: number, format: string, options?: DataGetCollectionTileNoTmsByFormatOptionalParams) => Promise<DataGetCollectionTileNoTmsByFormatResponse>

getCollectionTileNoTmsByScale

為 STAC 集合建立地圖磚塊(有縮放,但不使用 TileMatrixSetID 或格式)。

getCollectionTileNoTmsByScale: (collectionId: string, z: number, x: number, y: number, scale: number, options?: DataGetCollectionTileNoTmsByScaleOptionalParams) => Promise<DataGetCollectionTileNoTmsByScaleResponse>

屬性值

(collectionId: string, z: number, x: number, y: number, scale: number, options?: DataGetCollectionTileNoTmsByScaleOptionalParams) => Promise<DataGetCollectionTileNoTmsByScaleResponse>

getCollectionTileNoTmsByScaleAndFormat

為 STAC 集合建立地圖圖塊(不使用 TileMatrixSetId,包含縮放與格式)。

getCollectionTileNoTmsByScaleAndFormat: (collectionId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetCollectionTileNoTmsByScaleAndFormatOptionalParams) => Promise<DataGetCollectionTileNoTmsByScaleAndFormatResponse>

屬性值

(collectionId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetCollectionTileNoTmsByScaleAndFormatOptionalParams) => Promise<DataGetCollectionTileNoTmsByScaleAndFormatResponse>

getCollectionTilesetMetadata

回傳 STAC 集合特定圖塊集的元資料。

getCollectionTilesetMetadata: (collectionId: string, tileMatrixSetId: string, options?: DataGetCollectionTilesetMetadataOptionalParams) => Promise<TileSetMetadata>

屬性值

(collectionId: string, tileMatrixSetId: string, options?: DataGetCollectionTilesetMetadataOptionalParams) => Promise<TileSetMetadata>

getCollectionTilesets

回傳一份可用圖塊集清單,用於 STAC 集合。

getCollectionTilesets: (collectionId: string, options?: DataGetCollectionTilesetsOptionalParams) => Promise<TileSetList>

屬性值

(collectionId: string, options?: DataGetCollectionTilesetsOptionalParams) => Promise<TileSetList>

getCollectionWmtsCapabilities

OGC WMTS 端點用於 STAC 集合。

getCollectionWmtsCapabilities: (collectionId: string, options?: DataGetCollectionWmtsCapabilitiesOptionalParams) => Promise<DataGetCollectionWmtsCapabilitiesResponse>

屬性值

(collectionId: string, options?: DataGetCollectionWmtsCapabilitiesOptionalParams) => Promise<DataGetCollectionWmtsCapabilitiesResponse>

getCollectionWmtsCapabilitiesByTms

OGC WMTS 端點,用於以 TileMatrixSetId 作為路徑的 STAC 集合。

getCollectionWmtsCapabilitiesByTms: (collectionId: string, tileMatrixSetId: string, options?: DataGetCollectionWmtsCapabilitiesByTmsOptionalParams) => Promise<DataGetCollectionWmtsCapabilitiesByTmsResponse>

屬性值

(collectionId: string, tileMatrixSetId: string, options?: DataGetCollectionWmtsCapabilitiesByTmsOptionalParams) => Promise<DataGetCollectionWmtsCapabilitiesByTmsResponse>

getIntervalLegend

為給定區間類別映射產生數值與色片映射。

回傳區間的色彩圖,每個區間由一個數值範圍[min, max]定義,代表區間邊界,並以RGBA顏色[紅、綠、藍、α]對應。

響應是一個二維區間定義陣列,每個元素為一對:第一個元素是由兩個數字[min, max]組成的陣列,定義區間;第二個元素則是由四個數字[紅、綠、藍、α]組成,定義RGBA顏色。

範例:[[ [-2, 0], [0, 0, 0, 0] ], [ [1, 32], [255, 255, 178, 255] ]]。 這定義了兩個區間:[-2, 0] 映射為透明黑色,[1, 32] 映射為不透明黃色。

getIntervalLegend: (classmapName: string, options?: DataGetIntervalLegendOptionalParams) => Promise<DataGetIntervalLegendResponse>

屬性值

(classmapName: string, options?: DataGetIntervalLegendOptionalParams) => Promise<DataGetIntervalLegendResponse>

getItemAssetStatistics

根據 STAC 項目的資產統計數據。

getItemAssetStatistics: (collectionId: string, itemId: string, options?: DataGetItemAssetStatisticsOptionalParams) => Promise<AssetStatisticsResponse>

屬性值

(collectionId: string, itemId: string, options?: DataGetItemAssetStatisticsOptionalParams) => Promise<AssetStatisticsResponse>

getItemAvailableAssets

回傳一份支援的 STAC 項目資產清單。

getItemAvailableAssets: (collectionId: string, itemId: string, options?: DataGetItemAvailableAssetsOptionalParams) => Promise<DataGetItemAvailableAssetsResponse>

屬性值

(collectionId: string, itemId: string, options?: DataGetItemAvailableAssetsOptionalParams) => Promise<DataGetItemAvailableAssetsResponse>

getItemBboxCrop

從 STAC 項目資料集(邊框箱裁切)中建立一張圖片。

getItemBboxCrop: (collectionId: string, itemId: string, minx: number, miny: number, maxx: number, maxy: number, format: string, options?: DataGetItemBboxCropOptionalParams) => Promise<DataGetItemBboxCropResponse>

屬性值

(collectionId: string, itemId: string, minx: number, miny: number, maxx: number, maxy: number, format: string, options?: DataGetItemBboxCropOptionalParams) => Promise<DataGetItemBboxCropResponse>

getItemBboxCropWithDimensions

從 STAC 項目資料集的一部分(含尺寸的包圍盒裁切)建立圖片。

getItemBboxCropWithDimensions: (collectionId: string, itemId: string, minx: number, miny: number, maxx: number, maxy: number, width: number, height: number, format: string, options?: DataGetItemBboxCropWithDimensionsOptionalParams) => Promise<DataGetItemBboxCropWithDimensionsResponse>

屬性值

(collectionId: string, itemId: string, minx: number, miny: number, maxx: number, maxy: number, width: number, height: number, format: string, options?: DataGetItemBboxCropWithDimensionsOptionalParams) => Promise<DataGetItemBboxCropWithDimensionsResponse>

getItemBounds

STAC項目的限制。

getItemBounds: (collectionId: string, itemId: string, options?: DataGetItemBoundsOptionalParams) => Promise<StacItemBounds>

屬性值

(collectionId: string, itemId: string, options?: DataGetItemBoundsOptionalParams) => Promise<StacItemBounds>

getItemFeatureStatistics

從 GeoJSON 功能取得 STAC 項目的統計資料。

getItemFeatureStatistics: (collectionId: string, itemId: string, body: Feature, options?: DataGetItemFeatureStatisticsOptionalParams) => Promise<StacItemStatisticsGeoJson>

屬性值

(collectionId: string, itemId: string, body: Feature, options?: DataGetItemFeatureStatisticsOptionalParams) => Promise<StacItemStatisticsGeoJson>

getItemInfo

回傳 STAC 項目資料集的基本資訊。

getItemInfo: (collectionId: string, itemId: string, options?: DataGetItemInfoOptionalParams) => Promise<TilerInfoMapResponse>

屬性值

(collectionId: string, itemId: string, options?: DataGetItemInfoOptionalParams) => Promise<TilerInfoMapResponse>

getItemInfoGeoJson

STAC項目請以GeoJSON回傳資訊。

getItemInfoGeoJson: (collectionId: string, itemId: string, options?: DataGetItemInfoGeoJsonOptionalParams) => Promise<TilerInfoGeoJsonFeature>

屬性值

(collectionId: string, itemId: string, options?: DataGetItemInfoGeoJsonOptionalParams) => Promise<TilerInfoGeoJsonFeature>

getItemPoint

取得 STAC 項目資料集的點數值。

getItemPoint: (collectionId: string, itemId: string, longitude: number, latitude: number, options?: DataGetItemPointOptionalParams) => Promise<TilerCoreModelsResponsesPoint>

屬性值

(collectionId: string, itemId: string, longitude: number, latitude: number, options?: DataGetItemPointOptionalParams) => Promise<TilerCoreModelsResponsesPoint>

getItemPreview

建立 STAC 項目資料集的預覽。

getItemPreview: (collectionId: string, itemId: string, options?: DataGetItemPreviewOptionalParams) => Promise<DataGetItemPreviewResponse>

屬性值

(collectionId: string, itemId: string, options?: DataGetItemPreviewOptionalParams) => Promise<DataGetItemPreviewResponse>

getItemPreviewWithFormat

建立 STAC 項目資料集的預覽,格式如下。

getItemPreviewWithFormat: (collectionId: string, itemId: string, format: string, options?: DataGetItemPreviewWithFormatOptionalParams) => Promise<DataGetItemPreviewWithFormatResponse>

屬性值

(collectionId: string, itemId: string, format: string, options?: DataGetItemPreviewWithFormatOptionalParams) => Promise<DataGetItemPreviewWithFormatResponse>

getItemStatistics

STAC項目的合併資產統計。

getItemStatistics: (collectionId: string, itemId: string, options?: DataGetItemStatisticsOptionalParams) => Promise<TilerStacItemStatistics>

屬性值

(collectionId: string, itemId: string, options?: DataGetItemStatisticsOptionalParams) => Promise<TilerStacItemStatistics>

getItemTileJson

回傳 TileJSON 文件以取得 STAC 項目。

getItemTileJson: (collectionId: string, itemId: string, options?: DataGetItemTileJsonOptionalParams) => Promise<TileJsonMetadata>

屬性值

(collectionId: string, itemId: string, options?: DataGetItemTileJsonOptionalParams) => Promise<TileJsonMetadata>

getItemTileJsonByTms

將 TileJSON 文件回傳一個 STAC 項目,路徑為 TileMatrixSetId。

getItemTileJsonByTms: (collectionId: string, itemId: string, tileMatrixSetId: string, options?: DataGetItemTileJsonByTmsOptionalParams) => Promise<TileJsonMetadata>

屬性值

(collectionId: string, itemId: string, tileMatrixSetId: string, options?: DataGetItemTileJsonByTmsOptionalParams) => Promise<TileJsonMetadata>

getItemWmtsCapabilities

OGC WMTS 端點用於 STAC 項目。

getItemWmtsCapabilities: (collectionId: string, itemId: string, options?: DataGetItemWmtsCapabilitiesOptionalParams) => Promise<DataGetItemWmtsCapabilitiesResponse>

屬性值

(collectionId: string, itemId: string, options?: DataGetItemWmtsCapabilitiesOptionalParams) => Promise<DataGetItemWmtsCapabilitiesResponse>

getItemWmtsCapabilitiesByTms

OGC WMTS 端點,用於 STAC 項目,路徑為 TileMatrixSetId。

getItemWmtsCapabilitiesByTms: (collectionId: string, itemId: string, tileMatrixSetId: string, options?: DataGetItemWmtsCapabilitiesByTmsOptionalParams) => Promise<DataGetItemWmtsCapabilitiesByTmsResponse>

屬性值

(collectionId: string, itemId: string, tileMatrixSetId: string, options?: DataGetItemWmtsCapabilitiesByTmsOptionalParams) => Promise<DataGetItemWmtsCapabilitiesByTmsResponse>

getLegend

為給定的顏色映射表生成圖例圖像。

如果顏色圖的開頭或結尾有不連續的值,而這些值在輸出圖像中是不需要的,則可以通過指定要修剪的值的數量來修剪這些值。

getLegend: (colorMapName: string, options?: DataGetLegendOptionalParams) => Promise<DataGetLegendResponse>

屬性值

(colorMapName: string, options?: DataGetLegendOptionalParams) => Promise<DataGetLegendResponse>

getSearchAssetsForTile

回傳一份與某個方塊重疊的資產清單。

getSearchAssetsForTile: (searchId: string, tileMatrixSetId: string, collectionId: string, z: number, x: number, y: number, options?: DataGetSearchAssetsForTileOptionalParams) => Promise<TilerAssetGeoJson[]>

屬性值

(searchId: string, tileMatrixSetId: string, collectionId: string, z: number, x: number, y: number, options?: DataGetSearchAssetsForTileOptionalParams) => Promise<TilerAssetGeoJson[]>

getSearchAssetsForTileNoTms

回傳一份與某個磁磚重疊的資產清單,進行馬賽克搜尋。

getSearchAssetsForTileNoTms: (searchId: string, z: number, x: number, y: number, options?: DataGetSearchAssetsForTileNoTmsOptionalParams) => Promise<DataGetSearchAssetsForTileNoTmsResponse>

屬性值

(searchId: string, z: number, x: number, y: number, options?: DataGetSearchAssetsForTileNoTmsOptionalParams) => Promise<DataGetSearchAssetsForTileNoTmsResponse>

getSearchBboxAssets

回傳一份與特定邊界框重疊的資產清單,用於搜尋。

getSearchBboxAssets: (searchId: string, minx: number, miny: number, maxx: number, maxy: number, options?: DataGetSearchBboxAssetsOptionalParams) => Promise<DataGetSearchBboxAssetsResponse>

屬性值

(searchId: string, minx: number, miny: number, maxx: number, maxy: number, options?: DataGetSearchBboxAssetsOptionalParams) => Promise<DataGetSearchBboxAssetsResponse>

getSearchBboxCrop

從資料集的一部分(包圍盒裁切)建立一張圖片。

getSearchBboxCrop: (searchId: string, minx: number, miny: number, maxx: number, maxy: number, format: string, options?: DataGetSearchBboxCropOptionalParams) => Promise<DataGetSearchBboxCropResponse>

屬性值

(searchId: string, minx: number, miny: number, maxx: number, maxy: number, format: string, options?: DataGetSearchBboxCropOptionalParams) => Promise<DataGetSearchBboxCropResponse>

getSearchBboxCropWithDimensions

從資料集的一部分(含尺寸的包圍框裁切)建立一張圖片。

getSearchBboxCropWithDimensions: (searchId: string, minx: number, miny: number, maxx: number, maxy: number, width: number, height: number, format: string, options?: DataGetSearchBboxCropWithDimensionsOptionalParams) => Promise<DataGetSearchBboxCropWithDimensionsResponse>

屬性值

(searchId: string, minx: number, miny: number, maxx: number, maxy: number, width: number, height: number, format: string, options?: DataGetSearchBboxCropWithDimensionsOptionalParams) => Promise<DataGetSearchBboxCropWithDimensionsResponse>

getSearchInfo

獲取搜索查詢元數據。

getSearchInfo: (searchId: string, options?: DataGetSearchInfoOptionalParams) => Promise<TilerStacSearchRegistration>

屬性值

(searchId: string, options?: DataGetSearchInfoOptionalParams) => Promise<TilerStacSearchRegistration>

getSearchPoint

取得搜尋資料集的點數值。

getSearchPoint: (searchId: string, longitude: number, latitude: number, options?: DataGetSearchPointOptionalParams) => Promise<TilerCoreModelsResponsesPoint>

屬性值

(searchId: string, longitude: number, latitude: number, options?: DataGetSearchPointOptionalParams) => Promise<TilerCoreModelsResponsesPoint>

getSearchPointWithAssets

回傳搜尋中某一特定點的資產清單。

getSearchPointWithAssets: (searchId: string, longitude: number, latitude: number, options?: DataGetSearchPointWithAssetsOptionalParams) => Promise<StacItemPointAsset[]>

屬性值

(searchId: string, longitude: number, latitude: number, options?: DataGetSearchPointWithAssetsOptionalParams) => Promise<StacItemPointAsset[]>

getSearchTile

建立地圖磚塊(使用 TileMatrixSetId,不使用縮放或格式)。

getSearchTile: (searchId: string, tileMatrixSetId: string, z: number, x: number, y: number, options?: DataGetSearchTileOptionalParams) => Promise<DataGetSearchTileResponse>

屬性值

(searchId: string, tileMatrixSetId: string, z: number, x: number, y: number, options?: DataGetSearchTileOptionalParams) => Promise<DataGetSearchTileResponse>

getSearchTileByFormat

建立地圖磚塊(使用 TileMatrixSetID 和格式,不含縮放)。

getSearchTileByFormat: (searchId: string, tileMatrixSetId: string, z: number, x: number, y: number, format: string, options?: DataGetSearchTileByFormatOptionalParams) => Promise<DataGetSearchTileByFormatResponse>

屬性值

(searchId: string, tileMatrixSetId: string, z: number, x: number, y: number, format: string, options?: DataGetSearchTileByFormatOptionalParams) => Promise<DataGetSearchTileByFormatResponse>

getSearchTileByScale

建立地圖圖塊(使用 TileMatrixSetId 和縮放,無需格式化)。

getSearchTileByScale: (searchId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, options?: DataGetSearchTileByScaleOptionalParams) => Promise<DataGetSearchTileByScaleResponse>

屬性值

(searchId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, options?: DataGetSearchTileByScaleOptionalParams) => Promise<DataGetSearchTileByScaleResponse>

getSearchTileByScaleAndFormat

建立地圖圖塊(路徑中包含 TileMatrixSetId、縮放和格式化)。

getSearchTileByScaleAndFormat: (searchId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetSearchTileByScaleAndFormatOptionalParams) => Promise<DataGetSearchTileByScaleAndFormatResponse>

屬性值

(searchId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetSearchTileByScaleAndFormatOptionalParams) => Promise<DataGetSearchTileByScaleAndFormatResponse>

getSearchTileJson

回傳 TileJSON 文件以進行搜尋。

getSearchTileJson: (searchId: string, options?: DataGetSearchTileJsonOptionalParams) => Promise<TileJsonMetadata>

屬性值

(searchId: string, options?: DataGetSearchTileJsonOptionalParams) => Promise<TileJsonMetadata>

getSearchTileJsonByTms

以 TileMatrixSetId 作為路徑,回傳 TileJSON 文件進行搜尋。

getSearchTileJsonByTms: (searchId: string, tileMatrixSetId: string, options?: DataGetSearchTileJsonByTmsOptionalParams) => Promise<TileJsonMetadata>

屬性值

(searchId: string, tileMatrixSetId: string, options?: DataGetSearchTileJsonByTmsOptionalParams) => Promise<TileJsonMetadata>

getSearchTileNoTms

建立一個地圖磚來進行馬賽克搜尋。

getSearchTileNoTms: (searchId: string, z: number, x: number, y: number, options?: DataGetSearchTileNoTmsOptionalParams) => Promise<DataGetSearchTileNoTmsResponse>

屬性值

(searchId: string, z: number, x: number, y: number, options?: DataGetSearchTileNoTmsOptionalParams) => Promise<DataGetSearchTileNoTmsResponse>

getSearchTileNoTmsByFormat

建立一個指定格式的馬賽克地圖磚。

getSearchTileNoTmsByFormat: (searchId: string, z: number, x: number, y: number, format: string, options?: DataGetSearchTileNoTmsByFormatOptionalParams) => Promise<DataGetSearchTileNoTmsByFormatResponse>

屬性值

(searchId: string, z: number, x: number, y: number, format: string, options?: DataGetSearchTileNoTmsByFormatOptionalParams) => Promise<DataGetSearchTileNoTmsByFormatResponse>

getSearchTileNoTmsByScale

建立一個地圖磚,用於指定比例尺的馬賽克搜尋。

getSearchTileNoTmsByScale: (searchId: string, z: number, x: number, y: number, scale: number, options?: DataGetSearchTileNoTmsByScaleOptionalParams) => Promise<DataGetSearchTileNoTmsByScaleResponse>

屬性值

(searchId: string, z: number, x: number, y: number, scale: number, options?: DataGetSearchTileNoTmsByScaleOptionalParams) => Promise<DataGetSearchTileNoTmsByScaleResponse>

getSearchTileNoTmsByScaleAndFormat

建立一個地圖磚,用於馬賽克搜尋,並設定比例和格式。

getSearchTileNoTmsByScaleAndFormat: (searchId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetSearchTileNoTmsByScaleAndFormatOptionalParams) => Promise<DataGetSearchTileNoTmsByScaleAndFormatResponse>

屬性值

(searchId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetSearchTileNoTmsByScaleAndFormatOptionalParams) => Promise<DataGetSearchTileNoTmsByScaleAndFormatResponse>

getSearchTilesetMetadata

回傳馬賽克搜尋特定圖塊集的元資料。

getSearchTilesetMetadata: (searchId: string, tileMatrixSetId: string, options?: DataGetSearchTilesetMetadataOptionalParams) => Promise<TileSetMetadata>

屬性值

(searchId: string, tileMatrixSetId: string, options?: DataGetSearchTilesetMetadataOptionalParams) => Promise<TileSetMetadata>

getSearchTilesets

回傳可用圖塊集清單,進行馬賽克搜尋。

getSearchTilesets: (searchId: string, options?: DataGetSearchTilesetsOptionalParams) => Promise<TileSetList>

屬性值

(searchId: string, options?: DataGetSearchTilesetsOptionalParams) => Promise<TileSetList>

getSearchWmtsCapabilities

OGC WMTS 端點。

getSearchWmtsCapabilities: (searchId: string, options?: DataGetSearchWmtsCapabilitiesOptionalParams) => Promise<DataGetSearchWmtsCapabilitiesResponse>

屬性值

(searchId: string, options?: DataGetSearchWmtsCapabilitiesOptionalParams) => Promise<DataGetSearchWmtsCapabilitiesResponse>

getSearchWmtsCapabilitiesByTms

OGC WMTS 端點,路徑為 TileMatrixSetId。

getSearchWmtsCapabilitiesByTms: (searchId: string, tileMatrixSetId: string, options?: DataGetSearchWmtsCapabilitiesByTmsOptionalParams) => Promise<DataGetSearchWmtsCapabilitiesByTmsResponse>

屬性值

(searchId: string, tileMatrixSetId: string, options?: DataGetSearchWmtsCapabilitiesByTmsOptionalParams) => Promise<DataGetSearchWmtsCapabilitiesByTmsResponse>

getTile

從資料集建立地圖磚塊(路徑中沒有縮放或格式)。

getTile: (collectionId: string, itemId: string, tileMatrixSetId: string, z: number, x: number, y: number, options?: DataGetTileOptionalParams) => Promise<DataGetTileResponse>

屬性值

(collectionId: string, itemId: string, tileMatrixSetId: string, z: number, x: number, y: number, options?: DataGetTileOptionalParams) => Promise<DataGetTileResponse>

getTileByFormat

從資料集建立地圖磚塊(格式為路徑,無縮放)。

getTileByFormat: (collectionId: string, itemId: string, tileMatrixSetId: string, z: number, x: number, y: number, format: string, options?: DataGetTileByFormatOptionalParams) => Promise<DataGetTileByFormatResponse>

屬性值

(collectionId: string, itemId: string, tileMatrixSetId: string, z: number, x: number, y: number, format: string, options?: DataGetTileByFormatOptionalParams) => Promise<DataGetTileByFormatResponse>

getTileByScale

從資料集建立地圖磚塊(路徑有縮放,不使用格式化)。

getTileByScale: (collectionId: string, itemId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, options?: DataGetTileByScaleOptionalParams) => Promise<DataGetTileByScaleResponse>

屬性值

(collectionId: string, itemId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, options?: DataGetTileByScaleOptionalParams) => Promise<DataGetTileByScaleResponse>

getTileByScaleAndFormat

從資料集建立地圖磚塊(路徑中包含 TileMatrixSetId、縮放與格式)。

getTileByScaleAndFormat: (collectionId: string, itemId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetTileByScaleAndFormatOptionalParams) => Promise<DataGetTileByScaleAndFormatResponse>

屬性值

(collectionId: string, itemId: string, tileMatrixSetId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetTileByScaleAndFormatOptionalParams) => Promise<DataGetTileByScaleAndFormatResponse>

getTileMatrices

返回矩陣清單

getTileMatrices: (options?: DataGetTileMatricesOptionalParams) => Promise<DataGetTileMatricesResponse>

屬性值

(options?: DataGetTileMatricesOptionalParams) => Promise<DataGetTileMatricesResponse>

getTileMatrixDefinitions

返回矩陣定義

getTileMatrixDefinitions: (tileMatrixSetId: string, options?: DataGetTileMatrixDefinitionsOptionalParams) => Promise<TileMatrixSet>

屬性值

(tileMatrixSetId: string, options?: DataGetTileMatrixDefinitionsOptionalParams) => Promise<TileMatrixSet>

getTileNoTms

從資料集建立地圖磚塊(路徑中不包含 TileMatrixSetId、縮放或格式化)。

getTileNoTms: (collectionId: string, itemId: string, z: number, x: number, y: number, options?: DataGetTileNoTmsOptionalParams) => Promise<DataGetTileNoTmsResponse>

屬性值

(collectionId: string, itemId: string, z: number, x: number, y: number, options?: DataGetTileNoTmsOptionalParams) => Promise<DataGetTileNoTmsResponse>

getTileNoTmsByFormat

從資料集建立地圖磚塊(格式設於路徑,不使用 TileMatrixSetID 或縮放碼)。

getTileNoTmsByFormat: (collectionId: string, itemId: string, z: number, x: number, y: number, format: string, options?: DataGetTileNoTmsByFormatOptionalParams) => Promise<DataGetTileNoTmsByFormatResponse>

屬性值

(collectionId: string, itemId: string, z: number, x: number, y: number, format: string, options?: DataGetTileNoTmsByFormatOptionalParams) => Promise<DataGetTileNoTmsByFormatResponse>

getTileNoTmsByScale

從資料集建立地圖磚塊(路徑有縮放,不使用 TileMatrixSetID 或格式)。

getTileNoTmsByScale: (collectionId: string, itemId: string, z: number, x: number, y: number, scale: number, options?: DataGetTileNoTmsByScaleOptionalParams) => Promise<DataGetTileNoTmsByScaleResponse>

屬性值

(collectionId: string, itemId: string, z: number, x: number, y: number, scale: number, options?: DataGetTileNoTmsByScaleOptionalParams) => Promise<DataGetTileNoTmsByScaleResponse>

getTileNoTmsByScaleAndFormat

從資料集建立地圖磚塊(路徑中包含縮放和格式,不使用 TileMatrixSetId)。

getTileNoTmsByScaleAndFormat: (collectionId: string, itemId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetTileNoTmsByScaleAndFormatOptionalParams) => Promise<DataGetTileNoTmsByScaleAndFormatResponse>

屬性值

(collectionId: string, itemId: string, z: number, x: number, y: number, scale: number, format: string, options?: DataGetTileNoTmsByScaleAndFormatOptionalParams) => Promise<DataGetTileNoTmsByScaleAndFormatResponse>

getTilesetMetadata

回傳 STAC 項目特定圖塊集的元資料。

getTilesetMetadata: (collectionId: string, itemId: string, tileMatrixSetId: string, options?: DataGetTilesetMetadataOptionalParams) => Promise<TileSetMetadata>

屬性值

(collectionId: string, itemId: string, tileMatrixSetId: string, options?: DataGetTilesetMetadataOptionalParams) => Promise<TileSetMetadata>

getTilesets

回傳一份 STAC 項目可用圖塊集清單。

getTilesets: (collectionId: string, itemId: string, options?: DataGetTilesetsOptionalParams) => Promise<TileSetList>

屬性值

(collectionId: string, itemId: string, options?: DataGetTilesetsOptionalParams) => Promise<TileSetList>

registerMosaicsSearch

註冊搜索查詢

registerMosaicsSearch: (options?: DataRegisterMosaicsSearchOptionalParams) => Promise<TilerMosaicSearchRegistrationResponse>

屬性值

(options?: DataRegisterMosaicsSearchOptionalParams) => Promise<TilerMosaicSearchRegistrationResponse>