-
maxScale
Number
圖層在視圖中可見的最大比例(最大放大)。如果Map放大到超出此比例,則該圖層將不可見。值
0
表示該圖層沒有最大比例。 maxScale 值應始終小於 minScale 值,且大於或等於服務規範。默認值:0
例子:
// The layer will not be visible when the view is zoomed in beyond a scale of 1:1,000 layer.maxScale = 1000;
// The layer's visibility is not restricted to a maximum scale. layer.maxScale = 0;
基本信息
以下是所在類或對象的基本信息。
AMD:
require(["esri/layers/PointCloudLayer"], (PointCloudLayer) => { /* code goes here */ });
ESM:
import PointCloudLayer from "@arcgis/core/layers/PointCloudLayer";
類:
esri/layers/PointCloudLayer
繼承: PointCloudLayer > Layer > Accessor
自從:用於 JavaScript 4.2 的 ArcGIS API
用法說明
PointCloudLayer.maxScale
函數(或屬性)的定義如下:
相關用法
- JavaScript ArcGIS PointCloudLayer.minScale用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.apiKey用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.fields用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.on用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.when用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.url用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.queryCachedStatistics用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.version用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.filters用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.fieldsIndex用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.fullExtent用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.visible用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.layerId用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.outFields用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.renderer用法及代碼示例
- JavaScript ArcGIS PointCloudLayer.portalItem用法及代碼示例
- JavaScript ArcGIS PointCloudLayer layerview-create-error事件用法及代碼示例
- JavaScript ArcGIS PointCloudLayerView.when用法及代碼示例
- JavaScript ArcGIS PointCloudLayerView.highlight用法及代碼示例
- JavaScript ArcGIS PointCloudLayer layerview-create事件用法及代碼示例
- JavaScript ArcGIS PointCloudLayer用法及代碼示例
- JavaScript ArcGIS PointCloudValueFilter用法及代碼示例
- JavaScript ArcGIS PointCloudFilter用法及代碼示例
- JavaScript ArcGIS PointCloudClassBreaksRenderer.clone用法及代碼示例
- JavaScript ArcGIS PointCloudStretchRenderer.legendOptions用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 PointCloudLayer.maxScale。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。