XMap1MapObject Class |
Namespace: Ptv.XServer.Controls.Map.Layers.Untiled
The XMap1MapObject type exposes the following members.
Name | Description | |
---|---|---|
XMap1MapObject | Creates an xMap-1 map object. |
Name | Description | |
---|---|---|
Count | Number of key/value pairs. (Inherited from MapObject.) | |
Id | Identifier of the object. (Inherited from MapObject.) | |
Item | Returns value which belongs to the key attribute. (Inherited from MapObject.) | |
Keys | Enumeration of all available keys. (Inherited from MapObject.) | |
Layer | Layer to which this map object belongs to. (Inherited from MapObject.) | |
LogicalPosition | Logical position of the map object. (Inherited from MapObject.) | |
Point | Geographical coordinate. (Inherited from MapObject.) | |
Source | Source of the map object. (Inherited from MapObject.) | |
Values | Enumeration of all available values. (Inherited from MapObject.) |
Name | Description | |
---|---|---|
ContainsKey | Checks if value exists for specified key. (Inherited from MapObject.) | |
GetEnumerator | Set of key/value pairs. (Inherited from MapObject.) | |
ToString | Textual representation of the whole object. (Inherited from MapObject.) | |
TryGetValue | Tries to get a value for the specified key. (Inherited from MapObject.) |
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |