this._identifyParams = new IdentifyParameters(); this._identifyParams.layerOption = this.layerOption; this._identifyParams.returnGeometry = true; this._identifyParams.layerIds = Application.application.tocContainerControl.toc.GetVisibleLayerIDsInScaleRange(); this._identifyParams.tolerance = 3; this._identifyParams.width = this._map.width; this._identifyParams.height = this._map.height; this._identifyParams.geometry = point; this._identifyParams.mapExtent = this._map.extent; this._identifyParams.spatialReference = this._map.spatialReference;
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.