Click or drag to resize

MapObject Class

Provides a base implementation of IMapObject.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.TileProvidersMapObject
    Ptv.XServer.Controls.Map.Layers.UntiledXMap1MapObject

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class MapObject : IMapObject, IEnumerable<KeyValuePair<string, string>>, 
	IEnumerable

The MapObject type exposes the following members.

Constructors
  NameDescription
Public methodMapObject
Initializes a new instance of the MapObject class
Top
Properties
  NameDescription
Public propertyCount
Number of key/value pairs.
Public propertyId
Identifier of the object.
Public propertyItem
Returns value which belongs to the key attribute.
Public propertyKeys
Enumeration of all available keys.
Public propertyLayer
Layer to which this map object belongs to.
Public propertyLogicalPosition
Logical position of the map object.
Public propertyPoint
Geographical coordinate.
Public propertySource
Source of the map object.
Public propertyValues
Enumeration of all available values.
Top
Methods
  NameDescription
Public methodContainsKey
Checks if value exists for specified key.
Public methodGetEnumerator
Set of key/value pairs.
Public methodToString
Textual representation of the whole object.
(Overrides ObjectToString.)
Public methodTryGetValue
Tries to get a value for the specified key.
Top
Extension Methods
See Also