KMLSublayer
esri/layers/support/KMLSublayerRepresents a sublayer in a KMLLayer.
Property Overview
| Name | Type | Summary | Class | |
|---|---|---|---|---|
| declaredClass | String | The name of the class. more details | more details | Accessor |
| description | String | Description for the KML sublayer. more details | more details | KMLSublayer |
| id | Number | The id for the KML sublayer. more details | more details | KMLSublayer |
| layer | KMLLayer | The KMLLayer to which the sublayer belongs. more details | more details | KMLSublayer |
| networkLink | Object | Network link info for the current layer. more details | more details | KMLSublayer |
| sublayers | Collection<KMLSublayer> | A collection of KMLSublayers. more details | more details | KMLSublayer |
| title | String | The title of the KML sublayer used to identify it in places such as the LayerList and Legend widgets. more details | more details | KMLSublayer |
| visible | Boolean | Indicates if the sublayer is visible in the view. more details | more details | KMLSublayer |
Property Details
- Since: ArcGIS API for JavaScript 4.7
The name of the class. The declared class name is formatted as
esri.folder.className.
- descriptionString
Description for the KML sublayer.
- idNumber
The id for the KML sublayer.
- networkLinkObject
Network link info for the current layer. A link info object with properties that describe the network link.
- sublayersCollection<KMLSublayer>
A collection of KMLSublayers.
- titleString
The title of the KML sublayer used to identify it in places such as the LayerList and Legend widgets.
- visibleBoolean
Indicates if the sublayer is visible in the view.
Method Overview
| Name | Return Type | Summary | Class | |
|---|---|---|---|---|
| fromJSON() | * | Creates a new instance of this class and initializes it with values from a JSON object generated from a product in the ArcGIS platform. more details | more details | KMLSublayer |
| toJSON() | Object | Converts an instance of this class to its ArcGIS portal JSON representation. more details | more details | KMLSublayer |
Method Details
Creates a new instance of this class and initializes it with values from a JSON object generated from a product in the ArcGIS platform. The object passed into the input
jsonparameter often comes from a response to a query operation in the REST API or a toJSON() method from another ArcGIS product. See the Using fromJSON() topic in the Guide for details and examples of when and how to use this function.Parameter:json ObjectA JSON representation of the instance in the ArcGIS format. See the ArcGIS REST API documentation for examples of the structure of various input JSON objects.
Returns:Type Description * Returns a new instance of this class.
- toJSON(){Object}
Converts an instance of this class to its ArcGIS portal JSON representation. See the Using fromJSON() topic in the Guide for more information.
Returns:Type Description Object The ArcGIS portal JSON representation of an instance of this class.
API Reference search results
| Name | Type | Module |
|---|