text
stringlengths
0
8.81k
enablePickFeatures : boolean
engine/Source/Scene/ArcGisMapServerImageryProvider.js 346
Gets or sets a value indicating whether feature picking is enabled. If true, ArcGisMapServerImageryProvider#pickFeatures will
invoke the "identify" operation on the ArcGIS server and return the features included in the response. If false,
ArcGisMapServerImageryProvider#pickFeatures will immediately return undefined (indicating no pickable features)
without communicating with the server.
Default Value:
true
readonly errorEvent : Event
engine/Source/Scene/ArcGisMapServerImageryProvider.js 635
Gets an event that is raised when the imagery provider encounters an asynchronous error. By subscribing
to the event, you will be notified of the error and can potentially recover from it. Event listeners
are passed an instance of TileProviderError.
readonly hasAlphaChannel : boolean
engine/Source/Scene/ArcGisMapServerImageryProvider.js 681
Gets a value indicating whether or not the images provided by this imagery provider
include an alpha channel. If this property is false, an alpha channel, if present, will
be ignored. If this property is true, any images without an alpha channel will be treated
as if their alpha is 1.0 everywhere. When this property is false, memory usage
and texture upload time are reduced.
Default Value:
true
layers : string
engine/Source/Scene/ArcGisMapServerImageryProvider.js 693
Gets the comma-separated list of layer IDs to show.
readonly maximumLevel : number|undefined
engine/Source/Scene/ArcGisMapServerImageryProvider.js 571
Gets the maximum level-of-detail that can be requested.
readonly minimumLevel : number
engine/Source/Scene/ArcGisMapServerImageryProvider.js 583
Gets the minimum level-of-detail that can be requested.
readonly proxy : Proxy