Class KmlNonSchemaData
The KML simple fields and key/value pairs obtained from the node's non-schema data.
Inheritance
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlNonSchemaData
Constructors
Name | Description |
---|---|
KmlNonSchemaData(IEnumerable<KeyValuePair<KmlSimpleField, Object>>) | Initializes a new instance of the Kml |
KmlNonSchemaData(IEnumerable<KeyValuePair<String, String>>) | Initializes a new instance of the Kml |
Properties
Name | Description |
---|---|
Attributes | Gets the key-value pairs obtained from the node's non-schema data. |
Fields | Gets the collection of KML simple fields representing the non-schema data. |
Methods
Name | Description |
---|---|
Add |
Adds the given field with an attribute value. |
Add |
Adds the given field as string type with an attribute value. |
Get |
Returns the simple field object with the given name, or |
Remove |
Removes the attribute corresponding to the provided field name from Attributes and the corresponding field from Fields. |
Set |
Sets the value of an existing attribute. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 - 200.6 |
.NET | 200.5 - 200.6 |
.NET Windows | 200.5 - 200.6 |
.NET Android | 200.5 - 200.6 |
.NET iOS | 200.5 - 200.6 |
.NET Framework | 200.5 - 200.6 |
UWP | 200.5 - 200.6 |