Back to Devexpress

LayerBase Members

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

latest4.0 KB
Original Source

LayerBase Members

Serves as the base class for all layers.

Properties

NameDescription
MaxZoomLevelGets or sets the maximum zoom level at which this layer should be visible.
MinZoomLevelGets or sets the minimum zoom level at which this layer should be visible.
NameGets or sets the name of layer.
RectangleClipSpecifies a rectangle that limits the layer’s displayed area.
VisibleGets or sets a value specifying whether or not a layer should be visible.
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.

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.
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.
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
DataLoadedOccurs after the data has been loaded into a map layer.
ErrorOccurs when an internal exception is raised.
ViewportChangedOccurs every time the current viewport is changed.
VisibleChangedOccurs when the layer’s LayerBase.Visible property value has changed.

See Also

LayerBase Class

DevExpress.XtraMap Namespace