Click or drag to resize

AnalysisLayer Class

The visual representation of an Analysis
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class AnalysisLayer : WindowlessComponent

The AnalysisLayer type exposes the following members.

Properties
  NameDescription
Public propertyAnalysis
Gets the associated Analysis for this layer.
Public propertyElementInfos
Gets an collection of ElementInfos
Public propertyMapComponent
Gets the associate map of the map layer.
Public propertyMapLayer
Returns the coresponding MapLayer (if available)
Top
Methods
  NameDescription
Public methodGetByPolygon
Gets the WindowlessComponents within the specified Polygon.
Public methodGetByRadius
Gets the WindowlessComponents within the specified radius at the specified location
Public methodGetByRect
Gets the WindowlessComponents within the specified RectangleF
Public methodGetChildCount
Gets the number of child elments.
Public methodGetChildForIndex
Gets the child element for the specified index.
Public methodGetChildForKey
Gets the child element for the specified key.
Public methodGetIndexForChild
Gets the index of an child elments.
Public methodGetKeyForChild
Gets the key of an child elments.
Public methodHasClip
Returns true if the AnalysisLayer is clipped
Top
See Also