KMLSublayer
esri/layers/support/KMLSublayer
Represents a sublayer in a KMLLayer.
Property Overview
Name | Type | Summary | Class | |
---|---|---|---|---|
String | The name of the class. more details | more details | Accessor | |
String | Description for the KML sublayer. more details | more details | KMLSublayer | |
Number | The id for the KML sublayer. more details | more details | KMLSublayer | |
KMLLayer | The KMLLayer to which the sublayer belongs. more details | more details | KMLSublayer | |
Object | Network link info for the current layer. more details | more details | KMLSublayer | |
Object | The raw KML data for this sublayer, in JSON format, as returned by the KML utility service. more details | more details | KMLSublayer | |
Collection<KMLSublayer> | A collection of KMLSublayers. more details | more details | KMLSublayer | |
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 | |
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
.
- description String
Description for the KML sublayer.
- id Number
The id for the KML sublayer.
- networkLink Object
Network link info for the current layer. A link info object with properties that describe the network link.
- sourceJSON ObjectSince: ArcGIS API for JavaScript 4.14
The raw KML data for this sublayer, in JSON format, as returned by the KML utility service.
- sublayers Collection<KMLSublayer>
A collection of KMLSublayers.
- title String
The title of the KML sublayer used to identify it in places such as the LayerList and Legend widgets.
- visible Boolean
Indicates if the sublayer is visible in the view.
Method Overview
Name | Return Type | Summary | Class | |
---|---|---|---|---|
* | 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 | |
Object | Converts an instance of this class to its ArcGIS portal JSON representation. more details | more details | KMLSublayer |
Method Details
- fromJSON(json){*}static
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
json
parameter 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.