Back to Devexpress

MapItemsLayerBase Members

windowsforms-devexpress-dot-xtramap-dot-mapitemslayerbase-dot-underscore-members.md

latest10.0 KB
Original Source

MapItemsLayerBase Members

The base class for layers that display map items.

Properties

NameDescription
EnableHighlightingSpecifies whether highlighting map items is enabled on this layer.
EnableSelectionSpecifies whether selecting map items is enabled on this layer.
HighlightedItemStyleGets a style applied to a highlighted map item.
ItemImageIndexGets or sets the index of the image assigned to the map item.
ItemStyleGets a style applied to a map item.
MaxZoomLevelGets or sets the maximum zoom level at which this layer should be visible. Inherited from LayerBase.
MinZoomLevelGets or sets the minimum zoom level at which this layer should be visible. Inherited from LayerBase.
NameGets or sets the name of layer. Inherited from LayerBase.
RectangleClipSpecifies a rectangle that limits the layer’s displayed area. Inherited from LayerBase.
SelectedItemGets or sets the currently selected item on a map.
SelectedItemsGets the collection of selected items of the MapItemsLayerBase object.
SelectedItemStyleGets a style applied to the selected map item.
ShapeTitlesPatternGets or sets a pattern used to generate shape titles.
ShapeTitlesVisibilityGets or sets a value specifying whether or not shape titles should be visible.
ToolTipPatternGets or sets a string which represents the pattern specifying the text to be displayed within a tooltip.
VisibleGets or sets a value specifying whether or not a layer should be visible. Inherited from LayerBase.
ZIndexGets 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. Inherited from LayerBase.

Methods

NameDescription
Dispose()Disposes of the current object. Inherited from MapDisposableObject.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
ExportToKml(Stream, String)Exports data from this vector layer to the specified stream using the KML file format.
ExportToKml(Stream)Exports data from this vector layer to the specified stream using the KML file format.
ExportToKml(String)Exports data from this vector layer to the specified KML file.
ExportToShp(String, ShpExportOptions)Exports this vector layer data to the specified shapefile.
ExportToSvg(Stream, SvgExportOptions)Exports data from this vector layer to the specified stream using the defined parameters.
ExportToSvg(Stream, Double, SvgExportOptions)Exports data from this vector layer to the specified stream using the defined parameters.
ExportToSvg(Stream, Double)Exports data from this vector layer to the specified stream using the SVG file format.
ExportToSvg(Stream)Exports data from this vector layer to the specified stream using the SVG file format.
ExportToSvg(String, SvgExportOptions)Exports data from this vector layer to the specified SVG file using the defined parameters.
ExportToSvg(String, Double, SvgExportOptions)Exports data from this vector layer to the specified SVG file using the defined parameters.
ExportToSvg(String, Double)Exports data from this vector layer to the specified SVG file.
ExportToSvg(String)Exports data from this vector layer to the specified SVG file.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
GetViewport()Returns a map viewport. Inherited from LayerBase.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
AttributeDisplayValueEditOccurs for each attribute value that is used in a title or tooltip before this title or tooltip is displayed.
DataLoadedOccurs after the data has been loaded into a map layer. Inherited from LayerBase.
ErrorOccurs when an internal exception is raised. Inherited from LayerBase.
ViewportChangedOccurs every time the current viewport is changed. Inherited from LayerBase.
VisibleChangedOccurs when the layer’s LayerBase.Visible property value has changed. Inherited from LayerBase.

See Also

MapItemsLayerBase Class

DevExpress.XtraMap Namespace