Click or drag to resize

IMapObject Interface

Generic interface to access the information of map object.

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

The IMapObject type exposes the following members.

Properties
  NameDescription
Public propertyId
The map object's id.
Public propertyLayer
Names the source of the map object. This could be the name of a map layer or a feature layer theme.
Public propertyLogicalPosition
Gets the location of the map object in world coordinates (EPSG:76131).
Public propertyPoint
Gets the location of the map object in the corresponding map image.
Public propertySource
Reads the source object that is wrapped by the IMapObject's implementation.
Top
Extension Methods
See Also