You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13543 lines
704 KiB
XML
13543 lines
704 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<assembly>
|
|
<name>DevExpress.XtraMap.v20.1</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="N:DevExpress.XtraMap">
|
|
<summary>
|
|
<para>Contains classes which implement the main functionality of the WinForms Map control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.AddressBase">
|
|
<summary>
|
|
<para>The base class for all classes representing the address information obtained from GIS services.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.AddressBase.FormattedAddress">
|
|
<summary>
|
|
<para>Gets or sets the complete address.</para>
|
|
</summary>
|
|
<value>The complete address.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter">
|
|
<summary>
|
|
<para>Converter that transforms data from the Albers projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="ellipsoid">An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</param>
|
|
<param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
|
|
<param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
|
|
<param name="projectionCenter">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the central meridian and the latitude of projection's origin.</param>
|
|
<param name="standardParallelN">A <see cref="T:System.Double"/> value specifying the north standard parallel.</param>
|
|
<param name="standardParallelS">A <see cref="T:System.Double"/> value specifying the south standard parallel.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="ellipsoid">The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="falseEasting">The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="falseNorthing">The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="projectionCenter">The central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="standardParallelN">The value of the north standard parallel.</param>
|
|
<param name="standardParallelS">The value of the south standard parallel.</param>
|
|
<param name="primeMeridian">The prime meridian of the Geo coordinate system.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.AlbersEqualAreaConicCartesianToGeoConverter"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ArgumentItemKeyProvider">
|
|
<summary>
|
|
<para>This class is used to provide an argument value of map chart items as a key for the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/> to colorize these items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ArgumentItemKeyProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ArgumentItemKeyProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ArgumentItemKeyProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ArgumentItemKeyProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.ArgumentItemKeyProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.AttributeGroupProvider">
|
|
<summary>
|
|
<para>This class groups items based on the attribute values.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.AttributeGroupProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.AttributeGroupProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.AttributeGroupProvider.AttributeName">
|
|
<summary>
|
|
<para>Gets or sets the attribute name used to group map items by its value.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object, that is the name of the attribute.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.AttributeGroupProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.AttributeGroupProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.AttributeGroupProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.AttributeItemKeyProvider">
|
|
<summary>
|
|
<para>This class is used to provide an <see cref="T:DevExpress.XtraMap.MapItem"/> objects argument value as a key for the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/> to colorize these items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.AttributeItemKeyProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.AttributeItemKeyProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.AttributeItemKeyProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.AttributeItemKeyProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.AttributeItemKeyProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BackgroundStyle">
|
|
<summary>
|
|
<para>A background style applied to a map element.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BackgroundStyle.Fill">
|
|
<summary>
|
|
<para>Gets or sets the color that is used to fill the background of a particular map element.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> that specifies the color used to fill the background of a map element.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BackgroundStyle.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.BackgroundStyle"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.BackgroundStyle"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingAddress">
|
|
<summary>
|
|
<para>This class represents the address information obtained from the Bing GIS services.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingAddress.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingAddress"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingAddress.AddressLine">
|
|
<summary>
|
|
<para>Gets or sets the official street line of an address relative to the area, as specified by the <see cref="P:DevExpress.XtraMap.BingAddress.Locality"/> or <see cref="P:DevExpress.XtraMap.BingAddress.PostalCode"/> properties.</para>
|
|
</summary>
|
|
<value>The official street line of an address relative to the area, as specified by the Locality or PostalCode properties.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingAddress.AdminDistrict">
|
|
<summary>
|
|
<para>Gets or sets the subdivision name in the country or region for an address.</para>
|
|
</summary>
|
|
<value>The subdivision name in the country or region for an address.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingAddress.CountryRegion">
|
|
<summary>
|
|
<para>Gets or sets the country or region name of an address.</para>
|
|
</summary>
|
|
<value>The country or region name of an address.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingAddress.CountryRegionIso2">
|
|
<summary>
|
|
<para>Gets or sets the two-letter ISO country code.</para>
|
|
</summary>
|
|
<value>The two-letter ISO country code.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingAddress.District">
|
|
<summary>
|
|
<para>Gets or sets the subdivision name in the country or region for an address.</para>
|
|
</summary>
|
|
<value>The subdivision name in the country or region for an address.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingAddress.Locality">
|
|
<summary>
|
|
<para>Gets or sets the populated place for the address.</para>
|
|
</summary>
|
|
<value>The populated place for the address.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingAddress.Neighborhood">
|
|
<summary>
|
|
<para>Gets or sets the neighborhood for an address.</para>
|
|
</summary>
|
|
<value>The neighborhood for an address.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingAddress.PostalCode">
|
|
<summary>
|
|
<para>Gets or sets the post code, postal code, or ZIP Code of an address.</para>
|
|
</summary>
|
|
<value>The post code, postal code, or ZIP Code of an address.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingAddress.PostalTown">
|
|
<summary>
|
|
<para>Gets or sets the city or neighborhood that corresponds to the <see cref="P:DevExpress.XtraMap.BingAddress.PostalCode"/> of the address information obtained from Bing GIS services.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingAddress.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingAddress"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingAddress"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingAvoidRoads">
|
|
<summary>
|
|
<para>Lists limitations in the use of toll and highway roads when route planning.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingAvoidRoads.Highways">
|
|
<summary>
|
|
<para>Highways are not used to build a route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingAvoidRoads.MinimizeHighways">
|
|
<summary>
|
|
<para>The number of highways is minimized in a route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingAvoidRoads.MinimizeTolls">
|
|
<summary>
|
|
<para>The number of toll roads is minimized in a route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingAvoidRoads.None">
|
|
<summary>
|
|
<para>All road types can be used to build a route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingAvoidRoads.Tolls">
|
|
<summary>
|
|
<para>Toll roads are not used to build a route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingConfidence">
|
|
<summary>
|
|
<para>Lists the values that specify the possible confidence level of the geocoded location search results.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingConfidence.High">
|
|
<summary>
|
|
<para>Reliable matches were found.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingConfidence.Low">
|
|
<summary>
|
|
<para>Matches were not found.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingConfidence.Medium">
|
|
<summary>
|
|
<para>Fuzzy matches were found.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingDetail">
|
|
<summary>
|
|
<para>The additional information about the single route itinerary item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingDetail.#ctor(System.Int32,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingDetail"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="compassDegrees">A <see cref="T:System.Int32"/> value specifying the angle of rotation in degrees. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingDetail.CompassDegrees"/> property.</param>
|
|
<param name="name">A <see cref="T:System.String"/> value specifying the street name. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingDetail.Name"/> property.</param>
|
|
<param name="roadType">A <see cref="T:System.String"/> value specifying the road type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingDetail.RoadType"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingDetail.CompassDegrees">
|
|
<summary>
|
|
<para>Returns the angle in degrees for which it is necessary to change the travel direction.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> value representing an angle expressed in degrees.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingDetail.Name">
|
|
<summary>
|
|
<para>Returns the name of street, highway or intersection where a traffic maneuver occurs.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingDetail.RoadType">
|
|
<summary>
|
|
<para>Returns the type of the road.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value representing the road type.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingDetail.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingDetail"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingDetail"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingElevationDataProvider">
|
|
<summary>
|
|
<para>Provides the capability to obtain the elevation data from the Bing Maps service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingElevationDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.BingElevationDataProvider.ElevationsCalculated">
|
|
<summary>
|
|
<para>Occurs when the location elevations are calculated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.RequestPointElevation(DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Requests the elevation of the specified geo point.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the required geo point.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.RequestPointsElevations(System.Collections.Generic.List{DevExpress.XtraMap.GeoPoint})">
|
|
<summary>
|
|
<para>Requests elevations of the set of geographical points.</para>
|
|
</summary>
|
|
<param name="points">A list of the <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects specifying the set of geographical points.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.RequestPointsElevations(System.Collections.Generic.List{DevExpress.XtraMap.GeoPoint},System.Object)">
|
|
<summary>
|
|
<para>Requests elevations of the set of geographical points for the specified user state.</para>
|
|
</summary>
|
|
<param name="points">A list of the <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects specifying the set of the geographical points.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying the user state.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingElevationDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingElevationDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingElevationDataProvider"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingGeocodeDataProvider">
|
|
<summary>
|
|
<para>The class that is used to send requests to the Bing Maps Geocode service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingGeocodeDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.BingGeocodeDataProvider.LocationInformationReceived">
|
|
<summary>
|
|
<para>Occurs when information about the location has been received.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Sends a request to obtain information about the specified location.</para>
|
|
</summary>
|
|
<param name="location">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location about which information is requested.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint,System.Object)">
|
|
<summary>
|
|
<para>Sends a request to obtain information about the specified location.</para>
|
|
</summary>
|
|
<param name="location">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location about which to request information.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying a user state.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint,System.String,System.Object)">
|
|
<summary>
|
|
<para>Sends a request to obtain information about the specified location for the specified user state.</para>
|
|
</summary>
|
|
<param name="location">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location about which information is requested.</param>
|
|
<param name="culture">A <see cref="T:System.String"/> object specifying the name of the culture.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying a user state.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingGeocodeDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.BingGeocodeDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.BingGeocodeDataProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingHint">
|
|
<summary>
|
|
<para>The single hint to assist in the route passage.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingHint.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingHint"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="hintType">A <see cref="T:System.String"/> specifying the hint type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingHint.HintType"/> property.</param>
|
|
<param name="text">A <see cref="T:System.String"/> specifying the hint text. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingHint.Text"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingHint.HintType">
|
|
<summary>
|
|
<para>Returns the type of the hint.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingHint.Text">
|
|
<summary>
|
|
<para>Returns the text of the hint.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingHint.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingHint"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingHint"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingItineraryItem">
|
|
<summary>
|
|
<para>Contains information about a single itinerary item of a Bing route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingItineraryItem.#ctor(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.BingManeuverType,System.String,System.Collections.Generic.List{DevExpress.XtraMap.BingItineraryItemWarning},System.Double,System.TimeSpan)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="location">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Location"/> property.</param>
|
|
<param name="maneuver">A <see cref="T:DevExpress.XtraMap.BingManeuverType"/> enumeration value specifying the maneuver type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Maneuver"/> property.</param>
|
|
<param name="maneuverInstruction">A <see cref="T:System.String"/> specifying the maneuver instruction. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.ManeuverInstruction"/> property.</param>
|
|
<param name="warnings">A list of <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> objects containing a warning for this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Warnings"/> property.</param>
|
|
<param name="distance">A <see cref="T:System.Double"/> value specifying the item distance. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Distance"/> property.</param>
|
|
<param name="time">A <see cref="T:System.TimeSpan"/> value specifying the time required to pass this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Time"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingItineraryItem.#ctor(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.BingManeuverType,System.String,System.Collections.Generic.List{DevExpress.XtraMap.BingItineraryItemWarning},System.Double,System.TimeSpan,System.String,DevExpress.XtraMap.BingDetail,DevExpress.XtraMap.BingHint[],System.String,System.String[],System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="location">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Location"/> property.</param>
|
|
<param name="maneuver">A <see cref="T:DevExpress.XtraMap.BingManeuverType"/> enumeration value specifying the maneuver type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Maneuver"/> property.</param>
|
|
<param name="maneuverInstruction">A <see cref="T:System.String"/> specifying the maneuver instruction. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.ManeuverInstruction"/> property.</param>
|
|
<param name="warnings">A list of <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> objects containing a warning for this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Warnings"/> property.</param>
|
|
<param name="distance">A <see cref="T:System.Double"/> value specifying the item distance. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Distance"/> property.</param>
|
|
<param name="time">A <see cref="T:System.TimeSpan"/> value specifying the time required to pass this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Time"/> property.</param>
|
|
<param name="compassDirection">A <see cref="T:System.String"/> value specifying the compass direction. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.CompassDirection"/> property.</param>
|
|
<param name="detail">A <see cref="T:DevExpress.XtraMap.BingDetail"/> object specifying the details of this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Detail"/> property.</param>
|
|
<param name="hints">An array of <see cref="T:DevExpress.XtraMap.BingHint"/> objects provide hints. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Hints"/> property.</param>
|
|
<param name="sideOfStreet">A <see cref="T:System.String"/> value specifying side of the street. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.SideOfStreet"/> property.</param>
|
|
<param name="signs">An array of <see cref="T:System.String"/> values specifying sings on the road. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Signs"/> property.</param>
|
|
<param name="towardsRoadName">A <see cref="T:System.String"/> value specifying the direction in accordance with road name. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.TowardsRoadName"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingItineraryItem.#ctor(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.BingManeuverType,System.String,System.Collections.Generic.List{DevExpress.XtraMap.BingItineraryItemWarning},System.Double,System.TimeSpan,System.String,DevExpress.XtraMap.BingDetail[],DevExpress.XtraMap.BingHint[],System.String,System.String[],System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="location">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object that specifies the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Location"/> property.</param>
|
|
<param name="maneuver">A <see cref="T:DevExpress.XtraMap.BingManeuverType"/> enumeration value specifying the maneuver type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Maneuver"/> property.</param>
|
|
<param name="maneuverInstruction">A <see cref="T:System.String"/> that specifies the maneuver instruction. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.ManeuverInstruction"/> property.</param>
|
|
<param name="warnings">A list of <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> objects containing warnings for this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Warnings"/> property.</param>
|
|
<param name="distance">A <see cref="T:System.Double"/> value specifies the item distance. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Distance"/> property.</param>
|
|
<param name="time">A <see cref="T:System.TimeSpan"/> value specifies the time required to pass this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Time"/> property.</param>
|
|
<param name="compassDirection">A <see cref="T:System.String"/> value defines the compass direction. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.CompassDirection"/> property.</param>
|
|
<param name="details">An array of the <see cref="T:DevExpress.XtraMap.BingDetail"/> objects that specify the itinerary item's maneuver details. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Details"/> property.</param>
|
|
<param name="hints">An array of <see cref="T:DevExpress.XtraMap.BingHint"/> objects provide hints. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Hints"/> property.</param>
|
|
<param name="sideOfStreet">A <see cref="T:System.String"/> value defines the side of the street. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.SideOfStreet"/> property.</param>
|
|
<param name="signs">An array of <see cref="T:System.String"/> values specifies signs on the road. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.Signs"/> property.</param>
|
|
<param name="towardsRoadName">A <see cref="T:System.String"/> value defines the direction in accordance with road name. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItem.TowardsRoadName"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.CompassDirection">
|
|
<summary>
|
|
<para>Returns the compass direction indicating the cardinal point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the cardinal point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.Detail">
|
|
<summary>
|
|
<para>Returns the additional information about the single itinerary item of the route.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingDetail"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.Details">
|
|
<summary>
|
|
<para>The information about the required maneuvers on the itinerary item.</para>
|
|
</summary>
|
|
<value>An array of the <see cref="T:DevExpress.XtraMap.BingDetail"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.Distance">
|
|
<summary>
|
|
<para>Gets the distance of the itinerary item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the item distance.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.Hints">
|
|
<summary>
|
|
<para>Returns the hints to assist in the route passage.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:DevExpress.XtraMap.BingHint"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.Location">
|
|
<summary>
|
|
<para>Gets the location of the itinerary item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.Maneuver">
|
|
<summary>
|
|
<para>Gets the maneuver type associated with the itinerary item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingManeuverType"/> enumeration value specifying the maneuver type.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.ManeuverInstruction">
|
|
<summary>
|
|
<para>Gets the maneuver instruction of the itinerary item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> specifying the maneuver instruction.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.SideOfStreet">
|
|
<summary>
|
|
<para>Returns the side of the street where the route destination is.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the side of the street.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.Signs">
|
|
<summary>
|
|
<para>Returns the signs which are placed along the route.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:System.String"/> objects representing the sign names.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.Time">
|
|
<summary>
|
|
<para>Gets the time required to pass the itinerary item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.TimeSpan"/> value specifying the time required to pass this itinerary item.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingItineraryItem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingItineraryItem"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.TowardsRoadName">
|
|
<summary>
|
|
<para>Returns the street name in which direction the first itinerary item goes.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the street name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItem.Warnings">
|
|
<summary>
|
|
<para>Gets the warnings associated with the itinerary item.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> objects containing a warning for this itinerary item.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingItineraryItemWarning">
|
|
<summary>
|
|
<para>Contains information about a warning associated with an itinerary item of a Bing route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingItineraryItemWarning.#ctor(System.String,DevExpress.XtraMap.BingItineraryWarningType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="text">A <see cref="T:System.String"/> specifying the warning text. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Text"/> property.</param>
|
|
<param name="type">A <see cref="T:DevExpress.XtraMap.BingItineraryWarningType"/> enumeration value specifying the warning type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Type"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingItineraryItemWarning.#ctor(System.String,DevExpress.XtraMap.BingItineraryWarningType,DevExpress.XtraMap.BingItineraryWarningSeverity)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="text">A <see cref="T:System.String"/> specifying the warning text. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Text"/> property.</param>
|
|
<param name="type">A <see cref="T:DevExpress.XtraMap.BingItineraryWarningType"/> enumeration value specifying the warning type. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Type"/> property.</param>
|
|
<param name="severity">A <see cref="T:DevExpress.XtraMap.BingItineraryWarningSeverity"/> enumeration value specifying the warning severity. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingItineraryItemWarning.Severity"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItemWarning.Severity">
|
|
<summary>
|
|
<para>Gets the severity level of the itinerary item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingItineraryWarningSeverity"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItemWarning.Text">
|
|
<summary>
|
|
<para>Gets the text of the warning.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> specifying the warning text.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingItineraryItemWarning.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingItineraryItemWarning"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingItineraryItemWarning.Type">
|
|
<summary>
|
|
<para>Gets the type of the warning.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingItineraryWarningType"/> enumeration value specifying the warning type.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingItineraryWarningSeverity">
|
|
<summary>
|
|
<para>Lists values indicating a warning level associated with an itinerary item of a Bing route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.LowImpact">
|
|
<summary>
|
|
<para>The warning has the low impact on the route passage.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.Minor">
|
|
<summary>
|
|
<para>The warning has the minor effect on the route passage.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.Moderate">
|
|
<summary>
|
|
<para>The warning has the moderate effect on the route passage.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.None">
|
|
<summary>
|
|
<para>The warning does not affect the route passage.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningSeverity.Serious">
|
|
<summary>
|
|
<para>The warning has a serious effect on the route passage.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingItineraryWarningType">
|
|
<summary>
|
|
<para>Lists the values used to specify a warning type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Accident">
|
|
<summary>
|
|
<para>There is a car accident.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.AdminDivisionChange">
|
|
<summary>
|
|
<para>The route has left one administrative division and entered another.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.BlockedRoad">
|
|
<summary>
|
|
<para>The road is blocked.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.CheckTimetable">
|
|
<summary>
|
|
<para>Check a time table. This usually refers to a ferry time table.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Congestion">
|
|
<summary>
|
|
<para>The traffic is slow.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.CountryChange">
|
|
<summary>
|
|
<para>The route has left one country and entered another.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.DisabledVehicle">
|
|
<summary>
|
|
<para>There is a disabled vehicle.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.GateAccess">
|
|
<summary>
|
|
<para>A gate blocks the road and access is required to continue along the route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.GetOffTransit">
|
|
<summary>
|
|
<para>Get off the transit at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.GetOnTransit">
|
|
<summary>
|
|
<para>Get on the transit at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.IllegalUTurn">
|
|
<summary>
|
|
<para>A U-turn is illegal at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.MassTransit">
|
|
<summary>
|
|
<para>Use mass transit at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Miscellaneous">
|
|
<summary>
|
|
<para>A miscellaneous warning is available for this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.NoIncident">
|
|
<summary>
|
|
<para>There is no incident at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.None">
|
|
<summary>
|
|
<para>There is no warning at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Other">
|
|
<summary>
|
|
<para>There is a warning at this location that can not be classified as any other type of warning.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.OtherNews">
|
|
<summary>
|
|
<para>There is news about this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.OtherTrafficIncidents">
|
|
<summary>
|
|
<para>There are other traffic incidents at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.PlannedEvent">
|
|
<summary>
|
|
<para>There are scheduled events that may disrupt the route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.PlannedEvents">
|
|
<summary>
|
|
<para>There are planned events in the region.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.PrivateRoad">
|
|
<summary>
|
|
<para>The road being travelled on is private.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.RestrictedTurn">
|
|
<summary>
|
|
<para>The turn is restricted depending on the time of day.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.RoadClosures">
|
|
<summary>
|
|
<para>There are road closures at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.RoadHazard">
|
|
<summary>
|
|
<para>There is a road hazard.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.ScheduledConstruction">
|
|
<summary>
|
|
<para>There is scheduled construction.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.SeasonalClosures">
|
|
<summary>
|
|
<para>A seasonal closure occurs at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.TimeRestriction">
|
|
<summary>
|
|
<para>There is a time restriction.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Tollbooth">
|
|
<summary>
|
|
<para>A toll is required at this location to continue along the route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.TollRoad">
|
|
<summary>
|
|
<para>The road being travelled on is a toll road.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.TollZoneEnter">
|
|
<summary>
|
|
<para>The entrance to a toll zone.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.TollZoneExit">
|
|
<summary>
|
|
<para>The exit from a toll zone.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.TrafficFlow">
|
|
<summary>
|
|
<para>The warning is a traffic warning.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.TransitLineChange">
|
|
<summary>
|
|
<para>There is a transit line change.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.UnpavedRoad">
|
|
<summary>
|
|
<para>The road being travelled on is unpaved.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.UnscheduledConstruction">
|
|
<summary>
|
|
<para>There is construction at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingItineraryWarningType.Weather">
|
|
<summary>
|
|
<para>There is significant weather at this location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingLocationInformation">
|
|
<summary>
|
|
<para>Contains the Bing location information on the map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingLocationInformation.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingLocationInformation"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingLocationInformation.BoundingBox">
|
|
<summary>
|
|
<para>Gets or sets the bounding box containing the search result of Bing locations.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingLocationInformation.Confidence">
|
|
<summary>
|
|
<para>Get or sets the confidence level of the geocoded location search results.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingConfidence"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingLocationInformation.MatchCode">
|
|
<summary>
|
|
<para>Gets or sets the confidence level of the Bing location on the map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingMatchCode"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingManeuverType">
|
|
<summary>
|
|
<para>Lists the values used to specify the current maneuver type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.ArriveFinish">
|
|
<summary>
|
|
<para>Arrive at the last stop in the route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.ArriveIntermediateStop">
|
|
<summary>
|
|
<para>Arrive at an intermediate stop in the route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeft">
|
|
<summary>
|
|
<para>Bear left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeftThenBearLeft">
|
|
<summary>
|
|
<para>Bear left then bear left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeftThenBearRight">
|
|
<summary>
|
|
<para>Bear left then bear right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeftThenTurnLeft">
|
|
<summary>
|
|
<para>Bear left then turn left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearLeftThenTurnRight">
|
|
<summary>
|
|
<para>Bear left then turn right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRight">
|
|
<summary>
|
|
<para>Bear right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRightThenBearLeft">
|
|
<summary>
|
|
<para>Bear right then bear left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRightThenBearRight">
|
|
<summary>
|
|
<para>Bear right then bear right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRightThenTurnLeft">
|
|
<summary>
|
|
<para>Bear right then turn left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearRightThenTurnRight">
|
|
<summary>
|
|
<para>Bear right then turn right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearThenKeep">
|
|
<summary>
|
|
<para>Bear then keep on the current road.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.BearThenMerge">
|
|
<summary>
|
|
<para>Bear then merge onto another road.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.Continue">
|
|
<summary>
|
|
<para>Continue along the current road.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.DepartIntermediateStop">
|
|
<summary>
|
|
<para>Depart an intermediate stop on the route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.DepartIntermediateStopReturning">
|
|
<summary>
|
|
<para>Return to an intermediate stop on the route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.DepartStart">
|
|
<summary>
|
|
<para>Depart the first stop on the route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.EnterRoundabout">
|
|
<summary>
|
|
<para>Enter a roundabout.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.EnterThenExitRoundabout">
|
|
<summary>
|
|
<para>Enter then exit a roundabout.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.ExitRoundabout">
|
|
<summary>
|
|
<para>Exit a roundabout.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepLeft">
|
|
<summary>
|
|
<para>Keep left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepOnrampLeft">
|
|
<summary>
|
|
<para>Keep on the left side of the ramp.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepOnrampRight">
|
|
<summary>
|
|
<para>Keep on the right side of the ramp.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepOnrampStraight">
|
|
<summary>
|
|
<para>Keep straight ahead on the ramp.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepRight">
|
|
<summary>
|
|
<para>Keep right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepStraight">
|
|
<summary>
|
|
<para>Keep straight.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepToStayLeft">
|
|
<summary>
|
|
<para>Keep on the current road then stay left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepToStayRight">
|
|
<summary>
|
|
<para>Keep on the current road then stay right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.KeepToStayStraight">
|
|
<summary>
|
|
<para>Keep on the current road then go straight.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.Merge">
|
|
<summary>
|
|
<para>Merge onto another road.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.None">
|
|
<summary>
|
|
<para>No maneuver.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.RampThenHighwayLeft">
|
|
<summary>
|
|
<para>Take a ramp to the highway on the left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.RampThenHighwayRight">
|
|
<summary>
|
|
<para>Take a ramp to the highway on the right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.RampToHighwayStraight">
|
|
<summary>
|
|
<para>Take a ramp to the highway straight ahead.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.RoadNameChange">
|
|
<summary>
|
|
<para>The road name has changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.Take">
|
|
<summary>
|
|
<para>Take a new road.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TakeRampLeft">
|
|
<summary>
|
|
<para>Take a ramp left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TakeRampRight">
|
|
<summary>
|
|
<para>Take a ramp right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TakeRampStraight">
|
|
<summary>
|
|
<para>Take a ramp straight ahead.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TakeTransit">
|
|
<summary>
|
|
<para>Take transit.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.Transfer">
|
|
<summary>
|
|
<para>Transfer from one transit to another.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnBack">
|
|
<summary>
|
|
<para>Turn around.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeft">
|
|
<summary>
|
|
<para>Turn left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeftThenBearLeft">
|
|
<summary>
|
|
<para>Turn left then bear left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeftThenBearRight">
|
|
<summary>
|
|
<para>Turn left then bear right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeftThenTurnLeft">
|
|
<summary>
|
|
<para>Turn left then turn left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnLeftThenTurnRight">
|
|
<summary>
|
|
<para>Turn left then turn right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRight">
|
|
<summary>
|
|
<para>Turn right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRightThenBearLeft">
|
|
<summary>
|
|
<para>Turn right then bear left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRightThenBearRight">
|
|
<summary>
|
|
<para>Turn right then bear right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRightThenTurnLeft">
|
|
<summary>
|
|
<para>Turn right then turn left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnRightThenTurnRight">
|
|
<summary>
|
|
<para>Turn right then turn right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnThenMerge">
|
|
<summary>
|
|
<para>Turn then merge onto another road.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnToStayLeft">
|
|
<summary>
|
|
<para>Turn then stay left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.TurnToStayRight">
|
|
<summary>
|
|
<para>Turn then stay right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.Unknown">
|
|
<summary>
|
|
<para>Unknown maneuver.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.UTurn">
|
|
<summary>
|
|
<para>Take a U-turn.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.Wait">
|
|
<summary>
|
|
<para>Wait.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingManeuverType.Walk">
|
|
<summary>
|
|
<para>Walk.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingMapDataProvider">
|
|
<summary>
|
|
<para>The class that loads map images from the Bing Maps data provider.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingMapDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingMapDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingMapDataProvider.BingKey">
|
|
<summary>
|
|
<para>Get or sets the key that is required to connect to the Bing Maps data provider.</para>
|
|
</summary>
|
|
<value>A string that stores a Bing Maps key.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingMapDataProvider.ConnectionProtocol">
|
|
<summary>
|
|
<para>Gets or sets the value indicating the transfer protocol that the data provider uses to request data.</para>
|
|
</summary>
|
|
<value>The value indicating the transfer protocol that the data provider uses to request data.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingMapDataProvider.CultureName">
|
|
<summary>
|
|
<para>Gets or sets the Culture name used to obtain data from Bing GIS services.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingMapDataProvider.GetMapSizeInPixels(System.Double)">
|
|
<summary>
|
|
<para>Returns the map size (in pixels) for the specified zoom level.</para>
|
|
</summary>
|
|
<param name="zoomLevel">A double value that specifies the zoom level.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the map size.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingMapDataProvider.Kind">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the type of images to be displayed on a map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingMapKind"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingMapDataProvider.Projection">
|
|
<summary>
|
|
<para>Gets a projection used by the Bing Maps map data provider.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingMapDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.BingMapDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.BingMapDataProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingMapDataProviderBase">
|
|
<summary>
|
|
<para>The base class for all bing data providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingMapDataProviderBase.BingKey">
|
|
<summary>
|
|
<para>Gets or sets the key that is required to connect to the Bing Maps data provider.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> that stores a Bing Maps key.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingMapDataProviderBase.ConnectionProtocol">
|
|
<summary>
|
|
<para>Gets or sets the value indicating the transfer protocol that the data provider uses to request data.</para>
|
|
</summary>
|
|
<value>The value indicating the transfer protocol that the data provider uses to request data.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingMapKind">
|
|
<summary>
|
|
<para>Lists the values used to specify the kind of maps to be obtained from the <see cref="T:DevExpress.XtraMap.BingMapDataProvider"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingMapKind.Area">
|
|
<summary>
|
|
<para>The map shows photo images of the Earth's surface.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingMapKind.Hybrid">
|
|
<summary>
|
|
<para>The map shows a combination of Earth images and road schemas.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingMapKind.Road">
|
|
<summary>
|
|
<para>The map shows road schemas.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingMatchCode">
|
|
<summary>
|
|
<para>Lists the possible geocoding levels for the each location in the map service response.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingMatchCode.Ambiguous">
|
|
<summary>
|
|
<para>The requested location has several suitable equal matches.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingMatchCode.Good">
|
|
<summary>
|
|
<para>The requested location has a reliable match.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingMatchCode.UpHierarchy">
|
|
<summary>
|
|
<para>Reliable matches are not found.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingRouteCalculatedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.BingRouteDataProvider.RouteCalculated"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteCalculatedEventArgs.#ctor(DevExpress.XtraMap.RouteCalculationResult,System.Exception,System.Boolean,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingRouteCalculatedEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="calculationResult">A <see cref="T:DevExpress.XtraMap.RouteCalculationResult"/> object specifying the result. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteCalculatedEventArgs.CalculationResult"/> property.</param>
|
|
<param name="error">A <see cref="T:System.Exception"/> object specifying the error occurred during the asynchronous operation. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.</param>
|
|
<param name="cancelled">A <see cref="T:System.Boolean"/> value indicating whether the asynchronous operation was canceled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> that is the optional user-supplied state object passed to the RunWorkerAsync method. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteCalculatedEventArgs.CalculationResult">
|
|
<summary>
|
|
<para>Returns a result of a route calculation.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.RouteCalculationResult"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingRouteCalculatedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.BingRouteDataProvider.RouteCalculated"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.BingRouteCalculatedEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingRouteDataProvider">
|
|
<summary>
|
|
<para>The class that is used to send requests to the Bing Maps Route service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingRouteDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoute(System.Collections.Generic.List{DevExpress.XtraMap.RouteWaypoint})">
|
|
<summary>
|
|
<para>Calculates the most optimal route for the specified list of waypoints.</para>
|
|
</summary>
|
|
<param name="waypoints">A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoute(System.Collections.Generic.List{DevExpress.XtraMap.RouteWaypoint},System.Object)">
|
|
<summary>
|
|
<para>Calculates the most optimal route for the specified list of waypoints for the specified user state.</para>
|
|
</summary>
|
|
<param name="waypoints">A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> containing the user state.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoute(System.Collections.Generic.List{DevExpress.XtraMap.RouteWaypoint},System.String,System.Object)">
|
|
<summary>
|
|
<para>Calculates the most optimal route for the specified list of waypoints and the specified user state.</para>
|
|
</summary>
|
|
<param name="waypoints">A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.</param>
|
|
<param name="culture">A <see cref="T:System.String"/> object specifying the name of the culture.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying a user state.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.XtraMap.RouteWaypoint)">
|
|
<summary>
|
|
<para>Returns driving routes to a location from major roads in four directions (West, North, East and South).</para>
|
|
</summary>
|
|
<param name="destination">A <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> object specifying a destination point.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.XtraMap.RouteWaypoint,System.Object)">
|
|
<summary>
|
|
<para>Returns driving routes to a location from major roads in four directions (West, North, East and South).</para>
|
|
</summary>
|
|
<param name="destination">A <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> object specifying a destination point.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> containing the user state.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.CalculateRoutesFromMajorRoads(DevExpress.XtraMap.RouteWaypoint,System.String,System.Object)">
|
|
<summary>
|
|
<para>Returns driving routes to a location from major roads in four directions (West, North, East and South).</para>
|
|
</summary>
|
|
<param name="destination">A <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> object specifying a destination point.</param>
|
|
<param name="culture">A <see cref="T:System.String"/> object specifying the name of the culture.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying a user state.</param>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.BingRouteDataProvider.RouteCalculated">
|
|
<summary>
|
|
<para>Occurs when a route has been calculated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteDataProvider.RouteOptions">
|
|
<summary>
|
|
<para>Provides access to the options that define how to calculate a route.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingRouteOptions"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.BingRouteDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.BingRouteDataProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingRouteLeg">
|
|
<summary>
|
|
<para>Contains information about a single leg of a route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteLeg.#ctor(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.LocationInformation,DevExpress.XtraMap.LocationInformation,System.Collections.Generic.List{DevExpress.XtraMap.BingItineraryItem},System.String,System.Double,System.TimeSpan)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingRouteLeg"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="startPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the start point of the route. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.StartPoint"/> property.</param>
|
|
<param name="endPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the end point of the route. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.EndPoint"/> property.</param>
|
|
<param name="startLocation">A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object specifying information about the start location. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.StartLocation"/> property.</param>
|
|
<param name="endLocation">A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object specifying information about the end location. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.EndLocation"/> property.</param>
|
|
<param name="itinerary">A list of <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> objects specifying the list of itinerary items. This list is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Itinerary"/> property.</param>
|
|
<param name="description">A <see cref="T:System.String"/> specifying the description of the route. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Description"/> property.</param>
|
|
<param name="distance">A <see cref="T:System.Double"/> value specifying the distance between the start and end points. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Distance"/> property.</param>
|
|
<param name="time">A <see cref="T:System.TimeSpan"/> value specifying the time required to pass this itinerary item. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Time"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteLeg.#ctor(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.GeoPoint,System.Collections.Generic.List{DevExpress.XtraMap.BingItineraryItem},System.Double,System.TimeSpan)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingRouteLeg"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="startPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the starting point. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.StartPoint"/> property.</param>
|
|
<param name="endPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the end point. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.EndPoint"/> property.</param>
|
|
<param name="itinerary">A list of <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> objects containing information on the route leg. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Itinerary"/> property.</param>
|
|
<param name="distance">A <see cref="T:System.Double"/> value specifying the distance of this route leg. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Distance"/> property.</param>
|
|
<param name="time">A <see cref="T:System.TimeSpan"/> object specifying the time required to traverse this route leg. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteLeg.Time"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteLeg.Description">
|
|
<summary>
|
|
<para>Returns the description for the leg of the route.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the description text.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteLeg.Distance">
|
|
<summary>
|
|
<para>Gets the distance of this route leg.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteLeg.EndLocation">
|
|
<summary>
|
|
<para>Returns information about the end location on the map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteLeg.EndPoint">
|
|
<summary>
|
|
<para>Gets the end point of this route leg.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteLeg.Itinerary">
|
|
<summary>
|
|
<para>Gets additional information about this route leg.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.BingItineraryItem"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteLeg.StartLocation">
|
|
<summary>
|
|
<para>Returns information about the start location on the map.</para>
|
|
</summary>
|
|
<value><see cref="T:DevExpress.XtraMap.LocationInformation"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteLeg.StartPoint">
|
|
<summary>
|
|
<para>Gets the starting point of this route leg.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteLeg.Time">
|
|
<summary>
|
|
<para>Gets the time required to pass this route leg.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.TimeSpan"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteLeg.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingRouteLeg"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingRouteLeg"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingRouteOptimization">
|
|
<summary>
|
|
<para>Lists the values used to specify how to optimize route calculation.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingRouteOptimization.MinimizeDistance">
|
|
<summary>
|
|
<para>A route is calculated in such a way that its total distance will be the minimum possible.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingRouteOptimization.MinimizeTime">
|
|
<summary>
|
|
<para>A route is calculated in such a way that the time required to follow this route will be the minimum possible.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingRouteOptions">
|
|
<summary>
|
|
<para>Contains settings that define the parameters for calculating a route via the Microsoft Bing service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingRouteOptions"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteOptions.AvoidRoads">
|
|
<summary>
|
|
<para>Gets or sets an option that allows limitation of the use of the toll or highway roads.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingAvoidRoads"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteOptions.DistanceUnit">
|
|
<summary>
|
|
<para>Gets or sets a value that defines how to measure distances.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.DistanceMeasureUnit"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteOptions.Mode">
|
|
<summary>
|
|
<para>Gets or sets a value that defines how a route should be calculated.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingTravelMode"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteOptions.RouteOptimization">
|
|
<summary>
|
|
<para>Gets or sets a value that defines how to optimize the route calculation.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingRouteOptimization"/> enumeration value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteOptions.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingRouteOptions"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingRouteOptions"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingRouteResult">
|
|
<summary>
|
|
<para>Contains results of a request to the Microsoft Bing web service for route calculation.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteResult.#ctor(System.Collections.Generic.List{DevExpress.XtraMap.GeoPoint},System.Double,System.TimeSpan,System.Collections.Generic.List{DevExpress.XtraMap.BingRouteLeg})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingRouteResult"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="routePath">A list of <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects specifying the route path. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.RoutePath"/> property.</param>
|
|
<param name="distance">A <see cref="T:System.Double"/> value specifying the distance. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Distance"/> property.</param>
|
|
<param name="time">A <see cref="T:System.TimeSpan"/> value specifying the time. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Time"/> property.</param>
|
|
<param name="legs">A list of <see cref="T:DevExpress.XtraMap.BingRouteLeg"/> objects specifying all the route legs. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Legs"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteResult.#ctor(System.Collections.Generic.List{DevExpress.XtraMap.GeoPoint},System.Double,System.TimeSpan,System.TimeSpan,System.Collections.Generic.List{DevExpress.XtraMap.BingRouteLeg},DevExpress.XtraMap.SearchBoundingBox)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingRouteResult"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="routePath">A list of <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects specifying the route path. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.RoutePath"/> property.</param>
|
|
<param name="distance">A <see cref="T:System.Double"/> value specifying the distance. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Distance"/> property.</param>
|
|
<param name="time">A <see cref="T:System.TimeSpan"/> value specifying the time. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Time"/> property.</param>
|
|
<param name="trafficTime">A <see cref="T:System.TimeSpan"/> value specifying the estimated time for the route passage in accordance with traffic congestion. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.TrafficTime"/> property.</param>
|
|
<param name="legs">A list of <see cref="T:DevExpress.XtraMap.BingRouteLeg"/> objects specifying all the route legs. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.Legs"/> property.</param>
|
|
<param name="boundingBox">A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the region containing the resulting route. This value is assigned to the <see cref="P:DevExpress.XtraMap.BingRouteResult.BoundingBox"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteResult.BoundingBox">
|
|
<summary>
|
|
<para>Returns the rectangular area containing the Bing resulting route.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the rectangular region.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteResult.Distance">
|
|
<summary>
|
|
<para>Returns the total distance of a route.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteResult.Legs">
|
|
<summary>
|
|
<para>Returns all legs that together comprise the calculated route.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.BingRouteLeg"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteResult.RoutePath">
|
|
<summary>
|
|
<para>Returns a list of geographical points that together, comprise the route path.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.GeoPoint"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteResult.Time">
|
|
<summary>
|
|
<para>Returns the time required to follow the calculated route.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.TimeSpan"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingRouteResult.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingRouteResult"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingRouteResult"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingRouteResult.TrafficTime">
|
|
<summary>
|
|
<para>Returns the estimated traffic time based on the road congestion.</para>
|
|
</summary>
|
|
<value><see cref="T:System.TimeSpan"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingSearchCompletedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.BingSearchDataProvider.SearchCompleted"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchCompletedEventArgs.#ctor(DevExpress.XtraMap.SearchRequestResult,System.Exception,System.Boolean,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingSearchCompletedEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="requestResult">A <see cref="T:DevExpress.XtraMap.SearchRequestResult"/> object specifying the request result. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchCompletedEventArgs.RequestResult"/> property.</param>
|
|
<param name="error">A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.</param>
|
|
<param name="cancelled">A <see cref="T:System.Boolean"/> value containing information on whether or not the search operation should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingSearchCompletedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.BingSearchDataProvider.SearchCompleted"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.BingSearchCompletedEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingSearchDataProvider">
|
|
<summary>
|
|
<para>The class that is used to send requests to the Bing Maps Search service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingSearchDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.ClearResults">
|
|
<summary>
|
|
<para>Clears all results stored by a <see cref="T:DevExpress.XtraMap.BingSearchDataProvider"/> class object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(DevExpress.XtraMap.BingAddress)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified address.</para>
|
|
</summary>
|
|
<param name="address">A <see cref="T:DevExpress.XtraMap.BingAddress"/> object specifying the required address.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(DevExpress.XtraMap.BingAddress,System.String,DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.SearchBoundingBox)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified address around the specified geographical point in the defined region in accordance with local culture.</para>
|
|
</summary>
|
|
<param name="address">A <see cref="T:DevExpress.XtraMap.BingAddress"/> object specifying the address to look for.</param>
|
|
<param name="culture">A <see cref="T:System.String"/> value specifying the local culture.</param>
|
|
<param name="searchAnchorPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword.</param>
|
|
<param name="boundingBox">A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the bounding region to be searched.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keywords.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keywords around the specified geographical point.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
|
|
<param name="searchAnchorPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keywords starting from the specified index.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.</param>
|
|
<param name="startingIndex">An integer value specifying the index of the first result that should be returned. This means, for instance, if the startingIndex is 5, first 4 results will be skipped.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keywords near the specified location.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.</param>
|
|
<param name="location">A <see cref="T:System.String"/> specifying the location near which it is necessary to search for the specified keyword.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String,DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.</param>
|
|
<param name="location">A <see cref="T:System.String"/> specifying the location near which it is necessary to search for the specified keyword.</param>
|
|
<param name="searchAnchorPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword and a location.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String,DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.SearchBoundingBox)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keyword around the specified geographical point in the defined region in accordance with local culture.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
|
|
<param name="culture">A <see cref="T:System.String"/> value specifying the local culture.</param>
|
|
<param name="searchAnchorPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword.</param>
|
|
<param name="boundingBox">A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the bounding region to be searched.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String,DevExpress.XtraMap.GeoPoint,System.Int32)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point starting from the specified index.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.</param>
|
|
<param name="location">A <see cref="T:System.String"/> specifying the location near which it is necessary to search for the specified keyword.</param>
|
|
<param name="searchAnchorPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point, around which it is necessary to search for a keyword and a location.</param>
|
|
<param name="startingIndex">An integer value specifying the index of the first result that should be returned. This means, for instance, if the startingIndex is 5, first 4 results will be skipped.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.Search(System.String,System.String,System.Int32)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keywords near the specified location starting from the specified index.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search on a map. This string can contain either geographical names or any other information to look for.</param>
|
|
<param name="location">A <see cref="T:System.String"/> specifying the location near to which the specified keyword shall be searched for.</param>
|
|
<param name="startingIndex">An integer value specifying the index of the first result that should be returned. This means, for instance, if the startingIndex is 5, the first 4 results will be skipped.</param>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.BingSearchDataProvider.SearchCompleted">
|
|
<summary>
|
|
<para>Occurs when a search operation has been completed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingSearchDataProvider.SearchOptions">
|
|
<summary>
|
|
<para>Provides access to the options that define how this data provider should perform a search.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BingSearchOptions"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingSearchDataProvider.ShowSearchPanel">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not the Search Panel should be displayed.</para>
|
|
</summary>
|
|
<value>true to show the Search Panel; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.BingSearchDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.BingSearchDataProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingSearchOptions">
|
|
<summary>
|
|
<para>Contains settings that define the parameters for searching via the Microsoft Bing service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BingSearchOptions"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingSearchOptions.AutocorrectQuery">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not it is necessary to automatically correct a search query.</para>
|
|
</summary>
|
|
<value>true to automatically correct a query; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingSearchOptions.DistanceUnit">
|
|
<summary>
|
|
<para>Gets or sets a value that defines how to measure distances.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.DistanceMeasureUnit"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingSearchOptions.ResultsCount">
|
|
<summary>
|
|
<para>Gets or sets the total number of results that can be obtained by a search request.</para>
|
|
</summary>
|
|
<value>An integer value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BingSearchOptions.SearchRadius">
|
|
<summary>
|
|
<para>Gets or sets a radius to perform a search.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BingSearchOptions.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BingSearchOptions"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.BingSearchOptions"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BingTravelMode">
|
|
<summary>
|
|
<para>Lists the values used to specify the travel mode to calculate the route.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingTravelMode.Driving">
|
|
<summary>
|
|
<para>A route is calculated for a car or another vehicle that is moving at a similar speed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.BingTravelMode.Walking">
|
|
<summary>
|
|
<para>A route is calculated for a pedestrian or a vehicle that is moving at a similar speed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BorderedElementStyle">
|
|
<summary>
|
|
<para>This class allows specifying the style of the map viewport of the mini map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BorderedElementStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BorderedElementStyle"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BorderedElementStyle.Stroke">
|
|
<summary>
|
|
<para>Gets or sets the stroke color of the bordered element.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BorderedElementStyle.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.BorderedElementStyle"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.BorderedElementStyle"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BorderedElementStyleWidthSupport">
|
|
<summary>
|
|
<para>The style that supports border width.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BorderedElementStyleWidthSupport.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BorderedElementStyleWidthSupport"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BorderedElementStyleWidthSupport.StrokeWidth">
|
|
<summary>
|
|
<para>Gets or sets the element stroke width.</para>
|
|
</summary>
|
|
<value>The stroke width in pixels.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BorderedElementStyleWidthSupport.ToString">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.XtraMap.BorderedElementStyleWidthSupport"/> textual representation.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:System.String"/> value that is the <see cref="T:DevExpress.XtraMap.BorderedElementStyleWidthSupport"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BraunStereographicProjection">
|
|
<summary>
|
|
<para>Represents the Braun stereographic map projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BraunStereographicProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BraunStereographicProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BraunStereographicProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.BraunStereographicProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.BraunStereographicProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.BubbleChartDataAdapter">
|
|
<summary>
|
|
<para>The data adapter that provides data to generate Bubble chart items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BubbleChartDataAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.BubbleChartDataAdapter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BubbleChartDataAdapter.BubbleGroupMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BubbleChartDataAdapter.BubbleItemDataMember">
|
|
<summary>
|
|
<para>Specifies the name of an object in a data source to provide data for a data adapter.</para>
|
|
</summary>
|
|
<value>A string value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BubbleChartDataAdapter.Mappings">
|
|
<summary>
|
|
<para>Contains information on how data for chart items should be obtained from a data source.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapBubbleMappingInfo"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.BubbleChartDataAdapter.MarkerType">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the appearance of bubble markers.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MarkerType"/> enumeration value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.BubbleChartDataAdapter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.BubbleChartDataAdapter"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.BubbleChartDataAdapter"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CacheOptions">
|
|
<summary>
|
|
<para>Contains settings that define the parameters of a local cache for storing image tiles.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CacheOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.CacheOptions"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CacheOptions.CacheInfoFileName">
|
|
<summary>
|
|
<para>Gets or sets a file name that stores the information about the cache of the Map control.</para>
|
|
</summary>
|
|
<value>A file name without an extension.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CacheOptions.DiskExpireTime">
|
|
<summary>
|
|
<para>Specifies the time interval after which tile images are updated from a map data provider.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.TimeSpan"/> structure that is the keep interval for a local cache.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CacheOptions.DiskFolder">
|
|
<summary>
|
|
<para>Gets or sets a disk folder to which the saved image tiles of the map control are stored.</para>
|
|
</summary>
|
|
<value>A string value that is the disk folder for saved images.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CacheOptions.DiskLimit">
|
|
<summary>
|
|
<para>Specifies the disk space (in megabytes) to store tile images obtained from a map data provider.</para>
|
|
</summary>
|
|
<value>An integer value that is the disk limit for storing tile images, in megabytes.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CacheOptions.MemoryLimit">
|
|
<summary>
|
|
<para>Gets or sets the amount of memory on the computer, in megabytes, for storing tile images obtained from a data provider.</para>
|
|
</summary>
|
|
<value>An integer value that is the memory limit (in megabytes).</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.CacheOptions.PropertyChanged">
|
|
<summary>
|
|
<para>Occurs after a field's property has been changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CacheOptions.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.CacheOptions"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.CacheOptions"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CapabilitiesRespondedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.WmsDataProvider.ResponseCapabilities"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CapabilitiesRespondedEventArgs.#ctor(DevExpress.XtraMap.WmsLayerCollection,System.Exception)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.CapabilitiesRespondedEventArgs"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="layers">The <see cref="T:DevExpress.XtraMap.WmsLayerCollection"/> value provides available layers from a Web Map Service.</param>
|
|
<param name="exception">An <see cref="T:System.Exception"/> that has been thrown.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CapabilitiesRespondedEventArgs.Exception">
|
|
<summary>
|
|
<para>Gets a thrown exception.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Exception"/> that has been thrown.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CapabilitiesRespondedEventArgs.Layers">
|
|
<summary>
|
|
<para>Returns a collection of available layers supported by a Web Map Service.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.XtraMap.WmsLayer"/> objects.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CapabilitiesRespondedEventHandler">
|
|
<summary>
|
|
<para>A method that handles the <see cref="E:DevExpress.XtraMap.WmsDataProvider.ResponseCapabilities"/> event.</para>
|
|
</summary>
|
|
<param name="sender">Event source.</param>
|
|
<param name="e">Event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CartesianMapCoordinateSystem">
|
|
<summary>
|
|
<para>This class allows use of the Cartesian coordinate system for the Map Control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.CartesianMapCoordinateSystem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.ConvertCoordinate(System.Double,DevExpress.XtraMap.MeasureUnit,DevExpress.XtraMap.MeasureUnit)">
|
|
<summary>
|
|
<para>Converts the coordinate from one measure unit to another.</para>
|
|
</summary>
|
|
<param name="coordinate">A <see cref="T:System.Double"/> value coordinate in the old measure unit.</param>
|
|
<param name="fromUnit">A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, which is the old measure unit.</param>
|
|
<param name="toUnit">A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, which is the new measure unit.</param>
|
|
<returns>A <see cref="T:System.Double"/> value coordinate in the new measure unit.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.ConvertPoint(DevExpress.Map.CoordPoint,DevExpress.XtraMap.MeasureUnit,DevExpress.XtraMap.MeasureUnit)">
|
|
<summary>
|
|
<para>Converts a point from one measure unit to another.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object, which is the point in the old measure unit.</param>
|
|
<param name="fromUnit">A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, the old measure unit.</param>
|
|
<param name="toUnit">A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, the new measure unit.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.CartesianPoint"/> object, which is a point in the new measure unit.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CartesianMapCoordinateSystem.MeasureUnit">
|
|
<summary>
|
|
<para>Gets or sets a measure unit used by the Cartesian coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianMapCoordinateSystem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.CartesianMapCoordinateSystem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.CartesianMapCoordinateSystem"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CartesianPoint">
|
|
<summary>
|
|
<para>A Cartesian point on the map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianPoint.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.CartesianPoint"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianPoint.#ctor(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.CartesianPoint"/> class with specified X and Y coordinates.</para>
|
|
</summary>
|
|
<param name="x">A Double value specifying an X coordinate.</param>
|
|
<param name="y">A Double value specifying an Y coordinate.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianPoint.Offset(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes an instance of a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object offset by specified values.</para>
|
|
</summary>
|
|
<param name="offsetX">A <see cref="T:System.Double"/> value specifying an X coordinate offset.</param>
|
|
<param name="offsetY">A <see cref="T:System.Double"/> value specifying an Y coordinate offset.</param>
|
|
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianPoint.Parse(System.String)">
|
|
<summary>
|
|
<para>Initializes a Cartesian point from a string.</para>
|
|
</summary>
|
|
<param name="source">A String value representing a point.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.CartesianPoint"/> object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CartesianPoint.X">
|
|
<summary>
|
|
<para>Gets or sets the value of an X coordinate of a Cartesian point.</para>
|
|
</summary>
|
|
<value>A Double value representing a value of an X coordinate.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CartesianPoint.Y">
|
|
<summary>
|
|
<para>Gets or sets the value of an Y coordinate of a Cartesian point.</para>
|
|
</summary>
|
|
<value>A Double value representing a value of an Y coordinate.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CartesianSourceCoordinateSystem">
|
|
<summary>
|
|
<para>This class allows use of the Cartesian coordinate system for the Map Control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianSourceCoordinateSystem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.CartesianSourceCoordinateSystem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CartesianSourceCoordinateSystem.MeasureUnit">
|
|
<summary>
|
|
<para>Gets or sets the measure unit used by the Cartesian coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object, specifying the measure unit.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CartesianSourceCoordinateSystem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.CartesianSourceCoordinateSystem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.CartesianSourceCoordinateSystem"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ChartDataSourceAdapter">
|
|
<summary>
|
|
<para>The base class for data adapters that provide data to generate chart items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ChartDataSourceAdapter.GetItemListSourceIndices(System.Object)">
|
|
<summary>
|
|
<para>Returns indices of items in the source list for the specified item.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapItem"/> or a <see cref="T:DevExpress.XtraMap.PieSegment"/> object.</param>
|
|
<returns>An array of integer values.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.ItemMaxSize">
|
|
<summary>
|
|
<para>Specifies the maximum size of generated chart items.</para>
|
|
</summary>
|
|
<value>An integer value specifying the maximum chart size, in pixels.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.ItemMinSize">
|
|
<summary>
|
|
<para>Specifies the minimum size of generated chart items.</para>
|
|
</summary>
|
|
<value>An integer value specifying the minimum chart size, in pixels.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.LatitudeMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.LongitudeMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.Mappings">
|
|
<summary>
|
|
<para>Contains information on how data for chart items should be obtained from a data source.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapChartItemMappingInfo"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.MeasureRules">
|
|
<summary>
|
|
<para>Specifies rules to define the meaning of the size for generated chart items.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureRules"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.SummaryFunction">
|
|
<summary>
|
|
<para>Specifies the summary function to aggregate data when generating chart items.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.SummaryFunction"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.TextMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChartDataSourceAdapter.ValueMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ChartItemValueProvider">
|
|
<summary>
|
|
<para>This class is used to provide chart item values to measure rules of the <see cref="T:DevExpress.XtraMap.ChartDataSourceAdapter"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ChartItemValueProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ChartItemValueProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ChartItemValueProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.ChartItemValueProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.ChartItemValueProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ChoroplethColorizer">
|
|
<summary>
|
|
<para>Represents the Choropleth-like colorizer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ChoroplethColorizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ChoroplethColorizer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.ApproximateColors">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether to apply an approximation algorithm to colors in a colorizer.</para>
|
|
</summary>
|
|
<value>true, if an approximation algorithm is applied to colors; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.ColorItems">
|
|
<summary>
|
|
<para>Provides access to the collection of color items for this colorizer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GenericColorizerItemCollection`1"/> containing <see cref="T:DevExpress.XtraMap.ColorizerColorItem"/> objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ChoroplethColorizer.ColorizeElement(DevExpress.XtraMap.IColorizerElement)">
|
|
<summary>
|
|
<para>Colorize map elements.</para>
|
|
</summary>
|
|
<param name="element">An object implementing the <see cref="T:DevExpress.XtraMap.IColorizerElement"/> interface that contains a map element to colorize.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ChoroplethColorizer.GetColor(System.Double)">
|
|
<summary>
|
|
<para>Returns a color by its value that corresponds to specified range stops on a map legend.</para>
|
|
</summary>
|
|
<param name="value">A double value that is a range stop.</param>
|
|
<returns>A <see cref="T:System.Drawing.Color"/> structure that is a color on a map legend to colorize map shapes.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.RangeDistribution">
|
|
<summary>
|
|
<para>Gets or sets the distribution type of range colors in a colorizer.</para>
|
|
</summary>
|
|
<value>An object implementing the DevExpress.Map.IRangeDistribution interface.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.RangeStops">
|
|
<summary>
|
|
<para>Gets range stops for the Choropleth colorizer.</para>
|
|
</summary>
|
|
<value>A collection of double values that represents colorizer range stops.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ChoroplethColorizer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.ChoroplethColorizer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.ChoroplethColorizer"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ChoroplethColorizer.ValueProvider">
|
|
<summary>
|
|
<para>Provides values from the data source (Shapefile or KML file) to color map shapes according to data.</para>
|
|
</summary>
|
|
<value>An object that implements the <see cref="T:DevExpress.XtraMap.IColorizerValueProvider"/> interface.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CircularScrollingMode">
|
|
<summary>
|
|
<para>Lists values indicating items that should be circularly scrolled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CircularScrollingMode.None">
|
|
<summary>
|
|
<para>No map elements are circularly scrolled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CircularScrollingMode.TilesAndVectorItems">
|
|
<summary>
|
|
<para>Tiles and vector items are circularly scrolled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ClusteredEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapClustererBase.Clustered"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ClusteredEventHandler">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.MapClustererBase.Clustered"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.MapClustererBase"/> which raised the event.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.ClusteredEventArgs"/> object which contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ClusteringEventHandler">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.MapClustererBase.Clustering"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.MapClustererBase"/> which raised the event.</param>
|
|
<param name="e">A <see cref="T:System.EventArgs"/> object which contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorCollection">
|
|
<summary>
|
|
<para>A collection of colors.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ColorCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ColorCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.ColorCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorConverter">
|
|
<summary>
|
|
<para>Converter that transforms instances of the <see cref="T:System.Object"/> class to instances of the <see cref="T:System.Drawing.Color"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorConverter.ConvertToColor(System.Object)">
|
|
<summary>
|
|
<para>Converts the specified <see cref="T:System.Object"/> to <see cref="T:System.Drawing.Color"/></para>
|
|
</summary>
|
|
<param name="val">A <see cref="T:System.Object"/> which should be converted.</param>
|
|
<returns>A <see cref="T:System.Drawing.Color"/> object representing the converted specified object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorizerBase`1">
|
|
<summary>
|
|
<para>The base class for all colorizers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorizerBase`1.ColorizeElement(`0)">
|
|
<summary>
|
|
<para>Colorize a map element.</para>
|
|
</summary>
|
|
<param name="element">A <T> object that contains a map element to colorize.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorizerColorItem">
|
|
<summary>
|
|
<para>An object that contains a color for a single item, colorized by a colorizer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorizerColorItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ColorizerColorItem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorizerColorItem.#ctor(System.Drawing.Color)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ColorizerColorItem"/> class with the specified color.</para>
|
|
</summary>
|
|
<param name="color">A <see cref="T:System.Drawing.Color"/> value, which specifies the color for the colorizer item. This value is assigned to the <see cref="P:DevExpress.XtraMap.ColorizerColorItem.Color"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ColorizerColorItem.Color">
|
|
<summary>
|
|
<para>Gets or sets the color of the <see cref="T:DevExpress.XtraMap.ColorizerColorItem"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorizerColorItem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ColorizerColorItem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.ColorizerColorItem"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorizerKeyCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.XtraMap.ColorizerKeyItem"/> objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorizerKeyCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ColorizerKeyCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorizerKeyCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ColorizerKeyCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.ColorizerKeyCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorizerKeyItem">
|
|
<summary>
|
|
<para>A key for the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorizerKeyItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ColorizerKeyItem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ColorizerKeyItem.Key">
|
|
<summary>
|
|
<para>Gets or sets the key of the <see cref="T:DevExpress.XtraMap.ColorizerKeyItem"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ColorizerKeyItem.Name">
|
|
<summary>
|
|
<para>Gets or sets the name of the <see cref="T:DevExpress.XtraMap.ColorizerKeyItem"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorizerKeyItem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ColorizerKeyItem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.ColorizerKeyItem"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorizerValueProviderBase">
|
|
<summary>
|
|
<para>A class that is a value provider of a colorizer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorLegendBase">
|
|
<summary>
|
|
<para>The base class for legends that explain the meaning of vector item colors.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorLegendItem">
|
|
<summary>
|
|
<para>An item that stores information about the color and description of the <see cref="T:DevExpress.XtraMap.ColorLegendBase"/> class descendants.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorLegendItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ColorLegendItem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ColorLegendItem.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of an image used by this legend item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorLegendItem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ColorLegendItem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.ColorLegendItem"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorListLegend">
|
|
<summary>
|
|
<para>Represents a color legend as a list of colors.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorListLegend.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ColorListLegend"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ColorListLegend.CustomItems">
|
|
<summary>
|
|
<para>Provides access to the collection of custom legend items.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapLegendItemCollection"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ColorListLegend.ImageList">
|
|
<summary>
|
|
<para>Gets or sets the source of images to be displayed within a legend.</para>
|
|
</summary>
|
|
<value>An object which represents the source of the images that can be displayed within the map control.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ColorListLegend.SortOrder">
|
|
<summary>
|
|
<para>Gets or sets the sort order of the color list legend items.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.LegendItemsSortOrder"/> enumeration value, specifying the color list items sort order.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorListLegend.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.ColorListLegend"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.ColorListLegend"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ColorScaleLegend">
|
|
<summary>
|
|
<para>Represents a color legend as a color scale.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorScaleLegend.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ColorScaleLegend"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ColorScaleLegend.CustomItems">
|
|
<summary>
|
|
<para>Provides access to the collection of custom legend items.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapLegendItemCollection"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ColorScaleLegend.EnableGradientScale">
|
|
<summary>
|
|
<para>Gets or sets whether a gradient applies across a legend's color items.</para>
|
|
</summary>
|
|
<value>true, if the gradient mode is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ColorScaleLegend.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.ColorScaleLegend"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.ColorScaleLegend"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ConicCartesianToGeoConverter">
|
|
<summary>
|
|
<para>The base class for converters from a conic projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ConicCartesianToGeoConverter.StandardParallelN">
|
|
<summary>
|
|
<para>Gets or sets the value of the north standard parallel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ConicCartesianToGeoConverter.StandardParallelS">
|
|
<summary>
|
|
<para>Gets or sets the value of the south standard parallel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ConnectionProtocol">
|
|
<summary>
|
|
<para>Lists all available connection protocols.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ConnectionProtocol.Http">
|
|
<summary>
|
|
<para>The HTTP protocol.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ConnectionProtocol.Https">
|
|
<summary>
|
|
<para>The HTTPS protocol.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ContourInfo">
|
|
<summary>
|
|
<para>The structure providing information about a map item's outline.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ContourInfo.#ctor(DevExpress.XtraMap.ReadOnlyCoordPointCollection,System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraMap.ContourInfo"/> class instance with the specified parameters.</para>
|
|
</summary>
|
|
<param name="points">The collection of points that form a map item's contour.</param>
|
|
<param name="isClosed">The value indicating whether the map item's contour is closed.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ContourInfo.#ctor(DevExpress.XtraMap.ReadOnlyCoordPointCollection,System.Boolean,System.Int32)">
|
|
<summary>
|
|
<para>Initializes a new <see cref="T:DevExpress.XtraMap.ContourInfo"/> class instance with the specified parameters.</para>
|
|
</summary>
|
|
<param name="points">The collection of points that form a map item's contour.</param>
|
|
<param name="isClosed">The value indicating whether the map item's contour is closed.</param>
|
|
<param name="innerIndex">The contour boundary index.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ContourInfo.InnerIndex">
|
|
<summary>
|
|
<para>Returns the contour boundary index.</para>
|
|
</summary>
|
|
<value>An integer number.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ContourInfo.IsClosed">
|
|
<summary>
|
|
<para>Returns the value identifying whether the map item's contour is closed.</para>
|
|
</summary>
|
|
<value>true, if the contour is closed; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ContourInfo.Points">
|
|
<summary>
|
|
<para>Returns coordinate points that form the map item's contour.</para>
|
|
</summary>
|
|
<value>The coordinate points' collection.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ContourInfoList">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.ContourInfo"/> objects' collection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ContourInfoList.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ContourInfoList"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ContourInfoList.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ContourInfoList"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.ContourInfoList"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CoordinateConverterBase">
|
|
<summary>
|
|
<para>The base class for all coordinate converters.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CoordinateConverterBase.Convert(DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Converts the specified point from one coordinate system to another.</para>
|
|
</summary>
|
|
<param name="sourcePoint">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant that is a point in the old coordinate system.</param>
|
|
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> object that is a converted point.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CoordinateSystemDataAdapterBase">
|
|
<summary>
|
|
<para>The base class for adapters, whose data should be interpreted by the coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CoordinateSystemDataAdapterBase.Load">
|
|
<summary>
|
|
<para>Loads data from a datasource.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CoordinateSystemDataAdapterBase.SourceCoordinateSystem">
|
|
<summary>
|
|
<para>Gets or sets the coordinate system of a data adapter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.SourceCoordinateSystem"/> class descendant object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CoordPointCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CoordPointCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.CoordPointCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CoordPointCollection.Add(DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Adds a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object to the collection.</para>
|
|
</summary>
|
|
<param name="value">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object which should be added to the collection.</param>
|
|
<returns>An integer value indicating the position into which the new element was inserted.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.CoordPointCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Returns a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object stored in the specified index.</para>
|
|
</summary>
|
|
<param name="index">A <see cref="T:System.Int32"/> value.</param>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.CoordPointCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.CoordPointCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.CoordPointCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.CreatableMapItemKind">
|
|
<summary>
|
|
<para>Lists the map item types that the Map Editor can create while it is in the Create mode.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Bubble">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapBubble"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Callout">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapCallout"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Custom">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapCustomElement"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Dot">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapDot"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Ellipse">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapEllipse"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Line">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapLine"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Path">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapPath"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Pie">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapPie"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Polygon">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapPolygon"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Polyline">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapPolyline"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Pushpin">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapPushpin"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Rectangle">
|
|
<summary>
|
|
<para>A <see cref="T:DevExpress.XtraMap.MapRectangle"/> should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.CreatableMapItemKind.Spline">
|
|
<summary>
|
|
<para>A MapSpline should be created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DataAdapterChangedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapDataAdapterBase.DataChanged"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DataAdapterChangedEventArgs.#ctor(DevExpress.XtraMap.MapUpdateType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DataAdapterChangedEventArgs"/> class with the predefined color.</para>
|
|
</summary>
|
|
<param name="updateType">A <see cref="T:DevExpress.XtraMap.MapUpdateType"/> value specifying the type of the update. This value is assigned to the <see cref="P:DevExpress.XtraMap.DataAdapterChangedEventArgs.UpdateType"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DataAdapterChangedEventArgs.UpdateType">
|
|
<summary>
|
|
<para>Returns the type of the map update.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapUpdateType"/> enumeration value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DataAdapterChangedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapDataAdapterBase.DataChanged"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.DataAdapterChangedEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DataLoadedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.DataLoaded"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DataLoadedEventArgs.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DataLoadedEventArgs"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DataLoadedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.DataLoaded"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.DataLoadedEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DataProviderLegend">
|
|
<summary>
|
|
<para>The base class for legends that obtain data from map data providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DataSourceAdapterBase">
|
|
<summary>
|
|
<para>The base class for data adapters that can load data from data sources.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DataSourceAdapterBase.AttributeMappings">
|
|
<summary>
|
|
<para>Provides access to the collection of attribute mappings.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemAttributeMappingCollection"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DataSourceAdapterBase.DataMember">
|
|
<summary>
|
|
<para>Specifies the name of an object in a data source to provide data for a data adapter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DataSourceAdapterBase.DataSource">
|
|
<summary>
|
|
<para>Specifies the data source to provide data for a data adapter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/>.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DataSourceAdapterBase.Load">
|
|
<summary>
|
|
<para>Loads vector items from the specified data source.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.DataSourceAdapterBase.MapItemTypeDefault">
|
|
<summary>
|
|
<para>Specifies the type of map items that are generated by default.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DataSourceAdapterBase.PropertyMappings">
|
|
<summary>
|
|
<para>Returns a collection of map item property mappings.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemPropertyMappingCollection"/> object, which stores <see cref="T:DevExpress.XtraMap.MapItemPropertyMappingBase"/> class descendant objects.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DefaultClusterItemFactory">
|
|
<summary>
|
|
<para>The cluster item factory that initializes map items with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DefaultClusterItemFactory.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DefaultClusterItemFactory"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DefaultClusterItemFactory.Instance">
|
|
<summary>
|
|
<para>Returns the single instance of the class.</para>
|
|
</summary>
|
|
<value>The single instance of the class.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DefaultClusterItemFactory.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.DefaultClusterItemFactory"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.DefaultClusterItemFactory"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DefaultMapItemFactory">
|
|
<summary>
|
|
<para>The map item factory that initializes map items with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DefaultMapItemFactory.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DefaultMapItemFactory"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DefaultMapItemFactory.Instance">
|
|
<summary>
|
|
<para>Returns the single instance of the class.</para>
|
|
</summary>
|
|
<value>The single instance of the class.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DefaultMapItemFactory.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.DefaultMapItemFactory"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.DefaultMapItemFactory"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DistanceBasedClusterer">
|
|
<summary>
|
|
<para>The clusterer based on the building distance tree.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DistanceBasedClusterer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DistanceBasedClusterer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DistanceBasedClusterer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.DistanceBasedClusterer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.DistanceBasedClusterer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DistanceMeasureUnit">
|
|
<summary>
|
|
<para>Lists the values used to specify units to measure distances on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.DistanceMeasureUnit.Kilometer">
|
|
<summary>
|
|
<para>All distances are measured in kilometers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.DistanceMeasureUnit.Mile">
|
|
<summary>
|
|
<para>All distances are measured in miles.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DoubleCollection">
|
|
<summary>
|
|
<para>An ordered collection of Double values.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DoubleCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DoubleCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DoubleCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.DoubleCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.DoubleCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DouglasPeuckerShapeSimplifier">
|
|
<summary>
|
|
<para>Specifies the Douglas-Peucker shape simplification algorithm.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DouglasPeuckerShapeSimplifier.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the DouglasPeuckerShapeSimplifier class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DouglasPeuckerShapeSimplifier.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.DouglasPeuckerShapeSimplifier"/> class.</para>
|
|
</summary>
|
|
<returns>A string that is the textual representation of the <see cref="T:DevExpress.XtraMap.DouglasPeuckerShapeSimplifier"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DrawMapItemEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DrawMapItemEventArgs.#ctor(DevExpress.XtraMap.MapItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DrawMapItemEventArgs"/> class with the specified map item.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapItem"/> value specifying a map item to be drawn. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemEventArgs.Item"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DrawMapItemEventArgs.#ctor(DevExpress.XtraMap.MapItem,DevExpress.XtraMap.MapItemsLayerBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DrawMapItemEventArgs"/> class with the specified map item and layer.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapItem"/> value that specifies a map item to be drawn. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemEventArgs.Item"/> property.</param>
|
|
<param name="layer">A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> descendant to which the item belongs.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.Fill">
|
|
<summary>
|
|
<para>Gets or sets the color that is used to fill a map item when the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event is fired.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> that specifies how to fill a map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.IsHighlighted">
|
|
<summary>
|
|
<para>Gets a value that indicates whether a map item is highlighted.</para>
|
|
</summary>
|
|
<value>true, if a map item is highlighted; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.IsSelected">
|
|
<summary>
|
|
<para>Gets a value that indicates whether a map item is selected.</para>
|
|
</summary>
|
|
<value>true, if a map item is selected; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.Layer">
|
|
<summary>
|
|
<para>Gets an object representing a map items layer when handling the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> object that is a map items layer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.Stroke">
|
|
<summary>
|
|
<para>Gets or sets the Color that specifies how the map item outline is painted.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value that specifies how the map item outline is painted.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapItemEventArgs.StrokeWidth">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the width of the stroke on the current map item.</para>
|
|
</summary>
|
|
<value>An integer value that is the width of the stroke on the current map item.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DrawMapItemEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.DrawMapItemEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DrawMapPointerEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event if the <see cref="T:DevExpress.XtraMap.MapPointer"/> class descendant should be drawn.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DrawMapPointerEventArgs.#ctor(DevExpress.XtraMap.MapPointer)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DrawMapPointerEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapPointer"/> object which should be drawn.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DrawMapPointerEventArgs.#ctor(DevExpress.XtraMap.MapPointer,DevExpress.XtraMap.MapItemsLayerBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DrawMapPointerEventArgs"/> class with the specified map pointer and layer.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapPointer"/> object which should be drawn.</param>
|
|
<param name="layer">A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> descendant to which the pointer belongs.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.DisposeImage">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether the <see cref="P:DevExpress.XtraMap.DrawMapPointerEventArgs.Image"/> property value should be disposed when drawing is finished.</para>
|
|
</summary>
|
|
<value>true, if an image should be disposed; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.Image">
|
|
<summary>
|
|
<para>Gets or sets the image used to draw a map pointer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Image"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.Text">
|
|
<summary>
|
|
<para>Gets or sets the text used to draw the map pointer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.TextColor">
|
|
<summary>
|
|
<para>Gets or sets the color used to draw text.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapPointerEventArgs.Transparency">
|
|
<summary>
|
|
<para>Gets or sets the transparency value used to draw the map pointer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Byte"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DrawMapShapeEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/> event if the <see cref="T:DevExpress.XtraMap.MapShape"/> class descendant should be drawn.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DrawMapShapeEventArgs.#ctor(DevExpress.XtraMap.MapShape)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DrawMapShapeEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapShape"/> class descendant which should be drawn.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DrawMapShapeEventArgs.#ctor(DevExpress.XtraMap.MapShape,DevExpress.XtraMap.MapItemsLayerBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DrawMapShapeEventArgs"/> class with the specified map pointer and layer.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapShape"/> object which should be drawn.</param>
|
|
<param name="layer">A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> descendant to which the pointer belongs.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapShapeEventArgs.ActualTitle">
|
|
<summary>
|
|
<para>Gets or sets the title of a map shape used to draw the map shape.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapShapeEventArgs.TitleColor">
|
|
<summary>
|
|
<para>Gets or sets the color used to draw the map shape's title.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DrawMapShapeEventArgs.TitleGlowColor">
|
|
<summary>
|
|
<para>Gets or sets the glow color of a map shape used to draw the shape.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.DynamicMiniMapBehavior">
|
|
<summary>
|
|
<para>This class provides the dynamic mini map behavior.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DynamicMiniMapBehavior.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.DynamicMiniMapBehavior"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DynamicMiniMapBehavior.MaxZoomLevel">
|
|
<summary>
|
|
<para>Gets or sets the maximum value of the mini map zoom level.</para>
|
|
</summary>
|
|
<value>A double value, specifying the maximum of zoom level.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DynamicMiniMapBehavior.MinZoomLevel">
|
|
<summary>
|
|
<para>Gets or sets the minimum value of the mini map zoom level.</para>
|
|
</summary>
|
|
<value>A double value, specifying the minimum zoom level.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.DynamicMiniMapBehavior.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.DynamicMiniMapBehavior"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.DynamicMiniMapBehavior"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.DynamicMiniMapBehavior.ZoomOffset">
|
|
<summary>
|
|
<para>Gets or sets the mini map zoom level offset relative to the map control zoom level.</para>
|
|
</summary>
|
|
<value>A double value, specifying the offset.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.EditableItemHitInfo">
|
|
<summary>
|
|
<para>Hit test information about a map item that implements the <see cref="T:DevExpress.XtraMap.IEditableItem"/> interface.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditableItemHitInfo.ContourIndex">
|
|
<summary>
|
|
<para>Returns the index of a path contour.</para>
|
|
</summary>
|
|
<value>The index of a path contour.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditableItemHitInfo.EndIndex">
|
|
<summary>
|
|
<para>Returns the second point that defines a line that is under a hit tested point.</para>
|
|
</summary>
|
|
<value>The second point that defines a line that is under a hit tested point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditableItemHitInfo.Item">
|
|
<summary>
|
|
<para>Returns the Map Item whose point or edge is under the hit tested point.</para>
|
|
</summary>
|
|
<value>The Map Item whose point or edge is under the hit tested point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditableItemHitInfo.StartIndex">
|
|
<summary>
|
|
<para>Returns the first point that defines a line that is under a hit tested point.</para>
|
|
</summary>
|
|
<value>The first point that defines a line that is under a hit tested point.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EditableItemHitInfo.ToString">
|
|
<summary>
|
|
<para>Returns the hit info object's textual representation.</para>
|
|
</summary>
|
|
<returns>The hit info object's textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.EditorPanelOptions">
|
|
<summary>
|
|
<para>Contains the Map Editor panel's settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EditorPanelOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.EditorPanelOptions"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ButtonSize">
|
|
<summary>
|
|
<para>Gets or sets the Map Editor panel buttons' size.</para>
|
|
</summary>
|
|
<value>The button size.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddCalloutButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Add Callout button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddCustomElementButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Add Custom Element button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddDotButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Add Dot button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Add Dot button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddEllipseButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Add Ellipse button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Add Ellipse button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddLineButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Add Line button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Add Line button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddPathButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Add Path button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Add Path button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddPolylineButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Add Polyline button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Add Polyline button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddPushpinButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Add Pushpin button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Add Pushpin button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddRectangleButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Add Rectangle button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Add Rectangle button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowAddSplineButton">
|
|
<summary>
|
|
<para>Specifies whether the Map Editor panel's Add Spline button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Add Spline button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowDefaultModeButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Default Mode button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Default Mode button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowEditModeButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Edit Mode button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Edit Mode button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowTransformModeButton">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Transform Mode button should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Transform Mode button; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EditorPanelOptions.ShowUndoRedoButtons">
|
|
<summary>
|
|
<para>Specifies whether or not the Map Editor panel's Undo and Redo buttons should be shown.</para>
|
|
</summary>
|
|
<value>true, to show the Undo and Redo buttons; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EditorPanelOptions.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.EditorPanelOptions"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.EditorPanelOptions"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ElementSelectionMode">
|
|
<summary>
|
|
<para>Lists the values used to specify the selection mode of a map element.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ElementSelectionMode.Extended">
|
|
<summary>
|
|
<para>Selects multiple consecutive map elements while holding down the SHIFT key.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ElementSelectionMode.Multiple">
|
|
<summary>
|
|
<para>Selects multiple map elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ElementSelectionMode.None">
|
|
<summary>
|
|
<para>The selection of a map element is disabled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ElementSelectionMode.Single">
|
|
<summary>
|
|
<para>Selects the only map element.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ElementState">
|
|
<summary>
|
|
<para>Lists states of the map elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ElementState.All">
|
|
<summary>
|
|
<para>An element has all states.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ElementState.Highlighted">
|
|
<summary>
|
|
<para>An element is highlighted.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ElementState.None">
|
|
<summary>
|
|
<para>An element has no state.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ElementState.Normal">
|
|
<summary>
|
|
<para>An element is in the normal state.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ElementState.Selected">
|
|
<summary>
|
|
<para>An element is selected.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ElevationInformation">
|
|
<summary>
|
|
<para>Contains the elevation information about a geographical point.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ElevationInformation.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ElevationInformation"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ElevationInformation.Elevation">
|
|
<summary>
|
|
<para>Gets or sets the elevation value of the specified geographical point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> value specifying the elevation expressed in meters.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ElevationInformation.Location">
|
|
<summary>
|
|
<para>Gets or sets the location by the geographical point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ElevationInformation.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ElevationInformation"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.ElevationInformation"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ElevationRequestResult">
|
|
<summary>
|
|
<para>The result of the elevation data request to a map service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ElevationRequestResult.#ctor(DevExpress.XtraMap.ElevationInformation[],DevExpress.XtraMap.RequestResultCode,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ElevationRequestResult"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="elevations">An array of the <see cref="T:DevExpress.XtraMap.ElevationInformation"/> objects specifying the location elevations received from a web service.</param>
|
|
<param name="statusCode">A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> object specifying the request result code.</param>
|
|
<param name="faultReason">A <see cref="T:System.String"/> value specifying the reason for the request fault.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ElevationRequestResult.Locations">
|
|
<summary>
|
|
<para>Returns the requested locations with corresponding elevations.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:DevExpress.XtraMap.ElevationInformation"/> objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ElevationRequestResult.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ElevationRequestResult"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.ElevationRequestResult"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ElevationsCalculatedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.BingElevationDataProvider.ElevationsCalculated"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ElevationsCalculatedEventArgs.#ctor(DevExpress.XtraMap.ElevationRequestResult,System.Exception,System.Boolean,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ElevationsCalculatedEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="result">A <see cref="T:DevExpress.XtraMap.ElevationRequestResult"/> object specifying the request result to a web service. This value is assigned to the <see cref="P:DevExpress.XtraMap.ElevationsCalculatedEventArgs.Result"/> property.</param>
|
|
<param name="error">A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.</param>
|
|
<param name="cancelled">A <see cref="T:System.Boolean"/> value containing information whether or not receiving information should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ElevationsCalculatedEventArgs.Result">
|
|
<summary>
|
|
<para>Returns the result of the elevation calculation.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ElevationRequestResult"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ElevationsCalculatedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.BingElevationDataProvider.ElevationsCalculated"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">An <see cref="T:DevExpress.XtraMap.ElevationsCalculatedEventArgs"/> object that contains the event's data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.Ellipsoid">
|
|
<summary>
|
|
<para>This class represents an ellipsoid used to build a projected coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.AustralianNational66">
|
|
<summary>
|
|
<para>Returns the Australian National (1966) ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.Ellipsoid.CreateBySemimajorAndInverseFlattering(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes an instance of <see cref="T:DevExpress.XtraMap.Ellipsoid"/> class using a semimajor axis and inverse flattering values.</para>
|
|
</summary>
|
|
<param name="semimajor">A <see cref="T:System.Double"/> object specifying a semimajor axis value.</param>
|
|
<param name="inverseFlattering">A <see cref="T:System.Double"/> object specifying an inverse flattering value.</param>
|
|
<returns>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.Ellipsoid.CreateBySemimajorAndInverseFlattering(System.Double,System.Double,System.String)">
|
|
<summary>
|
|
<para>Initializes an instance of <see cref="T:DevExpress.XtraMap.Ellipsoid"/> class using a semimajor axis and inverse flattering values.</para>
|
|
</summary>
|
|
<param name="semimajor">A <see cref="T:System.Double"/> object specifying a semimajor axis value.</param>
|
|
<param name="inverseFlattering">A <see cref="T:System.Double"/> object specifying an inverse flattering value.</param>
|
|
<param name="name">A <see cref="T:System.String"/> object specifying the name of an ellipsoid.</param>
|
|
<returns>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.Ellipsoid.CreateByTwoAxes(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes an instance of <see cref="T:DevExpress.XtraMap.Ellipsoid"/> class using semimajor and semiminor axis values.</para>
|
|
</summary>
|
|
<param name="semimajor">A <see cref="T:System.Double"/> object specifying a semimajor axis value.</param>
|
|
<param name="semiminor">A <see cref="T:System.Double"/> object specifying a semiminor axis value.</param>
|
|
<returns>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.Ellipsoid.CreateByTwoAxes(System.Double,System.Double,System.String)">
|
|
<summary>
|
|
<para>Initializes an instance of <see cref="T:DevExpress.XtraMap.Ellipsoid"/> class using semimajor and semiminor axis values.</para>
|
|
</summary>
|
|
<param name="semimajor">A <see cref="T:System.Double"/> object specifying a semimajor axis value.</param>
|
|
<param name="semiminor">A <see cref="T:System.Double"/> object specifying a semiminor axis value.</param>
|
|
<param name="name">A <see cref="T:System.String"/> object specifying the name of an ellipsoid.</param>
|
|
<returns>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.Flattening">
|
|
<summary>
|
|
<para>Returns the flattering value of an ellipsoid.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.Ellipsoid.GetPredefinedEllipsoids">
|
|
<summary>
|
|
<para>Returns an array of predefined ellipsoids.</para>
|
|
</summary>
|
|
<returns>An array of <see cref="T:DevExpress.XtraMap.Ellipsoid"/> objects, which represent predefined ellipsoids.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.GRS67">
|
|
<summary>
|
|
<para>Returns the GRS-67 ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.GRS80">
|
|
<summary>
|
|
<para>Returns the GRS-80 ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.GSK11">
|
|
<summary>
|
|
<para>Returns the GSK-2011 ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.IERS03">
|
|
<summary>
|
|
<para>Returns the IERS (2003) ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.IERS89">
|
|
<summary>
|
|
<para>Returns the IERS (2003) ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.InverseFlattening">
|
|
<summary>
|
|
<para>Returns the inverse flattering value of the ellipsoid.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.Krassovsky">
|
|
<summary>
|
|
<para>Returns the Krassovsky (1940) ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.Name">
|
|
<summary>
|
|
<para>Gets or sets the name of an ellipsoid.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.NewInternational67">
|
|
<summary>
|
|
<para>Returns the New International (1967) ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.PZ90">
|
|
<summary>
|
|
<para>Returns the PZ-90 ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.SemimajorAxis">
|
|
<summary>
|
|
<para>Returns the semimajor axis value of an ellipsoid.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.SemiminorAxis">
|
|
<summary>
|
|
<para>Returns the semiminor axis value of an ellipsoid.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.SouthAmerican69">
|
|
<summary>
|
|
<para>Returns the South American (1969) ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.SquareOfEccentricity">
|
|
<summary>
|
|
<para>Returns the square of eccentricity value of an ellipsoid.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.Ellipsoid.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.Ellipsoid"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.Ellipsoid"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.WGS66">
|
|
<summary>
|
|
<para>Returns the WGS66 ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.WGS72">
|
|
<summary>
|
|
<para>Returns the WGS-72 ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Ellipsoid.WGS84">
|
|
<summary>
|
|
<para>Returns the WGS-84 ellipsoid.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter">
|
|
<summary>
|
|
<para>The base class for converters from an ellipsoid based projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.Ellipsoid">
|
|
<summary>
|
|
<para>Gets or sets the ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.FalseEasting">
|
|
<summary>
|
|
<para>Gets or sets the false easting used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.FalseNorthing">
|
|
<summary>
|
|
<para>Gets or sets the false northing used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.PrimeMeridian">
|
|
<summary>
|
|
<para>Gets or sets the prime meridian of the coordinate system to which the Cartesian system is converted.</para>
|
|
</summary>
|
|
<value>The prime meridian.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EllipsoidBasedCartesianToGeoConverter.ProjectionCenter">
|
|
<summary>
|
|
<para>Gets or sets the central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object which <see cref="P:DevExpress.Xpf.Map.GeoPoint.Latitude"/> represents the latitude of the projection's origin and <see cref="P:DevExpress.Xpf.Map.GeoPoint.Longitude"/> represents the central meridian.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.EllipticalMercatorProjection">
|
|
<summary>
|
|
<para>A class that defines methods specific to the Elliptical Mercator Projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EllipticalMercatorProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.EllipticalMercatorProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EllipticalMercatorProjection.Ellipsoid">
|
|
<summary>
|
|
<para>Gets or sets an ellipsoid of the <see cref="T:DevExpress.XtraMap.EllipticalMercatorProjection"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EllipticalMercatorProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.EllipticalMercatorProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.EllipticalMercatorProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.EPSG4326Projection">
|
|
<summary>
|
|
<para>The map projection that saves scales of distances along specified lines.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EPSG4326Projection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.EPSG4326Projection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EPSG4326Projection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.EPSG4326Projection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.EPSG4326Projection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.EqualAreaProjection">
|
|
<summary>
|
|
<para>A class that defines methods specific to the Equal Area Projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EqualAreaProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.EqualAreaProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EqualAreaProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.EqualAreaProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.EqualAreaProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.EquationRangeDistribution">
|
|
<summary>
|
|
<para>The base for classes that define exponential and logarithmic distribution of color ranges in a colorizer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.EquationRangeDistribution.Factor">
|
|
<summary>
|
|
<para>Gets or sets the factor specifying the percentages of the starting color and the ending color in the colorizer.</para>
|
|
</summary>
|
|
<value>A factor that specifies the percentages of the starting color and the ending color to be used at the corresponding position in the colorizer.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.EquidistantProjection">
|
|
<summary>
|
|
<para>Represents the cylindrical equidistant map projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EquidistantProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.EquidistantProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EquidistantProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.EquidistantProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.EquidistantProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.EquirectangularProjection">
|
|
<summary>
|
|
<para>A class that defines methods specific to the Equirectangular Projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EquirectangularProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.EquirectangularProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.EquirectangularProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.EquirectangularProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.EquirectangularProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ExponentialRangeDistribution">
|
|
<summary>
|
|
<para>Represents the exponential distribution of color ranges in a colorizer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ExponentialRangeDistribution.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ExponentialRangeDistribution"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ExponentialRangeDistribution.ConvertRangeValue(System.Double,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Converts the specified range value.</para>
|
|
</summary>
|
|
<param name="min">A <see cref="T:System.Double"/> value that specifies the maximum of the conversion results.</param>
|
|
<param name="max">A <see cref="T:System.Double"/> value that specifies the maximum of the conversion results.</param>
|
|
<param name="value">A <see cref="T:System.Double"/> value to be converted.</param>
|
|
<returns>A <see cref="T:System.Double"/> object that is the result of the conversion.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ExponentialRangeDistribution.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.ExponentialRangeDistribution"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.ExponentialRangeDistribution"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ExportMapItemEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.ExportMapItem"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ExportMapItemEventArgs.#ctor(DevExpress.XtraMap.MapItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ExportMapItemEventArgs"/> class with the specified map item.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapItem"/> value specifying a map item in the map control. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemEventArgs.Item"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ExportMapItemEventArgs.Cancel">
|
|
<summary>
|
|
<para>Gets or sets whether the export of a map item should be canceled.</para>
|
|
</summary>
|
|
<value>true, if the export of a map item should be canceled; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ExportMapItemEventArgs.IsSelected">
|
|
<summary>
|
|
<para>Gets a value that indicates whether an exported map item is selected.</para>
|
|
</summary>
|
|
<value>true, if a map item is selected; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ExportMapItemEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.ExportMapItem"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">An <see cref="T:DevExpress.XtraMap.ExportMapItemEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.FieldValueType">
|
|
<summary>
|
|
<para>Lists the field value types of the map item attribute.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.FieldValueType.Boolean">
|
|
<summary>
|
|
<para>Indicates that the attribute field of a map item contains Boolean values (the <see cref="T:System.Boolean"/> type).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.FieldValueType.DateTime">
|
|
<summary>
|
|
<para>Indicates that the attribute field of a map item contains Date Time values (the <see cref="T:System.DateTime"/> type).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.FieldValueType.Decimal">
|
|
<summary>
|
|
<para>Indicates that the attribute field of a map item contains Decimal values (the <see cref="T:System.Decimal"/> type).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.FieldValueType.Integer">
|
|
<summary>
|
|
<para>Indicates that the attribute field of a map item contains Integer values (the <see cref="T:System.Int32"/> type).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.FieldValueType.Object">
|
|
<summary>
|
|
<para>Indicates that the attribute field of a map item contains values of the Object type (the <see cref="T:System.Object"/> type).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.FieldValueType.String">
|
|
<summary>
|
|
<para>Indicates that the attribute field of a map item contains String values (the <see cref="T:System.String"/> type).</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.FileDataAdapterBase">
|
|
<summary>
|
|
<para>The base class for data adapters that can load data from a file.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.FileDataAdapterBase.FileUri">
|
|
<summary>
|
|
<para>Gets or sets a URI that defines the location of a vector data file.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Uri"/> object that that specifies a path to a vector data file.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.FileDataAdapterBase.ItemsLoaded">
|
|
<summary>
|
|
<para>Occurs when items are loaded.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.FileDataAdapterBase.Load">
|
|
<summary>
|
|
<para>Loads data from a datasource.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.FixedMiniMapBehavior">
|
|
<summary>
|
|
<para>This class provides the fixed mini map behavior.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.FixedMiniMapBehavior.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.FixedMiniMapBehavior"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.FixedMiniMapBehavior.CenterPoint">
|
|
<summary>
|
|
<para>Gets or sets a center point of a mini map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.FixedMiniMapBehavior.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.FixedMiniMapBehavior"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.FixedMiniMapBehavior"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.FixedMiniMapBehavior.ZoomLevel">
|
|
<summary>
|
|
<para>Gets or sets the zoom level of a mini map.</para>
|
|
</summary>
|
|
<value>A double value, specifying the zoom level.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GenericColorizer`1">
|
|
<summary>
|
|
<para>The base class for all colorizers used with generic types.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GenericColorizerItemCollection`1">
|
|
<summary>
|
|
<para>A generic collection of Colorizer's items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GenericColorizerItemCollection`1.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.GenericColorizerItemCollection`1"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GenericColorizerItemCollection`1.ToColors">
|
|
<summary>
|
|
<para>Converts the <see cref="T:DevExpress.XtraMap.GenericColorizerItemCollection`1"/> object to a <see cref="T:DevExpress.XtraMap.ColorCollection"/> object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.ColorCollection"/> object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GeocodeRequestResult">
|
|
<summary>
|
|
<para>Contains results of a request to a web service to obtain Geocode information about a specific location on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeocodeRequestResult.#ctor(DevExpress.XtraMap.RequestResultCode,System.String,DevExpress.XtraMap.LocationInformation[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.GeocodeRequestResult"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="resultCode">A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> object specifying the result code. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.ResultCode"/> property.</param>
|
|
<param name="faultReason">A <see cref="T:System.String"/> specifying the cause of the fault. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.FaultReason"/> property.</param>
|
|
<param name="locations">An array of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects specifying all locations. This value is assigned to the <see cref="P:DevExpress.XtraMap.GeocodeRequestResult.Locations"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GeocodeRequestResult.Locations">
|
|
<summary>
|
|
<para>Returns all locations found for the specified geographical point.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeocodeRequestResult.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.GeocodeRequestResult"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.GeocodeRequestResult"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GeoJsonFileDataAdapter">
|
|
<summary>
|
|
<para>A data adapter that loads data from GeoJSON files, and displays it on vector layers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoJsonFileDataAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.GeoJsonFileDataAdapter"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GeoJsonFileDataAdapter.FileUri">
|
|
<summary>
|
|
<para>Gets or sets a URI that defines the GeoJSON file location.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Uri"/> object that specifies a path to a GeoJSON file.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoJsonFileDataAdapter.LoadFromStream(System.IO.Stream)">
|
|
<summary>
|
|
<para>Loads map items from the passed stream.</para>
|
|
</summary>
|
|
<param name="stream">A stream from which the data adapter should load map items.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoJsonFileDataAdapter.Parse(System.String)">
|
|
<summary>
|
|
<para>Parses the passed string in the GeoJSON format to create map items that the string specifies.</para>
|
|
</summary>
|
|
<param name="textData">The string in the GeoJSON format that specifies map items.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GeoJsonFileDataAdapter.SourceCoordinateSystem">
|
|
<summary>
|
|
<para>Gets or sets a coordinate system for the data adapter.</para>
|
|
</summary>
|
|
<value>The Geographical coordinate system.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoJsonFileDataAdapter.ToString">
|
|
<summary>
|
|
<para>Gets the object's text representation.</para>
|
|
</summary>
|
|
<returns>A string that specifies the object's text representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GeoMapCoordinateSystem">
|
|
<summary>
|
|
<para>This class allows use of the Geographical coordinate system for the Map Control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoMapCoordinateSystem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.GeoMapCoordinateSystem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GeoMapCoordinateSystem.CircularScrollingMode">
|
|
<summary>
|
|
<para>Gets or sets a value that indicates which map items can be circularly scrolled.</para>
|
|
</summary>
|
|
<value>The value that indicates which map items are available for circular scrolling.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GeoMapCoordinateSystem.Projection">
|
|
<summary>
|
|
<para>Gets or sets the projection used by the geographical coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoMapCoordinateSystem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.GeoMapCoordinateSystem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.GeoMapCoordinateSystem"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GeoPoint">
|
|
<summary>
|
|
<para>A geographical point on the map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoPoint.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.GeoPoint"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoPoint.#ctor(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.GeoPoint"/> class with the specified latitude and longitude.</para>
|
|
</summary>
|
|
<param name="latitude">A <see cref="T:System.Double"/> value which specifies the latitude of the geographical point. This value is assigned to the <see cref="P:DevExpress.XtraMap.GeoPoint.Latitude"/> property.</param>
|
|
<param name="longitude">A <see cref="T:System.Double"/> value which specifies the longitude of the geographical point. This value is assigned to the <see cref="P:DevExpress.XtraMap.GeoPoint.Longitude"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GeoPoint.Latitude">
|
|
<summary>
|
|
<para>Gets or sets a latitude value for the current geographical coordinate.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value that is the latitude for this <see cref="T:DevExpress.XtraMap.GeoPoint"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GeoPoint.Longitude">
|
|
<summary>
|
|
<para>Gets or sets a longitude value for the current geographical coordinate.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value that is the longitude for this <see cref="T:DevExpress.XtraMap.GeoPoint"/>.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoPoint.Normalize(DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Normalizes the specified geographical point's coordinates.</para>
|
|
</summary>
|
|
<param name="geoPoint">A non-normalized <see cref="T:DevExpress.XtraMap.GeoPoint"/> object.</param>
|
|
<returns>A normalized <see cref="T:DevExpress.XtraMap.GeoPoint"/> object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoPoint.Offset(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes an instance of a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object offset by specified values.</para>
|
|
</summary>
|
|
<param name="offsetX">A <see cref="T:System.Double"/> value specifying an X coordinate offset.</param>
|
|
<param name="offsetY">A <see cref="T:System.Double"/> value specifying an Y coordinate offset.</param>
|
|
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoPoint.Parse(System.String)">
|
|
<summary>
|
|
<para>Converts the string representation of a geographical point to its <see cref="T:DevExpress.XtraMap.GeoPoint"/> equivalent.</para>
|
|
</summary>
|
|
<param name="source">A string containing geographical coordinates, separated by a comma.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object that is equivalent to the specified string.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoPoint.ToString(System.IFormatProvider)">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.GeoPoint"/>.</para>
|
|
</summary>
|
|
<param name="provider">An object, implementing the <see cref="T:System.IFormatProvider"/> interface.</param>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.GeoPoint"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GeoSourceCoordinateSystem">
|
|
<summary>
|
|
<para>This class allows use of the Geographical coordinate system for the data adapter.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoSourceCoordinateSystem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.GeoSourceCoordinateSystem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoSourceCoordinateSystem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.GeoSourceCoordinateSystem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.GeoSourceCoordinateSystem"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GeoUtils">
|
|
<summary>
|
|
<para>Cartography measurement API for maps with a geographical coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoUtils.CalculateArea(DevExpress.XtraMap.MapShape)">
|
|
<summary>
|
|
<para>Computes the closed shape area.</para>
|
|
</summary>
|
|
<param name="shape">The closed map shape whose area is calculated.</param>
|
|
<returns>The map shape area in squire meters.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoUtils.CalculateArea(System.Collections.Generic.IList{DevExpress.XtraMap.GeoPoint})">
|
|
<summary>
|
|
<para>Computes the area of a closed shape formed by the given points.</para>
|
|
</summary>
|
|
<param name="points">The points that define the map shape vertices.</param>
|
|
<returns>The map shape area in squire meters.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoUtils.CalculateBearing(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Computes an angle between the Geodetic North direction and a line given by two points, clockwise in degrees.</para>
|
|
</summary>
|
|
<param name="p1">The first geographical point.</param>
|
|
<param name="p2">The second geographical point.</param>
|
|
<returns>The bearing in degrees.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoUtils.CalculateCenter(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Returns a center point with geographical coordinates between two given points.</para>
|
|
</summary>
|
|
<param name="point1">The first geographical point.</param>
|
|
<param name="point2">The second geographical point.</param>
|
|
<returns>A center between two specified points.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoUtils.CalculateDistance(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Calculates the distance between specified points.</para>
|
|
</summary>
|
|
<param name="p1">The first geographical point.</param>
|
|
<param name="p2">The second geographical point.</param>
|
|
<returns>The distance in meters.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoUtils.CalculateLength(System.Collections.Generic.IList{DevExpress.XtraMap.GeoPoint})">
|
|
<summary>
|
|
<para>Calculates a polyline length in meters.</para>
|
|
</summary>
|
|
<param name="points">A collection of points that define the polyline vertices.</param>
|
|
<returns>The polyline length in meters.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GeoUtils.CalculateStrokeLength(DevExpress.XtraMap.MapShape)">
|
|
<summary>
|
|
<para>Returns the map shape's stroke length in meters.</para>
|
|
</summary>
|
|
<param name="shape">The map shape whose stroke length should be calculated.</param>
|
|
<returns>The map shape stroke length in meters.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GpxFileDataAdapter">
|
|
<summary>
|
|
<para>A data adapter that loads data from GPX files, and displays it on vector layers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GpxFileDataAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.GpxFileDataAdapter"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GpxFileDataAdapter.CreateRoutePoints">
|
|
<summary>
|
|
<para>Specifies whether to generate map dots for waypoints.</para>
|
|
</summary>
|
|
<value>true, if a data adapter generates map dot objects for each waypoint in the GPX file; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GpxFileDataAdapter.FileUri">
|
|
<summary>
|
|
<para>Gets or sets a URI that defines the GPX file location.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Uri"/> object that specifies a path to a GPX file.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GpxFileDataAdapter.LoadFromStream(System.IO.Stream)">
|
|
<summary>
|
|
<para>Loads map items from the passed stream.</para>
|
|
</summary>
|
|
<param name="stream">A stream from which the data adapter should load map items.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GpxFileDataAdapter.Parse(System.String)">
|
|
<summary>
|
|
<para>Parses the passed string in the GPX format to create map items that the string specifies.</para>
|
|
</summary>
|
|
<param name="textData">The string in the GPX format that specifies map items.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GpxFileDataAdapter.SourceCoordinateSystem">
|
|
<summary>
|
|
<para>Gets or sets a coordinate system for the data adapter.</para>
|
|
</summary>
|
|
<value>The Geographical coordinate system.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GpxFileDataAdapter.ToString">
|
|
<summary>
|
|
<para>Gets the object's text representation.</para>
|
|
</summary>
|
|
<returns>A string that specifies the object's text representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.GraphColorizer">
|
|
<summary>
|
|
<para>Represents the Graph colorizer utilized to paint shapes that have a common border using different colors.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GraphColorizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.GraphColorizer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.GraphColorizer.ColorItems">
|
|
<summary>
|
|
<para>Provides access to the collection of color items for this colorizer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GenericColorizerItemCollection`1"/> containing <see cref="T:DevExpress.XtraMap.ColorizerColorItem"/> objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GraphColorizer.ColorizeElement(DevExpress.XtraMap.IColorizerElement)">
|
|
<summary>
|
|
<para>Colorize a map element.</para>
|
|
</summary>
|
|
<param name="element">An object implementing the <see cref="T:DevExpress.XtraMap.IColorizerElement"/> interface that contains a map element to colorize.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.GraphColorizer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.GraphColorizer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.GraphColorizer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.HeatmapAlgorithmBase">
|
|
<summary>
|
|
<para>The base class for heatmap algorithms.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.HeatmapDataSourceAdapter">
|
|
<summary>
|
|
<para>The data adapter that provides data used to generate heatmap items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapDataSourceAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.HeatmapProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapDataSourceAdapter.DataMember">
|
|
<summary>
|
|
<para>Specifies the name of an object in a data source to provide data for the data adapter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapDataSourceAdapter.DataSource">
|
|
<summary>
|
|
<para>Specifies the data source to provide data for the data adapter.</para>
|
|
</summary>
|
|
<value>An Object that represents a data source.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapDataSourceAdapter.Load">
|
|
<summary>
|
|
<para>Loads data items from the specified data source.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapDataSourceAdapter.Mappings">
|
|
<summary>
|
|
<para>Contains information on how data for heatmap points should be obtained from a data source.</para>
|
|
</summary>
|
|
<value>Provides information on the mapping of the heatmap point properties to the data fields.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapDataSourceAdapter.SourceCoordinateSystem">
|
|
<summary>
|
|
<para>Gets or sets the coordinate system of a data adapter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.SourceCoordinateSystem"/> descendant.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapDataSourceAdapter.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.</para>
|
|
</summary>
|
|
<returns>The text representation of the current object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.HeatmapDensityBasedAlgorithm">
|
|
<summary>
|
|
<para>The algorithm that allows the Map Control to plot a heatmap based on the density of heatmap points.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapDensityBasedAlgorithm.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.HeatmapDensityBasedAlgorithm"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapDensityBasedAlgorithm.PointRadius">
|
|
<summary>
|
|
<para>Gets or sets a particular heatmap point's radius in pixels.</para>
|
|
</summary>
|
|
<value>A number that represents the heatmap point radius in pixels.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapDensityBasedAlgorithm.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.</para>
|
|
</summary>
|
|
<returns>The text representation of the current object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.HeatmapPoint">
|
|
<summary>
|
|
<para>A particular heatmap point.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapPoint.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.HeatmapPoint"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapPoint.#ctor(DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.HeatmapPoint"/> class with the specified location.</para>
|
|
</summary>
|
|
<param name="point">Specifies the heatmap point location.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapPoint.#ctor(DevExpress.Map.CoordPoint,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.HeatmapPoint"/> class with the specified location and value.</para>
|
|
</summary>
|
|
<param name="location">The heatmap point coordinates.</param>
|
|
<param name="value">The heatmap point's weight value.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapPoint.Location">
|
|
<summary>
|
|
<para>Gets or sets the heatmap point location.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> descendant.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapPoint.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.</para>
|
|
</summary>
|
|
<returns>The text representation of the current object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapPoint.Value">
|
|
<summary>
|
|
<para>Gets or sets the heatmap point value.</para>
|
|
</summary>
|
|
<value>A point-floating number that represents the heatmap point value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.HeatmapPointCollection">
|
|
<summary>
|
|
<para>A collection that stores <see cref="T:DevExpress.XtraMap.HeatmapPoint"/> objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapPointCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.HeatmapPointCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapPointCollection.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.</para>
|
|
</summary>
|
|
<returns>The text representation of the current object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.HeatmapPointMappingInfo">
|
|
<summary>
|
|
<para>Contains information on how heatmap point properties map to the data source fields.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapPointMappingInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.HeatmapPointMappingInfo"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.HeatmapPointMappingInfo"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapPointMappingInfo.Value">
|
|
<summary>
|
|
<para>Gets or sets the name of the data field that provides weight values for heatmap points.</para>
|
|
</summary>
|
|
<value>The data field name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapPointMappingInfo.XCoordinate">
|
|
<summary>
|
|
<para>Gets or sets the name of the data field that provides x-coordinates for heatmap points.</para>
|
|
</summary>
|
|
<value>The data field name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapPointMappingInfo.YCoordinate">
|
|
<summary>
|
|
<para>Gets or sets the name of the data field that provides y-coordinates for heatmap points.</para>
|
|
</summary>
|
|
<value>The data field name.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.HeatmapPointStorage">
|
|
<summary>
|
|
<para>The data adapter that stores manually added heatmap points.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapPointStorage.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.HeatmapPointStorage"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapPointStorage.Points">
|
|
<summary>
|
|
<para>Returns a collection of points used to plot a heatmap.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.XtraMap.HeatmapPoint"/> objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapPointStorage.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.</para>
|
|
</summary>
|
|
<returns>The text representation of the current object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.HeatmapProvider">
|
|
<summary>
|
|
<para>Allows you to draw a heatmap on the Map Control surface.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.HeatmapProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapProvider.Algorithm">
|
|
<summary>
|
|
<para>Gets or sets the algorithm that the provider uses to render a heatmap.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.HeatmapAlgorithmBase"/> descendant.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapProvider.Colorizer">
|
|
<summary>
|
|
<para>Gets or sets the Choropleth colorizer used to paint the heatmap.</para>
|
|
</summary>
|
|
<value>A Choropleth colorizer that the Map Control uses to paint the heatmap.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.HeatmapProvider.PointSource">
|
|
<summary>
|
|
<para>Gets or sets the heatmap provider's point source.</para>
|
|
</summary>
|
|
<value>An object of the class that implements the <see cref="T:DevExpress.XtraMap.IHeatmapPointSource"/> interface and represents a point source.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.HeatmapProvider.ToString">
|
|
<summary>
|
|
<para>Returns the text representation of the current object.</para>
|
|
</summary>
|
|
<returns>The text representation of the current object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.Hemisphere">
|
|
<summary>
|
|
<para>Lists the values used to specify the Earth's hemishpere.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.Hemisphere.Northern">
|
|
<summary>
|
|
<para>The Earth's northern hemisphere is projected.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.Hemisphere.Southern">
|
|
<summary>
|
|
<para>The Earth's southern hemisphere is projected.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IClusterer">
|
|
<summary>
|
|
<para>The interface that should be implemented by classes providing clustering functionality.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IClusterer.Clusterize(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},DevExpress.XtraMap.MapViewport,System.Boolean)">
|
|
<summary>
|
|
<para>Applies the clustering method to the source vector item collection.</para>
|
|
</summary>
|
|
<param name="sourceItems">A collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.</param>
|
|
<param name="viewport">A <see cref="T:DevExpress.XtraMap.MapViewport"/> object, specifying the current viewport.</param>
|
|
<param name="sourceChanged">A <see cref="T:System.Boolean"/> value indicating whether or not the source item collection is changed.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IClusterer.IsBusy">
|
|
<summary>
|
|
<para>Returns a value indicating whether a clusterer is busy or not.</para>
|
|
</summary>
|
|
<value>true if clusterer is clustering items; otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IClusterer.Items">
|
|
<summary>
|
|
<para>Returns the collection of cluster representatives.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemCollection"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IClusterer.SetOwner(DevExpress.XtraMap.IMapDataAdapter)">
|
|
<summary>
|
|
<para>Specifies the owner object for a clusterer.</para>
|
|
</summary>
|
|
<param name="owner">An object of a class implementing the <see cref="T:DevExpress.XtraMap.IMapDataAdapter"/> interface.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IClustererGroupProvider">
|
|
<summary>
|
|
<para>The interface that should be implemented by classes that can be used as group providers for clusterers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IClustererGroupProvider.GetGroups(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem})">
|
|
<summary>
|
|
<para>Separates source items into groups.</para>
|
|
</summary>
|
|
<param name="sourceItems">A <see cref="T:System.Collections.Generic.IEnumerable`1"/><<see cref="T:DevExpress.XtraMap.MapItem"/>,> object containing map items for grouping.</param>
|
|
<returns>A dictionary that stores pairs (value used to group items, an items group).</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IClustererGroupProvider.OnClusterCreated(DevExpress.XtraMap.MapItem)">
|
|
<summary>
|
|
<para>Called after the cluster is created.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant object, that is the cluster representative.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IClusterItemFactory">
|
|
<summary>
|
|
<para>This interface should be implemented by classes which can be used as a cluster item factory.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IClusterItemFactory.CreateClusterItem(System.Collections.Generic.IList{DevExpress.XtraMap.MapItem})">
|
|
<summary>
|
|
<para>Creates a cluster representative for the specified cluster items.</para>
|
|
</summary>
|
|
<param name="objects">A list of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects that are cluster items.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant object, that is a cluster representative.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IColorizerElement">
|
|
<summary>
|
|
<para>Interface that should be implemented by any object which can colorize a map element.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IColorizerElement.ColorizerColor">
|
|
<summary>
|
|
<para>Gets or sets a color to colorize a map element.</para>
|
|
</summary>
|
|
<value>A Color object that represents a color to colorize the map element.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IColorizerValueProvider">
|
|
<summary>
|
|
<para>Interface that should be implemented by any object which supports a method required for a colorizer value provider.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IColorizerValueProvider.GetValue(System.Object)">
|
|
<summary>
|
|
<para>Returns the value from the data source (e.g., Shapefile) that specifies how to color map shapes.</para>
|
|
</summary>
|
|
<param name="item">An object representing the map item to color with a colorizer.</param>
|
|
<returns>A double value from the data source (e.g., Shapefile).</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IEditableItem">
|
|
<summary>
|
|
<para>An interface that should be implemented by any class representing a map item that can be edited using the Map Editor.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IEditableItem.CanAddPoint">
|
|
<summary>
|
|
<para>Returns the value identifying whether a new point is added to the map item while editing.</para>
|
|
</summary>
|
|
<value>true, if a new point can be added to the map item; otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IEditableItem.CanEditPoint">
|
|
<summary>
|
|
<para>Returns the value specifying whether the map item's point can be edited.</para>
|
|
</summary>
|
|
<value>true, if the map item point can be edited; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IEditableItem.GetContours">
|
|
<summary>
|
|
<para>Returns information about contours that form a complex map item's shape.</para>
|
|
</summary>
|
|
<returns>A contours' list.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IEditableItem.InsertPoint(DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Inserts a new point to a map item's contour.</para>
|
|
</summary>
|
|
<param name="coordPoint">The inserted point's coordinates.</param>
|
|
<param name="contourIndex">A zero-based integer which specifies the index of the map item's contour to which a new point should be inserted.</param>
|
|
<param name="pointIndex">A zero-based integer which specifies the position of the contour's point to be inserted.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IEditableItem.RemovePoint(System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Removes a map item's contour point.</para>
|
|
</summary>
|
|
<param name="contourIndex">A zero-based integer which specifies the index of the map item's contour containing the point to be removed.</param>
|
|
<param name="pointIndex">A zero-based integer which specifies the position of the contour's point to be removed.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IEditableItem.UpdatePoint(DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Updates a map item's contour point coordinates.</para>
|
|
</summary>
|
|
<param name="coordPoint">New point coordinates.</param>
|
|
<param name="contourIndex">A zero-based integer which specifies the index of the map item's contour containing a point to be updated.</param>
|
|
<param name="pointIndex">A zero-based integer which specifies the index of the contour's point to be updated.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IHeatmapPointSource">
|
|
<summary>
|
|
<para>The interface that should be implemented by classes that serve as a heatmap point source.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.IHeatmapPointSource.DataChanged">
|
|
<summary>
|
|
<para>Occurs when the data source is changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IHeatmapPointSource.Points">
|
|
<summary>
|
|
<para>Returns points used to create a heatmap.</para>
|
|
</summary>
|
|
<value>A collection of objects that implement the IHeatmapPoint interface.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IImageTileSource">
|
|
<summary>
|
|
<para>The interface that should be implemented by classes that are tile sources for the <see cref="T:DevExpress.XtraMap.ImageTileDataProvider"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IImageTileSource.CanDisposeSourceImage">
|
|
<summary>
|
|
<para>Returns the value that indicates whether to dispose source image objects that are used to generate tiles.</para>
|
|
</summary>
|
|
<value>true if all the resources allocated to the source images should be released; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IImageTileSource.GetImage(System.Int32,System.Int32,System.Int32,System.Drawing.Size)">
|
|
<summary>
|
|
<para>Returns an image by the specified indices at a given map control zoom level.</para>
|
|
</summary>
|
|
<param name="x">The tile x-index.</param>
|
|
<param name="y">The tile y-index.</param>
|
|
<param name="level">The map control's zoom level.</param>
|
|
<param name="size">The tile size.</param>
|
|
<returns>An image that represents a map tile.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IImageTileSource.Name">
|
|
<summary>
|
|
<para>Returns the tile source name.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IInformationData">
|
|
<summary>
|
|
<para>Interface that should be implemented by any object which can obtain the information data from map services.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.IInformationData.OnDataResponse">
|
|
<summary>
|
|
<para>Occurs when a service returns data on the Map control request.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ImageLayer">
|
|
<summary>
|
|
<para>Displays map images obtained from map image data providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ImageLayer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ImageLayer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ImageLayer.DataProvider">
|
|
<summary>
|
|
<para>Gets or sets the provider used to obtain images from an external source.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapImageDataProviderBase"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ImageLayer.EnableAntialiasing">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether the image layer will be smoothed when it is rendered.</para>
|
|
</summary>
|
|
<value>true, if antialiasing is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.ImageLayer.RequestDataLoading">
|
|
<summary>
|
|
<para>Occurs when a request data download has begun.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ImageLayer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ImageLayer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.ImageLayer"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ImageLayer.Transparency">
|
|
<summary>
|
|
<para>Specifies the layer's transparency.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Byte"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ImageTileDataProvider">
|
|
<summary>
|
|
<para>Provides the map with image tiles.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ImageTileDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ImageTileDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ImageTileDataProvider.TileSource">
|
|
<summary>
|
|
<para>Gets or sets a tile source for the image tile provider.</para>
|
|
</summary>
|
|
<value>An object that implements <see cref="T:DevExpress.XtraMap.IImageTileSource"/> interface.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ImageTileDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.ImageTileDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value that is the textual representation of <see cref="T:DevExpress.XtraMap.ImageTileDataProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ImageTilesLayer">
|
|
<summary>
|
|
<para>A layer that displays image tiles obtained from one of the supported map providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ImageTilesLayer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ImageTilesLayer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ImageTilesLayer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.ImageTilesLayer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.ImageTilesLayer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IMapDataAdapter">
|
|
<summary>
|
|
<para>If implemented by a class, provides methods required for a <see cref="T:DevExpress.XtraMap.VectorItemsLayer"/> to operate with data.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IMapDataAdapter.Clusterer">
|
|
<summary>
|
|
<para>Gets or sets the clusterer used to clusterize map items.</para>
|
|
</summary>
|
|
<value>An object of class implementing the <see cref="T:DevExpress.XtraMap.IClusterer"/> interface.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IMapDataAdapter.Count">
|
|
<summary>
|
|
<para>Gets the number of items in the data adapter.</para>
|
|
</summary>
|
|
<value>An integer value, which is the number of items.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.IMapDataAdapter.DataChanged">
|
|
<summary>
|
|
<para>Occurs when data is changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IMapDataAdapter.DefaultMapItemType">
|
|
<summary>
|
|
<para>Specifies the type of map items to be used by default when generating items from a data source.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemType"/> enumeration value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapDataAdapter.GetItem(System.Int32)">
|
|
<summary>
|
|
<para>Returns the item at the specified position.</para>
|
|
</summary>
|
|
<param name="index">An integer value, which specifies the position of the item.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> object at the specified position.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapDataAdapter.GetItemBySourceObject(System.Object)">
|
|
<summary>
|
|
<para>Gets a map item by the source object.</para>
|
|
</summary>
|
|
<param name="sourceObject">A source object.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> object that is obtained from the source object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapDataAdapter.GetItemSourceObject(DevExpress.XtraMap.MapItem)">
|
|
<summary>
|
|
<para>Gets a source object for a map item.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapItem"/> descendant for which a source object is searched.</param>
|
|
<returns>A source object to search.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapDataAdapter.GetLayer">
|
|
<summary>
|
|
<para>Returns the layer associated with this data adapter.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> class descendant.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapDataAdapter.IsCSCompatibleTo(DevExpress.XtraMap.MapCoordinateSystem)">
|
|
<summary>
|
|
<para>Returns the value indicating is the coordinate system of an adapter is compatible with coordinate system of a map control.</para>
|
|
</summary>
|
|
<param name="mapCS">A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant.</param>
|
|
<returns>true, if a coordinate systems is compatible; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IMapDataAdapter.IsReady">
|
|
<summary>
|
|
<para>Returns a value indicating whether or not all data has been loaded for the data adapter and thus, the data adapter is ready for rendering.</para>
|
|
</summary>
|
|
<value>true, if the data adapter is ready; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IMapDataAdapter.Items">
|
|
<summary>
|
|
<para>Provides access to the collection of data adapter items.</para>
|
|
</summary>
|
|
<value>An object of a class implementing the <see cref="T:System.Collections.Generic.IEnumerable`1"/> interface.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapDataAdapter.LoadData(DevExpress.XtraMap.IMapItemFactory)">
|
|
<summary>
|
|
<para>Loads data using the specified factory.</para>
|
|
</summary>
|
|
<param name="factory">An object implementing the <see cref="T:DevExpress.XtraMap.IMapItemFactory"/> interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapDataAdapter.OnClustered">
|
|
<summary>
|
|
<para>Called after the clusterization is finished.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapDataAdapter.OnViewportUpdated(DevExpress.XtraMap.MapViewport)">
|
|
<summary>
|
|
<para>Called every time the viewport changed.</para>
|
|
</summary>
|
|
<param name="viewport">A <see cref="T:DevExpress.Xpf.Map.MapViewport"/> object specifying a new viewport.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapDataAdapter.SetLayer(DevExpress.XtraMap.MapItemsLayerBase)">
|
|
<summary>
|
|
<para>Sets the association between the specified layer and this data adapter.</para>
|
|
</summary>
|
|
<param name="layer">A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> class descendant.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IMapDataAdapter.SourceItems">
|
|
<summary>
|
|
<para>Returns a source collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IMapItemFactory">
|
|
<summary>
|
|
<para>Provides a method for creating map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapItemFactory.CreateMapItem(DevExpress.XtraMap.MapItemType,System.Object)">
|
|
<summary>
|
|
<para>If implemented by a class, creates a map item of the specified type.</para>
|
|
</summary>
|
|
<param name="type">A <see cref="T:DevExpress.XtraMap.MapItemType"/> enumeration value specifying the type of the created map item.</param>
|
|
<param name="obj">A <see cref="T:System.Object"/> specifying the object.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> object which represents a map item of the specified type.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IMapSvgPaletteProvider">
|
|
<summary>
|
|
<para>The interface that should be implemented by classes that are SVG palette providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMapSvgPaletteProvider.GetSvgPalette(DevExpress.XtraMap.MapElementState)">
|
|
<summary>
|
|
<para>Returns an SVG palette based on a map element state.</para>
|
|
</summary>
|
|
<param name="state"></param>
|
|
<returns></returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IMapUiHitInfo">
|
|
<summary>
|
|
<para>The interface that should be implemented by a class providing information about hit tested UI elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IMapUiHitInfo.HitElement">
|
|
<summary>
|
|
<para>Returns the type of hit UI element.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapHitUiElementType"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IMapUiHitInfo.HitPoint">
|
|
<summary>
|
|
<para>Returns the location of the hit tested point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Point"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IMouseClickRequestSender">
|
|
<summary>
|
|
<para>Interface that should be implemented by any object which can define a location by a mouse click on a Map control surface.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.IMouseClickRequestSender.RequestByPoint(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Requests the information by a mouse click on the point.</para>
|
|
</summary>
|
|
<param name="geoPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point on the map.</param>
|
|
<param name="screenPoint">A <see cref="T:DevExpress.XtraMap.MapPoint"/> object specifying the point within a Map control.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.InformationDataProviderBase">
|
|
<summary>
|
|
<para>The base class for all information data providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.InformationDataProviderBase.ClearSearchPanel">
|
|
<summary>
|
|
<para>Clears the Search Panel.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.InformationDataProviderBase.GenerateLayerItems">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not it is necessary to automatically generate items for this layer.</para>
|
|
</summary>
|
|
<value>true to generate layer items; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.InformationDataProviderBase.IsBusy">
|
|
<summary>
|
|
<para>Returns a value indicating the <see cref="T:DevExpress.XtraMap.InformationDataProviderBase"/> is currently busy performing a previous request.</para>
|
|
</summary>
|
|
<value>true, if a data provider is busy; otherwise, false.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.InformationDataProviderBase.LayerItemsGenerating">
|
|
<summary>
|
|
<para>Occurs when a data provider starts generating map items for a layer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.InformationDataProviderBase.MaxVisibleResultCount">
|
|
<summary>
|
|
<para>Specifies the number of displayed results requested.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> value specifying the number of displayed results requested.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.InformationDataProviderBase.ProcessMouseEvents">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not it is necessary to process mouse events by this data provider.</para>
|
|
</summary>
|
|
<value>true, to process mouse events; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.InformationDataProviderBase.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.InformationDataProviderBase"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.InformationDataProviderBase"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.InformationLayer">
|
|
<summary>
|
|
<para>A layer that is used to display additional information above the map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.InformationLayer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.InformationLayer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.InformationLayer.ClearResults">
|
|
<summary>
|
|
<para>Clears all results displayed on a layer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.InformationLayer.Data">
|
|
<summary>
|
|
<para>Specifies the data storage for the information layer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemStorage"/> object.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.InformationLayer.DataLoaded">
|
|
<summary>
|
|
<para>Overrides the <see cref="E:DevExpress.XtraMap.LayerBase.DataLoaded"/> event to hide it.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.InformationLayer.DataProvider">
|
|
<summary>
|
|
<para>Provides access to an object that obtains information data from online data providers.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.InformationDataProviderBase"/> class descendant that is a specific data provider.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.InformationLayer.DataRequestCompleted">
|
|
<summary>
|
|
<para>Occurs when a data request has been completed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.InformationLayer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.InformationLayer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.InformationLayer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.InnerBoundary">
|
|
<summary>
|
|
<para>Contains a list of points that define the inner boundaries of a vector item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.InnerBoundary.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.InnerBoundary"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.InnerBoundary.Points">
|
|
<summary>
|
|
<para>Gets or sets a collection of points defining the inner boundary.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.InnerBoundary.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.InnerBoundary"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.InnerBoundary"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.InnerBoundaryCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.XtraMap.InnerBoundary"/> objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.InnerBoundaryCollection.#ctor(DevExpress.XtraMap.MapPathSegment)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.InnerBoundaryCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="segment">A <see cref="T:DevExpress.XtraMap.MapPathSegment"/> object that is the owner of this collection.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.InnerBoundaryCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.InnerBoundaryCollection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.InnerBoundaryCollection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ISearchPanelRequestSender">
|
|
<summary>
|
|
<para>Interface that should be implemented by any object which can receive information and display a specific location represented as a search result in a Search Panel.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ISearchPanelRequestSender.Addresses">
|
|
<summary>
|
|
<para>Returns a list of addresses that should be displayed in the Search Panel.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ISearchPanelRequestSender.SearchByString(System.String)">
|
|
<summary>
|
|
<para>Searches for information by the keyword.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ISupportWebRequest">
|
|
<summary>
|
|
<para>An interface that should be implemented by a class that sends web requests.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.ISupportWebRequest.WebRequest">
|
|
<summary>
|
|
<para>Occurs when the information provider must send a web request.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ItemsLayerLegend">
|
|
<summary>
|
|
<para>The base class for legends that obtain data from the <see cref="T:DevExpress.XtraMap.VectorItemsLayer"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ItemsLayerLegend.Layer">
|
|
<summary>
|
|
<para>Specifies the layer from which the legend obtains data to display.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> class descendant.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ItemsLoadedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.FileDataAdapterBase.ItemsLoaded"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ItemsLoadedEventArgs.Items">
|
|
<summary>
|
|
<para>Returns the list of loaded map items.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ItemsLoadedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.FileDataAdapterBase.ItemsLoaded"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.ItemsLoadedEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.IWmsPointConverter">
|
|
<summary>
|
|
<para>The interface that should be implemented by classes providing a point converter.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.IWmsPointConverter.CRSCode">
|
|
<summary>
|
|
<para>Return the CRS code for a layer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.KavrayskiyProjection">
|
|
<summary>
|
|
<para>Represents the Kavrayskiy VII map projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KavrayskiyProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.KavrayskiyProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KavrayskiyProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.KavrayskiyProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.KavrayskiyProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.KeyColorColorizer">
|
|
<summary>
|
|
<para>A colorizer that uses key-color pairs to colorize map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KeyColorColorizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KeyColorColorizer.ColorizeElement(DevExpress.XtraMap.IColorizerElement)">
|
|
<summary>
|
|
<para>Colorize a map element.</para>
|
|
</summary>
|
|
<param name="element">An object implementing the <see cref="T:DevExpress.XtraMap.IColorizerElement"/> interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.KeyColorColorizer.Colors">
|
|
<summary>
|
|
<para>Returns a collection of colors used by the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ColorCollection"/> object that stores <see cref="T:System.Drawing.Color"/> objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KeyColorColorizer.GetColor(System.Object)">
|
|
<summary>
|
|
<para>Returns the color for the specified key.</para>
|
|
</summary>
|
|
<param name="key">An <see cref="T:System.Object"/> representing the key.</param>
|
|
<returns>A <see cref="T:System.Drawing.Color"/> object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.KeyColorColorizer.ItemKeyProvider">
|
|
<summary>
|
|
<para>Gets or sets the items' key provider.</para>
|
|
</summary>
|
|
<value>An object implementing the DevExpress.XtraMap.IColorizerItemKeyProvider interface.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.KeyColorColorizer.Keys">
|
|
<summary>
|
|
<para>Returns the collection of keys used by the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ColorizerKeyCollection"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KeyColorColorizer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.KeyColorColorizer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.KmlFileDataAdapter">
|
|
<summary>
|
|
<para>A data adapter that loads data from KML and KMZ files, and displays it on vector layers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KmlFileDataAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.KmlFileDataAdapter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.KmlFileDataAdapter.FileUri">
|
|
<summary>
|
|
<para>Gets or sets a URI that defines the KML file location.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Uri"/> object that specifies a path to a KML file.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KmlFileDataAdapter.LoadFromStream(System.IO.Stream)">
|
|
<summary>
|
|
<para>Loads map items from the passed stream.</para>
|
|
</summary>
|
|
<param name="stream">A stream from which the data adapter should load map items.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KmlFileDataAdapter.Parse(System.String)">
|
|
<summary>
|
|
<para>Parses the passed string in the KML format to create map items that the string specifies.</para>
|
|
</summary>
|
|
<param name="textData">The string in the KML format that specifies map items.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.KmlFileDataAdapter.SourceCoordinateSystem">
|
|
<summary>
|
|
<para>Gets or sets the coordinate system of the KML file data adapter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GeoSourceCoordinateSystem"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.KmlFileDataAdapter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.KmlFileDataAdapter"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.KmlFileDataAdapter"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter">
|
|
<summary>
|
|
<para>Converter that transforms data from the Lambert projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="ellipsoid">An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</param>
|
|
<param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
|
|
<param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
|
|
<param name="projectionCenter">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the central meridian and the latitude of projection's origin.</param>
|
|
<param name="standardParallelN">A <see cref="T:System.Double"/> value specifying the north standard parallel.</param>
|
|
<param name="standardParallelS">A <see cref="T:System.Double"/> value specifying the south standard parallel.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="ellipsoid">The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="falseEasting">The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="falseNorthing">The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="projectionCenter">The central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="standardParallelN">The value of the north standard parallel.</param>
|
|
<param name="standardParallelS">The value of the south standard parallel.</param>
|
|
<param name="primeMeridian">The prime meridian of the Geo coordinate system.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.LambertConformalConicCartesianToGeoConverter"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LambertCylindricalEqualAreaProjection">
|
|
<summary>
|
|
<para>Represents the Lambert cylindrical equal-area map projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LambertCylindricalEqualAreaProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LambertCylindricalEqualAreaProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LambertCylindricalEqualAreaProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.LambertCylindricalEqualAreaProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.LambertCylindricalEqualAreaProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LayerBase">
|
|
<summary>
|
|
<para>Serves as the base class for all layers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.LayerBase.DataLoaded">
|
|
<summary>
|
|
<para>Occurs after the data has been loaded into a map layer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.LayerBase.Error">
|
|
<summary>
|
|
<para>Occurs when an internal exception is raised.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LayerBase.GetViewport">
|
|
<summary>
|
|
<para>Returns a map viewport.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapViewport"/> object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LayerBase.MaxZoomLevel">
|
|
<summary>
|
|
<para>Gets or sets the maximum zoom level at which this layer should be visible.</para>
|
|
</summary>
|
|
<value>An integer value specifying the maximum zoom level.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LayerBase.MinZoomLevel">
|
|
<summary>
|
|
<para>Gets or sets the minimum zoom level at which this layer should be visible.</para>
|
|
</summary>
|
|
<value>An integer value specifying the minimum zoom level.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LayerBase.Name">
|
|
<summary>
|
|
<para>Gets or sets the name of layer.</para>
|
|
</summary>
|
|
<value>A string value.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.LayerBase.ViewportChanged">
|
|
<summary>
|
|
<para>Occurs every time the current viewport is changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LayerBase.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether or not a layer should be visible.</para>
|
|
</summary>
|
|
<value>true to display a layer; otherwise, false.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.LayerBase.VisibleChanged">
|
|
<summary>
|
|
<para>Occurs when the layer's <see cref="P:DevExpress.XtraMap.LayerBase.Visible"/> property value has changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LayerBase.ZIndex">
|
|
<summary>
|
|
<para>Gets or sets a value that is the order on the z-plane in which a map layer element (e.g., image tiles layer or vector layer) appears.</para>
|
|
</summary>
|
|
<value>An integer value that is the order on the z-plane in which this element appears.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LayerCollection">
|
|
<summary>
|
|
<para>A collection of layers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LayerCollection.Swap(System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Swaps two indexes of a layer in the layer collection.</para>
|
|
</summary>
|
|
<param name="index1">An integer value that represents the first layer's index to be swapped with the second layer's index in the layer collection.</param>
|
|
<param name="index2">An integer value that represents the second layer's index to be swapped with the first layer's index in the layer collection.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LayerCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.LayerCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.LayerCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LayerItemsGeneratingEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.InformationDataProviderBase.LayerItemsGenerating"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LayerItemsGeneratingEventArgs.#ctor(DevExpress.XtraMap.MapItem[],System.Exception,System.Boolean,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LayerItemsGeneratingEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="items">An array of <see cref="T:DevExpress.XtraMap.MapItem"/> objects specifying items being generated. This value is assigned to the <see cref="P:DevExpress.XtraMap.LayerItemsGeneratingEventArgs.Items"/> property.</param>
|
|
<param name="error">A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.</param>
|
|
<param name="cancelled">A <see cref="T:System.Boolean"/> value containing information on whether or not item generation should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LayerItemsGeneratingEventArgs.Items">
|
|
<summary>
|
|
<para>Returns all the items generated for the layer.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LayerItemsGeneratingEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.InformationDataProviderBase.LayerItemsGenerating"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.LayerItemsGeneratingEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LayerVisibleChangedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.VisibleChanged"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LayerVisibleChangedEventArgs.#ctor(System.Boolean)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LayerVisibleChangedEventArgs"/> class with the specified visible value.</para>
|
|
</summary>
|
|
<param name="visible">A <see cref="T:System.Boolean"/> value, specifying the changed <see cref="P:DevExpress.XtraMap.LayerBase.Visible"/>.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LayerVisibleChangedEventArgs.Visible">
|
|
<summary>
|
|
<para>Returns the specified value of the <see cref="P:DevExpress.XtraMap.LayerBase.Visible"/> property.</para>
|
|
</summary>
|
|
<value>true if the layer is visible; otherwise false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LayerVisibleChangedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.VisibleChanged"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">An <see cref="T:DevExpress.XtraMap.LayerVisibleChangedEventArgs"/> object that contains the event's data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LegendAlignment">
|
|
<summary>
|
|
<para>Contains values that specify how a map legend is aligned.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendAlignment.BottomCenter">
|
|
<summary>
|
|
<para>The legend is vertically aligned at the bottom and horizontally aligned in the center.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendAlignment.BottomLeft">
|
|
<summary>
|
|
<para>The legend is vertically aligned at the bottom and horizontally aligned on the left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendAlignment.BottomRight">
|
|
<summary>
|
|
<para>The legend is vertically aligned at the bottom and horizontally aligned on the right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendAlignment.MiddleLeft">
|
|
<summary>
|
|
<para>The legend is vertically centered and horizontally aligned on the left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendAlignment.MiddleRight">
|
|
<summary>
|
|
<para>The legend is vertically centered and horizontally aligned on the right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendAlignment.TopCenter">
|
|
<summary>
|
|
<para>The legend is vertically aligned at the top and horizontally aligned in the center.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendAlignment.TopLeft">
|
|
<summary>
|
|
<para>The legend is vertically aligned at the top and horizontally aligned on the left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendAlignment.TopRight">
|
|
<summary>
|
|
<para>The legend is vertically aligned at the top and horizontally aligned on the right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LegendCollection">
|
|
<summary>
|
|
<para>A collection of map legends.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LegendCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.LegendCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.LegendCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LegendItemCreatingEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.LegendItemCreating"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LegendItemCreatingEventArgs.#ctor(DevExpress.XtraMap.MapLegendBase,System.Int32,DevExpress.XtraMap.MapLegendItemBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LegendItemCreatingEventArgs"/> class with the predefined color.</para>
|
|
</summary>
|
|
<param name="legend">A <see cref="T:DevExpress.XtraMap.MapLegendBase"/> class descendant specifying the owner of the legend item. This object is assigned to the <see cref="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Legend"/> property.</param>
|
|
<param name="index">An integer value specifying the index of the created legend item. This value is assigned to the <see cref="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Index"/> property.</param>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapLegendItemBase"/> class descendant specifying the created legend item. This object is assigned to the <see cref="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Item"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Index">
|
|
<summary>
|
|
<para>Returns the index of the legend item being created.</para>
|
|
</summary>
|
|
<value>An integer value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Item">
|
|
<summary>
|
|
<para>Returns the legend item being created.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapLegendItemBase"/> class descendant.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LegendItemCreatingEventArgs.Legend">
|
|
<summary>
|
|
<para>Provides access to the legend for which a new item has been created.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapLegendBase"/> class descendant.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LegendItemCreatingEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.LegendItemCreating"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.LegendItemCreatingEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LegendItemsSortOrder">
|
|
<summary>
|
|
<para>Lists the sorting variants values of a <see cref="T:DevExpress.XtraMap.ColorListLegend"/> object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendItemsSortOrder.Ascending">
|
|
<summary>
|
|
<para>Specifies an ascending sorting order. It means that the first added item will be at top of the legend.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.LegendItemsSortOrder.Descending">
|
|
<summary>
|
|
<para>Specifies a descending sorting order. It means that the last added item will be at top of the legend.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LinearRangeDistribution">
|
|
<summary>
|
|
<para>Represents the linear distribution of color ranges in a colorizer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LinearRangeDistribution.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LinearRangeDistribution"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LinearRangeDistribution.ConvertRangeValue(System.Double,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Converts the specified range value.</para>
|
|
</summary>
|
|
<param name="min">An <see cref="T:System.Double"/> value that specifies the minimum for the conversion results.</param>
|
|
<param name="max">An <see cref="T:System.Double"/> value that specifies the minimum for the conversion results.</param>
|
|
<param name="value">A <see cref="T:System.Double"/> value to be converted.</param>
|
|
<returns>A <see cref="T:System.Double"/> object that is the result of the conversion.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LinearRangeDistribution.Default">
|
|
<summary>
|
|
<para>Returns the default linear distribution of color ranges in a colorizer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.LinearRangeDistribution"/> object representing the default linear distribution.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LinearRangeDistribution.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.LinearRangeDistribution"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.LinearRangeDistribution"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ListSourceDataAdapter">
|
|
<summary>
|
|
<para>The data adapter that provides the means to bind the Map control to data.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ListSourceDataAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ListSourceDataAdapter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.DefaultMapItemType">
|
|
<summary>
|
|
<para>Specifies the type of map items to be used by default when generating items from a data source.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemType"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.ImageIndexMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.LatitudeMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.LongitudeMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.Mappings">
|
|
<summary>
|
|
<para>Contains information on how data for map items should be obtained from a data source.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemMappingInfo"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.TextMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ListSourceDataAdapter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ListSourceDataAdapter"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.ListSourceDataAdapter"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ListSourceDataAdapter.TypeMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LocationInformation">
|
|
<summary>
|
|
<para>Contains information about a specific location on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LocationInformation.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LocationInformation"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LocationInformation.#ctor(DevExpress.XtraMap.GeoPoint,System.String,System.String,DevExpress.XtraMap.AddressBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LocationInformation"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="location">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformation.Location"/> property.</param>
|
|
<param name="entityType">A <see cref="T:System.String"/> specifying the entity type. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformation.EntityType"/> property.</param>
|
|
<param name="displayName">A <see cref="T:System.String"/> specifying the display name. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformation.DisplayName"/> property.</param>
|
|
<param name="address">A <see cref="T:DevExpress.XtraMap.AddressBase"/> class descendant specifying the address information. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformation.Address"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LocationInformation.Address">
|
|
<summary>
|
|
<para>Gets or sets the address associated with the current location.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.AddressBase"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LocationInformation.DisplayName">
|
|
<summary>
|
|
<para>Gets or sets a display name associated with a location.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LocationInformation.EntityType">
|
|
<summary>
|
|
<para>Gets or sets the entity type represented as a string.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LocationInformation.Location">
|
|
<summary>
|
|
<para>Gets or sets geographical coordinates of a location.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates of a location.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LocationInformation.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.LocationInformation"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.LocationInformation"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LocationInformationReceivedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.BingGeocodeDataProvider.LocationInformationReceived"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LocationInformationReceivedEventArgs.#ctor(DevExpress.XtraMap.GeocodeRequestResult,System.Exception,System.Boolean,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LocationInformationReceivedEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="result">A <see cref="T:DevExpress.XtraMap.GeocodeRequestResult"/> object specifying the event result. This value is assigned to the <see cref="P:DevExpress.XtraMap.LocationInformationReceivedEventArgs.Result"/> property.</param>
|
|
<param name="error">A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.</param>
|
|
<param name="cancelled">A <see cref="T:System.Boolean"/> value containing information whether or not receiving information should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.LocationInformationReceivedEventArgs.Result">
|
|
<summary>
|
|
<para>Returns the result of a request to obtain information about a specific geographical coordinate.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GeocodeRequestResult"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LocationInformationReceivedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.BingGeocodeDataProvider.LocationInformationReceived"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.LocationInformationReceivedEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.LogarithmicRangeDistribution">
|
|
<summary>
|
|
<para>Represents the logarithmic distribution of color ranges in a colorizer.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LogarithmicRangeDistribution.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.LogarithmicRangeDistribution"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LogarithmicRangeDistribution.ConvertRangeValue(System.Double,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Converts the specified range value.</para>
|
|
</summary>
|
|
<param name="min">An integer value that specifies the minimum for the conversion results.</param>
|
|
<param name="max">An integer value that specifies the minimum for the conversion results.</param>
|
|
<param name="value">A value to be converted.</param>
|
|
<returns>A <see cref="T:System.Double"/> object that is the result of the conversion.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.LogarithmicRangeDistribution.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.LogarithmicRangeDistribution"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.LogarithmicRangeDistribution"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapboxDataProvider">
|
|
<summary>
|
|
<para>A data provider that obtains vector tiles from Mapbox Service</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapboxDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapboxDataProvider"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapboxDataProvider.AccessToken">
|
|
<summary>
|
|
<para>Gets or sets the Mapbox service's access token.</para>
|
|
</summary>
|
|
<value>A string that represents the access token.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapboxDataProvider.GetTileUri(System.Int64,System.Int64,System.Int64)">
|
|
<summary>
|
|
<para>Returns a URI of a tile with specific coordinates.</para>
|
|
</summary>
|
|
<param name="x">An x-coordinate of a tile in the grid.</param>
|
|
<param name="y">A y-coordinate of a tile in the grid.</param>
|
|
<param name="level">A zoom level.</param>
|
|
<returns>The tile's URI.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapboxDataProvider.Tileset">
|
|
<summary>
|
|
<para>Gets or sets a tileset that the provider loads from the service.</para>
|
|
</summary>
|
|
<value>The tileset name/names.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapboxDataProvider.TileUriTemplate">
|
|
<summary>
|
|
<para>For internal use. Specifies a template the provider uses to obtain tiles from the service.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapboxDataProvider.ToString">
|
|
<summary>
|
|
<para>Gets the object's text representation.</para>
|
|
</summary>
|
|
<returns>A string that specifies the object's text representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapboxTileset">
|
|
<summary>
|
|
<para>Lists tilesets that the <see cref="T:DevExpress.XtraMap.MapboxDataProvider"/> can use.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapboxTileset.Streets">
|
|
<summary>
|
|
<para>The Streets tileset.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapboxTileset.Terrain">
|
|
<summary>
|
|
<para>The Terrain tileset.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapboxTileset.Traffic">
|
|
<summary>
|
|
<para>The Traffic tileset.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapBubble">
|
|
<summary>
|
|
<para>The class used to draw a Bubble chart on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubble.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapBubble"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapBubble.Argument">
|
|
<summary>
|
|
<para>Gets or sets an object, which provides arguments for the <see cref="T:DevExpress.XtraMap.MapBubble"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/>.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubble.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map bubble to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapBubble.Group">
|
|
<summary>
|
|
<para>Gets or sets the object which identifies a group to which the current <see cref="T:DevExpress.XtraMap.MapBubble"/> belongs.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapBubble.Location">
|
|
<summary>
|
|
<para>Gets or sets the location of a <see cref="T:DevExpress.XtraMap.MapBubble"/> object.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapBubble.MarkerType">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the appearance of a bubble marker.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MarkerType"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapBubble.Size">
|
|
<summary>
|
|
<para>Gets or sets the Bubble item's size in pixels.</para>
|
|
</summary>
|
|
<value>The Bubble item's size in pixels.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubble.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapBubble"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapBubble"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapBubble.Value">
|
|
<summary>
|
|
<para>Gets or sets the value of the Bubble chart item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value, which is the value of the <see cref="T:DevExpress.XtraMap.MapBubble"/>.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapBubbleMappingInfo">
|
|
<summary>
|
|
<para>Contains information about mapping the Bubble chart item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapBubbleMappingInfo.BubbleGroup">
|
|
<summary>
|
|
<para>Gets or sets the name of the data field, which contains data to determine groups for Bubble charts.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubbleMappingInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapBubbleMappingInfo"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapBubbleMappingInfo"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapBubbleMarkerTypeMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapBubble.MarkerType"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubbleMarkerTypeMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapBubbleMarkerTypeMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapBubbleMarkerTypeMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MarkerType"/> enumeration value specifying the shape kind of map dots.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubbleMarkerTypeMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapBubbleMarkerTypeMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapBubbleMarkerTypeMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapBubblePropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapBubble"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapBubbleSizeMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapBubble.Size"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubbleSizeMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapBubbleSizeMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapBubbleSizeMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the size of map bubbles.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubbleSizeMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapBubbleSizeMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapBubbleSizeMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapBubbleValueProvider">
|
|
<summary>
|
|
<para>The colorizer value provider that provides the value of a bubble as the value that is used to calculate a color for a cluster representative.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubbleValueProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapBubbleValueProvider"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapBubbleValueProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapBubbleValueProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapBubbleValueProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapCallout">
|
|
<summary>
|
|
<para>The class used to draw a callout on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapCallout.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapCallout"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCallout.AllowHtmlText">
|
|
<summary>
|
|
<para>Gets or sets whether HTML formatting is allowed in the current <see cref="T:DevExpress.XtraMap.MapCallout"/> object.</para>
|
|
</summary>
|
|
<value>A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCallout.HighlightedStroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCallout.HighlightedStrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCallout.HighlightedTextColor">
|
|
<summary>
|
|
<para>Gets or sets the color used to display a highlighted map callout's text.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure object, representing the color of a highlighted map callout's text.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCallout.SelectedStroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCallout.SelectedStrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCallout.SelectedTextColor">
|
|
<summary>
|
|
<para>Gets or sets the color used to display a selected map callout's text.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> structure object, representing the color of a selected map callout's text.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCallout.Stroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Stroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCallout.StrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.StrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapCallout.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapCallout"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapCallout"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapCalloutPropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapCallout"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapChartItemMappingInfo">
|
|
<summary>
|
|
<para>The base for all classes that contain information about mapping chart items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapChartItemMappingInfo.ImageIndex">
|
|
<summary>
|
|
<para>This property is hidden because it can not be used with the <see cref="T:DevExpress.XtraMap.MapChartItemMappingInfo"/>.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapChartItemMappingInfo.Type">
|
|
<summary>
|
|
<para>This property is hidden, because it can not be used with the <see cref="T:DevExpress.XtraMap.MapChartItemMappingInfo"/>.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapChartItemMappingInfo.Value">
|
|
<summary>
|
|
<para>Gets or sets the name of the data field, which contains data to determine values for chart items.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapClustererBase">
|
|
<summary>
|
|
<para>The base class for all vector item clusterers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapClustererBase.Clustered">
|
|
<summary>
|
|
<para>Occurs when the clusterer finishes clustering.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapClustererBase.Clustering">
|
|
<summary>
|
|
<para>Occurs when the clusterer starts clustering.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapClustererBase.DisplayNonClusteredItems">
|
|
<summary>
|
|
<para>Gets or sets the value indicating whether or not the map items that can't be clustered should be displayed.</para>
|
|
</summary>
|
|
<value>true if non-clustered items should be displayed, otherwise false;</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapClustererBase.Dispose">
|
|
<summary>
|
|
<para>Disposes of the <see cref="T:DevExpress.XtraMap.MapClustererBase"/> object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapClustererBase.GroupProvider">
|
|
<summary>
|
|
<para>Gets or sets the group provider used to separate an initial list of items into groups.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapClustererGroupProviderBase"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapClustererBase.ItemMaxSize">
|
|
<summary>
|
|
<para>Gets the maximum size of a map item that is the cluster representative.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapClustererBase.ItemMinSize">
|
|
<summary>
|
|
<para>Gets the minimum size of a map item that is the cluster representative.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapClustererBase.SetClusterItemFactory(DevExpress.XtraMap.IClusterItemFactory)">
|
|
<summary>
|
|
<para>Sets the factory used to create cluster representatives from items in a cluster.</para>
|
|
</summary>
|
|
<param name="clusterItemFactory">An object of the class implementing the <see cref="T:DevExpress.XtraMap.IClusterItemFactory"/> interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapClustererBase.StepInPixels">
|
|
<summary>
|
|
<para>Gets or sets the maximum distance between <see cref="T:DevExpress.XtraMap.MapItem"/> objects inside one cluster.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapClustererGroupProviderBase">
|
|
<summary>
|
|
<para>The base class for group providers used by clusterers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapClusterValueProvider">
|
|
<summary>
|
|
<para>Provides the count of items in a cluster as the value that is used to calculate a color for a cluster representative.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapClusterValueProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapClusterValueProvider"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapClusterValueProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapClusterValueProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapClusterValueProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapColorizer">
|
|
<summary>
|
|
<para>The base class for all colorizers that are used in a Map control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapControl">
|
|
<summary>
|
|
<para>Displays raster and vector maps. Supports both popular map services (Bing Maps and OpenStreetMap) and custom map data servers inside your corporate network. See Map Control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapControl"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.About">
|
|
<summary>
|
|
<para>Activates the <see cref="T:DevExpress.XtraMap.MapControl"/>'s About dialog box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.BackColor">
|
|
<summary>
|
|
<para>Gets or sets the map control's background color.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object representing the background color.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.BeginInit">
|
|
<summary>
|
|
<para>Starts the map control's initialization. Initialization occurs at runtime.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.BorderStyle">
|
|
<summary>
|
|
<para>Gets or sets the border style for the MapControl.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value which specifies the border style of a MapControl.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.CalcHitInfo(DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Returns information on the map elements located at the specified coordinates.</para>
|
|
</summary>
|
|
<param name="hitPoint">The hit point coordinates, in map coordinates.</param>
|
|
<returns>The object containing information on the map elements located at the hit point.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.CalcHitInfo(DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Returns information on the map elements located at the specified screen point.</para>
|
|
</summary>
|
|
<param name="hitPoint">The hit point coordinates, relative to the map's top-left edge floating point screen coordinates.</param>
|
|
<returns>The object containing information on the map elements located at the hit point.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.CalcHitInfo(System.Drawing.Point)">
|
|
<summary>
|
|
<para>Returns information on the map elements located at the specified point.</para>
|
|
</summary>
|
|
<param name="hitPoint">The hit point, relative to the map's top-left edge integer screen coordinates.</param>
|
|
<returns>The object containing information about the map elements located at the hit point.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.CalculateKilometersScale">
|
|
<summary>
|
|
<para>Calculates map scale in kilometers.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Double"/> value, specifying a kilometers scale of the map.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.CalculateZoomLevelByScale(System.Double)">
|
|
<summary>
|
|
<para>Calculates a map zoom level corresponding to the specified map scale.</para>
|
|
</summary>
|
|
<param name="scale">A <see cref="T:System.Double"/> value that is the map scale.</param>
|
|
<returns>A <see cref="T:System.Double"/> value that is the map zoom level.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.CenterPoint">
|
|
<summary>
|
|
<para>Gets or sets the center point of a map control.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.CoordinateSystem">
|
|
<summary>
|
|
<para>Gets or sets the map coordinate system used by a map control.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.CoordPointToMapUnit(DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Converts the specified map point into internal map units.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object to be converted.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapUnit"/> object containing internal map coordinates.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.CoordPointToScreenPoint(DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Converts the specified geographical point into the point on a screen.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object to be converted.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapPoint"/> value.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.CoordToMeasureUnitSize(DevExpress.Map.CoordPoint,DevExpress.XtraMap.MapSize)">
|
|
<summary>
|
|
<para>Converts a specified coordinate size to a measure unit size.</para>
|
|
</summary>
|
|
<param name="anchorPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates on which the conversion depends.</param>
|
|
<param name="size">A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the size in geographical coordinates.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the size in the measure unit.</returns>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.DrawMapItem">
|
|
<summary>
|
|
<para>Provides the capability to custom paint map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.DrawToBitmap(System.Drawing.Bitmap,System.Drawing.Rectangle)">
|
|
<summary>
|
|
<para>Supports rendering to the specified bitmap.</para>
|
|
</summary>
|
|
<param name="bitmap">The bitmap to be drawn to.</param>
|
|
<param name="targetBounds">The bounds within which the map control is rendered.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.EnableAnimation">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether animation is enabled for a map control.</para>
|
|
</summary>
|
|
<value>true, if animation is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.EnableDelayedScrolling">
|
|
<summary>
|
|
<para>Gets or sets whether to enable delayed scrolling.</para>
|
|
</summary>
|
|
<value>true, if the tile animation starts with a delay after a user scrolls a map; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.EnableScrolling">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not scrolling is enabled.</para>
|
|
</summary>
|
|
<value>true if scrolling is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.EnableZooming">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not zooming is enabled.</para>
|
|
</summary>
|
|
<value>true if zooming is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.EndInit">
|
|
<summary>
|
|
<para>Ends the <see cref="T:DevExpress.XtraMap.MapControl"/>'s initialization.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.ExportMapItem">
|
|
<summary>
|
|
<para>Occurs when executing the export action of the map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToDocx(System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports a map to the specified stream in the DOCX format.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the content should be sent.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
|
|
<summary>
|
|
<para>Exports a map to the specified stream in the DOCX format with the specified settings.</para>
|
|
</summary>
|
|
<param name="stream">A Stream descendant to which the content should be sent.</param>
|
|
<param name="options">The export settings that are used to export the map to the file.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToDocx(System.String)">
|
|
<summary>
|
|
<para>Exports a map to the specified file in the DOCX format.</para>
|
|
</summary>
|
|
<param name="filePath">The value defining the path including the file name and extension, where the file should be created.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
|
|
<summary>
|
|
<para>Exports a map to the specified file in the DOCX format with the specified settings.</para>
|
|
</summary>
|
|
<param name="filePath">The file path (includes the file name and extension) where the file should be created.</param>
|
|
<param name="options">The export settings that are used to export the map to the file.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
|
|
<summary>
|
|
<para>Exports the control's data to the specified stream in Image format using the specified Image-specific options.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the map is exported.</param>
|
|
<param name="format">A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the map is exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
|
|
<summary>
|
|
<para>Creates an image file in the specified format from the current map and outputs it to the specified path.</para>
|
|
</summary>
|
|
<param name="filePath">A <see cref="T:System.String"/> containing the full path to where the image file will be created.</param>
|
|
<param name="format">A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the map is exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToMht(System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports a treemap to the specified stream in the MHT format.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created MHT file should be sent.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToMht(System.String)">
|
|
<summary>
|
|
<para>Exports the control's data to an MHT file (Web archive, single file) at the specified path.</para>
|
|
</summary>
|
|
<param name="filePath">A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the MHT file will be created.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToPdf(System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports the MapControl's data to a PDF document and sends it to the specified stream.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> object which the created document is exported to.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
|
|
<summary>
|
|
<para>Exports the Map control's data to the specified stream in PDF format using the specified options.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
|
|
<param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the Map control is exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToPdf(System.String)">
|
|
<summary>
|
|
<para>Exports the Map Control's data to the specified file in PDF format.</para>
|
|
</summary>
|
|
<param name="filePath">A string that specifies the full path to the file which the Map Control's data will be exported to.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
|
|
<summary>
|
|
<para>Exports the control's data to the specified file in PDF format using the specified options.</para>
|
|
</summary>
|
|
<param name="filePath">A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.</param>
|
|
<param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToRtf(System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports the data displayed by the Map Control to a stream in RTF format.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> object, which the data is exported to.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToRtf(System.String)">
|
|
<summary>
|
|
<para>Exports the Map Control's data to a file in RTF format.</para>
|
|
</summary>
|
|
<param name="filePath">A string that specifies the full path to the file the Map Control's data will be exported to.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToXls(System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports the Map Control's data to a stream in XLS format</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToXls(System.String)">
|
|
<summary>
|
|
<para>Exports the data displayed by the Map Control to a file in XLS format.</para>
|
|
</summary>
|
|
<param name="filePath">A string that specifies the full path to the file to which the Map Control's data will be exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToXlsx(System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports the data displayed by the Map Control to the specified stream in XLSX (MS Excel 2007) format.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which data is exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ExportToXlsx(System.String)">
|
|
<summary>
|
|
<para>Exports the data displayed by the Map Control to the specified file in XLSX (MS Excel 2007) format.</para>
|
|
</summary>
|
|
<param name="filePath">A string that specifies the full path to the file to which the data is exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ForceRender">
|
|
<summary>
|
|
<para>Forces the rendering of map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.HyperlinkClick">
|
|
<summary>
|
|
<para>Occurs when a hyperlink on a map is clicked.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.ImageList">
|
|
<summary>
|
|
<para>Gets or sets the source of images to be displayed within a map control.</para>
|
|
</summary>
|
|
<value>An object which represents the source of the images that can be displayed within the map control.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.InitialMapSize">
|
|
<summary>
|
|
<para>Gets or sets an initial size of a map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Size"/> object, which represents a map size with the zoom level equal to one.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.Layers">
|
|
<summary>
|
|
<para>Provides access to the collection of layers to be displayed within the <see cref="T:DevExpress.XtraMap.MapControl"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.LayerCollection"/> object containing map layers.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.LegendItemCreating">
|
|
<summary>
|
|
<para>Occurs when items are being created for the legend.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.Legends">
|
|
<summary>
|
|
<para>Provides access to a collection of legends that are displayed within the Map control.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.LegendCollection"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.LookAndFeel">
|
|
<summary>
|
|
<para>Provides access to settings controlling the map control's look and feel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the map control's look and feel.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.MapEditor">
|
|
<summary>
|
|
<para>Returns the Map Editor to configure its options.</para>
|
|
</summary>
|
|
<value>A map editor.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.MapItemClick">
|
|
<summary>
|
|
<para>Fires when a map item of the Map Control is clicked.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.MapItemDoubleClick">
|
|
<summary>
|
|
<para>Occurs when a map item of the Map Control is double clicked.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.MapUnitToCoordPoint(DevExpress.XtraMap.MapUnit)">
|
|
<summary>
|
|
<para>Converts the specified map unit into the corresponding geographical point.</para>
|
|
</summary>
|
|
<param name="unit">A <see cref="T:DevExpress.XtraMap.MapUnit"/> object to be converted.</param>
|
|
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object containing coordinates.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.MapUnitToScreenPoint(DevExpress.XtraMap.MapUnit)">
|
|
<summary>
|
|
<para>Converts the specified map unit into the point on a screen.</para>
|
|
</summary>
|
|
<param name="mapUnit">A <see cref="T:DevExpress.XtraMap.MapUnit"/> object to be converted.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapPoint"/> value.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.MaxZoomLevel">
|
|
<summary>
|
|
<para>Gets or sets the maximum allowed zoom level of a Map Control.</para>
|
|
</summary>
|
|
<value>An integer value specifying the maximum zoom level.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.MeasureUnitToCoordSize(DevExpress.Map.CoordPoint,DevExpress.XtraMap.MapSize)">
|
|
<summary>
|
|
<para>Converts measure unit to coordinate size.</para>
|
|
</summary>
|
|
<param name="anchorPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates on which the conversion depends.</param>
|
|
<param name="size">A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the size in the measure units.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the size in geographical coordinates.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.MiniMap">
|
|
<summary>
|
|
<para>Gets or sets a mini map of the map control.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MiniMap"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.MinZoomLevel">
|
|
<summary>
|
|
<para>Gets or sets the minimum allowed zoom level of a Map Control.</para>
|
|
</summary>
|
|
<value>An integer value specifying the minimum zoom level.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.MouseWheelZoomingStep">
|
|
<summary>
|
|
<para>Gets or sets the zoom step used when you use the mouse wheel to scale a map.</para>
|
|
</summary>
|
|
<value>The property value should be larger than or equal to 0.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.NavigationPanelOptions">
|
|
<summary>
|
|
<para>Provides access to the navigation panel options of a map control.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.NavigationPanelOptions"/> object that contains the navigation panel settings.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.ObjectSelected">
|
|
<summary>
|
|
<para>Occurs before any map element is selected at runtime.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.Overlays">
|
|
<summary>
|
|
<para>Returns the collection of map overlays.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.XtraMap.MapOverlay"/> objects.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.OverlaysArranged">
|
|
<summary>
|
|
<para>Occurs when the map overlays are arranged.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.Print">
|
|
<summary>
|
|
<para>Prints the <see cref="T:DevExpress.XtraMap.MapControl"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.PrintOptions">
|
|
<summary>
|
|
<para>Provides access to the map control's printing options.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.Printing.PrintOptions"/> object which provides access to the map's printing options.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.RenderMode">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the map render mode.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.RenderMode"/> enumeration value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ResumeRender">
|
|
<summary>
|
|
<para>Resumes the rendering of map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ScreenPointToCoordPoint(DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Converts a specified map screen point to a corresponding coordinate point.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.XtraMap.MapPoint"/> value to be converted.</param>
|
|
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object that contains map coordinates.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ScreenPointToCoordPoint(System.Drawing.Point)">
|
|
<summary>
|
|
<para>Converts a specified screen point to a corresponding coordinate point.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</param>
|
|
<returns>A <see cref="T:System.Drawing.Point"/> object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ScreenPointToMapUnit(DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Converts the specified screen point into internal map units.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.XtraMap.MapPoint"/> value to be converted.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapUnit"/> object containing internal map coordinates.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.SelectedRegionStyle">
|
|
<summary>
|
|
<para>Gets the appearance settings of a rectangle for selecting a region on a map.</para>
|
|
</summary>
|
|
<value>A style that used to specify the map's selection rectangle.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.SelectionChanged">
|
|
<summary>
|
|
<para>Fires after the selection has been changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapControl.SelectionChanging">
|
|
<summary>
|
|
<para>Occurs before a map item is selected, enabling a handler to cancel the map item selection change.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.SelectionMode">
|
|
<summary>
|
|
<para>Gets or sets a value specifying how the map control is selected.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.ElementSelectionMode"/> enumeration member specifying the map's selection behavior.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.SelectItemsByRegion(DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Selects items that are inside the specified region.</para>
|
|
</summary>
|
|
<param name="leftTop">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant, specifying the top-left corner of the region.</param>
|
|
<param name="rightBottom">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant, specifying the right-bottom corner of the region.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.SelectItemsByRegion(System.Drawing.Rectangle)">
|
|
<summary>
|
|
<para>Selects items that are inside the specified region.</para>
|
|
</summary>
|
|
<param name="screenRegion">A <see cref="T:System.Drawing.Rectangle"/> object.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.SetCenterPoint(DevExpress.Map.CoordPoint,System.Boolean)">
|
|
<summary>
|
|
<para>Sets a new center point of a map.</para>
|
|
</summary>
|
|
<param name="centerPoint">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object, which is the new center point.</param>
|
|
<param name="animated">true to use animation when moving to a new center point, otherwise false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.SetMapItemFactory(DevExpress.XtraMap.IMapItemFactory)">
|
|
<summary>
|
|
<para>Assigns the specified map item factory to the <see cref="T:DevExpress.XtraMap.MapControl"/>.</para>
|
|
</summary>
|
|
<param name="factory">An object that implements the <see cref="T:DevExpress.XtraMap.IMapItemFactory"/> interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ShowPrintDialog">
|
|
<summary>
|
|
<para>Displays the standard Print dialog to print the data displayed in the MapControl.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ShowPrintPreview">
|
|
<summary>
|
|
<para>Invokes the Print Preview Form, which shows the print preview of the map control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ShowRibbonPrintPreview">
|
|
<summary>
|
|
<para>Invokes the Ribbon Print Preview Form window, which shows the ribbon print preview of the map control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.ShowSearchPanel">
|
|
<summary>
|
|
<para>Specifies whether or not the Search Panel should be shown.</para>
|
|
</summary>
|
|
<value>true to show the Search Panel; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.ShowToolTips">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether to show tooltips on a map.</para>
|
|
</summary>
|
|
<value>true, to show tooltips on a map; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.SuspendRender">
|
|
<summary>
|
|
<para>Suspends the rendering of map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.Text">
|
|
<summary>
|
|
<para>Gets or sets the text for a map control when it participates in data binding.</para>
|
|
</summary>
|
|
<value>A string value that is the text for a map control.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.ToolTipController">
|
|
<summary>
|
|
<para>Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Map control.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.Zoom(System.Double)">
|
|
<summary>
|
|
<para>Zooms a map to the specified level.</para>
|
|
</summary>
|
|
<param name="zoomLevel">A double value specifying the level to which a map should be zoomed.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.Zoom(System.Double,DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Zooms a map to the specified level and anchor point.</para>
|
|
</summary>
|
|
<param name="newZoomLevel">A double value specifying the new level to which a map should be zoomed.</param>
|
|
<param name="anchorPoint">A <see cref="T:DevExpress.XtraMap.MapPoint"/> value specifying an anchor point to which a map should be zoomed.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.Zoom(System.Double,DevExpress.XtraMap.MapPoint,System.Boolean)">
|
|
<summary>
|
|
<para>Zooms a map to the specified level and anchor point using the animation effect, if required.</para>
|
|
</summary>
|
|
<param name="newZoomLevel">A double value specifying the new level to which a map should be zoomed.</param>
|
|
<param name="anchorPoint">A <see cref="T:DevExpress.XtraMap.MapPoint"/> value specifying an anchor point to which a map should be zoomed.</param>
|
|
<param name="animated">true, if the map uses animated zoom; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.Zoom(System.Double,System.Boolean)">
|
|
<summary>
|
|
<para>Zooms a map to the specified level using the animation effect, if required.</para>
|
|
</summary>
|
|
<param name="zoomLevel">A double value specifying the level to which a map should be zoomed.</param>
|
|
<param name="animated">true, if the map uses animated zoom; otherwise, false.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ZoomIn">
|
|
<summary>
|
|
<para>Zooms a map in.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapControl.ZoomLevel">
|
|
<summary>
|
|
<para>Gets or sets the current zoom level of a Map Control.</para>
|
|
</summary>
|
|
<value>A double value specifying the current zoom level.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ZoomOut">
|
|
<summary>
|
|
<para>Zooms a map out.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFit(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem})">
|
|
<summary>
|
|
<para>Zooms the map to fit the area containing items sent as parameter.</para>
|
|
</summary>
|
|
<param name="items">A set of <see cref="T:DevExpress.XtraMap.MapItem"/> descendant objects that should be visible on a map after zooming.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFit(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},System.Double)">
|
|
<summary>
|
|
<para>Zooms the map to fit the area containing items sent as a parameter.</para>
|
|
</summary>
|
|
<param name="items">A <see cref="T:System.Collections.IEnumerable"/> object containing <see cref="T:DevExpress.XtraMap.MapItem"/> descendant objects that should be visible on a map after zooming.</param>
|
|
<param name="paddingFactor">A <see cref="T:System.Double"/> object, which tunes the border size around visible map items.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFitLayerItems">
|
|
<summary>
|
|
<para>Zooms the map to fit items contained by the <see cref="P:DevExpress.XtraMap.MapControl.Layers"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFitLayerItems(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.LayerBase})">
|
|
<summary>
|
|
<para>Zooms the map to fit items contained in the specified set of <see cref="T:DevExpress.XtraMap.LayerBase"/> class descendant objects.</para>
|
|
</summary>
|
|
<param name="layers">A <see cref="T:System.Collections.IEnumerable"/> object, containing <see cref="T:DevExpress.XtraMap.LayerBase"/> class descendant objects.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFitLayerItems(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.LayerBase},System.Double)">
|
|
<summary>
|
|
<para>Zooms the map to fit items contained in the specified set of <see cref="T:DevExpress.XtraMap.LayerBase"/> class descendant objects.</para>
|
|
</summary>
|
|
<param name="layers">A <see cref="T:System.Collections.IEnumerable"/> object, containing <see cref="T:DevExpress.XtraMap.LayerBase"/> class descendant objects.</param>
|
|
<param name="paddingFactor">A <see cref="T:System.Double"/> value, which tunes the border size around visible map items.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ZoomToFitLayerItems(System.Double)">
|
|
<summary>
|
|
<para>Zooms the map to fit items contained by the <see cref="P:DevExpress.XtraMap.MapControl.Layers"/> property.</para>
|
|
</summary>
|
|
<param name="paddingFactor">A <see cref="T:System.Double"/> object, which tunes the border size around visible map items.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapControl.ZoomToRegion(DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint,System.Double)">
|
|
<summary>
|
|
<para>Zooms to the region described by its top-left and bottom-right points.</para>
|
|
</summary>
|
|
<param name="topLeft">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</param>
|
|
<param name="bottomRight">A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</param>
|
|
<param name="paddingFactor">A Double object, which tunes the border size around the region.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapCoordinateSystem">
|
|
<summary>
|
|
<para>This class provides the base functionality of the coordinate system for the Map Control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapCoordinateSystem.CreatePoint(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Creates a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant with the specified coordinates.</para>
|
|
</summary>
|
|
<param name="x">A <see cref="T:System.Double"/> value, specifying the X coordinate.</param>
|
|
<param name="y">A <see cref="T:System.Double"/> value, specifying the Y coordinate.</param>
|
|
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapCoordinateSystem.CreatePoint(System.String)">
|
|
<summary>
|
|
<para>Creates a <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object from its string representation.</para>
|
|
</summary>
|
|
<param name="input">A string value, that is the string representation of a point.</param>
|
|
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapCustomElement">
|
|
<summary>
|
|
<para>The class used to draw any custom element on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapCustomElement.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapCustomElement"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.AllowHtmlText">
|
|
<summary>
|
|
<para>Gets or sets whether HTML formatting is allowed in the current <see cref="T:DevExpress.XtraMap.MapCustomElement"/> object.</para>
|
|
</summary>
|
|
<value>A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.HighlightedStroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.HighlightedStrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.Padding">
|
|
<summary>
|
|
<para>Specifies the internal space between the map custom element's content and its edge, in pixels.</para>
|
|
</summary>
|
|
<value>A DevExpress.XtraLayout.Utils.Padding object that contains inner indents between the custom element's borders and its content.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.RenderOrigin">
|
|
<summary>
|
|
<para>Gets or sets the center point of any possible render, relative to the bounds of the map custom element.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPoint"/> structure value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.SelectedStroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.SelectedStrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.Stroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Stroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.StrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.StrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapCustomElement.TextGlowColor">
|
|
<summary>
|
|
<para>Gets or sets the glow color of a text for a map custom element.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object that is the glow color of a text.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapCustomElement.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapCustomElement"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MapCustomElement"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapCustomElementPropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapCustomElement"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapDataAdapterBase">
|
|
<summary>
|
|
<para>The base class for all data adapters that can be used with the Map control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapDataAdapterBase.Clusterer">
|
|
<summary>
|
|
<para>Gets or sets the clusterer used to clusterize map items.</para>
|
|
</summary>
|
|
<value>An object of a class implementing the <see cref="T:DevExpress.XtraMap.IClusterer"/> interface.</value>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapDataAdapterBase.DataChanged">
|
|
<summary>
|
|
<para>Occurs when data is changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapDataAdapterBase.SetMapItemFactory(DevExpress.XtraMap.IMapItemFactory)">
|
|
<summary>
|
|
<para>Sets the factory used to generate map items.</para>
|
|
</summary>
|
|
<param name="factory">An object implementing the <see cref="T:DevExpress.XtraMap.IMapItemFactory"/> interface.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapDataProviderBase">
|
|
<summary>
|
|
<para>The base class for all data providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapDataProviderBase.TileSource">
|
|
<summary>
|
|
<para>Gets or sets a tile source associated with the current data provider.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapTileSourceBase"/> class descendant that contains settings for obtaining image tiles from a specific data provider.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapDisposableObject">
|
|
<summary>
|
|
<para>Supports the internal infrastructure and is not intended to be used directly from your code.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapDisposableObject.Dispose">
|
|
<summary>
|
|
<para>Disposes of the current object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapDot">
|
|
<summary>
|
|
<para>The class used to draw a dot on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapDot.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapDot"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapDot.CanResize">
|
|
<summary>
|
|
<para>Gets or sets the value that specifies whether an end user can resize the map dot in the Map Editor's Transform mode.</para>
|
|
</summary>
|
|
<value>true, if an end user can resize the map dot; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapDot.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map dot to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapDot.Location">
|
|
<summary>
|
|
<para>Gets or sets the location of a <see cref="T:DevExpress.XtraMap.MapDot"/> object.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapDot.ShapeKind">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the shape that is used to draw a dot on a map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapDotShapeKind"/> enumeration value specifying the shape kind.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapDot.Size">
|
|
<summary>
|
|
<para>Gets or sets the size of the map dot.</para>
|
|
</summary>
|
|
<value>A double value that represents the size of the map dot (in pixels).</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapDot.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapDot"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MapDot"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapDotPropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapDot"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapDotShapeKind">
|
|
<summary>
|
|
<para>Lists the values used to specify the shape of map dots.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapDotShapeKind.Circle">
|
|
<summary>
|
|
<para>A map dot is painted as a circle.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapDotShapeKind.Rectangle">
|
|
<summary>
|
|
<para>A map dot is painted as a rectangle.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapDotShapeKindMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapDot.ShapeKind"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapDotShapeKindMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapDotShapeKindMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapDotShapeKindMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapDotShapeKind"/> enumeration value specifying the shape kind of map dots.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapDotShapeKindMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapDotShapeKindMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapDotShapeKindMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapDotSizeMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapDot.Size"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapDotSizeMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapDotSizeMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapDotSizeMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the size of map dots.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapDotSizeMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapDotSizeMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapDotSizeMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEditActionResult">
|
|
<summary>
|
|
<para>Lists values that specify the edit action results.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditActionResult.Cancel">
|
|
<summary>
|
|
<para>The edit action is canceled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditActionResult.Finish">
|
|
<summary>
|
|
<para>The edit action is finished.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditActionResult.None">
|
|
<summary>
|
|
<para>No edit action is applied.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEditMode">
|
|
<summary>
|
|
<para>Lists values that specify the map edit modes.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditMode.Create">
|
|
<summary>
|
|
<para>The Create mode is enabled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditMode.Edit">
|
|
<summary>
|
|
<para>The Edit mode is enabled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditMode.None">
|
|
<summary>
|
|
<para>The edit mode is not specified.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditMode.Transform">
|
|
<summary>
|
|
<para>The Transform mode is enabled.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEditor">
|
|
<summary>
|
|
<para>The Map Editor that allows end users to edit map vector items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditor.ActiveItems">
|
|
<summary>
|
|
<para>Gets or sets a collection of map items with which end-users can interact to change them.</para>
|
|
</summary>
|
|
<value>The collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects with which end-users can interact to change them.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditor.ActiveLayer">
|
|
<summary>
|
|
<para>Returns the layer that the Map Editor uses to store newly created map items.</para>
|
|
</summary>
|
|
<value>The map layer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditor.AllowSaveActions">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the Map control saves an end-user's actions performed while editing the map.</para>
|
|
</summary>
|
|
<value>true, if the Map control saves the performed actions; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditor.CanRedo">
|
|
<summary>
|
|
<para>Checks whether the "Redo" action can be performed for the edited map items.</para>
|
|
</summary>
|
|
<value>true, if it is possible to redo actions; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditor.CanRemoveItems">
|
|
<summary>
|
|
<para>Gets or sets the value defining whether it is possible to remove items on the map.</para>
|
|
</summary>
|
|
<value>true, if items can be removed; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditor.CanUndo">
|
|
<summary>
|
|
<para>Checks whether the "Undo" action can be performed for the edited map items.</para>
|
|
</summary>
|
|
<value>true, if it is possible to undo actions; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.ClearSavedActions">
|
|
<summary>
|
|
<para>Clears all the saved actions.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.CopyItems(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},DevExpress.XtraMap.VectorItemsLayer)">
|
|
<summary>
|
|
<para>Copies the specified map items to the target layer.</para>
|
|
</summary>
|
|
<param name="items">The map items to be copied.</param>
|
|
<param name="targetLayer">The layer that stores copied items.</param>
|
|
<returns>An array of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects that specify the copied items.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.CreateItem(DevExpress.XtraMap.CreatableMapItemKind,DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Creates an item of the specified type at the defined screen point.</para>
|
|
</summary>
|
|
<param name="itemKind">The kind of map item that should be drawn on the map.</param>
|
|
<param name="screenPoint">A point defining a map item position.</param>
|
|
<returns>A map item that should be created.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.FinishItem">
|
|
<summary>
|
|
<para>Finishes the current edit or create operation.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.InsertItemPoint(DevExpress.XtraMap.IEditableItem,DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Inserts a new point to a map item's contour.</para>
|
|
</summary>
|
|
<param name="item">A map item to which a new point should be added.</param>
|
|
<param name="point">The inserted point coordinates.</param>
|
|
<param name="contourIndex">A zero-based integer which specifies the index of the map item's contour to which a new point should be inserted.</param>
|
|
<param name="pointIndex">A zero-based integer which specifies the position of the contour's point to be inserted.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.InsertItemPoint(DevExpress.XtraMap.IEditableItem,DevExpress.XtraMap.MapPoint,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Inserts a new point to a map item's contour.</para>
|
|
</summary>
|
|
<param name="item">A map item to which a new point should be added.</param>
|
|
<param name="point">The inserted point's screen coordinates.</param>
|
|
<param name="contourIndex">A zero-based integer which specifies the index of the map item's contour to which a new point should be inserted.</param>
|
|
<param name="pointIndex">A zero-based integer which specifies the position of the contour's point to be inserted.</param>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapEditor.MapItemCreating">
|
|
<summary>
|
|
<para>Occurs when a map item's creation is started.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapEditor.MapItemEdited">
|
|
<summary>
|
|
<para>Occurs when map items have been edited or transformed using the Map Editor.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapEditor.MapItemEditing">
|
|
<summary>
|
|
<para>Occurs when a user stars to edit a map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditor.PanelOptions">
|
|
<summary>
|
|
<para>Returns the Map Editor panel's options.</para>
|
|
</summary>
|
|
<value>The Map Editor panel options' storage.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.Redo">
|
|
<summary>
|
|
<para>Repeats the last undone action.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.RemoveItemPoint(DevExpress.XtraMap.IEditableItem,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Removes a map item's contour point.</para>
|
|
</summary>
|
|
<param name="item">A map item containing the point to be removed.</param>
|
|
<param name="contourIndex">A zero-based integer which specifies the index of the map item's contour containing the point to be removed.</param>
|
|
<param name="pointIndex">A zero-based integer which specifies the position of the contour's point to be removed.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.RemoveItems(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem})">
|
|
<summary>
|
|
<para>Removes the specified items.</para>
|
|
</summary>
|
|
<param name="items">A collection of the <see cref="T:DevExpress.XtraMap.MapItem"/> descendant objects that should be removed.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.ResetEditMode">
|
|
<summary>
|
|
<para>Resets the Map Editor's edit mode.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.RotateItems(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},System.Double)">
|
|
<summary>
|
|
<para>Rotates the items at the specified angle.</para>
|
|
</summary>
|
|
<param name="items">The map items to be rotated.</param>
|
|
<param name="angle">The rotation in degrees.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.ScaleItems(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},System.Double,System.Double,DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Scales the map items.</para>
|
|
</summary>
|
|
<param name="items">The map items to be scaled.</param>
|
|
<param name="sX">The horizontal scaling factor.</param>
|
|
<param name="sY">The vertical scaling factor.</param>
|
|
<param name="anchorPoint">The map point defining the origin for transformation.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.ScaleItems(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},System.Double,System.Double,DevExpress.XtraMap.TransformOrigin)">
|
|
<summary>
|
|
<para>Scales the map items.</para>
|
|
</summary>
|
|
<param name="items">The map items to be scaled.</param>
|
|
<param name="sX">The horizontal scaling factor.</param>
|
|
<param name="sY">The vertical scaling factor.</param>
|
|
<param name="transformOrigin">The item bounding box point defining the origin for transformation.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.SetCreateMode(DevExpress.XtraMap.CreatableMapItemKind)">
|
|
<summary>
|
|
<para>Enables the Map Editor's Create mode that allows creating items of the specified type.</para>
|
|
</summary>
|
|
<param name="itemKind">The type of map items that should be created in the Create mode.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.SetEditMode">
|
|
<summary>
|
|
<para>Sets the mode that allows end users to edit map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.SetTransformMode(DevExpress.XtraMap.MapItemTransform)">
|
|
<summary>
|
|
<para>Enables the Map Editor's Transformation mode that allows applying the specified transformation to the map items.</para>
|
|
</summary>
|
|
<param name="availableTransform">Transformations that can be applied to map items.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditor.ShowEditorPanel">
|
|
<summary>
|
|
<para>Specifies whether the map editor's panel is displayed.</para>
|
|
</summary>
|
|
<value>true, if the map editor should be visible; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.SimplifyItems(DevExpress.XtraMap.ShapeSimplifierBase,System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},System.Double)">
|
|
<summary>
|
|
<para>Reduces the number of vertices that form the vector layer's items with the specified simplification algorithm and tolerance.</para>
|
|
</summary>
|
|
<param name="shapeSimplifier">The object that specifies the algorithm used to simplify items.</param>
|
|
<param name="items">The items to be simplified.</param>
|
|
<param name="tolerance">A percent of vertices that vector shapes contain after simplification. This value should be in the (0;100) range.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.SimplifyItems(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},System.Double)">
|
|
<summary>
|
|
<para>Reduces the number of vertices that form the vector layer's items with specified tolerance.</para>
|
|
</summary>
|
|
<param name="items">The items to be simplified.</param>
|
|
<param name="tolerance">A percent of vertices that vector shapes contain after simplification. This value should be in the (0;100) range.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapEditor"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapEditor"/> textual representation.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.TranslateItems(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},System.Double,System.Double)">
|
|
<summary>
|
|
<para>Translates items at the specified offset.</para>
|
|
</summary>
|
|
<param name="items">The collections of items that are translated.</param>
|
|
<param name="dX">The horizontal offset in pixels.</param>
|
|
<param name="dY">The vertical offset in pixels.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.Undo">
|
|
<summary>
|
|
<para>Undoes the last edit action.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.UpdateItemPoint(DevExpress.XtraMap.IEditableItem,DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Updates a map item's contour point coordinates.</para>
|
|
</summary>
|
|
<param name="item">A map item whose point coordinates should be updated.</param>
|
|
<param name="point">A new point's coordinates.</param>
|
|
<param name="contourIndex">A zero-based integer which specifies the index of the map item's contour containing a point to be updated.</param>
|
|
<param name="pointIndex">A zero-based integer which specifies the index of the contour's point to be updated.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditor.UpdateItemPoint(DevExpress.XtraMap.IEditableItem,DevExpress.XtraMap.MapPoint,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Updates a map item's contour point coordinates.</para>
|
|
</summary>
|
|
<param name="item">A map item whose point coordinates should be updated.</param>
|
|
<param name="point">A new point's screen coordinates.</param>
|
|
<param name="contourIndex">A zero-based integer which specifies the index of the map item's contour containing a point to be updated.</param>
|
|
<param name="pointIndex">A zero-based integer which specifies the index of the contour's point to be updated.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEditorAction">
|
|
<summary>
|
|
<para>Lists all actions that can cause map item changes.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.Copy">
|
|
<summary>
|
|
<para>Map items have been copied.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.Create">
|
|
<summary>
|
|
<para>A new map shape has been created.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.Move">
|
|
<summary>
|
|
<para>Map items have been moved.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.None">
|
|
<summary>
|
|
<para>No action is performed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.PointAdd">
|
|
<summary>
|
|
<para>A new point has been added to the map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.PointRemove">
|
|
<summary>
|
|
<para>A map item's point has been removed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.PointUpdate">
|
|
<summary>
|
|
<para>A map item's point coordinates have been changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.Remove">
|
|
<summary>
|
|
<para>Map items have been removed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.Resize">
|
|
<summary>
|
|
<para>Map items have been resized.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorAction.Rotate">
|
|
<summary>
|
|
<para>Map items have been rotated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEditorUiElement">
|
|
<summary>
|
|
<para>Lists the Map Editor's elements that can be hit.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorUiElement.Item">
|
|
<summary>
|
|
<para>The map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorUiElement.ItemEdge">
|
|
<summary>
|
|
<para>The item edge.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorUiElement.ItemPoint">
|
|
<summary>
|
|
<para>The item point.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorUiElement.None">
|
|
<summary>
|
|
<para>Nothing was hit tested.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorUiElement.ResizeHandle">
|
|
<summary>
|
|
<para>A resize handle.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapEditorUiElement.RotateHandle">
|
|
<summary>
|
|
<para>The rotation handle.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEditorUiHitInfo">
|
|
<summary>
|
|
<para>The class providing information about the Map Editor's hit tested elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditorUiHitInfo.AdditionalItem">
|
|
<summary>
|
|
<para>Returns additional information about the hit tested Map Editor UI elements.</para>
|
|
</summary>
|
|
<value>Additional information about the hit tested Map Editor's elements.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEditorUiHitInfo.Element">
|
|
<summary>
|
|
<para>Returns the Map Editor's element that is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapEditorUiElement"/> value identifying the element type.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEditorUiHitInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapEditorUiHitInfo"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapEditorUiHitInfo"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapElementState">
|
|
<summary>
|
|
<para>Lists states of the map elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapElementState.Highlighted">
|
|
<summary>
|
|
<para>A map element is highlighted.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapElementState.Normal">
|
|
<summary>
|
|
<para>A map element is the normal state.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapElementState.Selected">
|
|
<summary>
|
|
<para>A map element is selected.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapElementStyle">
|
|
<summary>
|
|
<para>The style of a map element.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapElementStyle.Fill">
|
|
<summary>
|
|
<para>Gets or sets the color that is used to fill a map element.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> that specifies the color used to fill a map element.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapElementStyle.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapElementStyle"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MapElementStyle"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapElementStyleBase">
|
|
<summary>
|
|
<para>The base for classes that define the style of a map element.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapElementStyleBase.MergeStyles(DevExpress.XtraMap.MapElementStyleBase,DevExpress.XtraMap.MapElementStyleBase,DevExpress.XtraMap.MapElementStyleBase)">
|
|
<summary>
|
|
<para>Merges styles of a map element into the destination style.</para>
|
|
</summary>
|
|
<param name="style1">A <see cref="T:DevExpress.XtraMap.MapElementStyleBase"/> object representing the first style of a map element.</param>
|
|
<param name="style2">A <see cref="T:DevExpress.XtraMap.MapElementStyleBase"/> object representing the second style of a map element.</param>
|
|
<param name="destinationStyle">A <see cref="T:DevExpress.XtraMap.MapElementStyleBase"/> object that represents the destination style of a map element.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEllipse">
|
|
<summary>
|
|
<para>The class used to draw an ellipse on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipse.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapEllipse"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEllipse.CanResize">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map ellipse can be resized when the editing the map using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map ellipse can be resized; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipse.CreateByCenter(DevExpress.XtraMap.MapCoordinateSystem,DevExpress.Map.CoordPoint,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Creates a map ellipse using its center point, width and height.</para>
|
|
</summary>
|
|
<param name="coordSystem">A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant object representing the coordinate system in which the ellipse should be initialized.</param>
|
|
<param name="center">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the ellipse center point.</param>
|
|
<param name="width">A <see cref="T:System.Double"/> specifying the ellipse width.</param>
|
|
<param name="height">A <see cref="T:System.Double"/> specifying the ellipse height.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapEllipse"/> object with the specified center point width and height.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipse.CreateInPixelsByCenter(DevExpress.XtraMap.MapControl,DevExpress.Map.CoordPoint,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Creates a map ellipse with dimensions in pixels and the center with specified coordinates.</para>
|
|
</summary>
|
|
<param name="map">The map control that will contain the newly created ellipse.</param>
|
|
<param name="center">The ellipse center.</param>
|
|
<param name="pixelWidth">The ellipse's width in pixels.</param>
|
|
<param name="pixelHeight">The ellipse's height in pixels.</param>
|
|
<returns>The created ellipse.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipse.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map ellipse to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipse.FromLeftTopRightBottom(DevExpress.XtraMap.MapCoordinateSystem,DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Creates a map ellipse using the top-left and bottom-right points of its bounding rectangle.</para>
|
|
</summary>
|
|
<param name="coordSystem">A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> value specifying the coordinate system.</param>
|
|
<param name="leftTop">A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the top-left coordinate of the ellipse bounding rectangle.</param>
|
|
<param name="rightBottom">A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the bottom-right coordinate of the ellipse bounding rectangle.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapEllipse"/> object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEllipse.Height">
|
|
<summary>
|
|
<para>Gets or sets the height of the ellipse.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the height of the ellipse.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEllipse.IsGeodesic">
|
|
<summary>
|
|
<para>Gets or sets a value that indicates whether the ellipse is geodesic.</para>
|
|
</summary>
|
|
<value>true, if the ellipse is geodesic; otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEllipse.Location">
|
|
<summary>
|
|
<para>Gets or sets the location of a <see cref="T:DevExpress.XtraMap.MapEllipse"/> object.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipse.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapEllipse"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapEllipse"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEllipse.Width">
|
|
<summary>
|
|
<para>Gets or sets the width of the map ellipse.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the width of the map ellipse.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEllipseHeightMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapEllipse.Height"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipseHeightMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapEllipseHeightMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEllipseHeightMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the default height of map ellipses.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipseHeightMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapEllipseHeightMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapEllipseHeightMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEllipsePropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapEllipse"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapEllipseWidthMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapEllipse.Width"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipseWidthMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapEllipseWidthMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapEllipseWidthMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the default width of map ellipses.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapEllipseWidthMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapEllipseWidthMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapEllipseWidthMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapErrorEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.Error"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapErrorEventArgs.#ctor(System.Exception)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapErrorEventArgs"/> class with the specified values of the event arguments.</para>
|
|
</summary>
|
|
<param name="exception">A <see cref="T:System.Exception"/> class descendant object representing the raised exception.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapErrorEventArgs.Exception">
|
|
<summary>
|
|
<para>Returns the raised exception.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Exception"/> class descendant object representing the raised exception.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapErrorEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.Error"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.LayerBase"/> which raised the event.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.MapErrorEventArgs"/> object which contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapHitInfo">
|
|
<summary>
|
|
<para>Contains information about what is located at a specific point within the map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.HitMapPoint">
|
|
<summary>
|
|
<para>Returns the hit test point's location in screen coordinates.</para>
|
|
</summary>
|
|
<value>The hit test point location.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.HitObjects">
|
|
<summary>
|
|
<para>Gets a collection of objects which represent all map visual elements located under the test point.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:System.Object"/>s which represent all map elements under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.HitPoint">
|
|
<summary>
|
|
<para>Gets the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Point"/> object representing the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapBubble">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapBubble"/>.</para>
|
|
</summary>
|
|
<value>true, if the test point is within a map bubble; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapCallout">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapCallout"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a map callout; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapCustomElement">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapCustomElement"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a map custom element; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapDot">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapDot"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a dot; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapEllipse">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapEllipse"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a map ellipse; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapLine">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapLine"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a map line; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPath">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPath"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a path; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPie">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPie"/>.</para>
|
|
</summary>
|
|
<value>true, if the test point is within a map pie; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPolygon">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPolygon"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a polygon; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPolyline">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPolyline"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a map polyline; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapPushpin">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapPushpin"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a pushpin; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapRectangle">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.MapRectangle"/>.</para>
|
|
</summary>
|
|
<value>true if the test point is within a rectangle; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InMapSpline">
|
|
<summary>
|
|
<para>Returns a value that indicates whether the test point is within a <see cref="T:DevExpress.XtraMap.MapSpline"/>.</para>
|
|
</summary>
|
|
<value>true, if the test point is within a spline; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InPieSegment">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within a <see cref="T:DevExpress.XtraMap.PieSegment"/>.</para>
|
|
</summary>
|
|
<value>true, if the test point is within a pie segment; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.InUIElement">
|
|
<summary>
|
|
<para>Gets a value indicating whether the test point is within any UI element (e.g., Navigation Panel, Search Panel or a Legend).</para>
|
|
</summary>
|
|
<value>true, if the test point is within a UI element; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapBubble">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.XtraMap.MapBubble"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapBubble"/> object that is the bubble located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapCallout">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapCallout"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapCallout"/> object that is the map callout located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapCustomElement">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapCustomElement"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapCustomElement"/> object that is the map custom element located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapDot">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapDot"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapDot"/> object that is the dot located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapEditorUiHitInfo">
|
|
<summary>
|
|
<para>Returns information about the hit tested Map Editor's UI elements.</para>
|
|
</summary>
|
|
<value>An object containing information about Map Editor's UI elements located at the hit point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapEllipse">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapEllipse"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapEllipse"/> object that is the ellipse located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapLine">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapLine"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapLine"/> object that is the line located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPath">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapPath"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPath"/> object that is the path located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPie">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.XtraMap.MapPie"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPie"/> object that is the pie located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPolygon">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapPolygon"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPolygon"/> object that is the polygon located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPolyline">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapPolyline"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPolyline"/> object that is the polyline located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapPushpin">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapPushpin"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPushpin"/> object that is the pushpin located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapRectangle">
|
|
<summary>
|
|
<para>Gets a <see cref="T:DevExpress.XtraMap.MapRectangle"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapRectangle"/> object that is the rectangle located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.MapSpline">
|
|
<summary>
|
|
<para>Returns a <see cref="T:DevExpress.XtraMap.MapSpline"/> that is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapSpline"/> object that is a spline located under the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.PieSegment">
|
|
<summary>
|
|
<para>Gets the <see cref="T:DevExpress.XtraMap.PieSegment"/> which is located under the test point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.PieSegment"/> object that is the pie located under the test point.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapHitInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapHitInfo"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapHitInfo"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapHitInfo.UiHitInfo">
|
|
<summary>
|
|
<para>Returns information about hit tested UI elements.</para>
|
|
</summary>
|
|
<value>An object of a class implementing the <see cref="T:DevExpress.XtraMap.IMapUiHitInfo"/> interface.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapHitUiElementType">
|
|
<summary>
|
|
<para>Lists element types that can be hit.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.EditorPanel">
|
|
<summary>
|
|
<para>The map editor panel.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.Legend">
|
|
<summary>
|
|
<para>A legend.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.MiniMap">
|
|
<summary>
|
|
<para>The mini map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.NavigationPanel">
|
|
<summary>
|
|
<para>The navigation panel.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.None">
|
|
<summary>
|
|
<para>Nothing was hit tested.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.Overlay">
|
|
<summary>
|
|
<para>The overlay.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ScrollButtons">
|
|
<summary>
|
|
<para>The navigation panel's scroll buttons.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.SearchPanel">
|
|
<summary>
|
|
<para>The search panel.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ZoomIn">
|
|
<summary>
|
|
<para>The Zoom In button on the navigation panel.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ZoomOut">
|
|
<summary>
|
|
<para>The Zoom Out button on the navigation panel.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ZoomTrackBar">
|
|
<summary>
|
|
<para>The Zoom trackbar on the navigation panel.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapHitUiElementType.ZoomTrackBarThumb">
|
|
<summary>
|
|
<para>The Zoom trackbar's thumb on the navigation panel.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapImage">
|
|
<summary>
|
|
<para>Stores the map image options.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapImage.MappingPoints">
|
|
<summary>
|
|
<para>Gets or sets a collection of image points whose coordinates are in the [0.0,1.0] range.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.XtraMap.MapPoint"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapImage.Source">
|
|
<summary>
|
|
<para>Gets or sets the image source.</para>
|
|
</summary>
|
|
<value>An image.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapImage.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapImage"/></para>
|
|
</summary>
|
|
<returns>A string value that is the textual representation of <see cref="T:DevExpress.XtraMap.MapImage"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapImage.Transparency">
|
|
<summary>
|
|
<para>Gets or sets image transparency.</para>
|
|
</summary>
|
|
<value>An integer number in the [0,255] range.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapImageDataProviderBase">
|
|
<summary>
|
|
<para>A base class for all Map Image Data Providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapImageDataProviderBase.GetMapSizeInPixels(System.Double)">
|
|
<summary>
|
|
<para>Returns a map size in pixels.</para>
|
|
</summary>
|
|
<param name="zoomLevel">A <see cref="T:System.Double"/> value specifying the zoom level.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the map size.</returns>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapImageDataProviderBase.WebRequest">
|
|
<summary>
|
|
<para>Occurs when a Map control sends a request to an external web service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapImageSourceBase">
|
|
<summary>
|
|
<para>A base class for all classes that can load map images from an external source.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItem">
|
|
<summary>
|
|
<para>The base class for various map item types.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.Attributes">
|
|
<summary>
|
|
<para>Gets the attributes for this map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.CanMove">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map item can moved while editing the map using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if the map item can be moved; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.ClusteredItems">
|
|
<summary>
|
|
<para>Returns the collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects that are in a cluster presented by this cluster representative.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.Fill">
|
|
<summary>
|
|
<para>Gets or sets the color that is used to fill a map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> that is the color used to fill a map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.HighlightedFill">
|
|
<summary>
|
|
<para>Gets or sets the color that specifies how the highlighted map item is painted.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> that is the color to fill the highlighted map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.HighlightedStroke">
|
|
<summary>
|
|
<para>Gets or sets the color that specifies how the highlighted outline is painted on a map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object that is a color to fill the highlighted outline of a map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the width of the highlighted stroke on the map item.</para>
|
|
</summary>
|
|
<value>An integer value that is the width of the highlighted stroke on the map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.IsHitTestVisible">
|
|
<summary>
|
|
<para>Gets or sets a value that defines whether or not a map item can be returned as a hit-testing result.</para>
|
|
</summary>
|
|
<value>true if the map item can be shown as the result of hit testing; otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.IsUpdateLocked">
|
|
<summary>
|
|
<para>Gets whether a map item has been locked for updating.</para>
|
|
</summary>
|
|
<value>true, if a map item is locked; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.Layer">
|
|
<summary>
|
|
<para>Provides access to the map items layer object.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> object representing the items layer of a map control.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.SelectedFill">
|
|
<summary>
|
|
<para>Gets or sets the color that specifies how the selected map item is painted.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> that is the color to fill the selected map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.SelectedStroke">
|
|
<summary>
|
|
<para>Gets or sets the color that specifies how the selected outline is painted on a map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object that is the color to fill the selected outline of a map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the width of the selected stroke on the map item.</para>
|
|
</summary>
|
|
<value>An integer value that is the width of the selected stroke on the map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.Stroke">
|
|
<summary>
|
|
<para>Gets or sets the color that specifies how the map item outline is painted.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value that specifies how the map item outline is painted.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.StrokeWidth">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the width of the stroke on the map item.</para>
|
|
</summary>
|
|
<value>An integer value that is the width of the stroke on the map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.Tag">
|
|
<summary>
|
|
<para>Gets or sets the object that contains data related to a map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> that contains information about the map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.ToolTipPattern">
|
|
<summary>
|
|
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip that appears for a map item.</para>
|
|
</summary>
|
|
<value>A string value that is the tooltip pattern.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItem.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not a map item should be displayed.</para>
|
|
</summary>
|
|
<value>true to display a map item; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemAttribute">
|
|
<summary>
|
|
<para>An attribute that can be applied to map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemAttribute.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemAttribute"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemAttribute.Name">
|
|
<summary>
|
|
<para>Gets or sets the name attribute to define mappings of a map item.</para>
|
|
</summary>
|
|
<value>A name attribute of the map item mapping.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemAttribute.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemAttribute"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapItemAttribute"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemAttribute.Type">
|
|
<summary>
|
|
<para>Specifies a type of the map item attribute mapping.</para>
|
|
</summary>
|
|
<value>A map item attribute type.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemAttribute.Value">
|
|
<summary>
|
|
<para>Specifies the mapping value of the map item attribute.</para>
|
|
</summary>
|
|
<value>An object that is the value of the map item attribute.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemAttributeCollection">
|
|
<summary>
|
|
<para>A collection of attributes for an individual map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemAttributeCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemAttributeCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemAttributeMapping">
|
|
<summary>
|
|
<para>The mapping of an attribute applied to a map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemAttributeMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemAttributeMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemAttributeMapping.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemAttributeMapping"/> class with the specified mapping attributes of a map item.</para>
|
|
</summary>
|
|
<param name="name">A <see cref="T:System.String"/> value that is an attribute name. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.Name"/> property.</param>
|
|
<param name="member">A <see cref="T:System.String"/> value that is the attribute member. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.Type"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemAttributeMapping.#ctor(System.String,System.String,DevExpress.XtraMap.FieldValueType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemAttributeMapping"/> class with the specified mapping attributes of a map item.</para>
|
|
</summary>
|
|
<param name="name">A <see cref="T:System.String"/> value that is an attribute name. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.Name"/> property.</param>
|
|
<param name="member">A <see cref="T:System.String"/> value that is the attribute member. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.Type"/> property.</param>
|
|
<param name="valueType">A <see cref="T:DevExpress.XtraMap.FieldValueType"/> enumeration value that is the current attribute type. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemAttributeMapping.ValueType"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemAttributeMapping.Member">
|
|
<summary>
|
|
<para>Gets or sets the member attribute to define mappings of a map item.</para>
|
|
</summary>
|
|
<value>A string value that defines the member attribute.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemAttributeMapping.Name">
|
|
<summary>
|
|
<para>Gets or sets a name of the map item attribute mapping.</para>
|
|
</summary>
|
|
<value>A string value that is the name attribute.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemAttributeMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemAttributeMapping"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapItemAttributeMapping"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemAttributeMapping.Type">
|
|
<summary>
|
|
<para>Returns the type to define attribute mappings of a map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Type"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemAttributeMapping.ValueType">
|
|
<summary>
|
|
<para>Gets or sets the mapping's map item attribute value type.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.FieldValueType"/> enumeration value which represents the map item attribute type.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemAttributeMappingCollection">
|
|
<summary>
|
|
<para>A mapping collection of map item attributes.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemAttributeMappingCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemAttributeMappingCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapItemAttributeMappingCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemClickEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.MapItemClick"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemClickEventArgs.#ctor(DevExpress.XtraMap.MapItem,System.Windows.Forms.MouseEventArgs)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemClickEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapItem"/> value specifying a map item to be clicked. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemEventArgs.Item"/> property.</param>
|
|
<param name="args">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> object that contains information on the clicked map item.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemClickEventArgs.Handled">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether an event has been handled.</para>
|
|
</summary>
|
|
<value>true if the event hasn't been handled by a control; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemClickEventArgs.MouseArgs">
|
|
<summary>
|
|
<para>Returns data for the MouseUp, MouseDown, and MouseMove events.</para>
|
|
</summary>
|
|
<value>A System.Windows.Forms.MouseEventArgs object which provides data for the mouse events.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemClickEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.MapItemClick"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.MapItemClickEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemCollection.#ctor(DevExpress.XtraMap.IMapDataAdapter)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemCollection"/> class with the predefined color.</para>
|
|
</summary>
|
|
<param name="dataAdapter">An object implementing the <see cref="T:DevExpress.XtraMap.IMapDataAdapter"/> interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemCollection.Swap(System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Swaps items with indexes index1 and index2 inside the collection.</para>
|
|
</summary>
|
|
<param name="index1">An integer value that specifies index of the first swapping element.</param>
|
|
<param name="index2">An integer value that specifies index of the second swapping element.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapItemCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemColorMappingBase">
|
|
<summary>
|
|
<para>The base class for color-based property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemColorMappingBase.ColorConverter">
|
|
<summary>
|
|
<para>Gets or sets the color converter used by this property mapping class' descendants.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ColorConverter"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemColorMappingBase.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemCreatingEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapEditor.MapItemCreating"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemCreatingEventArgs.#ctor(DevExpress.XtraMap.MapItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemCreatingEventArgs"/> class with the specified values of event arguments.</para>
|
|
</summary>
|
|
<param name="item">The map item that is currently being created.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemCreatingEventArgs.Cancel">
|
|
<summary>
|
|
<para>Gets or sets whether the map item creation should be canceled.</para>
|
|
</summary>
|
|
<value>true, if the map item creation should be canceled; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemCreatingEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapEditor.MapItemCreating"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">The event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemEditedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapEditor.MapItemEdited"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemEditedEventArgs.#ctor(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},DevExpress.XtraMap.MapEditorAction)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemEditedEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="items">The map shapes that have been edited using the Map Editor.</param>
|
|
<param name="action">The action that is applied to the map shapes.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemEditedEventArgs.Action">
|
|
<summary>
|
|
<para>Returns the action that has been applied to map items.</para>
|
|
</summary>
|
|
<value>The action performed using the Map Editor.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemEditedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapEditor.MapItemEdited"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">The event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemEditingEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapEditor.MapItemEditing"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemEditingEventArgs.#ctor(DevExpress.XtraMap.MapEditMode,DevExpress.XtraMap.MapEditorAction,System.Object,System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemEditingEventArgs"/> class with the specified values of event arguments.</para>
|
|
</summary>
|
|
<param name="editMode"></param>
|
|
<param name="action"></param>
|
|
<param name="info"></param>
|
|
<param name="items"></param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemEditingEventArgs.Action">
|
|
<summary>
|
|
<para>Returns the action applied to items.</para>
|
|
</summary>
|
|
<value>An action that is applied to items.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemEditingEventArgs.AdditionalInfo">
|
|
<summary>
|
|
<para>Returns additional information about edited items.</para>
|
|
</summary>
|
|
<value>An object that contains additional information about edited items.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemEditingEventArgs.EditMode">
|
|
<summary>
|
|
<para>Returns the map edit mode.</para>
|
|
</summary>
|
|
<value>The map edit mode.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemEditingEventArgs.Items">
|
|
<summary>
|
|
<para>Returns the items to be displayed on a map.</para>
|
|
</summary>
|
|
<value>A collection of items.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemEditingEventArgs.Result">
|
|
<summary>
|
|
<para>Gets or sets the edit action result.</para>
|
|
</summary>
|
|
<value>The edit action result.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemEditingEventHandler">
|
|
<summary>
|
|
<para>A method that handles the <see cref="E:DevExpress.XtraMap.MapEditor.MapItemEditing"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">The event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemEventArgs">
|
|
<summary>
|
|
<para>Provides data for <see cref="E:DevExpress.XtraMap.MapControl.DrawMapItem"/>, <see cref="E:DevExpress.XtraMap.MapControl.ExportMapItem"/> and <see cref="E:DevExpress.XtraMap.MapControl.MapItemClick"/> events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemEventArgs.#ctor(DevExpress.XtraMap.MapItem)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemEventArgs"/> class with the specified map item.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapItem"/> value specifying a map item in the map control. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapItemEventArgs.Item"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemEventArgs.Item">
|
|
<summary>
|
|
<para>Gets a map item to be represented in the map control.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItem"/> object that is the map item.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemFillMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.Fill"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemFillMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemFillMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemFillMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemFillMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemFillMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemHighlightedFillMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedFill"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemHighlightedFillMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemHighlightedFillMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemHighlightedFillMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemHighlightedFillMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemHighlightedFillMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemHighlightedStrokeMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStroke"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemHighlightedStrokeMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemHighlightedStrokeMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemHighlightedStrokeMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemHighlightedStrokeMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemHighlightedStrokeMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> object specifying the highlighted stroke width of map items.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemHighlightedStrokeWidthMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemMappingInfo">
|
|
<summary>
|
|
<para>Contains information about the mapping of a map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.MapPointer.ImageIndex"/> property is bound.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.Latitude">
|
|
<summary>
|
|
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.GeoPoint.Latitude"/> property is bound.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.Longitude">
|
|
<summary>
|
|
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.GeoPoint.Longitude"/> property is bound.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.Text">
|
|
<summary>
|
|
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.MapPointer.Text"/> property is bound.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemMappingInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapItemMappingInfo"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapItemMappingInfo"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.Type">
|
|
<summary>
|
|
<para>Gets or sets the name of the data field that stores the type of the map item.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.XCoordinate">
|
|
<summary>
|
|
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.CartesianPoint.X"/> property is bound.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemMappingInfo.YCoordinate">
|
|
<summary>
|
|
<para>Gets or sets the data field to which a <see cref="P:DevExpress.XtraMap.CartesianPoint.Y"/> property is bound.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemMappingInfoBase">
|
|
<summary>
|
|
<para>The base for all classes that contain information about mapping various chart items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemPropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapItem"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemPropertyMappingBase.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemPropertyMappingBase.Member">
|
|
<summary>
|
|
<para>Gets or sets the data member whose value is assigned as the map item property.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the data member name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemPropertyMappingBase.Name">
|
|
<summary>
|
|
<para>Gets or sets the name of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the name of the property.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemPropertyMappingCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.XtraMap.MapItemPropertyMappingBase"/> class descendant objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemPropertyMappingCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemPropertyMappingCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapItemPropertyMappingCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemSelectedFillMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.SelectedFill"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemSelectedFillMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemSelectedFillMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemSelectedFillMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemSelectedFillMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemSelectedFillMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemSelectedStrokeMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStroke"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemSelectedStrokeMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemSelectedStrokeMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemSelectedStrokeMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemSelectedStrokeMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemSelectedStrokeMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> object specifying the selected stroke width of map items.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemSelectedStrokeWidthMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemsEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapEditor.MapItemEdited"/> and <see cref="E:DevExpress.XtraMap.MapClustererBase.Clustered"/> events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsEventArgs.Items">
|
|
<summary>
|
|
<para>Returns map items to be represented in the map control.</para>
|
|
</summary>
|
|
<value>The map items' collection.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemsLayerBase">
|
|
<summary>
|
|
<para>The base class for layers that display map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapItemsLayerBase.AttributeDisplayValueEdit">
|
|
<summary>
|
|
<para>Occurs every time a display value of an attribute should be edited.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.EnableHighlighting">
|
|
<summary>
|
|
<para>Specifies whether highlighting map items is enabled on this layer.</para>
|
|
</summary>
|
|
<value>true, if highlighting of map items is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.EnableSelection">
|
|
<summary>
|
|
<para>Specifies whether selecting map items is enabled on this layer.</para>
|
|
</summary>
|
|
<value>true, if selecting map items is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToKml(System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified stream using the KML file format.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object specifying a stream in which map items are exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToKml(System.IO.Stream,System.String)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified stream using the KML file format.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object that specifies a stream in which map items are exported.</param>
|
|
<param name="workingPath">The path to the directory that is used to store item resources (for example, images) when you export the layer.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToKml(System.String)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified KML file.</para>
|
|
</summary>
|
|
<param name="filePath">A <see cref="T:System.String"/> object specifying the file path used to save vector items.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToShp(System.String,DevExpress.XtraMap.ShpExportOptions)">
|
|
<summary>
|
|
<para>Exports this vector layer data to the specified shapefile.</para>
|
|
</summary>
|
|
<param name="filePath">A <see cref="T:System.String"/> object specifying the file path used to save data.</param>
|
|
<param name="options">A <see cref="T:DevExpress.XtraMap.ShpExportOptions"/> object specifying export options.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.IO.Stream)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified stream using the SVG file format.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object specifying the stream, in which map items are exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.IO.Stream,DevExpress.XtraMap.SvgExportOptions)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified stream using the defined parameters.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object specifying the stream to which map items should be exported.</param>
|
|
<param name="exportOptions">The storage of values required for correct export.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.IO.Stream,System.Double)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified stream using the SVG file format.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object specifying the stream to which map items should be exported.</param>
|
|
<param name="scale">A <see cref="T:System.Double"/> value specifying the scale factor used to export map items to SVG.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.IO.Stream,System.Double,DevExpress.XtraMap.SvgExportOptions)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified stream using the defined parameters.</para>
|
|
</summary>
|
|
<param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object specifying the stream to which map items should be exported.</param>
|
|
<param name="scale">The scale factor used to export map items to SVG.</param>
|
|
<param name="exportOptions">The storage of values required for correct export.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.String)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified SVG file.</para>
|
|
</summary>
|
|
<param name="filePath">A <see cref="T:System.String"/> object specifying a shapefile in which map items are exported.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.String,DevExpress.XtraMap.SvgExportOptions)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified SVG file using the defined parameters.</para>
|
|
</summary>
|
|
<param name="filePath">The path of the file that is used to save vector items.</param>
|
|
<param name="exportOptions">The storage of values required for correct export.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.String,System.Double)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified SVG file.</para>
|
|
</summary>
|
|
<param name="filePath">A <see cref="T:System.String"/> object specifying a shapefile to which map items should be exported.</param>
|
|
<param name="scale">A <see cref="T:System.Double"/> value specifying the scale factor used to export map items to SVG.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLayerBase.ExportToSvg(System.String,System.Double,DevExpress.XtraMap.SvgExportOptions)">
|
|
<summary>
|
|
<para>Exports data from this vector layer to the specified SVG file using the defined parameters.</para>
|
|
</summary>
|
|
<param name="filePath">The path of the file that is used to save vector items.</param>
|
|
<param name="scale">The scale factor used to export map items to SVG.</param>
|
|
<param name="exportOptions">The storage of values required for correct export.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.HighlightedItemStyle">
|
|
<summary>
|
|
<para>Gets a style applied to a highlighted map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemStyle"/> object, applied to a highlighted map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ItemImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of the image assigned to the map item.</para>
|
|
</summary>
|
|
<value>An integer which specifies the index of the map item's image in a collection of images.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ItemStyle">
|
|
<summary>
|
|
<para>Gets a style applied to a map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemStyle"/> object that contains style settings to customize a map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.SelectedItem">
|
|
<summary>
|
|
<para>Gets or sets the currently selected item on a map.</para>
|
|
</summary>
|
|
<value>An object that is the currently selected map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.SelectedItems">
|
|
<summary>
|
|
<para>Gets the collection of selected items of the <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> object.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.SelectedItemCollection"/> object representing the collection of selected map items.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.SelectedItemStyle">
|
|
<summary>
|
|
<para>Gets a style applied to the selected map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemStyle"/> that contains style settings to customize the selected map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ShapeTitlesPattern">
|
|
<summary>
|
|
<para>Gets or sets a pattern used to generate shape titles.</para>
|
|
</summary>
|
|
<value>A string value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ShapeTitlesVisibility">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether or not shape titles should be visible.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.VisibilityMode"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLayerBase.ToolTipPattern">
|
|
<summary>
|
|
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip.</para>
|
|
</summary>
|
|
<value>A System.String, which represents the tooltip pattern.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemsLoadedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.DataLoaded"/> event of the <see cref="T:DevExpress.XtraMap.VectorItemsLayer"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemsLoadedEventArgs.#ctor(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemsLoadedEventArgs"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="items">A set of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemsLoadedEventArgs.Items">
|
|
<summary>
|
|
<para>Returns the list of loaded map items.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemStorage">
|
|
<summary>
|
|
<para>The data adapter that stores manually added vector items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemStorage.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemStorage"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemStorage.Items">
|
|
<summary>
|
|
<para>Provides access to the collection of map items.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemCollection"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemStorage.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapItemStorage"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapItemStorage"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemStrokeMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.Stroke"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemStrokeMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemStrokeMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemStrokeMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemStrokeMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemStrokeMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemStrokeWidthMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.StrokeWidth"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemStrokeWidthMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemStrokeWidthMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemStrokeWidthMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> object specifying the stroke width of map items.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemStrokeWidthMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemStrokeWidthMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemStrokeWidthMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemStyle">
|
|
<summary>
|
|
<para>Specifies a style for a map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemStyle"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemStyle.Fill">
|
|
<summary>
|
|
<para>Gets or sets the color that is used to fill a map item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> that specifies the color used to fill a map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemStyle.Stroke">
|
|
<summary>
|
|
<para>Gets or sets the color that specifies how the map item outline is painted.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value that specifies how the map item outline is painted.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemStyle.StrokeWidth">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the width of the stroke on the current map item.</para>
|
|
</summary>
|
|
<value>An integer value that is the width of the stroke on the current map item.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemStyle.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapItemStyle"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapItemStyle"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemTextStyle">
|
|
<summary>
|
|
<para>The style of text in the Map Control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemTextStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemTextStyle"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemTextStyle.Font">
|
|
<summary>
|
|
<para>Gets or sets the map element's font.</para>
|
|
</summary>
|
|
<value>The map element's font.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemTextStyle.TextColor">
|
|
<summary>
|
|
<para>Gets or sets the map element's text color.</para>
|
|
</summary>
|
|
<value>The map element's text color.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemTextStyle.TextGlowColor">
|
|
<summary>
|
|
<para>Gets or sets the map element's text glow color.</para>
|
|
</summary>
|
|
<value>The glow color of the element's text.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemTextStyle.ToString">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.XtraMap.MapItemTextStyle"/> textual representation.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:System.String"/> value that is the <see cref="T:DevExpress.XtraMap.MapItemTextStyle"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemTransform">
|
|
<summary>
|
|
<para>Lists transformations that can be applied to a map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemTransform.All">
|
|
<summary>
|
|
<para>All transformation can be applied to map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemTransform.AxisResize">
|
|
<summary>
|
|
<para>Map items can be resized using the side sizing handlers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemTransform.CornersResize">
|
|
<summary>
|
|
<para>Map items can be resized using the corner sizing handles.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemTransform.Move">
|
|
<summary>
|
|
<para>Map items can be moved.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemTransform.None">
|
|
<summary>
|
|
<para>No transformation is applied to a map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemTransform.Rotate">
|
|
<summary>
|
|
<para>Map items can be rotated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemType">
|
|
<summary>
|
|
<para>Lists the types of a map item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Bubble">
|
|
<summary>
|
|
<para>Represents a Bubble chart.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Callout">
|
|
<summary>
|
|
<para>Represents a map callout.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Custom">
|
|
<summary>
|
|
<para>Represents a map custom element.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Dot">
|
|
<summary>
|
|
<para>Represents a map dot.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Ellipse">
|
|
<summary>
|
|
<para>Represents a map ellipse.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Line">
|
|
<summary>
|
|
<para>Represents a map line.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Path">
|
|
<summary>
|
|
<para>Represents a map path.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Pie">
|
|
<summary>
|
|
<para>Represents a Pie chart.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Polygon">
|
|
<summary>
|
|
<para>Represents a map polygon.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Polyline">
|
|
<summary>
|
|
<para>Represents a map polyline.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Pushpin">
|
|
<summary>
|
|
<para>Represents a map pushpin.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Rectangle">
|
|
<summary>
|
|
<para>Represents a map rectangle.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Spline">
|
|
<summary>
|
|
<para>Represents a map spline.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapItemType.Unknown">
|
|
<summary>
|
|
<para>Represents an unknown map item type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapItemVisiblePropertyMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapItem.Visible"/> property of <see cref="T:DevExpress.XtraMap.MapItem"/> class descendant objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemVisiblePropertyMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapItemVisiblePropertyMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapItemVisiblePropertyMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Boolean"/> object specifying the visibility of map items.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapItemVisiblePropertyMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemVisiblePropertyMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapItemVisiblePropertyMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLegendBase">
|
|
<summary>
|
|
<para>The base class for all legends that can be used in the Map control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendBase.Alignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of a map legend.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.LegendAlignment"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendBase.BackgroundStyle">
|
|
<summary>
|
|
<para>Returns the map legend background style.</para>
|
|
</summary>
|
|
<value>The background style.</value>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapLegendBase.DefaultAlignment">
|
|
<summary>
|
|
<para>Specifies the legend alignment used by default.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapLegendBase.DefaultVisibility">
|
|
<summary>
|
|
<para>Specifies the legend visibility used by default.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendBase.Description">
|
|
<summary>
|
|
<para>Gets or set the description of the map legend.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendBase.DescriptionStyle">
|
|
<summary>
|
|
<para>Provides access to style settings of the legend description.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object that contains style settings to customize the legend description.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendBase.Header">
|
|
<summary>
|
|
<para>Gets or sets the header of the map legend.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendBase.HeaderStyle">
|
|
<summary>
|
|
<para>Provides access to the style settings of the legend header.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object that contains style settings to customize the legend header.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendBase.ItemStyle">
|
|
<summary>
|
|
<para>Provides access to the style settings of legend items.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapElementStyle"/> object that contains style settings to customize legend items.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendBase.RangeStopsFormat">
|
|
<summary>
|
|
<para>Specifies the display format of range stops on a color legend.</para>
|
|
</summary>
|
|
<value>A string value that specifies the text representation of range stops on a color legend.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendBase.Visibility">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not a legend should be visible.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.VisibilityMode"/> enumeration value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLegendHitElement">
|
|
<summary>
|
|
<para>Lists legend elements that can be positioned in a hit-test point.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapLegendHitElement.Description">
|
|
<summary>
|
|
<para>A legend description.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapLegendHitElement.Header">
|
|
<summary>
|
|
<para>A legend header.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapLegendHitElement.Item">
|
|
<summary>
|
|
<para>A legend item is in the test point.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapLegendHitElement.None">
|
|
<summary>
|
|
<para>No legend element is hit-tested.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLegendHitInfo">
|
|
<summary>
|
|
<para>Contains information about what is located at a specific point on the map legend.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLegendHitInfo.#ctor(System.Drawing.Point,DevExpress.XtraMap.MapHitUiElementType,DevExpress.XtraMap.MapLegendBase,DevExpress.XtraMap.MapLegendHitElement,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapLegendHitInfo"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="hitPoint">The test point.</param>
|
|
<param name="hitElement">The hit UI element type.</param>
|
|
<param name="legend">A <see cref="T:DevExpress.XtraMap.MapLegendBase"/> descendant that is the legend in the test point.</param>
|
|
<param name="legendElement">The legend element type in the test point.</param>
|
|
<param name="additionalInfo">An object that contains additional information about the legend element.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendHitInfo.AdditionalInfo">
|
|
<summary>
|
|
<para>Returns additional information about a legend element in a test point.</para>
|
|
</summary>
|
|
<value>An object that contains additional information about the hit-tested legend element.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendHitInfo.Element">
|
|
<summary>
|
|
<para>Returns the map legend element that is positioned under the test point.</para>
|
|
</summary>
|
|
<value>The legend element that is in the test point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendHitInfo.Legend">
|
|
<summary>
|
|
<para>Returns the legend that is positioned in the test point.</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraMap.MapLegendBase"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLegendHitInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapLegendHitInfo"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value that is the textual representation of <see cref="T:DevExpress.XtraMap.MapLegendHitInfo"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLegendItemBase">
|
|
<summary>
|
|
<para>The base class for items displayed in map legends.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendItemBase.Color">
|
|
<summary>
|
|
<para>Gets or sets the color of the legend item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendItemBase.Text">
|
|
<summary>
|
|
<para>Specifies the text of the legend item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLegendItemBase.Value">
|
|
<summary>
|
|
<para>Gets or sets the value of the legend item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value, which is the value of the <see cref="T:DevExpress.XtraMap.MapLegendItemBase"/>.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLegendItemCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.XtraMap.MapLegendItemBase"/> objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLegendItemCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapLegendItemCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLegendItemCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapLegendItemCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapLegendItemCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLine">
|
|
<summary>
|
|
<para>The class used to draw a line on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLine.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapLine"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.ActualPoints">
|
|
<summary>
|
|
<para>Returns the collection of points used to plot a line.</para>
|
|
</summary>
|
|
<value>An object implementing the <see cref="T:System.Collections.Generic.IEnumerable`1"/><<see cref="T:DevExpress.Map.CoordPoint"/>,> interface and containing points used to plot line.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.CanEdit">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map line can be edited using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map line can be edited; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.CanResize">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map line can be resized when editing the map using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map path can be resized; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.CanRotate">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map line can be rotated when editing the map using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map line can be rotated; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLine.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map line to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.Fill">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Fill"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.HighlightedFill">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedFill"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.IsGeodesic">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the line is geodesic.</para>
|
|
</summary>
|
|
<value>true if the line is geodesic; otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.Point1">
|
|
<summary>
|
|
<para>Gets or sets the first point that defines this line.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.Point2">
|
|
<summary>
|
|
<para>Gets or sets the second point that defines this line.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLine.SelectedFill">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedFill"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLine.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapLine"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MapLine"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLinePoint1XMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the X coordinate of the <see cref="P:DevExpress.XtraMap.MapLine.Point1"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLinePoint1XMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapLinePoint1XMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLinePoint1XMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the X coordinate default value of the first point of map lines.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLinePoint1XMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapLinePoint1XMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapLinePoint1XMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLinePoint1YMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the Y coordinate of the <see cref="P:DevExpress.XtraMap.MapLine.Point1"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLinePoint1YMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapLinePoint1YMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLinePoint1YMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the Y coordinate default value of the first point of map lines.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLinePoint1YMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapLinePoint1YMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapLinePoint1YMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLinePoint2XMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the X coordinate of the <see cref="P:DevExpress.XtraMap.MapLine.Point2"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLinePoint2XMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapLinePoint2XMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLinePoint2XMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the X coordinate default value of the second point of map lines.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLinePoint2XMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapLinePoint2XMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapLinePoint2XMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLinePoint2YMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the Y coordinate of the <see cref="P:DevExpress.XtraMap.MapLine.Point2"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLinePoint2YMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapLinePoint2YMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapLinePoint2YMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the Y coordinate default value of the second point of map lines.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapLinePoint2YMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapLinePoint2YMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapLinePoint2YMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapLinePropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapLine"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapNotificationOptions">
|
|
<summary>
|
|
<para>Contains options to support map notification.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.MapNotificationOptions.Changed">
|
|
<summary>
|
|
<para>Occurs after the map setting has been changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapNotificationOptions.Reset">
|
|
<summary>
|
|
<para>Resets all map notification settings to the default values.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapOverlay">
|
|
<summary>
|
|
<para>A Map Control overlay.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlay.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapOverlay"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlay.Alignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the map overlay.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlay.BackgroundStyle">
|
|
<summary>
|
|
<para>Returns the background style of a map overlay.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object specifying the style of a map overlay.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlay.Items">
|
|
<summary>
|
|
<para>Returns the collection of overlay items that the overlay displays.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.XtraMap.MapOverlayItemBase"/> descendant objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlay.JoiningOrientation">
|
|
<summary>
|
|
<para>Gets or sets the value specifying how overlays are arranged if they have the same Alignment value.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Orientation"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlay.Location">
|
|
<summary>
|
|
<para>Gets or sets the location of a map overlay.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlay.Margin">
|
|
<summary>
|
|
<para>Gets or sets the margin of a map overlay.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Padding"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlay.Padding">
|
|
<summary>
|
|
<para>Gets or sets the padding of a map overlay.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Padding"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlay.Size">
|
|
<summary>
|
|
<para>Gets or sets the size of the map overlay.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Size"/> value specifying the size.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlay.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapOverlay"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapOverlay"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlay.Visible">
|
|
<summary>
|
|
<para>Gets or sets the value indicating whether or not a map overlay is visible.</para>
|
|
</summary>
|
|
<value>true if a map overlay is visible; otherwise false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapOverlayCollection">
|
|
<summary>
|
|
<para>A collection that stores <see cref="T:DevExpress.XtraMap.MapOverlay"/> objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlayCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapOverlayCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapOverlayCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapOverlayHitInfo">
|
|
<summary>
|
|
<para>Contains information about what is located at a specific point on the map overlay.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlayHitInfo.#ctor(System.Drawing.Point,DevExpress.XtraMap.MapHitUiElementType,DevExpress.XtraMap.MapOverlay,DevExpress.XtraMap.MapOverlayItemBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapOverlayHitInfo"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="hitPoint">A <see cref="T:System.Drawing.Point"/> object, specifying the hit tested point.</param>
|
|
<param name="hitElement">A <see cref="T:DevExpress.XtraMap.MapHitUiElementType"/> enumeration value, specifying the type of the hit UI element.</param>
|
|
<param name="overlay">A <see cref="T:DevExpress.XtraMap.MapOverlay"/> object that was hit.</param>
|
|
<param name="overlayItem">A <see cref="T:DevExpress.XtraMap.MapOverlayItemBase"/> class descendant object that was hit.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayHitInfo.Overlay">
|
|
<summary>
|
|
<para>Returns the hit overlay.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapOverlay"/> object that has been hit.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayHitInfo.OverlayItem">
|
|
<summary>
|
|
<para>Returns the hit overlay item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapOverlayItemBase"/> object that has been hit.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlayHitInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapOverlayHitInfo"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapOverlayHitInfo"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapOverlayImageItem">
|
|
<summary>
|
|
<para>An image that can be placed on map overlay.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlayImageItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapOverlayImageItem"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayImageItem.Image">
|
|
<summary>
|
|
<para>Gets or sets the image that the overlay item displays.</para>
|
|
</summary>
|
|
<value>The image that the overlay item displays.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayImageItem.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of an image that is within the <see cref="P:DevExpress.XtraMap.MapControl.ImageList"/> list and that the overlay item displays.</para>
|
|
</summary>
|
|
<value>The zero-based index of an image that is within the <see cref="P:DevExpress.XtraMap.MapControl.ImageList"/> list and that the overlay item displays.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayImageItem.ImageUri">
|
|
<summary>
|
|
<para>Gets or sets the URI of an image that the overlay item displays.</para>
|
|
</summary>
|
|
<value>The URI of an image that the overlay item displays.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlayImageItem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapOverlayImageItem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapOverlayImageItem"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapOverlayItemBase">
|
|
<summary>
|
|
<para>A base class for all overlay items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Alignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the overlay item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.BackgroundStyle">
|
|
<summary>
|
|
<para>Returns the background style of a map overlay.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object specifying the style of an overlay item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.HotTrackedStyle">
|
|
<summary>
|
|
<para>Gets a background style applied to a hot-tracked overlay item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.JoiningOrientation">
|
|
<summary>
|
|
<para>Gets or sets the value specifying how overlay items are arranged if they have the same Alignment value.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Orientation"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Location">
|
|
<summary>
|
|
<para>Gets or sets the location of an overlay item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Margin">
|
|
<summary>
|
|
<para>Gets or sets the margin of an overlay item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Padding"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Padding">
|
|
<summary>
|
|
<para>Gets or sets the padding of an overlay item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Windows.Forms.Padding"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Size">
|
|
<summary>
|
|
<para>Gets or sets the size of an overlay item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Size"/> value specifying the size.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayItemBase.Visible">
|
|
<summary>
|
|
<para>Gets or sets the value indicating whether or not a overlay item is visible.</para>
|
|
</summary>
|
|
<value>true if a map overlay is visible; otherwise false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapOverlayItemCollection">
|
|
<summary>
|
|
<para>A collection that stores <see cref="T:DevExpress.XtraMap.MapOverlayItemBase"/> class descendant objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlayItemCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapOverlayItemCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapOverlayItemCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapOverlayTextItem">
|
|
<summary>
|
|
<para>A text item that can be placed on a map overlay.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlayTextItem.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapOverlayTextItem"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayTextItem.Text">
|
|
<summary>
|
|
<para>Gets or sets the text that the overlay text item displays.</para>
|
|
</summary>
|
|
<value>The text that the overlay text item displays.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayTextItem.TextAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the text item's text.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.ContentAlignment"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapOverlayTextItem.TextStyle">
|
|
<summary>
|
|
<para>Gets or sets the style of text displayed by the overlay text item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapOverlayTextItem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapOverlayTextItem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapOverlayTextItem"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPath">
|
|
<summary>
|
|
<para>The class used to draw a path on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPath.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapPath"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPath.CanEdit">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map path can be edited using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map path can be edited; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPath.CanResize">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map path can be resized when editing the map using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map path can be resized; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPath.CanRotate">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map path can be rotated when editing the map using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map path can be rotated; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPath.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map path to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPath.Segments">
|
|
<summary>
|
|
<para>Gets or sets segments of a map path.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPathSegmentCollection"/> object that is a collection of map path segments.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPath.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPath"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MapPath"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPathBase`1">
|
|
<summary>
|
|
<para>The base class for map items that are drawn as a path.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPathPropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapPath"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPathSegment">
|
|
<summary>
|
|
<para>A segment of a MapPathSegment object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPathSegment.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapPathSegment"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPathSegment.Dispose">
|
|
<summary>
|
|
<para>Disposes of the <see cref="T:DevExpress.XtraMap.MapPathSegment"/> object.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPathSegment.InnerBoundaries">
|
|
<summary>
|
|
<para>Specifies the collection of inner boundaries, which are excluded from the area of a map path segment.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.InnerBoundaryCollection"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPathSegment.IsClosed">
|
|
<summary>
|
|
<para>Gets or sets whether a map path segment is closed.</para>
|
|
</summary>
|
|
<value>true, if a map path segment is closed on a map; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPathSegment.IsFilled">
|
|
<summary>
|
|
<para>Specifies whether a map path segment is filled.</para>
|
|
</summary>
|
|
<value>true, if a map path segment is filled on a map; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPathSegment.Points">
|
|
<summary>
|
|
<para>Gets or sets a collection of points defining the map path segment.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPathSegment.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPathSegment"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapPathSegment"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPathSegmentCollection">
|
|
<summary>
|
|
<para>A collection of map path segments.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPathSegmentCollection.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapPathSegmentCollection"/> class.</para>
|
|
</summary>
|
|
<param name="owner">An object, which will receive change notifications when properties of the created object are changed.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPathSegmentCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapPathSegmentCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapPathSegmentCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPie">
|
|
<summary>
|
|
<para>The class used to draw a pie chart on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPie.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapPie"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPie.Argument">
|
|
<summary>
|
|
<para>Gets or sets an object, which provides arguments for the <see cref="T:DevExpress.XtraMap.MapPie"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/>.</value>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapPie.DefaultRotationAngle">
|
|
<summary>
|
|
<para>Specifies the default value for the <see cref="P:DevExpress.XtraMap.MapPie.RotationAngle"/> property.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapPie.DefaultRotationDirection">
|
|
<summary>
|
|
<para>Specifies the default value for the <see cref="P:DevExpress.XtraMap.MapPie.RotationDirection"/> property.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPie.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map pie to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPie.Location">
|
|
<summary>
|
|
<para>Gets or sets the location of a <see cref="T:DevExpress.XtraMap.MapPie"/> object.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPie.RotationAngle">
|
|
<summary>
|
|
<para>Gets or sets the angle by which the pie is rotated, relative to its default appearance.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPie.RotationDirection">
|
|
<summary>
|
|
<para>Gets or sets the direction in which pie slices should be rotated.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.RotationDirection"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPie.Segments">
|
|
<summary>
|
|
<para>Gets or sets segments of a map pie.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.PieSegmentCollection"/> object that is a collection of map path segments.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPie.Size">
|
|
<summary>
|
|
<para>Specifies the size of a Pie item.</para>
|
|
</summary>
|
|
<value>An integer value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPie.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPie"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapPie"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPieMappingInfo">
|
|
<summary>
|
|
<para>Contains information about mapping the Pie chart item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPieMappingInfo.PieSegment">
|
|
<summary>
|
|
<para>Gets or sets the name of the data field, which contains data to calculate values for pie chart segments.</para>
|
|
</summary>
|
|
<value>A string value that specifies the name of the bound data field.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPieMappingInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPieMappingInfo"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapPieMappingInfo"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPiePropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapPie"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPoint">
|
|
<summary>
|
|
<para>The screen coordinates of a map point.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.#ctor(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapPoint"/> class with the specified X and Y locations of the map point.</para>
|
|
</summary>
|
|
<param name="x">A <see cref="T:System.Double"/> value which specifies the X position of the map point. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapPoint.X"/> property.</param>
|
|
<param name="y">A <see cref="T:System.Double"/> value which specifies the Y position of the map point. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapPoint.Y"/> property.</param>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapPoint.Empty">
|
|
<summary>
|
|
<para>Represents a map point with zero coordinates.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.Equals(DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Indicates whether the current object is equal to another object of the <see cref="T:DevExpress.XtraMap.MapPoint"/> type.</para>
|
|
</summary>
|
|
<param name="other">An object to compare with the current object.</param>
|
|
<returns>true, if the current object is equal to the other parameter; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.Equals(DevExpress.XtraMap.MapPoint,DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Determines whether the two specified <see cref="T:DevExpress.XtraMap.MapPoint"/> objects are equal.</para>
|
|
</summary>
|
|
<param name="Point1">A <see cref="T:DevExpress.XtraMap.MapPoint"/> instance that specifies the first map point to compare.</param>
|
|
<param name="Point2">A <see cref="T:DevExpress.XtraMap.MapPoint"/> instance that specifies the second map point to compare.</param>
|
|
<returns>true if specified objects are equal; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraMap.MapPoint"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true if the specified object is equal to the current <see cref="T:DevExpress.XtraMap.MapPoint"/> instance; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.XtraMap.MapPoint"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value that is the hash code for the current object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPoint.IsEmpty">
|
|
<summary>
|
|
<para>Gets a value that indicates whether this <see cref="T:DevExpress.XtraMap.MapPoint"/> object's coordinates are initialized.</para>
|
|
</summary>
|
|
<value>true if the <see cref="T:DevExpress.XtraMap.MapPoint"/> object is empty; otherwise false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.Normalize(DevExpress.XtraMap.MapPoint)">
|
|
<summary>
|
|
<para>Normalizes the specified map point's coordinates to the range from 0 to 1.</para>
|
|
</summary>
|
|
<param name="point">The map point with non-normalized coordinates.</param>
|
|
<returns>The map point with normalized coordinates.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.Parse(System.String)">
|
|
<summary>
|
|
<para>Converts the string representation of a map point to its <see cref="T:DevExpress.XtraMap.MapPoint"/> equivalent.</para>
|
|
</summary>
|
|
<param name="source">A string containing map point coordinates, separated by a comma.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapPoint"/> object that is equivalent to the specified string.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.ToPoint">
|
|
<summary>
|
|
<para>Converts a <see cref="T:DevExpress.XtraMap.MapPoint"/> to a point.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Drawing.Point"/> structure that represents a point.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.ToPointF">
|
|
<summary>
|
|
<para>Converts a <see cref="T:DevExpress.XtraMap.MapPoint"/> to a floating point.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Drawing.PointF"/> structure that represents a floating point.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPoint"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapPoint"/>.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPoint.ToString(System.IFormatProvider)">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPoint"/>.</para>
|
|
</summary>
|
|
<param name="provider">An object, implementing the <see cref="T:System.IFormatProvider"/> interface.</param>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapPoint"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPoint.X">
|
|
<summary>
|
|
<para>A horizontal coordinate of a <see cref="T:DevExpress.XtraMap.MapPoint"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPoint.Y">
|
|
<summary>
|
|
<para>A vertical coordinate of a <see cref="T:DevExpress.XtraMap.MapPoint"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPointer">
|
|
<summary>
|
|
<para>The class used to draw a map pointer on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.Angle">
|
|
<summary>
|
|
<para>Gets or sets the map item's rotation angle in radians.</para>
|
|
</summary>
|
|
<value>An angle in radians.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.BackgroundDrawingMode">
|
|
<summary>
|
|
<para>Gets or sets the states on which the pointer background should be drawn.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ElementState"/> enumeration value.</value>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapPointer.DefaultTextAlignment">
|
|
<summary>
|
|
<para>Specifies the default <see cref="P:DevExpress.XtraMap.MapPointer.TextAlignment"/>. Currently, the default text alignment is set to <see cref="F:DevExpress.XtraMap.TextAlignment.MiddleRight"/>.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapPointer.DefaultTextPadding">
|
|
<summary>
|
|
<para>Specifies the text padding used by default.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.Font">
|
|
<summary>
|
|
<para>Gets or sets a font used to paint a map pointer's text.</para>
|
|
</summary>
|
|
<value>The font used to display the map pointer's text specified in the <see cref="P:DevExpress.XtraMap.MapPointer.Text"/> property.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.Image">
|
|
<summary>
|
|
<para>Gets or sets an image that is assigned to a map pointer.</para>
|
|
</summary>
|
|
<value>An Image object that represents the image assigned to a map pointer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.ImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the image index value of an image assigned to the map pointer.</para>
|
|
</summary>
|
|
<value>An Int32 value that is the image index assigned to the map pointer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.ImageUri">
|
|
<summary>
|
|
<para>Gets or sets a Uri that defines the location of an Image file with vector data.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Uri"/> object that contains a Uri to the Image file.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.Location">
|
|
<summary>
|
|
<para>Gets or sets the location of a <see cref="T:DevExpress.XtraMap.MapPointer"/> object.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.SvgImage">
|
|
<summary>
|
|
<para>Gets or sets an SVG image assigned to the map pointer.</para>
|
|
</summary>
|
|
<value>A vector image.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.SvgImageSize">
|
|
<summary>
|
|
<para>Gets or sets the SVG glyph size.</para>
|
|
</summary>
|
|
<value>An object that specifies the image size.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.SvgPaletteProvider">
|
|
<summary>
|
|
<para>Gets or sets a provider used to apply colors depending on the map item state.</para>
|
|
</summary>
|
|
<value>An object that implements the IMapSvgPaletteProvider interface.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.Text">
|
|
<summary>
|
|
<para>Gets or sets the text for a map pointer.</para>
|
|
</summary>
|
|
<value>A string value that is the text for a map pointer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.TextAlignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of the text in a map pointer.</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.XtraMap.TextAlignment"/> enumeration values that specifies how the text is aligned in the map pointer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.TextColor">
|
|
<summary>
|
|
<para>Gets or sets the color of a text map pointer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object that is the color of a text map pointer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.TextPadding">
|
|
<summary>
|
|
<para>Gets or sets the padding for text shown for <see cref="T:DevExpress.XtraMap.MapPointer"/> class descendants.</para>
|
|
</summary>
|
|
<value>An integer value specifying the text padding.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.Transparency">
|
|
<summary>
|
|
<para>Gets or sets the transparency value for the <see cref="T:DevExpress.XtraMap.MapPointer"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Byte"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPointer.UseAnimation">
|
|
<summary>
|
|
<para>Gets or sets whether to play the animation when a location of the map pointer is changed on a map.</para>
|
|
</summary>
|
|
<value>true, to play the animation when a location of the map pointer is changed; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPolygon">
|
|
<summary>
|
|
<para>The class used to draw a polygon on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPolygon.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapPolygon"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolygon.CanEdit">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map polygon can be edited using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map polygon can be edited; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolygon.CanResize">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map polygon can be resized when editing the map using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map polygon can be resized; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolygon.CanRotate">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map polygon can be rotated when editing the map using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map polygon can be rotated; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPolygon.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map polygon to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolygon.Image">
|
|
<summary>
|
|
<para>Returns options of the image that specifies the map polygon background.</para>
|
|
</summary>
|
|
<value>The map image options.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolygon.Points">
|
|
<summary>
|
|
<para>Gets or sets a collection of points defining the map polygon.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPolygon.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPolygon"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MapPolygon"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPolygonPropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapPolygon"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPolyline">
|
|
<summary>
|
|
<para>The class used to draw a polyline on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPolyline.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapPolyline"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolyline.IsGeodesic">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether the polyline is geodesic.</para>
|
|
</summary>
|
|
<value>true if the line is geodesic; otherwise false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPolyline.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPolyline"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapPolyline"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPolylineBase">
|
|
<summary>
|
|
<para>A base class for polylines.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolylineBase.ActualPoints">
|
|
<summary>
|
|
<para>Returns the collection of points used to plot a line.</para>
|
|
</summary>
|
|
<value>An object that implements the <see cref="T:System.Collections.Generic.IEnumerable`1"/><<see cref="T:DevExpress.Map.CoordPoint"/>,> interface and contains points used to plot a line.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolylineBase.CanEdit">
|
|
<summary>
|
|
<para>Gets or sets the value that specifies whether the map polyline can be edited using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map polyline can be edited; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolylineBase.CanResize">
|
|
<summary>
|
|
<para>Gets or sets the value that specifies whether the map polyline can be resized when editing the map.</para>
|
|
</summary>
|
|
<value>true, if a map polyline can be resized; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolylineBase.CanRotate">
|
|
<summary>
|
|
<para>Gets or sets the value that specifies whether the map polyline can be rotated when editing the map.</para>
|
|
</summary>
|
|
<value>true, if a map polyline can be rotated; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPolylineBase.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map polyline to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolylineBase.Fill">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Fill"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolylineBase.HighlightedFill">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedFill"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolylineBase.Points">
|
|
<summary>
|
|
<para>Gets or sets a collection of points that defines the map polyline.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.Map.CoordPoint"/> class descendant objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPolylineBase.SelectedFill">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedFill"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPolylinePropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapPolyline"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPrintSizeMode">
|
|
<summary>
|
|
<para>Lists the values specifying size modes used when a map is printed or exported.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapPrintSizeMode.Normal">
|
|
<summary>
|
|
<para>A map is printed in the identical size it appears on the form.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapPrintSizeMode.Stretch">
|
|
<summary>
|
|
<para>A map is stretched or shrunk to fit the page on which it is printed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapPrintSizeMode.Zoom">
|
|
<summary>
|
|
<para>A map is resized proportionally (without clipping), so that it best fits the page on which it is printed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapPushpin">
|
|
<summary>
|
|
<para>The class used to draw a pushpin on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPushpin.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapPushpin"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.BackgroundDrawingMode">
|
|
<summary>
|
|
<para>Gets or sets the states on which the pushpin background should be drawn.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ElementState"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.Fill">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapPushpin.Fill"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.HighlightedFill">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapPushpin.HighlightedFill"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.HighlightedStroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.HighlightedStrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.HighlightedStrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.Information">
|
|
<summary>
|
|
<para>Gets or sets the content that can be displayed on a map's pushpin.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/> object that contains any content to be displayed on a map's pushpin.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.RenderOrigin">
|
|
<summary>
|
|
<para>Gets or sets the center point of any possible render, relative to the bounds of the map pushpin.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPoint"/> structure value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.SelectedFill">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedFill"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.SelectedStroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.SelectedStrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.SelectedStrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.Stroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.Stroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.StrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapItem.StrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.TextAlignment">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapPointer.TextAlignment"/> property to hide it.</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.XtraMap.TextAlignment"/> enumeration values that specifies how the text is aligned in the map pointer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.TextGlowColor">
|
|
<summary>
|
|
<para>Gets or sets the glow color of a text for a map pushpin.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object that is the glow color of a text.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.TextOrigin">
|
|
<summary>
|
|
<para>Specifies the exact XY position where you wish the text to be drawn on the map pushpin.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Point"/> value that are the exact coordinates of the text on the map pushpin.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapPushpin.TextPadding">
|
|
<summary>
|
|
<para>This property is hidden and can't be used for <see cref="T:DevExpress.XtraMap.MapPushpin"/>.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapPushpin.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPushpin"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MapPushpin"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapRectangle">
|
|
<summary>
|
|
<para>The class used to draw a rectangle on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapRectangle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapRectangle"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapRectangle.CanResize">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map rectangle can be resized when editing the map using the Map Editor.</para>
|
|
</summary>
|
|
<value>true, if a map rectangle can be resized; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapRectangle.CreateByCenter(DevExpress.XtraMap.MapCoordinateSystem,DevExpress.Map.CoordPoint,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Creates a map rectangle using its center point, width and height.</para>
|
|
</summary>
|
|
<param name="coordSystem">A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant object representing the coordinate system in which the rectangle should be initialized.</param>
|
|
<param name="center">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the rectangle center point.</param>
|
|
<param name="width">A <see cref="T:System.Double"/> specifying the rectangle width.</param>
|
|
<param name="height">A <see cref="T:System.Double"/> specifying the rectangle height.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapRectangle"/> object with the specified center point width and height.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapRectangle.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map rectangle to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapRectangle.FromLeftTopRightBottom(DevExpress.XtraMap.MapCoordinateSystem,DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Creates a map rectangle using its top-left and bottom-right points.</para>
|
|
</summary>
|
|
<param name="coordSystem">A <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> value specifying the map coordinate system.</param>
|
|
<param name="leftTop">A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the top-left coordinate.</param>
|
|
<param name="rightBottom">A <see cref="T:DevExpress.Map.CoordPoint"/> value specifying the bottom-right coordinate.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapRectangle"/> object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapRectangle.Height">
|
|
<summary>
|
|
<para>Gets or sets the height of the rectangle.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the height of the rectangle.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapRectangle.Location">
|
|
<summary>
|
|
<para>Gets or sets the location of a <see cref="T:DevExpress.XtraMap.MapRectangle"/> object.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapRectangle.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapRectangle"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MapRectangle"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapRectangle.Width">
|
|
<summary>
|
|
<para>Gets or sets the width of the rectangle.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the width of the rectangle.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapRectangleHeightMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapRectangle.Height"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapRectangleHeightMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapRectangleHeightMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapRectangleHeightMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the default height of map rectangles.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapRectangleHeightMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapRectangleHeightMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapRectangleHeightMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapRectanglePropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapRectangle"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapRectangleWidthMapping">
|
|
<summary>
|
|
<para>This class allows setting the data member value to the <see cref="P:DevExpress.XtraMap.MapRectangle.Width"/> property.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapRectangleWidthMapping.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapRectangleWidthMapping"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapRectangleWidthMapping.DefaultValue">
|
|
<summary>
|
|
<para>Gets or sets the default value of the property specified by this mapping.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object specifying the default width of map rectangles.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapRectangleWidthMapping.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapRectangleWidthMapping"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MapRectangleWidthMapping"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapSegmentBase">
|
|
<summary>
|
|
<para>The base for classes that are used to draw segments.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapSegmentBase.Fill">
|
|
<summary>
|
|
<para>Gets or sets the color that is used to fill a map segment.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> that specifies the color used to fill a map segment.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapSegmentBase.Stroke">
|
|
<summary>
|
|
<para>Gets or sets the color that specifies how the map segment outline is painted.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value that specifies how the map segment outline is painted.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapSegmentBase.StrokeWidth">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the width of the stroke on the map segment.</para>
|
|
</summary>
|
|
<value>An integer value that is the width of the stroke on the map segment.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapSegmentCollectionBase`1">
|
|
<summary>
|
|
<para>Defines the base type for collections used by vector items containing segments.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapSelectionChangedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanged"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSelectionChangedEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.Object})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapSelectionChangedEventArgs"/> class with the specified map selection.</para>
|
|
</summary>
|
|
<param name="selection">An object that implements the <see cref="T:System.Collections.IEnumerable"/> interface.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapSelectionChangedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanged"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.MapSelectionChangedEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapSelectionChangingEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanging"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSelectionChangingEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.Object})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapSelectionChangingEventArgs"/> class with the specified map selection.</para>
|
|
</summary>
|
|
<param name="selection">The selected map item collection.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapSelectionChangingEventArgs.Cancel">
|
|
<summary>
|
|
<para>Gets or sets whether the selection of a map item should be canceled.</para>
|
|
</summary>
|
|
<value>true, if the selection of a map item should be canceled; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapSelectionChangingEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.SelectionChanging"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.MapSelectionChangingEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapSelectionEventArgs">
|
|
<summary>
|
|
<para>The base for classes that provide data for the map selection events.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapSelectionEventArgs.Selection">
|
|
<summary>
|
|
<para>Gets the list of selected objects on a map.</para>
|
|
</summary>
|
|
<value>A list of selected objects.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapShape">
|
|
<summary>
|
|
<para>The base class for all vector items that have an outline.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapShape.ExportToWkt">
|
|
<summary>
|
|
<para>Exports the map shape to the Well-Known Text (WKT) format.</para>
|
|
</summary>
|
|
<returns>The string that is the export result.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapShape.GetBounds">
|
|
<summary>
|
|
<para>Returns information about the map shape bounds.</para>
|
|
</summary>
|
|
<returns>An object that contains information about the map shape bounds.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapShape.GetCenter">
|
|
<summary>
|
|
<para>Returns a center point of a <see cref="T:DevExpress.XtraMap.MapShape"/> class descendant object.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> object, which is the center of a shape.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapShape.TitleOptions">
|
|
<summary>
|
|
<para>Provides access to the options that define the visibility, text and appearance of a shape title.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ShapeTitleOptions"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapShapePropertyMappingBase">
|
|
<summary>
|
|
<para>The base class for all <see cref="T:DevExpress.XtraMap.MapShape"/> property mappings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapSize">
|
|
<summary>
|
|
<para>Specifies the map size.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSize.#ctor(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapSize"/> class with the specified width and height.</para>
|
|
</summary>
|
|
<param name="width">A <see cref="T:System.Double"/> value which specifies the map's width. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapSize.Width"/> property.</param>
|
|
<param name="height">A <see cref="T:System.Double"/> value which specifies the map's height. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapSize.Height"/> property.</param>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapSize.Empty">
|
|
<summary>
|
|
<para>Represents an empty map size that corresponds to the zero value.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSize.Equals(DevExpress.XtraMap.MapSize)">
|
|
<summary>
|
|
<para>Indicates whether the current object is equal to another object of the <see cref="T:DevExpress.XtraMap.MapSize"/> type.</para>
|
|
</summary>
|
|
<param name="other">An object to compare with the current object.</param>
|
|
<returns>true, if the current object is equal to the other parameter; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSize.Equals(DevExpress.XtraMap.MapSize,DevExpress.XtraMap.MapSize)">
|
|
<summary>
|
|
<para>Determines whether the two specified <see cref="T:DevExpress.XtraMap.MapSize"/> objects are equal.</para>
|
|
</summary>
|
|
<param name="size1">A <see cref="T:DevExpress.XtraMap.MapSize"/> instance that specifies the first map size to compare.</param>
|
|
<param name="size2">A <see cref="T:DevExpress.XtraMap.MapSize"/> instance that specifies the second map size to compare.</param>
|
|
<returns>true if specified objects are equal; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSize.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraMap.MapSize"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true if the specified object is equal to the current <see cref="T:DevExpress.XtraMap.MapSize"/> instance; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSize.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.XtraMap.MapSize"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value that is the hash code for the current object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapSize.Height">
|
|
<summary>
|
|
<para>Gets or sets the map's height.</para>
|
|
</summary>
|
|
<value>A double value that is the map's height.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapSize.IsEmpty">
|
|
<summary>
|
|
<para>Gets a value that indicates whether this <see cref="T:DevExpress.XtraMap.MapSize"/> object's coordinates are initialized.</para>
|
|
</summary>
|
|
<value>true if the <see cref="T:DevExpress.XtraMap.MapSize"/> object is empty; otherwise false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSize.ToString">
|
|
<summary>
|
|
<para>Returns a string that represents the current object.</para>
|
|
</summary>
|
|
<returns>A string that represents the current object.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapSize.Width">
|
|
<summary>
|
|
<para>Gets or sets the map's width.</para>
|
|
</summary>
|
|
<value>A double value that specifies the map's width.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapSpline">
|
|
<summary>
|
|
<para>Draws a spline on the map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSpline.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapSpline"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapSpline.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapPolyline"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value that is the textual representation of <see cref="T:DevExpress.XtraMap.MapPolyline"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapTileDataProviderBase">
|
|
<summary>
|
|
<para>A base class for Map Tile Providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapTileDataProviderBase.CacheOptions">
|
|
<summary>
|
|
<para>Returns the settings for a map's cache.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.CacheOptions"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapTileDataProviderBase.ClearCache">
|
|
<summary>
|
|
<para>Clears the map provider tile cache.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapTileDataProviderBase.Projection">
|
|
<summary>
|
|
<para>Returns a projection used by <see cref="T:DevExpress.XtraMap.MapDataProviderBase"/> class descendants.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapTileSourceBase">
|
|
<summary>
|
|
<para>The base for all classes that can load image tiles from external map data providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapTileSourceBase.GetTileByZoomLevel(System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Returns the image tile by its X and Y positions for the specified zoom level.</para>
|
|
</summary>
|
|
<param name="zoomLevel">An integer value that specifies the zoom level.</param>
|
|
<param name="tilePositionX">An integer value specifying the X-position of the tile within the map image.</param>
|
|
<param name="tilePositionY">An integer value specifying the Y-position of the tile within the map image.</param>
|
|
<returns>A <see cref="T:System.Uri"/> value that is the path to the image tile.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapUiHitInfo">
|
|
<summary>
|
|
<para>The class providing information about hit tested elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUiHitInfo.#ctor(System.Drawing.Point,DevExpress.XtraMap.MapHitUiElementType)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapUiHitInfo"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="hitPoint">A <see cref="T:System.Drawing.Point"/> object specifying the hit tested point.</param>
|
|
<param name="hitElement">A <see cref="T:DevExpress.XtraMap.MapHitUiElementType"/> enumeration value specifying the type of the hit UI element.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapUiHitInfo.HitElement">
|
|
<summary>
|
|
<para>Returns the type of the hit UI element.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapHitUiElementType"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapUiHitInfo.HitPoint">
|
|
<summary>
|
|
<para>Returns the location of hit tested point.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Point"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUiHitInfo.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapUiHitInfo"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapUiHitInfo"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapUnit">
|
|
<summary>
|
|
<para>A class that contains a location in internal map units.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUnit.#ctor(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapUnit"/> class with the specified X and Y locations of the map unit.</para>
|
|
</summary>
|
|
<param name="x">A <see cref="T:System.Double"/> value which specifies the X position of the map unit. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapUnit.X"/> property.</param>
|
|
<param name="y">A <see cref="T:System.Double"/> value which specifies the Y position of the map unit. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapUnit.Y"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUnit.Equals(DevExpress.XtraMap.MapUnit)">
|
|
<summary>
|
|
<para>Indicates whether the current object is equal to another object of the <see cref="T:DevExpress.XtraMap.MapUnit"/> type.</para>
|
|
</summary>
|
|
<param name="other">An object to compare with the current object.</param>
|
|
<returns>true, if the current object is equal to the other parameter; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUnit.Equals(DevExpress.XtraMap.MapUnit,DevExpress.XtraMap.MapUnit)">
|
|
<summary>
|
|
<para>Determines whether the two specified <see cref="T:DevExpress.XtraMap.MapUnit"/> objects are equal.</para>
|
|
</summary>
|
|
<param name="unit1">A <see cref="T:DevExpress.XtraMap.MapUnit"/> instance that specifies the first map unit to compare.</param>
|
|
<param name="unit2">A <see cref="T:DevExpress.XtraMap.MapUnit"/> instance that specifies the second map unit to compare.</param>
|
|
<returns>true if specified objects are equal; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUnit.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraMap.MapUnit"/> instance.</para>
|
|
</summary>
|
|
<param name="o">The object to compare with the current object.</param>
|
|
<returns>true if the specified object is equal to the current <see cref="T:DevExpress.XtraMap.MapUnit"/> instance; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUnit.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.XtraMap.MapUnit"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value that is the hash code for the current object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUnit.Normalize(DevExpress.XtraMap.MapUnit)">
|
|
<summary>
|
|
<para>Normalizes the specified map unit's coordinates to the range from 0 to 1.</para>
|
|
</summary>
|
|
<param name="mapUnit">A non-normalized <see cref="T:DevExpress.XtraMap.MapUnit"/> object.</param>
|
|
<returns>A normalized <see cref="T:DevExpress.XtraMap.MapUnit"/> object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUnit.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapUnit"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapUnit"/>.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapUnit.ToString(System.IFormatProvider)">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MapUnit"/>.</para>
|
|
</summary>
|
|
<param name="provider">An object, implementing the <see cref="T:System.IFormatProvider"/> interface.</param>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MapUnit"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapUnit.X">
|
|
<summary>
|
|
<para>A horizontal coordinate of a <see cref="T:DevExpress.XtraMap.MapUnit"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapUnit.Y">
|
|
<summary>
|
|
<para>A vertical coordinate of a <see cref="T:DevExpress.XtraMap.MapUnit"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapUpdateType">
|
|
<summary>
|
|
<para>Lists the values that specify types of data updates.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapUpdateType.Data">
|
|
<summary>
|
|
<para>Data was updated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapUpdateType.Render">
|
|
<summary>
|
|
<para>Map rendering was performed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapUpdateType.Style">
|
|
<summary>
|
|
<para>The map style was changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MapUpdateType.ViewInfo">
|
|
<summary>
|
|
<para>Map view information was changed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapViewport">
|
|
<summary>
|
|
<para>A map viewport.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapViewport.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapViewport"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapViewport.CenterPoint">
|
|
<summary>
|
|
<para>Gets or sets the center point of the viewport.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapViewport.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MapViewport"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MapViewport"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapViewport.ZoomLevel">
|
|
<summary>
|
|
<para>Gets or sets the zoom level of the viewport.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the viewport's zoom level.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapWebRequestEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapImageDataProviderBase.WebRequest"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MapWebRequestEventArgs.#ctor(System.Uri,System.Net.HttpWebRequest)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MapWebRequestEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="uri">A <see cref="T:System.Uri"/> object. This value is assigned to the <see cref="P:DevExpress.XtraMap.MapWebRequestEventArgs.Uri"/> property.</param>
|
|
<param name="request">A <see cref="T:System.Net.WebClient"/> which provides common methods for sending data to and receiving data from a resource identified by a URI.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Accept">
|
|
<summary>
|
|
<para>Gets or sets the web request's Accept header.</para>
|
|
</summary>
|
|
<value>The <see cref="T:System.String"/> value defining the Accept header.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Credentials">
|
|
<summary>
|
|
<para>Gets or sets authentication information for the map web request.</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Net.ICredentials"/> that contains the authentication credentials associated with the request. The default is null.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Headers">
|
|
<summary>
|
|
<para>Gets or sets a collection of web headers associated with a request or response.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Net.WebHeaderCollection"/> that is a collection of protocol headers.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Proxy">
|
|
<summary>
|
|
<para>Gets or sets proxy information for the request.</para>
|
|
</summary>
|
|
<value>The <see cref="T:System.Net.IWebProxy"/> that is used to proxy the request.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Referer">
|
|
<summary>
|
|
<para>Gets or sets the Referer field of the HTTP header.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.Uri">
|
|
<summary>
|
|
<para>Get the URI of the Internet resource associated with the map web request.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Uri"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.UseDefaultCredentials">
|
|
<summary>
|
|
<para>Gets or sets a value that indicates whether to use the default authentication information for the map web request.</para>
|
|
</summary>
|
|
<value>true, if the default credentials are used; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MapWebRequestEventArgs.UserAgent">
|
|
<summary>
|
|
<para>Gets or sets the value of the user-agent HTTP header.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value of the user-agent HTTP header.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MapWebRequestEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapImageDataProviderBase.WebRequest"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.MapWebRequestEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MarkerClusterer">
|
|
<summary>
|
|
<para>The clusterer based on grouping items in an item neighborhood.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MarkerClusterer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MarkerClusterer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MarkerClusterer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MarkerClusterer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.MarkerClusterer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MarkerType">
|
|
<summary>
|
|
<para>Lists the values that specify types of markers displayed as bubble chart items above the map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Circle">
|
|
<summary>
|
|
<para>A marker is drawn as a circle.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Cross">
|
|
<summary>
|
|
<para>A marker is drawn as a cross.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Default">
|
|
<summary>
|
|
<para>The default marker type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Diamond">
|
|
<summary>
|
|
<para>A marker is drawn as a diamond.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Hexagon">
|
|
<summary>
|
|
<para>A marker is drawn as a hexagon.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.InvertedTriangle">
|
|
<summary>
|
|
<para>A marker is drawn as an inverted triangle.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Pentagon">
|
|
<summary>
|
|
<para>A marker is drawn as a pentagon.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Plus">
|
|
<summary>
|
|
<para>A marker is drawn as a plus sign.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Square">
|
|
<summary>
|
|
<para>A marker is drawn as a square.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Star5">
|
|
<summary>
|
|
<para>A marker is drawn as a five pointed star.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Star6">
|
|
<summary>
|
|
<para>A marker is drawn as a six pointed star.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Star8">
|
|
<summary>
|
|
<para>A marker is drawn as an eight pointed star.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MarkerType.Triangle">
|
|
<summary>
|
|
<para>A marker is drawn as a triangle.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MbTilesDataProvider">
|
|
<summary>
|
|
<para>A data provider that loads vector tiles from a MbTiles database.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MbTilesDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MbTilesDataProvider"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MbTilesDataProvider.FileUri">
|
|
<summary>
|
|
<para>Gets or sets a URI of an .MbTiles file.</para>
|
|
</summary>
|
|
<value>Specifies an MbTiles file's URI.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MbTilesDataProvider.GetStream(System.Int64,System.Int64,System.Int64)">
|
|
<summary>
|
|
<para>For internal use. Overrides the base <see cref="M:DevExpress.XtraMap.VectorTileDataProviderBase.GetStream(System.Int64,System.Int64,System.Int64)"/> method.</para>
|
|
</summary>
|
|
<param name="x">An x-coordinate of a tile in the grid.</param>
|
|
<param name="y">A y-coordinate of a tile in the grid.</param>
|
|
<param name="level">A zoom level.</param>
|
|
<returns>A stream that contains a tile.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MbTilesDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns a string that represents the current object.</para>
|
|
</summary>
|
|
<returns>A string that represents the current object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MeasureRules">
|
|
<summary>
|
|
<para>Contains measure rules for vector items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureRules.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MeasureRules"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureRules.ApproximateValues">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not it's necessary to approximate values for measure rules.</para>
|
|
</summary>
|
|
<value>true, to approximate values; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureRules.RangeDistribution">
|
|
<summary>
|
|
<para>Gets or sets the distribution type of range colors in these measure rules.</para>
|
|
</summary>
|
|
<value>An object implementing the IRangeDistribution interface.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureRules.RangeStops">
|
|
<summary>
|
|
<para>Gets range stops for these measure rules.</para>
|
|
</summary>
|
|
<value>A collection of double values that represents colorizer range stops.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureRules.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MeasureRules"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.MeasureRules"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureRules.ValueProvider">
|
|
<summary>
|
|
<para>Provides values to these measure rules.</para>
|
|
</summary>
|
|
<value>An object implementing the DevExpress.XtraMap.IMeasuredItemValueProvider interface.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MeasureUnit">
|
|
<summary>
|
|
<para>Represents a measure unit used by a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureUnit.#ctor(System.Double,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class with the specified meters in a unit, and the name and abbreviation parameters.</para>
|
|
</summary>
|
|
<param name="metersInUnit">A Double value specifying the number of units in one meter.</param>
|
|
<param name="name">A string specifying the name of the measure unit.</param>
|
|
<param name="abbreviation">A string specifying the abbreviation of the measure unit.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Abbreviation">
|
|
<summary>
|
|
<para>Gets an abbreviation corresponding to the current measure unit.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value which is the abbreviation of a measure unit.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Centimeter">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing centimeters.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing centimeters.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureUnit.Equals(DevExpress.XtraMap.MeasureUnit)">
|
|
<summary>
|
|
<para>Determines whether the specified measure unit is equal to the current <see cref="T:DevExpress.XtraMap.MeasureUnit"/> instance.</para>
|
|
</summary>
|
|
<param name="unit">The <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object to compare with the current object.</param>
|
|
<returns>true, if the specified measure unit is equal to the current <see cref="T:DevExpress.XtraMap.MeasureUnit"/> instance; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureUnit.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the specified object is equal to the current <see cref="T:DevExpress.XtraMap.MeasureUnit"/> instance.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true, if the specified object is equal to the current <see cref="T:DevExpress.XtraMap.MeasureUnit"/> instance; otherwise false.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Foot">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing feet.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing foots.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureUnit.FromMeters(System.Double)">
|
|
<summary>
|
|
<para>Converts a value in meters to the value in the current measure unit.</para>
|
|
</summary>
|
|
<param name="value">A Double value specifying the quantity in meters.</param>
|
|
<returns>A Double value specifying the quantity in the current measure unit.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Furlong">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing furlongs.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing furlongs.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureUnit.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value that is the hash code for the current object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureUnit.GetPredefinedUnits">
|
|
<summary>
|
|
<para>Returns a list of predefined measure units.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Collections.Generic.List`1"/> of <see cref="T:DevExpress.XtraMap.MeasureUnit"/> objects, representing typical measure units.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Inch">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing inches.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing inches.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Kilometer">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing kilometers.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing kilometers.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Meter">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing meters.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing meters.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.MetersInUnit">
|
|
<summary>
|
|
<para>Returns a value specifying the current measure unit converted into meters.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the number of meters in the measure unit.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Mile">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing miles.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing miles.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Millimeter">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing millimeters.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing millimeters.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Name">
|
|
<summary>
|
|
<para>Gets a name of a measure unit</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value which is the name of a measure unit.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.NauticalMile">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing nautical miles.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing nautical miles.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureUnit.ToMeters(System.Double)">
|
|
<summary>
|
|
<para>Converts a current measure unit value to its value in meters.</para>
|
|
</summary>
|
|
<param name="value">A Double value in the current measure unit.</param>
|
|
<returns>A Double value in meters.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MeasureUnit.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MeasureUnit"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MeasureUnit"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MeasureUnit.Yard">
|
|
<summary>
|
|
<para>Returns an instance of the <see cref="T:DevExpress.XtraMap.MeasureUnit"/> class representing yards.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MeasureUnit"/> object representing yards.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter">
|
|
<summary>
|
|
<para>Converter that transforms data from the Mercator Auxiliary projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Int32)">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="ellipsoid">An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</param>
|
|
<param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
|
|
<param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
|
|
<param name="projectionCenter">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the central meridian and the latitude of projection's origin.</param>
|
|
<param name="sphereType">A <see cref="T:System.Int32"/> object specifying the sphere type.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter.SphereType">
|
|
<summary>
|
|
<para>Gets or sets the sphere type used to convert a Cartesian coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MercatorAuxiliarySphereCartesianToGeoConverter"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MillerProjection">
|
|
<summary>
|
|
<para>A class that defines methods specific to the Miller Projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MillerProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MillerProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MillerProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MillerProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.MillerProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MiniMap">
|
|
<summary>
|
|
<para>This class allows showing the mini map on the <see cref="T:DevExpress.XtraMap.MapControl"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MiniMap.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MiniMap"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.Alignment">
|
|
<summary>
|
|
<para>Gets or sets the alignment of a mini map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MiniMapAlignment"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.Behavior">
|
|
<summary>
|
|
<para>Gets or sets the behavior of a mini map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MiniMapBehavior"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.EnableScrolling">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not scrolling is enabled.</para>
|
|
</summary>
|
|
<value>true, if scrolling is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.EnableZooming">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not zooming is enabled.</para>
|
|
</summary>
|
|
<value>true, if zooming is enabled; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.Height">
|
|
<summary>
|
|
<para>Gets or sets the height of a mini map.</para>
|
|
</summary>
|
|
<value>An integer value specifying the height of a mini map.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.Layers">
|
|
<summary>
|
|
<para>Returns the collection of <see cref="T:DevExpress.XtraMap.MiniMapLayerBase"/> class descendant objects.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MiniMapLayerCollection"/> object, which stores <see cref="T:DevExpress.XtraMap.MiniMapLayerBase"/> class descendant objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.SetMapCenterOnClick">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not to change the map center when an end-user clicks the mini map.</para>
|
|
</summary>
|
|
<value>true to allow setting the center point; otherwise false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MiniMap.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.MiniMap"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.MiniMap"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.ViewportStyle">
|
|
<summary>
|
|
<para>Returns the style of a mini map viewport.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BorderedElementStyle"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not a mini map should be displayed.</para>
|
|
</summary>
|
|
<value>true to display a mini map; otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMap.Width">
|
|
<summary>
|
|
<para>Gets or sets the width of a mini map.</para>
|
|
</summary>
|
|
<value>An integer value, specifying the height of a mini map.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MiniMapAlignment">
|
|
<summary>
|
|
<para>Lists the values used to specify the position of a mini map on a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MiniMapAlignment.BottomLeft">
|
|
<summary>
|
|
<para>A mini map aligned to the bottom-left corner of a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MiniMapAlignment.BottomRight">
|
|
<summary>
|
|
<para>A mini map aligned to the bottom-right corner of a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MiniMapAlignment.TopLeft">
|
|
<summary>
|
|
<para>A mini map aligned to the top-left corner of a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.MiniMapAlignment.TopRight">
|
|
<summary>
|
|
<para>A mini map aligned to the top-right corner of a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MiniMapBehavior">
|
|
<summary>
|
|
<para>The base class to provide mini map behavior.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MiniMapImageTilesLayer">
|
|
<summary>
|
|
<para>A layer that displays image tiles, obtained from one of the supported map providers, on the mini map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MiniMapImageTilesLayer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MiniMapImageTilesLayer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMapImageTilesLayer.DataProvider">
|
|
<summary>
|
|
<para>Gets or sets the data provider of the <see cref="T:DevExpress.XtraMap.MiniMapImageTilesLayer"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapDataProviderBase"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MiniMapImageTilesLayer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MiniMapImageTilesLayer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MiniMapImageTilesLayer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MiniMapLayerBase">
|
|
<summary>
|
|
<para>The base class for all mini map layers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMapLayerBase.Name">
|
|
<summary>
|
|
<para>Gets or sets the name of this layer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MiniMapLayerBase.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MiniMapLayerBase"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MiniMapLayerBase"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MiniMapLayerCollection">
|
|
<summary>
|
|
<para>A collection of mini map layers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MiniMapLayerCollection.Swap(System.Int32,System.Int32)">
|
|
<summary>
|
|
<para>Swaps two layers that are stored in the collection.</para>
|
|
</summary>
|
|
<param name="index1">A <see cref="T:System.Int32"/> value specifying the index of the first swapping layer.</param>
|
|
<param name="index2">A <see cref="T:System.Int32"/> value specifying the index of the second swapping layer.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MiniMapLayerCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MiniMapLayerCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.MiniMapLayerCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MiniMapVectorItemsLayer">
|
|
<summary>
|
|
<para>A layer that displays vector data on the mini map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MiniMapVectorItemsLayer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.MiniMapVectorItemsLayer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMapVectorItemsLayer.Data">
|
|
<summary>
|
|
<para>Gets or sets the data of the <see cref="T:DevExpress.XtraMap.MiniMapVectorItemsLayer"/>.</para>
|
|
</summary>
|
|
<value>An object implementing the <see cref="T:DevExpress.XtraMap.IMapDataAdapter"/> interface.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMapVectorItemsLayer.ItemImageIndex">
|
|
<summary>
|
|
<para>Gets or sets the index of an image that all vector items in this layer use.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.MiniMapVectorItemsLayer.ItemStyle">
|
|
<summary>
|
|
<para>Returns the style of vector items stored in this layer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemStyle"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.MiniMapVectorItemsLayer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.MiniMapVectorItemsLayer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.MiniMapVectorItemsLayer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.MultiScaleTileSource">
|
|
<summary>
|
|
<para>The class that provides functionality to load image tiles for different zoom scales from an external image tile source.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.NamedAttributeProviderBase">
|
|
<summary>
|
|
<para>Provides the base functionality to provide map item attributes values by their names.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NamedAttributeProviderBase.AttributeName">
|
|
<summary>
|
|
<para>Gets or sets the name of an attribute whose value is provided.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.NavigationPanelOptions">
|
|
<summary>
|
|
<para>Contains options that define the appearance, position and layout of the navigation panel element.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.NavigationPanelOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.NavigationPanelOptions"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.BackgroundStyle">
|
|
<summary>
|
|
<para>Gets a style applied to the navigation panel's background.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object, applied to the navigation panel's background.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.CoordinatesStyle">
|
|
<summary>
|
|
<para>Provides access to style settings of coordinate scale labels on the map navigation panel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object that contains style settings to customize the coordinate scale labels.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.Height">
|
|
<summary>
|
|
<para>Gets or sets the navigation panel's height.</para>
|
|
</summary>
|
|
<value>An integer value that is the navigation panel's height.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.HotTrackedItemStyle">
|
|
<summary>
|
|
<para>Gets a background style applied to a hot-tracked map item on the navigation panel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object, applied to a hot-tracked map item on the navigation panel.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.IsGeoProjection">
|
|
<summary>
|
|
<para>Returns a value indicating the <see cref="T:DevExpress.XtraMap.NavigationPanelOptions"/> is displaying the geographical navigation information.</para>
|
|
</summary>
|
|
<value>true if a Navigation Panel displays the geographical navigation information; otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ItemStyle">
|
|
<summary>
|
|
<para>Gets a background style applied to a map item on the navigation panel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object, applied to a map item.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.PressedItemStyle">
|
|
<summary>
|
|
<para>Gets a style applied to the pressed item's background on the navigation panel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.BackgroundStyle"/> object, applied to the pressed item's background.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ScaleStyle">
|
|
<summary>
|
|
<para>Provides access to the style settings of the navigation panel scale.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.TextElementStyle"/> object that contains style settings to customize the navigation panel scale.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowCoordinates">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not the Coordinates item should be displayed.</para>
|
|
</summary>
|
|
<value>true, to show Coordinates; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowKilometersScale">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not the Kilometers Scale should be displayed.</para>
|
|
</summary>
|
|
<value>true to show the Kilometers Scale; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowMilesScale">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not the Miles Scale should be displayed.</para>
|
|
</summary>
|
|
<value>true to show the Miles Scale; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowScrollButtons">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not the Scroll Buttons should be displayed.</para>
|
|
</summary>
|
|
<value>true to show Scroll Buttons; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ShowZoomTrackbar">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not the Zoom Trackbar should be displayed.</para>
|
|
</summary>
|
|
<value>true to show the Zoom Trackbar; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.NavigationPanelOptions.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.NavigationPanelOptions"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.NavigationPanelOptions"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.Visible">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not the navigation panel should be displayed.</para>
|
|
</summary>
|
|
<value>true to display the navigation panel; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.XCoordinatePattern">
|
|
<summary>
|
|
<para>Gets or sets the pattern of the string representation of the X coordinate.</para>
|
|
</summary>
|
|
<value>A string value that is the pattern.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.YCoordinatePattern">
|
|
<summary>
|
|
<para>Gets or sets the pattern of the string representation of the Y coordinate.</para>
|
|
</summary>
|
|
<value>A string value that is the pattern.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.NavigationPanelOptions.ZoomingStep">
|
|
<summary>
|
|
<para>Gets or sets the zoom step used by the map navigation panel's trackbar.</para>
|
|
</summary>
|
|
<value>A value that specifies a zoom step for the trackbar.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ObjectSelectedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.ObjectSelected"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ObjectSelectedEventArgs.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ObjectSelectedEventArgs"/> class with the specified data object.</para>
|
|
</summary>
|
|
<param name="obj">The data object whose map representation was selected.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ObjectSelectedEventArgs.Object">
|
|
<summary>
|
|
<para>Returns the data object whose map representation was selected.</para>
|
|
</summary>
|
|
<value>The data object whose map representation was selected.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ObjectSelectedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.ObjectSelected"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">The event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.OpenStreetMapDataProvider">
|
|
<summary>
|
|
<para>The class that loads map images from a web resource that provides data in the OpenStreetMap format.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OpenStreetMapDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.OpenStreetMapDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OpenStreetMapDataProvider.GetMapSizeInPixels(System.Double)">
|
|
<summary>
|
|
<para>Returns the map size (in pixels) for the specified zoom level.</para>
|
|
</summary>
|
|
<param name="zoomLevel">A double value that specifies the zoom level.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object that is the map size.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OpenStreetMapDataProvider.Kind">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the type of images to be displayed on a map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.OpenStreetMapKind"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OpenStreetMapDataProvider.Projection">
|
|
<summary>
|
|
<para>Gets a projection used by the Open Street map data provider.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OpenStreetMapDataProvider.Subdomains">
|
|
<summary>
|
|
<para>Gets or sets an array of subdomains used to obtain OSM tile images.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:System.String"/> objects representing subdomains.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OpenStreetMapDataProvider.TileUriTemplate">
|
|
<summary>
|
|
<para>Gets or sets a template that is used to obtain image tiles from the current OpenStreetMap provider.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> that contains the template Uri.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OpenStreetMapDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.OpenStreetMapDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.OpenStreetMapDataProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.OpenStreetMapKind">
|
|
<summary>
|
|
<para>Lists the values used to specify the kind of layer that should be obtained from the <see cref="T:DevExpress.XtraMap.OpenStreetMapDataProvider"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.Basic">
|
|
<summary>
|
|
<para>The layer represents the basic (mapnik) OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.CycleMap">
|
|
<summary>
|
|
<para>The layer represents the MapCycleMap OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.CyclingRoutes">
|
|
<summary>
|
|
<para>The layer represents the Cycle routes OSM map. To see this map kind, use the following link: cycling.waymarkedtrails.org. This is the overlay layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.GrayScale">
|
|
<summary>
|
|
<para>The layer represents the mapnik map grayscale OSM map. This is the base layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.HikingRoutes">
|
|
<summary>
|
|
<para>The layer represents the Hiking Map OSM map. To see this map kind, use the following link: hiking.waymarkedtrails.org. This is the overlay layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.Hot">
|
|
<summary>
|
|
<para>The layer represents the Humanitarian OSM Team OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.Mapquest">
|
|
<summary>
|
|
<para>The layer represents the MapQuest OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.MapquestSatellite">
|
|
<summary>
|
|
<para>The layer represents the MapQuest Satellite OSM map. To see this map kind, use the following link: mapquest.org. This is the base layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.PublicTransport">
|
|
<summary>
|
|
<para>The layer represents the Openptmap OSM map. To see this map kind, use the following link: openptmap.org. This is the overlay layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.SeaMarks">
|
|
<summary>
|
|
<para>The layer represents the OpenSeaMap OSM map. To see this map kind, use the following link: www.openseamap.org. This is the overlay layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.SkiMap">
|
|
<summary>
|
|
<para>The layer represents the OpenPisteMap OSM map. This is the overlay layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.OpenStreetMapKind.Transport">
|
|
<summary>
|
|
<para>The layer represents the transport OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.OsmAddress">
|
|
<summary>
|
|
<para>An address used to specify the location for which to obtain geo data from the Open Street Map service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmAddress.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.OsmAddress"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.City">
|
|
<summary>
|
|
<para>Gets or sets the city to specify the location address.</para>
|
|
</summary>
|
|
<value>The city name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.CityDistrict">
|
|
<summary>
|
|
<para>Gets or sets the city district to specify the location address.</para>
|
|
</summary>
|
|
<value>The name of a city district.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.Country">
|
|
<summary>
|
|
<para>Gets or sets the localized country name.</para>
|
|
</summary>
|
|
<value>The localized country name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.CountryCode">
|
|
<summary>
|
|
<para>Gets or sets the two letter ISO country code in the upper case.</para>
|
|
</summary>
|
|
<value>The two letter ISO country code in the upper case.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.County">
|
|
<summary>
|
|
<para>Gets or sets the county to specify the location address.</para>
|
|
</summary>
|
|
<value>The county name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.CountyDistrict">
|
|
<summary>
|
|
<para>Gets or sets the country district to specify the location address.</para>
|
|
</summary>
|
|
<value>The name of a country district.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.HouseNumber">
|
|
<summary>
|
|
<para>Gets or sets the house number to specify the location address.</para>
|
|
</summary>
|
|
<value>The house number.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.Postcode">
|
|
<summary>
|
|
<para>Gets or sets the postal code of a building/area.</para>
|
|
</summary>
|
|
<value>The postal code of a building/area.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.River">
|
|
<summary>
|
|
<para>Gets or sets the river to specify the location address.</para>
|
|
</summary>
|
|
<value>The river name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.Road">
|
|
<summary>
|
|
<para>Gets or sets the road name to specify an address.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.State">
|
|
<summary>
|
|
<para>Gets or sets the state to specify the location address.</para>
|
|
</summary>
|
|
<value>The state name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.StateDistrict">
|
|
<summary>
|
|
<para>Gets or sets the state district to specify the location address.</para>
|
|
</summary>
|
|
<value>The state district name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.Suburb">
|
|
<summary>
|
|
<para>Gets or sets the suburb to specify the location address.</para>
|
|
</summary>
|
|
<value>The suburb name.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmAddress.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.OsmAddress"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.OsmAddress"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.Town">
|
|
<summary>
|
|
<para>Gets or sets the town name to specify the location address.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmAddress.Village">
|
|
<summary>
|
|
<para>Gets or sets the village name to specify the location address.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.OsmGeocodeDataProvider">
|
|
<summary>
|
|
<para>Provides the capability to obtain geocode data from the Open Street Map service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.OsmGeocodeDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.OsmGeocodeDataProvider.LocationInformationReceived">
|
|
<summary>
|
|
<para>Occurs when the location information has been received.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Sends a request to receive information about the specified location.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint,System.Double)">
|
|
<summary>
|
|
<para>Sends a request to receive information about the specified location on the defined zoom level.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the requested geographical point.</param>
|
|
<param name="zoomLevel">A <see cref="T:System.Double"/> object specifying the zoom level.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.RequestLocationInformation(DevExpress.XtraMap.GeoPoint,System.Double,System.String,System.Object)">
|
|
<summary>
|
|
<para>Sends a request to receive information about the specified location in the accordance with local culture.</para>
|
|
</summary>
|
|
<param name="point">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the geographical point.</param>
|
|
<param name="zoomLevel">A <see cref="T:System.Double"/> value specifying the zoom level.</param>
|
|
<param name="culture">A <see cref="T:System.String"/> value specifying the local culture.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> value specifying the user state.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmGeocodeDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.OsmGeocodeDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.OsmGeocodeDataProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.OsmSearchDataProvider">
|
|
<summary>
|
|
<para>Provides the search options using the Open Street Map service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.OsmSearchDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OsmSearchDataProvider.ResultsCount">
|
|
<summary>
|
|
<para>Gets or sets the total number of search results that can be obtained using an <see cref="T:DevExpress.XtraMap.OsmSearchDataProvider"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.Search(System.String)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keyword.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.Search(System.String,System.String)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keyword in accordance with local culture.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> value containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
|
|
<param name="cultureCode">A <see cref="T:System.String"/> value specifying the local culture code.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.Search(System.String,System.String,System.String[],DevExpress.XtraMap.SearchBoundingBox)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keyword in the specified region in the accordance with local culture and country codes.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
|
|
<param name="cultureCode">A <see cref="T:System.String"/> containing the local culture.</param>
|
|
<param name="countryCodes">A <see cref="T:System.String"/>[] object containing country codes.</param>
|
|
<param name="boundingBox">A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the region to search for.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.Search(System.String,System.String,System.String[],DevExpress.XtraMap.SearchBoundingBox,System.Int32)">
|
|
<summary>
|
|
<para>Searches for locations that best correspond to the specified keyword in the specified region in the accordance with local culture and country codes.</para>
|
|
</summary>
|
|
<param name="keyword">A <see cref="T:System.String"/> containing information to search for on a map. This string can contain either geographical names or other information to look for.</param>
|
|
<param name="cultureCode">A <see cref="T:System.String"/> value containing the local culture.</param>
|
|
<param name="countryCodes">A <see cref="T:System.String"/>[] object containing country codes.</param>
|
|
<param name="boundingBox">A <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> object specifying the region to search for.</param>
|
|
<param name="limit">A <see cref="T:System.Int32"/> value specifying the maximum number of search results.</param>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.OsmSearchDataProvider.SearchCompleted">
|
|
<summary>
|
|
<para>Occurs when a search operation has been completed.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OsmSearchDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.OsmSearchDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.OsmSearchDataProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.OverlayArrangement">
|
|
<summary>
|
|
<para>Contains information about the overlay and its child item arrangement.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OverlayArrangement.ItemLayouts">
|
|
<summary>
|
|
<para>Returns the layouts of items stored by the map overlay which this arrangement belongs to.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:System.Drawing.Rectangle"/> objects specifying arrangements of stored items.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OverlayArrangement.OverlayLayout">
|
|
<summary>
|
|
<para>Gets or sets the layout of the map overlay.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Rectangle"/> object specifying the overlay layout.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OverlayArrangement.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.OverlayArrangement"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.OverlayArrangement"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.OverlaysArrangedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapControl.OverlaysArranged"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.OverlaysArrangedEventArgs.#ctor(DevExpress.XtraMap.OverlayArrangement[])">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.OverlaysArrangedEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="overlayArrangements">An array of <see cref="T:DevExpress.XtraMap.OverlayArrangement"/> objects representing the arrangement of map overlays.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.OverlaysArrangedEventArgs.OverlayArrangements">
|
|
<summary>
|
|
<para>Returns an array of overlay arrangements.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:DevExpress.XtraMap.OverlayArrangement"/> objects specifying layouts of map overlays and their overlay items.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.OverlaysArrangedEventHandler">
|
|
<summary>
|
|
<para>Represents a method that will handle the <see cref="E:DevExpress.XtraMap.MapControl.OverlaysArranged"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraMap.MapControl"/> which raised the event.</param>
|
|
<param name="e">An <see cref="T:DevExpress.XtraMap.OverlaysArrangedEventArgs"/> object which contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.OwnedCollection`1">
|
|
<summary>
|
|
<para>The base class of the generic owned collection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.PieChartDataAdapter">
|
|
<summary>
|
|
<para>The data adapter that provides data to generate Pie chart items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.PieChartDataAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.PieChartDataAdapter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.PieChartDataAdapter.Mappings">
|
|
<summary>
|
|
<para>Contains information on how data for chart items should be obtained from a data source.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPieMappingInfo"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.PieChartDataAdapter.PieItemDataMember">
|
|
<summary>
|
|
<para>Gets or sets the name of a field that stores values used to group pie segments into pies.</para>
|
|
</summary>
|
|
<value>The data field name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.PieChartDataAdapter.PieSegmentMember">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.PieChartDataAdapter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.PieChartDataAdapter"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.PieChartDataAdapter"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.PieSegment">
|
|
<summary>
|
|
<para>A segment of a pie chart item.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.PieSegment.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.PieSegment"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.PieSegment.Argument">
|
|
<summary>
|
|
<para>Gets or sets an object, which provides arguments for the <see cref="T:DevExpress.XtraMap.PieSegment"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Object"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.PieSegment.Attributes">
|
|
<summary>
|
|
<para>Gets the attributes for this pie segment.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.PieSegment.Stroke">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapSegmentBase.Stroke"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always the <see cref="F:System.Drawing.Color.Empty"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.PieSegment.StrokeWidth">
|
|
<summary>
|
|
<para>Overrides the <see cref="P:DevExpress.XtraMap.MapSegmentBase.StrokeWidth"/> property to hide it.</para>
|
|
</summary>
|
|
<value>Always -1.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.PieSegment.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.PieSegment"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.PieSegment"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.PieSegment.Value">
|
|
<summary>
|
|
<para>Gets or sets the value of the pie segment.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value, which is the value of the <see cref="T:DevExpress.XtraMap.PieSegment"/>.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.PieSegmentCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.XtraMap.PieSegment"/> objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.PieSegmentCollection.#ctor(System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.PieSegmentCollection"/> class with the predefined owner.</para>
|
|
</summary>
|
|
<param name="owner">A <see cref="T:System.Object"/> that is the owner of the collection.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.PieSegmentCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.PieSegmentCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.PieSegmentCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.PredefinedColorSchema">
|
|
<summary>
|
|
<para>Lists the predefined color schemas which are used by the map colorizer to color map shapes.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.PredefinedColorSchema.Criteria">
|
|
<summary>
|
|
<para>A map shape is painted using a color according to the criteria.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.PredefinedColorSchema.Gradient">
|
|
<summary>
|
|
<para>A map shape is painted using a color gradient.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.PredefinedColorSchema.None">
|
|
<summary>
|
|
<para>Unspecified color schema.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.PredefinedColorSchema.Palette">
|
|
<summary>
|
|
<para>A map shape is painted using a color palette.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.PredefinedColorsColorizer">
|
|
<summary>
|
|
<para>The base for all colorizers with a predefined set of colors.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.PredefinedColorsColorizer.PredefinedColorSchema">
|
|
<summary>
|
|
<para>Gets or sets the predefined color schema for this colorizer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.PredefinedColorSchema"/> enumeration value.</value>
|
|
</member>
|
|
<member name="N:DevExpress.XtraMap.Printing">
|
|
<summary>
|
|
<para>Contains classes that provide printing functionality to a Map control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.Printing.PrintOptions">
|
|
<summary>
|
|
<para>Provides access to the map's printing options.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.Printing.PrintOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.Printing.PrintOptions"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.Printing.PrintOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
|
|
<summary>
|
|
<para>Copies all the settings from the options object passed as the parameter to the current object.</para>
|
|
</summary>
|
|
<param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Printing.PrintOptions.PrintMiniMap">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether a mini map should be printed/exported.</para>
|
|
</summary>
|
|
<value>true if a mini map should be printed/exported, otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Printing.PrintOptions.PrintNavigationPanel">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether a navigation panel should be printed/exported.</para>
|
|
</summary>
|
|
<value>true if a navigation panel should be printed/exported, otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Printing.PrintOptions.PrintOverlays">
|
|
<summary>
|
|
<para>Gets or sets the value indicating whether or not the map overlays should be printed/exported.</para>
|
|
</summary>
|
|
<value>true if overlays should be printed/exported, otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.Printing.PrintOptions.SizeMode">
|
|
<summary>
|
|
<para>Gets or sets a value which specifies the size mode used to print the map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapPrintSizeMode"/> enumeration value which specifies the size mode used to print the map.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.Printing.PrintOptions.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.Printing.PrintOptions"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.Printing.PrintOptions"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ProjectionBase">
|
|
<summary>
|
|
<para>The base class for all projections used in the <see cref="T:DevExpress.XtraMap.MapControl"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ProjectionBase.DefaultProjection">
|
|
<summary>
|
|
<para>Returns the default map projection object.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.ProjectionBase"/> class descendant object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ProjectionBase.Equals(System.Object)">
|
|
<summary>
|
|
<para>Determines whether the two specified <see cref="T:DevExpress.XtraMap.ProjectionBase"/> objects are equal.</para>
|
|
</summary>
|
|
<param name="obj">The object to compare with the current object.</param>
|
|
<returns>true if specified objects are equal; otherwise false.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ProjectionBase.GeoPointToMapUnit(DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Converts the specified geographical point into internal map units.</para>
|
|
</summary>
|
|
<param name="geoPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object to be converted.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapUnit"/> object containing internal map coordinates.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ProjectionBase.GeoToKilometersSize(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.MapSize)">
|
|
<summary>
|
|
<para>Converts the geographical size to kilometers.</para>
|
|
</summary>
|
|
<param name="anchorPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates on which the conversion depends.</param>
|
|
<param name="size">A <see cref="T:DevExpress.XtraMap.MapSize"/> object, that is the size in geographical coordinates.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object, that is the size in kilometers.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ProjectionBase.GetHashCode">
|
|
<summary>
|
|
<para>Gets the hash code (a number) that corresponds to the value of the current <see cref="T:DevExpress.XtraMap.ProjectionBase"/> object.</para>
|
|
</summary>
|
|
<returns>An integer value that is the hash code for the current object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ProjectionBase.KilometersToGeoSize(DevExpress.XtraMap.GeoPoint,DevExpress.XtraMap.MapSize)">
|
|
<summary>
|
|
<para>Converts kilometers to the geographical size.</para>
|
|
</summary>
|
|
<param name="anchorPoint">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates on which the conversion depends.</param>
|
|
<param name="size">A <see cref="T:DevExpress.XtraMap.MapSize"/> object, that is the size in kilometers.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapSize"/> object, that is the size in geographical coordinates.</returns>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ProjectionBase.LatToKilometersRatio">
|
|
<summary>
|
|
<para>Defines the ratio of 1 latitude degree to 1 kilometer.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ProjectionBase.LonToKilometersRatio">
|
|
<summary>
|
|
<para>Defines the ratio of 1 longitude degree to 1 kilometer.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ProjectionBase.MapUnitToGeoPoint(DevExpress.XtraMap.MapUnit)">
|
|
<summary>
|
|
<para>Converts the specified map unit into the corresponding geographical point.</para>
|
|
</summary>
|
|
<param name="mapPoint">A <see cref="T:DevExpress.XtraMap.MapUnit"/> object to be converted.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ProjectionBase.OffsetX">
|
|
<summary>
|
|
<para>Gets or sets the horizontal offset for this projection.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the horizontal offset (in map units).</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ProjectionBase.OffsetY">
|
|
<summary>
|
|
<para>Gets or sets the vertical offset for this projection.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the vertical offset (in map units).</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ProjectionBase.ScaleX">
|
|
<summary>
|
|
<para>Gets or sets a value that defines the ratio of map units to degrees of longitude (in radians).</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ProjectionBase.ScaleY">
|
|
<summary>
|
|
<para>Gets or sets a value that defines the ratio of map units to degrees of latitude (in radians).</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ReadOnlyCoordPointCollection">
|
|
<summary>
|
|
<para>A read-only collection of <see cref="T:DevExpress.Map.CoordPoint"/> objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ReadOnlyCoordPointCollection.#ctor(System.Collections.Generic.IList{DevExpress.Map.CoordPoint})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ReadOnlyCoordPointCollection"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="list">A list of <see cref="T:DevExpress.Map.CoordPoint"/> objects.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ReadOnlyCoordPointCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ReadOnlyCoordPointCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.ReadOnlyCoordPointCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.RenderMode">
|
|
<summary>
|
|
<para>Lists the values used to specify the render mode of a map control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RenderMode.Auto">
|
|
<summary>
|
|
<para>The supported render mode is applied automatically in either Gdi+ or DirectX.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RenderMode.Direct2D">
|
|
<summary>
|
|
<para>Specifies that the map control is rendered using DirectX 11.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RenderMode.DirectX">
|
|
<summary>
|
|
<para>Specifies that the map control is rendered using DirectX.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RenderMode.GdiPlus">
|
|
<summary>
|
|
<para>Specifies that the map control is rendered using GdiPlus.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.RequestCompletedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.MapImageDataProviderBase.WebRequest"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.RequestCompletedEventArgs.#ctor(DevExpress.XtraMap.MapItem[],System.Exception,System.Boolean,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.RequestCompletedEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="items">An array of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.</param>
|
|
<param name="error">A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.</param>
|
|
<param name="cancelled">A <see cref="T:System.Boolean"/> value indicating whether the asynchronous operation was canceled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> that is the optional user-supplied state object passed to the RunWorkerAsync method. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.RequestCompletedEventArgs.Items">
|
|
<summary>
|
|
<para>Returns all the items generated for the layer as the result of a web request.</para>
|
|
</summary>
|
|
<value>An array of <see cref="T:DevExpress.XtraMap.MapItem"/> objects.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.RequestResultBase">
|
|
<summary>
|
|
<para>The base for all classes that contain results of requests to web services.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.RequestResultBase.FaultReason">
|
|
<summary>
|
|
<para>Returns the fault reason of a request.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.RequestResultBase.ResultCode">
|
|
<summary>
|
|
<para>Returns the code that contains information on whether or not the last request was successful.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> enumeration value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.RequestResultCode">
|
|
<summary>
|
|
<para>Lists the values used to specify the resulting code of a request.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RequestResultCode.BadRequest">
|
|
<summary>
|
|
<para>The request was incorrect.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RequestResultCode.ServerError">
|
|
<summary>
|
|
<para>The request was unsuccessful because of a server error.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RequestResultCode.Success">
|
|
<summary>
|
|
<para>The request was successful.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RequestResultCode.Timeout">
|
|
<summary>
|
|
<para>The request was terminated because the time was out.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.RotationDirection">
|
|
<summary>
|
|
<para>Lists the values that specify how pie slices should be rotated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RotationDirection.Clockwise">
|
|
<summary>
|
|
<para>Specifies a clockwise pie slice rotation.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.RotationDirection.CounterClockwise">
|
|
<summary>
|
|
<para>Specifies a counter-clockwise pie slice rotation.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.RouteCalculationResult">
|
|
<summary>
|
|
<para>Contains results of a request to a web service for route calculation.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.RouteCalculationResult.#ctor(DevExpress.XtraMap.RequestResultCode,System.String,System.Collections.Generic.List{DevExpress.XtraMap.BingRouteResult},System.Collections.Generic.List{DevExpress.XtraMap.RouteWaypoint})">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.RouteCalculationResult"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="statusCode">A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> object specifying the status code. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.ResultCode"/> property.</param>
|
|
<param name="faultReason">A <see cref="T:System.String"/> specifying the cause of the fault. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.FaultReason"/> property.</param>
|
|
<param name="routeResults">A list of <see cref="T:DevExpress.XtraMap.BingRouteResult"/> objects specifying route results. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteCalculationResult.RouteResults"/> property.</param>
|
|
<param name="intermediatePoints">A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects specifying intermediate points. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteCalculationResult.IntermediatePoints"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.RouteCalculationResult.IntermediatePoints">
|
|
<summary>
|
|
<para>Returns all intermediate points that were used to calculate routes.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.RouteCalculationResult.RouteResults">
|
|
<summary>
|
|
<para>Returns all routes calculated for this request.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.BingRouteResult"/> objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.RouteCalculationResult.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.RouteCalculationResult"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.RouteCalculationResult"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.RouteWaypoint">
|
|
<summary>
|
|
<para>Contains information on a specific waypoint of a route, calculated by the Route service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.RouteWaypoint.#ctor(System.String,DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="description">A <see cref="T:System.String"/> specifying the description. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteWaypoint.Description"/> property.</param>
|
|
<param name="location">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteWaypoint.Location"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.RouteWaypoint.#ctor(System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.RouteWaypoint"/> class with the specified description and keyword.</para>
|
|
</summary>
|
|
<param name="description">A <see cref="T:System.String"/> value specifying the description of a waypoint. This value is attached to the <see cref="P:DevExpress.XtraMap.RouteWaypoint.Description"/> property.</param>
|
|
<param name="keyword">A <see cref="T:System.String"/> value containing information to search for on a map. This value is assigned to the <see cref="P:DevExpress.XtraMap.RouteWaypoint.Keyword"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.RouteWaypoint.Description">
|
|
<summary>
|
|
<para>Returns the description of a waypoint.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.RouteWaypoint.Keyword">
|
|
<summary>
|
|
<para>Returns the keyword indicating the required route waypoint to search for on a map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value, specifying the keyword.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.RouteWaypoint.Location">
|
|
<summary>
|
|
<para>Returns the location of the route waypoint.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object containing geographical coordinates of the route waypoint.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.RouteWaypoint.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.RouteWaypoint"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SearchBoundingBox">
|
|
<summary>
|
|
<para>The rectangular area bounding the region containing a search result.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SearchBoundingBox.#ctor(System.Double,System.Double,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> class with the specified coordinates of its corners.</para>
|
|
</summary>
|
|
<param name="westLongitude">A <see cref="T:System.Double"/> value specifying the west longitude. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchBoundingBox.WestLongitude"/> property.</param>
|
|
<param name="northLatitude">A <see cref="T:System.Double"/> value specifying the north latitude. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchBoundingBox.NorthLatitude"/> property.</param>
|
|
<param name="eastLongitude">A <see cref="T:System.Double"/> value specifying the east longitude. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchBoundingBox.EastLongitude"/> property.</param>
|
|
<param name="southLatitude">A <see cref="T:System.Double"/> value specifying the south latitude. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchBoundingBox.SouthLatitude"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchBoundingBox.EastLongitude">
|
|
<summary>
|
|
<para>Returns the value of the east longitude of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the east longitude expressed in degrees.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchBoundingBox.NorthLatitude">
|
|
<summary>
|
|
<para>Returns the value of the north latitude of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the north latitude expressed in degrees.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchBoundingBox.SouthLatitude">
|
|
<summary>
|
|
<para>Returns the value of the south latitude of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the south latitude expressed in degrees.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SearchBoundingBox.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchBoundingBox.WestLongitude">
|
|
<summary>
|
|
<para>Returns the value of the west longitude of the <see cref="T:DevExpress.XtraMap.SearchBoundingBox"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> value specifying the west longitude expressed in degrees.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SearchCompletedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.OsmSearchDataProvider.SearchCompleted"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SearchCompletedEventArgs.#ctor(DevExpress.XtraMap.SearchRequestResult,System.Exception,System.Boolean,System.Object)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SearchCompletedEventArgs"/> class with the specified settings.</para>
|
|
</summary>
|
|
<param name="requestResult">A <see cref="T:DevExpress.XtraMap.SearchRequestResult"/> object specifying the request result. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchCompletedEventArgs.RequestResult"/> property.</param>
|
|
<param name="error">A <see cref="T:System.Exception"/> object containing information about the error, if it occurred when raising this event. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"/> property.</param>
|
|
<param name="cancelled">A <see cref="T:System.Boolean"/> value containing information on whether or not the search operation should be cancelled. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"/> property.</param>
|
|
<param name="userState">A <see cref="T:System.Object"/> specifying the user state. This value is assigned to the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.UserState"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchCompletedEventArgs.RequestResult">
|
|
<summary>
|
|
<para>Returns the result of the search request.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.SearchRequestResult"/> object.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SearchCompletedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.OsmSearchDataProvider.SearchCompleted"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">An <see cref="T:DevExpress.XtraMap.SearchCompletedEventArgs"/> object that contains the event's data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SearchPanelOptions">
|
|
<summary>
|
|
<para>Stores the Search Panel's settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SearchPanelOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SearchPanelOptions"/> class with the default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchPanelOptions.BackgroundStyle">
|
|
<summary>
|
|
<para>Returns settings of the Search Panel's background.</para>
|
|
</summary>
|
|
<value>The storage of the Search Panel's background settings.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SearchPanelOptions.ToString">
|
|
<summary>
|
|
<para>Returns the <see cref="T:DevExpress.XtraMap.SearchPanelOptions"/> textual representation.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:System.String"/> value that is the <see cref="T:DevExpress.XtraMap.SearchPanelOptions"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SearchRequestResult">
|
|
<summary>
|
|
<para>Contains the results of a request to a web service to search a specific location.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SearchRequestResult.#ctor(DevExpress.XtraMap.RequestResultCode,System.String,System.Collections.Generic.List{DevExpress.XtraMap.LocationInformation},DevExpress.XtraMap.LocationInformation,System.Collections.Generic.List{DevExpress.XtraMap.LocationInformation},System.Int32,System.String,System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SearchRequestResult"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="statusCode">A <see cref="T:DevExpress.XtraMap.RequestResultCode"/> object specifying the status code. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.ResultCode"/> property.</param>
|
|
<param name="faultReason">A <see cref="T:System.String"/> specifying the cause of the fault. This value is assigned to the <see cref="P:DevExpress.XtraMap.RequestResultBase.FaultReason"/> property.</param>
|
|
<param name="searchResults">A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects specifying search results. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.SearchResults"/> property.</param>
|
|
<param name="searchRegion">A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object specifying the search region. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.SearchRegion"/> property.</param>
|
|
<param name="alternateSearchRegions">A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects specifying alternate search regions. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.AlternateSearchRegions"/> property.</param>
|
|
<param name="estimatedMatches">An integer value specifying the number of estimated matches. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.EstimatedMatches"/> property.</param>
|
|
<param name="keyword">A <see cref="T:System.String"/> specifying the keyword. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.Keyword"/> property.</param>
|
|
<param name="location">A <see cref="T:System.String"/> specifying the location. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.Location"/> property.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SearchRequestResult.#ctor(System.Collections.Generic.List{DevExpress.XtraMap.LocationInformation},System.String)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SearchRequestResult"/> class with the specified keyword and the search result.</para>
|
|
</summary>
|
|
<param name="searchResults">A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects specifying the search results. This value is assigned to the <see cref="P:DevExpress.XtraMap.SearchRequestResult.SearchResults"/> property.</param>
|
|
<param name="keyword">A <see cref="T:System.String"/> value which is contained in the result of a search request.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchRequestResult.AlternateSearchRegions">
|
|
<summary>
|
|
<para>Returns alternate regions to search for a result.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchRequestResult.EstimatedMatches">
|
|
<summary>
|
|
<para>Gets the number of estimated matches.</para>
|
|
</summary>
|
|
<value>An integer value that is the number of estimated matches.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchRequestResult.Keyword">
|
|
<summary>
|
|
<para>Returns a keyword contained in the result of a search request.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchRequestResult.Location">
|
|
<summary>
|
|
<para>Returns the location of a search result.</para>
|
|
</summary>
|
|
<value>A System.String that is the name of a location contained in a search result.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchRequestResult.SearchRegion">
|
|
<summary>
|
|
<para>Returns a region to perform a search.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.LocationInformation"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SearchRequestResult.SearchResults">
|
|
<summary>
|
|
<para>Returns all search resuts.</para>
|
|
</summary>
|
|
<value>A list of <see cref="T:DevExpress.XtraMap.LocationInformation"/> objects.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SearchRequestResult.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.SearchRequestResult"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.SearchRequestResult"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SelectedItemCollection">
|
|
<summary>
|
|
<para>A collection of selected map items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SelectedItemCollection.#ctor(DevExpress.XtraMap.MapItemsLayerBase)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SelectedItemCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="layer">A <see cref="T:DevExpress.XtraMap.MapItemsLayerBase"/> object that is the owner of this selected item collection.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SelectedItemCollection.AddRange(System.Collections.ICollection)">
|
|
<summary>
|
|
<para>Adds a collection of selected items to the end of the collection.</para>
|
|
</summary>
|
|
<param name="collection">A <see cref="T:System.Collections.ICollection"/> object which represents the collection of selected items to append to the collection.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SelectedItemCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.SelectedItemCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.SelectedItemCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ShapeAttributeValueProvider">
|
|
<summary>
|
|
<para>The class that is used to obtain an attribute from a shape file source (Shapefile or KML file) that is applied to shape items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapeAttributeValueProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ShapeAttributeValueProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShapeAttributeValueProvider.AttributeName">
|
|
<summary>
|
|
<para>Gets or sets the name of the attribute that is applied to shape items.</para>
|
|
</summary>
|
|
<value>A string value that is the name of the attribute.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapeAttributeValueProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.ShapeAttributeValueProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.ShapeAttributeValueProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ShapefileDataAdapter">
|
|
<summary>
|
|
<para>Data adapter that provides data from a shapefile.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ShapefileDataAdapter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShapefileDataAdapter.DefaultEncoding">
|
|
<summary>
|
|
<para>Gets or sets the encoding, which should be used if a file does not contain encoding information.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Text.Encoding"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShapefileDataAdapter.FileUri">
|
|
<summary>
|
|
<para>Gets or sets an Uri that defines the location of a shapefile.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Uri"/> object that contains a shapefile Uri.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.LoadFromStream(System.IO.Stream,System.IO.Stream)">
|
|
<summary>
|
|
<para>Loads data in a Shapefile format from a stream.</para>
|
|
</summary>
|
|
<param name="shpStream">A <see cref="T:System.IO.Stream"/> class descendant object, that is a stream of an ESRI Shapefile.</param>
|
|
<param name="dbfStream">A <see cref="T:System.IO.Stream"/> class descendant object, that is a stream of a DBF file.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.LoadPrjFile">
|
|
<summary>
|
|
<para>Loads the *.prj file data, which contains information about the coordinate system and projection.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.SourceCoordinateSystem"/> class descendant object.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.LoadPrjFile(System.Uri)">
|
|
<summary>
|
|
<para>Loads coordinate system metadata from the *.PRJ file.</para>
|
|
</summary>
|
|
<param name="prjFileUri">A <see cref="T:System.Uri"/> object, that is the URI to the *.PRJ file.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.SourceCoordinateSystem"/> class descendant representing the contents of the *.PRJ file.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapefileDataAdapter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.ShapefileDataAdapter"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.ShapefileDataAdapter"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ShapeSimplifierBase">
|
|
<summary>
|
|
<para>The base class for map shape simplifiers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapeSimplifierBase.Simplify(System.Collections.Generic.IEnumerable{DevExpress.XtraMap.MapItem},System.Double)">
|
|
<summary>
|
|
<para>Reduces the number of vertices that form the vector layer's items.</para>
|
|
</summary>
|
|
<param name="items">The map items to be simplified.</param>
|
|
<param name="tolerance">The percentage of vertices that vector shapes contain after simplification. This value is in the (0;100) range. The passed value is processed as 0 if it is less than 0 or not defined. The passed value is processed as 100 if greater than 100.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShapeSimplifierBase.Tolerance">
|
|
<summary>
|
|
<para>Returns a percent of vertices that vector shapes contain after simplification.</para>
|
|
</summary>
|
|
<value>A number that should be in the (0;100) range.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ShapeTitleOptions">
|
|
<summary>
|
|
<para>Contains options that define the visibility, text and appearance of shape titles.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapeTitleOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ShapeTitleOptions"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapeTitleOptions.Assign(DevExpress.Utils.Controls.BaseOptions)">
|
|
<summary>
|
|
<para>Copies all the settings from the <see cref="T:DevExpress.XtraMap.ShapeTitleOptions"/> object passed as the parameter.</para>
|
|
</summary>
|
|
<param name="options">The <see cref="T:DevExpress.XtraMap.ShapeTitleOptions"/> object (which is the <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic) is passed, then the <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShapeTitleOptions.Pattern">
|
|
<summary>
|
|
<para>Gets or sets the pattern for shape titles.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShapeTitleOptions.TextColor">
|
|
<summary>
|
|
<para>Gets or sets the text color of shape titles.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShapeTitleOptions.TextGlowColor">
|
|
<summary>
|
|
<para>Gets or sets the text glowing color of shape titles.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShapeTitleOptions.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ShapeTitleOptions"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.ShapeTitleOptions"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShapeTitleOptions.Visibility">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not shape titles should be visible.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.VisibilityMode"/> enumeration value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ShapeType">
|
|
<summary>
|
|
<para>Lists shape types that can be stored in the shapefile format.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.MultiPoint">
|
|
<summary>
|
|
<para>A set of Points.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.MultiPointM">
|
|
<summary>
|
|
<para>A set of PointMs.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.MultiPointZ">
|
|
<summary>
|
|
<para>A set of PointZs.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.Point">
|
|
<summary>
|
|
<para>A point consists of a pair of XY-coordinates.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.PointM">
|
|
<summary>
|
|
<para>A point consists of a pair of XY-coordinates and a measure.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.PointZ">
|
|
<summary>
|
|
<para>A point consists of a triplet of XYZ-coordinates and a measure.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.Polygon">
|
|
<summary>
|
|
<para>A set of one ore more connected sequences of four or more Points that form a closed loop.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.PolygonM">
|
|
<summary>
|
|
<para>A set of one ore more connected sequences of four or more PointMs that form a closed loop.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.PolygonZ">
|
|
<summary>
|
|
<para>A set of one ore more connected sequences of four or more PointZs that form a closed loop.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.PolyLine">
|
|
<summary>
|
|
<para>A set of vertices that consists of one or more connected sequences of two or more Points.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.PolyLineM">
|
|
<summary>
|
|
<para>A set of vertices that consists of one or more connected sequences of two or more PointMs.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.ShapeType.PolyLineZ">
|
|
<summary>
|
|
<para>A set of vertices that consists of one or more connected sequences of two or more PointZs.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ShpExportOptions">
|
|
<summary>
|
|
<para>Stores shapefile export options.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShpExportOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.ShpExportOptions"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShpExportOptions.DbfEncoding">
|
|
<summary>
|
|
<para>Gets or sets the encoding of the dbf file.</para>
|
|
</summary>
|
|
<value>The encoding of the dbf file.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShpExportOptions.ExportToDbf">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether attribute values be exported to a DBF file.</para>
|
|
</summary>
|
|
<value>true, if attribute values should be exported, otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShpExportOptions.ExportToShx">
|
|
<summary>
|
|
<para>Gets or sets the value that indicates whether the Map Control should export a vector data index to a *.shx file.</para>
|
|
</summary>
|
|
<value>true if the index should be exported; otherwise false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ShpExportOptions.ShapeType">
|
|
<summary>
|
|
<para>Gets or sets the shape type used to store exported shapes.</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraMap.ShapeType"/> enumeration value, specifying the type used to store data.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.ShpExportOptions.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.ShpExportOptions"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.ShpExportOptions"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SinusoidalProjection">
|
|
<summary>
|
|
<para>Represents the sinusoidal map projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SinusoidalProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SinusoidalProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SinusoidalProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.SinusoidalProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.SinusoidalProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SizeLegend">
|
|
<summary>
|
|
<para>Represents a map legend that details the meaning of Bubble sizes in a Bubble chart.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SizeLegend.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SizeLegend"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SizeLegend.CustomItems">
|
|
<summary>
|
|
<para>Provides access to the collection of custom legend items.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapLegendItemCollection"/> object that contains custom legend items.</value>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.SizeLegend.DefaultSizeLegendType">
|
|
<summary>
|
|
<para>Specifies the default type for a Size Legend.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SizeLegend.ShowTickMarks">
|
|
<summary>
|
|
<para>Gets or sets a value indicating whether or not it is necessary to show tick marks for the size legend.</para>
|
|
</summary>
|
|
<value>true to show tickmarks; false to hide them.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SizeLegend.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.SizeLegend"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.SizeLegend"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SizeLegend.Type">
|
|
<summary>
|
|
<para>Specifies the type of a Size legend.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.SizeLegendType"/> enumeration value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SizeLegendType">
|
|
<summary>
|
|
<para>Lists the values that specify the types of size legends.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.SizeLegendType.Inline">
|
|
<summary>
|
|
<para>Legend items are placed in line.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.SizeLegendType.Nested">
|
|
<summary>
|
|
<para>Legend items are placed nested one into another.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SourceCoordinateSystem">
|
|
<summary>
|
|
<para>The base class for the coordinate systems of a data adapter.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SourceCoordinateSystem.CoordinateConverter">
|
|
<summary>
|
|
<para>Gets or sets a coordinate converter.</para>
|
|
</summary>
|
|
<value>An object, implementing the ICoordPointConverter interface.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SourceCoordinateSystem.CreatePoint(System.Double,System.Double)">
|
|
<summary>
|
|
<para>Creates a <see cref="T:DevExpress.XtraMap.CartesianPoint"/> with the specified coordinates.</para>
|
|
</summary>
|
|
<param name="x">A double value, specifying the X coordinate of point.</param>
|
|
<param name="y">A double value, specifying the Y coordinate of point.</param>
|
|
<returns>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SphericalMercatorProjection">
|
|
<summary>
|
|
<para>A class that defines methods specific to the Spherical Mercator Projection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SphericalMercatorProjection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SphericalMercatorProjection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SphericalMercatorProjection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.SphericalMercatorProjection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.SphericalMercatorProjection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SqlGeometryDataAdapter">
|
|
<summary>
|
|
<para>The data adapter that allows generating map items from a geometry datasource.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryDataAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SqlGeometryDataAdapter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SqlGeometryDataAdapter.ConnectionString">
|
|
<summary>
|
|
<para>Gets or sets the connection string to a SQL database.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryDataAdapter.Load">
|
|
<summary>
|
|
<para>Loads geometry items from the specified data source.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SqlGeometryDataAdapter.SpatialDataMember">
|
|
<summary>
|
|
<para>Gets or sets the name of a spatial data member.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SqlGeometryDataAdapter.SqlText">
|
|
<summary>
|
|
<para>Gets or sets the SQL query that will be used to select data from a SQL database.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryDataAdapter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.SqlGeometryDataAdapter"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.SqlGeometryDataAdapter"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SqlGeometryDataAdapter.WizardSource">
|
|
<summary>
|
|
<para>For internal use.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SqlGeometryDataAdapterBase">
|
|
<summary>
|
|
<para>This class provides the base functionality to provide data from a SQL Geometry datasource.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SqlGeometryItem">
|
|
<summary>
|
|
<para>This class is used to represent the SQL Geometry spatial data objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryItem.#ctor">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryItem.#ctor(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="wktString">A <see cref="T:System.String"/> object representing Well-Known Text.</param>
|
|
<param name="srid">A <see cref="T:System.Int32"/> object representing SRID.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SqlGeometryItem.Attributes">
|
|
<summary>
|
|
<para>Returns the collection of <see cref="T:DevExpress.XtraMap.MapItemAttribute"/> objects assigned to this item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapItemAttributeCollection"/> object stored <see cref="T:DevExpress.XtraMap.MapItemAttribute"/> object assigned to this item.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryItem.FromWkt(System.String,System.Int32)">
|
|
<summary>
|
|
<para>Creates the <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/> object from the Well-Known Text.</para>
|
|
</summary>
|
|
<param name="wktString">A <see cref="T:System.String"/> object representing WKT.</param>
|
|
<param name="srid">A <see cref="T:System.Int32"/> object representing SRID.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/> object created from WKT.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SqlGeometryItem.Srid">
|
|
<summary>
|
|
<para>Gets or sets the spatial reference ID of the item.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Int32"/> object representing the SRID.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryItem.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/>.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SqlGeometryItem.WktString">
|
|
<summary>
|
|
<para>Gets or sets the string representing the Well-Known Text.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> object representing the WKT.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SqlGeometryItemCollection">
|
|
<summary>
|
|
<para>A collection of <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/>s.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryItemCollection.#ctor(DevExpress.XtraMap.SqlGeometryItemStorage)">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.SqlGeometryItemCollection"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="sqlGeometryItemStorage">A <see cref="T:DevExpress.XtraMap.SqlGeometryItemStorage"/> object which is the owner of this collection.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryItemCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.SqlGeometryItemCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.SqlGeometryItemCollection"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SqlGeometryItemStorage">
|
|
<summary>
|
|
<para>The date adapter stores manually added <see cref="T:DevExpress.XtraMap.SqlGeometryItem"/> objects.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryItemStorage.#ctor">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.SqlGeometryItemStorage"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SqlGeometryItemStorage.Items">
|
|
<summary>
|
|
<para>Provides access to the collection of SQL Geometry items.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.SqlGeometryItemCollection"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryItemStorage.Load">
|
|
<summary>
|
|
<para>Loads manually created geometry items.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SqlGeometryItemStorage.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.SqlGeometryItemStorage"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.SqlGeometryItemStorage"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SummaryFunction">
|
|
<summary>
|
|
<para>Lists the values that specify the types of summary functions used when generating chart items for the Map control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.SummaryFunction.Average">
|
|
<summary>
|
|
<para>The average value is calculated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.SummaryFunction.Count">
|
|
<summary>
|
|
<para>The total count value is calculated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.SummaryFunction.Max">
|
|
<summary>
|
|
<para>The maximum value is calculated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.SummaryFunction.Min">
|
|
<summary>
|
|
<para>The minimum value is calculated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.SummaryFunction.Sum">
|
|
<summary>
|
|
<para>The total summary value is calculated.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SvgExportOptions">
|
|
<summary>
|
|
<para>The options to be applied when exporting the vector layer to the SVG file format.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SvgExportOptions.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SvgExportOptions"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SvgExportOptions.CoordinateSystem">
|
|
<summary>
|
|
<para>Gets or sets the map coordinate system that should be used for vector data export to SVG.</para>
|
|
</summary>
|
|
<value>The <see cref="T:DevExpress.XtraMap.MapCoordinateSystem"/> class descendant that specifies the coordinate system used for export.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SvgExportOptions.InitialMapSize">
|
|
<summary>
|
|
<para>Gets or sets an initial size of a map.</para>
|
|
</summary>
|
|
<value>The map size with the zoom level equal to one, in pixels.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SvgExportOptions.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.SvgExportOptions"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.SvgExportOptions"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.SvgFileDataAdapter">
|
|
<summary>
|
|
<para>Data adapter that provides data from a SVG file.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SvgFileDataAdapter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.SvgFileDataAdapter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SvgFileDataAdapter.BoundaryPoint1">
|
|
<summary>
|
|
<para>Gets or sets the first point determining the boundaries in which the imported SVG content is inscribed.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SvgFileDataAdapter.BoundaryPoint2">
|
|
<summary>
|
|
<para>Gets or sets the second point determining the boundaries in which the imported SVG content is inscribed.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SvgFileDataAdapter.FileUri">
|
|
<summary>
|
|
<para>Gets or sets a Uri that defines the location of a vector data file.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Uri"/> object that contains a vector data file URI.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.SvgFileDataAdapter.SourceCoordinateSystem">
|
|
<summary>
|
|
<para>Gets or sets the coordinate system of a data adapter.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.CartesianSourceCoordinateSystem"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.SvgFileDataAdapter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.SvgFileDataAdapter"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.SvgFileDataAdapter"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.TextAlignment">
|
|
<summary>
|
|
<para>Specifies how the text associated with the map pointer should be aligned.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TextAlignment.BottomCenter">
|
|
<summary>
|
|
<para>The text is vertically aligned at the bottom, and horizontally aligned at the center.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TextAlignment.BottomLeft">
|
|
<summary>
|
|
<para>The text is vertically aligned at the bottom, and horizontally aligned on the left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TextAlignment.BottomRight">
|
|
<summary>
|
|
<para>The text is vertically aligned at the bottom, and horizontally aligned on the right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TextAlignment.MiddleLeft">
|
|
<summary>
|
|
<para>The text is vertically aligned in the middle, and horizontally aligned on the left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TextAlignment.MiddleRight">
|
|
<summary>
|
|
<para>The text is vertically aligned in the middle, and horizontally aligned on the right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TextAlignment.TopCenter">
|
|
<summary>
|
|
<para>The text is vertically aligned at the top, and horizontally aligned at the center.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TextAlignment.TopLeft">
|
|
<summary>
|
|
<para>The text is vertically aligned at the top, and horizontally aligned on the left.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TextAlignment.TopRight">
|
|
<summary>
|
|
<para>The text is vertically aligned at the top, and horizontally aligned on the right.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.TextElementStyle">
|
|
<summary>
|
|
<para>Defines a style of the text element within a map.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.TextElementStyle.Font">
|
|
<summary>
|
|
<para>Gets or sets a font used to display a map text element.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Font"/> that specifies a font used to display the content of a map text element.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.TextElementStyle.TextColor">
|
|
<summary>
|
|
<para>Gets or sets the color of a text element.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Drawing.Color"/> object that is the color of a text element.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.TextElementStyle.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.TextElementStyle"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of <see cref="T:DevExpress.XtraMap.TextElementStyle"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.TransformOrigin">
|
|
<summary>
|
|
<para>Lists all the possible transform origins.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TransformOrigin.Bottom">
|
|
<summary>
|
|
<para>The bottom point of the map items' bounding box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TransformOrigin.BottomLeft">
|
|
<summary>
|
|
<para>The bottom-left point of the map items' bounding box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TransformOrigin.BottomRight">
|
|
<summary>
|
|
<para>The bottom-right point of the map items' bounding box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TransformOrigin.Center">
|
|
<summary>
|
|
<para>The center point of the map items' bounding box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TransformOrigin.Left">
|
|
<summary>
|
|
<para>The left point of the map items' bounding box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TransformOrigin.Right">
|
|
<summary>
|
|
<para>The right point of the map items' bounding box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TransformOrigin.Top">
|
|
<summary>
|
|
<para>The top point of the map items' bounding box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TransformOrigin.TopLeft">
|
|
<summary>
|
|
<para>The top-left point of the map items' bounding box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.TransformOrigin.TopRight">
|
|
<summary>
|
|
<para>The top-right point of the map items' bounding box.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter">
|
|
<summary>
|
|
<para>Converter that transforms data from the Transverse Mercator projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint)">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="ellipsoid">An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</param>
|
|
<param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
|
|
<param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
|
|
<param name="projectionCenter">A <see cref="T:DevExpress.Xpf.Map.GeoPoint"/> object specifying the central meridian and the latitude of the projection's origin values.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double)">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="ellipsoid">An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</param>
|
|
<param name="falseEasting">A <see cref="T:System.Double"/> value specifying the false easting value.</param>
|
|
<param name="falseNorthing">A <see cref="T:System.Double"/> value specifying the false northing value.</param>
|
|
<param name="projectionCenter">A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object specifying the central meridian and the latitude of projection's origin.</param>
|
|
<param name="scaleFactor">A <see cref="T:System.Double"/> object specifying the scale factor.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.#ctor(DevExpress.XtraMap.Ellipsoid,System.Double,System.Double,DevExpress.XtraMap.GeoPoint,System.Double,System.Double)">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="ellipsoid">The ellipsoid used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="falseEasting">The false easting used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="falseNorthing">The false northing used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="projectionCenter">The central meridian and the latitude of the projection's origin used to convert a Cartesian coordinate system to the geographic coordinate system.</param>
|
|
<param name="scaleFactor">The scale factor used to convert the projected Transverse Mercator projected coordinate system to the geographic coordinate system.</param>
|
|
<param name="primeMeridian">The prime meridian of the Geo coordinate system.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.ScaleFactor">
|
|
<summary>
|
|
<para>Gets or sets the scale factor used to convert the projected Transverse Mercator projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.TransverseMercatorCartesianToGeoConverter"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.UriBasedVectorTileDataProvider">
|
|
<summary>
|
|
<para>Provides map data from a set of PBF or MVT files.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.UriBasedVectorTileDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.UriBasedVectorTileDataProvider"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.UriBasedVectorTileDataProvider.GetStream(System.Int64,System.Int64,System.Int64)">
|
|
<summary>
|
|
<para>For internal use. Overrides the base <see cref="M:DevExpress.XtraMap.VectorTileDataProviderBase.GetStream(System.Int64,System.Int64,System.Int64)"/> method.</para>
|
|
</summary>
|
|
<param name="x">An x-coordinate of a tile in the grid.</param>
|
|
<param name="y">A y-coordinate of a tile in the grid.</param>
|
|
<param name="level">A zoom level.</param>
|
|
<returns>A stream that contains a tile.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.UriBasedVectorTileDataProvider.GetTileUri(System.Int64,System.Int64,System.Int64)">
|
|
<summary>
|
|
<para>Returns a URI of a tile with specific coordinates.</para>
|
|
</summary>
|
|
<param name="x">An x-coordinate of a tile in the grid.</param>
|
|
<param name="y">A y-coordinate of a tile in the grid.</param>
|
|
<param name="level">A zoom level.</param>
|
|
<returns>The tile's URI.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.UriBasedVectorTileDataProvider.TileUriTemplate">
|
|
<summary>
|
|
<para>Gets or sets a URI template used to obtain tiles from a local folder path or tile server.</para>
|
|
</summary>
|
|
<value>A string that specifies a URI template. The default URI template is https://insert_tile_server/{level}/{x}/{y}.pbf</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.UriBasedVectorTileDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns a string that represents the current object.</para>
|
|
</summary>
|
|
<returns>A string that represents the current object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.UTMCartesianToGeoConverter">
|
|
<summary>
|
|
<para>Converter that transforms data from the Universal Transverse Mercator projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.UTMCartesianToGeoConverter.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.UTMCartesianToGeoConverter"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.UTMCartesianToGeoConverter.#ctor(System.Int32,DevExpress.XtraMap.Hemisphere)">
|
|
<summary>
|
|
<para>Initializes new instance of the <see cref="T:DevExpress.XtraMap.UTMCartesianToGeoConverter"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="utmZone">A <see cref="T:System.Int32"/> object specifying the UTM zone.</param>
|
|
<param name="hemisphere">A <see cref="T:DevExpress.XtraMap.Hemisphere"/> enumeration value specifying the Earth's hemisphere.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.Ellipsoid">
|
|
<summary>
|
|
<para>Returns the ellipsoid used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.Ellipsoid"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.FalseEasting">
|
|
<summary>
|
|
<para>Returns the false easting used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.FalseNorthing">
|
|
<summary>
|
|
<para>Returns the false northing used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Double"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.Hemisphere">
|
|
<summary>
|
|
<para>Gets or sets the hemisphere type used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.Hemisphere"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.ProjectionCenter">
|
|
<summary>
|
|
<para>Returns the central meridian and the latitude of the projection's origin used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.GeoPoint"/> object which <see cref="P:DevExpress.XtraMap.GeoPoint.Latitude"/> represents the latitude of the projection's origin and <see cref="P:DevExpress.XtraMap.GeoPoint.Longitude"/> represents the central meridian.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.ScaleFactor">
|
|
<summary>
|
|
<para>Returns the scale factor used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>The scale factor.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.UTMCartesianToGeoConverter.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.UTMCartesianToGeoConverter"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.UTMCartesianToGeoConverter"/> textual representation.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.UTMCartesianToGeoConverter.UtmZone">
|
|
<summary>
|
|
<para>Gets or sets the UTM zone used to convert the UTM projected coordinate system to the geographic coordinate system.</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Int32"/> object representing UTM zone.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.VectorItemsLayer">
|
|
<summary>
|
|
<para>A layer that displays a collection of vector elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.VectorItemsLayer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.VectorItemsLayer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.VectorItemsLayer.AllowEditItems">
|
|
<summary>
|
|
<para>Gets or sets the value specifying whether the map vector layer's items can be edited.</para>
|
|
</summary>
|
|
<value>true, if map items can be edited; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.VectorItemsLayer.Colorizer">
|
|
<summary>
|
|
<para>Gets or sets a value specifying the map colorizer (choropleth colorizer or graph colorizer) with which to colorize map shapes.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraMap.MapColorizer"/> class descendant specifying the colorizer type.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.VectorItemsLayer.Data">
|
|
<summary>
|
|
<para>Specifies the data source for the vector items layer.</para>
|
|
</summary>
|
|
<value>An object implementing the <see cref="T:DevExpress.XtraMap.IMapDataAdapter"/> interface.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.VectorItemsLayer.GetItemSourceObject(DevExpress.XtraMap.MapItem)">
|
|
<summary>
|
|
<para>Gets a source object for a map item.</para>
|
|
</summary>
|
|
<param name="item">A <see cref="T:DevExpress.XtraMap.MapItem"/> for which a source object is searched.</param>
|
|
<returns>A source object to search.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.VectorItemsLayer.GetMapItemBySourceObject(System.Object)">
|
|
<summary>
|
|
<para>Gets a map item by the source object.</para>
|
|
</summary>
|
|
<param name="sourceObject">A source object.</param>
|
|
<returns>A <see cref="T:DevExpress.XtraMap.MapItem"/> object that is obtained from the source object.</returns>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.VectorItemsLayer.MapItemTypeDefault">
|
|
<summary>
|
|
<para>Specifies the type that is used for generated map items by default.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.VectorItemsLayer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of <see cref="T:DevExpress.XtraMap.VectorItemsLayer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.XtraMap.VectorItemsLayer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.VectorTileDataProviderBase">
|
|
<summary>
|
|
<para>The base class for vector tile data providers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.VectorTileDataProviderBase.FontFolder">
|
|
<summary>
|
|
<para>Gets or sets a path to a folder that contains fonts (.TTF files).</para>
|
|
</summary>
|
|
<value>A path to a folder.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.VectorTileDataProviderBase.GetStream(System.Int64,System.Int64,System.Int64)">
|
|
<summary>
|
|
<para>Returns a stream that contains a vector tile with specific coordinates at a specified zoom level.</para>
|
|
</summary>
|
|
<param name="x">An x-coordinate of a tile in the grid.</param>
|
|
<param name="y">A y-coordinate of a tile in the grid.</param>
|
|
<param name="level">A zoom level.</param>
|
|
<returns>A stream that contains a tile.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.VectorTileDataProviderBase.StyleFileUri">
|
|
<summary>
|
|
<para>Gets or sets a style used to customize the vector tile map's appearance.</para>
|
|
</summary>
|
|
<value>A Uri object that specifies the style file's location.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.VectorTileDataProviderBase.TileSource">
|
|
<summary>
|
|
<para>For internal use. Returns the provider's tile source.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ViewportChangedEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.XtraMap.LayerBase.ViewportChanged"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ViewportChangedEventArgs.BottomRight">
|
|
<summary>
|
|
<para>Gets the bottom right coordinate visible on a map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ViewportChangedEventArgs.IsAnimated">
|
|
<summary>
|
|
<para>Gets whether or not the animation effect is used while the position of the current viewport is changed.</para>
|
|
</summary>
|
|
<value>true, if the map control is used animation effect; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ViewportChangedEventArgs.TopLeft">
|
|
<summary>
|
|
<para>Gets the top left coordinate visible on the map.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> class descendant object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.ViewportChangedEventArgs.ZoomLevel">
|
|
<summary>
|
|
<para>Returns the zoom level of the current viewport.</para>
|
|
</summary>
|
|
<value>A double value that is the zoom level of the current viewport.</value>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.ViewportChangedEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.XtraMap.LayerBase.ViewportChanged"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source.</param>
|
|
<param name="e">A <see cref="T:DevExpress.XtraMap.ViewportChangedEventArgs"/> object that contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.VisibilityMode">
|
|
<summary>
|
|
<para>Lists the values that specify visibility modes for various map elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.VisibilityMode.Auto">
|
|
<summary>
|
|
<para>Visibility is determined automatically.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.VisibilityMode.Hidden">
|
|
<summary>
|
|
<para>An element is hidden.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.XtraMap.VisibilityMode.Visible">
|
|
<summary>
|
|
<para>An element is visible.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.VisvalingamShapeSimplifier">
|
|
<summary>
|
|
<para>Specifies the Visvalingam shape simplification algorithm.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.VisvalingamShapeSimplifier.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the VisvalingamShapeSimplifier class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.VisvalingamShapeSimplifier.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.VisvalingamShapeSimplifier"/> class.</para>
|
|
</summary>
|
|
<returns>A string that is the textual representation of the <see cref="T:DevExpress.XtraMap.VisvalingamShapeSimplifier"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.WebInformationDataProvider">
|
|
<summary>
|
|
<para>The base class for providers requesting GIS from map services.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.WebInformationDataProvider.WebRequest">
|
|
<summary>
|
|
<para>Occurs when the Map control sends a request to a web service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.WmsBoundingBox">
|
|
<summary>
|
|
<para>A bounding rectangle containing the geographical region specified by two geo points.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsBoundingBox.#ctor(System.String,DevExpress.Map.CoordPoint,DevExpress.Map.CoordPoint)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.WmsBoundingBox"/> class with the specified parameters.</para>
|
|
</summary>
|
|
<param name="crsCode">A <see cref="T:System.String"/> value specifying the CRS code of the WMS layer image contained in the bounding box. This value is assigned to the <see cref="P:DevExpress.XtraMap.WmsBoundingBox.CRSCode"/> property.</param>
|
|
<param name="leftTop">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical coordinate of the left-top corner of the bounding box. This value is assigned to the <see cref="P:DevExpress.XtraMap.WmsBoundingBox.LeftTop"/> property.</param>
|
|
<param name="rightBottom">A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical coordinate of the right-bottom corner of the bounding box. This value is assigned to the <see cref="P:DevExpress.XtraMap.WmsBoundingBox.RightBottom"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsBoundingBox.CRSCode">
|
|
<summary>
|
|
<para>Returns the CRS code of a WMS layer image contained in a <see cref="T:DevExpress.XtraMap.WmsBoundingBox"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsBoundingBox.LeftTop">
|
|
<summary>
|
|
<para>Returns the geographical coordinate of the left-top corner of a <see cref="T:DevExpress.XtraMap.WmsBoundingBox"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsBoundingBox.RightBottom">
|
|
<summary>
|
|
<para>Returns the geographical coordinate of the right-bottom corner of a <see cref="T:DevExpress.XtraMap.WmsBoundingBox"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsBoundingBox.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.WmsBoundingBox"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.WmsBoundingBox"/> textual representation.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.WmsCustomParameterCollection">
|
|
<summary>
|
|
<para>Represents a collection of web map service custom parameters.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.WmsCustomParameterCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.Add(System.String,System.String)">
|
|
<summary>
|
|
<para>Appends the custom parameter value and associated key to the collection.</para>
|
|
</summary>
|
|
<param name="key">A <see cref="T:System.String"/> value specifying a key.</param>
|
|
<param name="value">A <see cref="T:System.String"/> value specifying a custom parameter value.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.Clear">
|
|
<summary>
|
|
<para>Removes all custom parameters' value-key pairs from the collection.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsCustomParameterCollection.Item(System.String)">
|
|
<summary>
|
|
<para>Returns the custom parameter value from <see cref="T:DevExpress.XtraMap.WmsCustomParameterCollection"/> by its key.</para>
|
|
</summary>
|
|
<param name="key">A <see cref="T:System.String"/> value specifying a custom parameter key.</param>
|
|
<value>A <see cref="T:System.String"/> object specifying a custom parameter value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.Remove(System.String)">
|
|
<summary>
|
|
<para>Removes a custom parameter value from the collection by its key.</para>
|
|
</summary>
|
|
<param name="key">A <see cref="T:System.String"/> value specifying a custom parameter key.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsCustomParameterCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.WmsCustomParameterCollection"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value, which is the textual representation of the <see cref="T:DevExpress.XtraMap.WmsCustomParameterCollection"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.WmsDataProvider">
|
|
<summary>
|
|
<para>Provides map images from the Web Map Service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsDataProvider.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraMap.WmsDataProvider"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsDataProvider.ActiveLayer">
|
|
<summary>
|
|
<para>Returns the WMS layer that is currently displayed by the provider.</para>
|
|
</summary>
|
|
<value>The currently displayed WMS layer.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsDataProvider.ActiveLayerName">
|
|
<summary>
|
|
<para>Gets or sets the active layer name retrieved from a Web Map Service.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the layer name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsDataProvider.CustomParameters">
|
|
<summary>
|
|
<para>Returns a collection of custom parameters of a WMS request.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.XtraMap.WmsCustomParameterCollection"/> object, containing parameter key-value pairs.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsDataProvider.MaxRequestedImageHeight">
|
|
<summary>
|
|
<para>Gets or sets the maximum image height that the provider can request from a server.</para>
|
|
</summary>
|
|
<value>The maximum image height that the provider can request from a server.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsDataProvider.MaxRequestedImageWidth">
|
|
<summary>
|
|
<para>Gets or sets the maximum image width that the provider can request from a server.</para>
|
|
</summary>
|
|
<value>The maximum image width that the provider can request from a server.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsDataProvider.RequestCapabilities">
|
|
<summary>
|
|
<para>Requests the supported capabilities of a Web Map Service.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.XtraMap.WmsDataProvider.ResponseCapabilities">
|
|
<summary>
|
|
<para>Occurs when a Web Map Service returns the supported capabilities.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsDataProvider.ServerUri">
|
|
<summary>
|
|
<para>Gets or sets the server URI, which supports a Web Map Service.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsDataProvider.SetCoordinateConverter(DevExpress.XtraMap.IWmsPointConverter)">
|
|
<summary>
|
|
<para>Specifies the coordinate converter object.</para>
|
|
</summary>
|
|
<param name="converter">A <see cref="T:DevExpress.XtraMap.IWmsPointConverter"/> object.</param>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsDataProvider.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.WmsDataProvider"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.WmsDataProvider"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.WmsLayer">
|
|
<summary>
|
|
<para>Provides information about a single layer obtained from a Web Map Service Provider.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsLayer.BoundingBoxes">
|
|
<summary>
|
|
<para>Returns the WMS layer bounding boxes.</para>
|
|
</summary>
|
|
<value>An array of the <see cref="T:DevExpress.XtraMap.WmsBoundingBox"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsLayer.Children">
|
|
<summary>
|
|
<para>Returns a collection of layers embedded into a WMS layer.</para>
|
|
</summary>
|
|
<value>A collection of <see cref="T:DevExpress.XtraMap.WmsLayer"/> objects.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsLayer.LeftTop">
|
|
<summary>
|
|
<para>Returns the left-top coordinate of the geographical region provided by the <see cref="T:DevExpress.XtraMap.WmsLayer"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsLayer.Name">
|
|
<summary>
|
|
<para>Returns the name of a WMS layer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsLayer.RightBottom">
|
|
<summary>
|
|
<para>Returns the right-bottom coordinate of the geographical region provided by the <see cref="T:DevExpress.XtraMap.WmsLayer"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Map.CoordPoint"/> object specifying the geographical point.</value>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsLayer.Title">
|
|
<summary>
|
|
<para>Returns short information about the layer.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsLayer.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.WmsLayer"/>.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.XtraMap.WmsLayer"/>.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.XtraMap.WmsLayerCollection">
|
|
<summary>
|
|
<para>Provides a collection of WMS layers.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.XtraMap.WmsLayerCollection.Item(System.Int32)">
|
|
<summary>
|
|
<para>Returns a WMS layer from the <see cref="T:DevExpress.XtraMap.WmsLayerCollection"/> stored under the specified index.</para>
|
|
</summary>
|
|
<param name="index">A <see cref="T:System.Int32"/> object representing the index number.</param>
|
|
<value>A <see cref="T:DevExpress.XtraMap.WmsLayer"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.XtraMap.WmsLayerCollection.ToString">
|
|
<summary>
|
|
<para>Returns the textual representation of the <see cref="T:DevExpress.XtraMap.WmsLayerCollection"/>.</para>
|
|
</summary>
|
|
<returns>The <see cref="T:DevExpress.XtraMap.WmsLayerCollection"/> textual representation.</returns>
|
|
</member>
|
|
</members>
|
|
</doc> |