点击或拖拽改变大小

FeatureActiveElement 类

FeatureActiveElement激活元素
继承层次
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.Windows.MediaContainerVisual
          System.Windows.MediaDrawingVisual
            GISShare.SMap.WPF.ElementBaseElement
              GISShare.SMap.WPF.ElementBaseActiveElement
                GISShare.SMap.WPF.ElementGeoActiveElement
                  GISShare.SMap.WPF.ElementFeatureActiveElement

命名空间:  GISShare.SMap.WPF.Element
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public class FeatureActiveElement : GeoActiveElement, 
	IFeatureElement, ITextElement, IElement, IGeoDrawItem, IGeoDrawItemInfo, 
	IGeoDrawItemQueryable, IDisposable, IFeature

The FeatureActiveElement type exposes the following members.

构造函数
  名称说明
公共方法FeatureActiveElement
FeatureActiveElement元素 构造函数
公共方法FeatureActiveElement(IFeature)
FeatureActiveElement元素 构造函数
公共方法FeatureActiveElement(IFeature, IActiveCore)
FeatureActiveElement元素 构造函数
Top
属性
  名称说明
公共属性Active
获取 激活核心状态
(继承自 BaseActiveElement。)
公共属性Attributes
属性表
公共属性CanDraw
是否可以绘制
(继承自 BaseElement。)
公共属性CanQuery
是否支持查询
(继承自 BaseElement。)
公共属性DrawGeometry
用于绘制操作的记录对象(防止投影转换导致的效率降低,它并不每次都是一个独立的副本)
(继承自 BaseElement。)
公共属性FieldName
字段名
公共属性FieldNameArray
字段名数组用于数据显示
公共属性GeoDrawCache
几何绘制缓存(当空间参考不一致时,将克隆副本长期使用,如果Geometry内部改变则需要调用ResetGeometry来重置)
(继承自 BaseElement。)
公共属性Geometry
几何图形
(继承自 BaseElement。)
公共属性MaximumScale
最大可见比例尺
(继承自 BaseElement。)
公共属性MinimumScale
最小可见比例尺
(继承自 BaseElement。)
公共属性Name
名称
(继承自 BaseElement。)
公共属性OID
OID唯一标识
公共属性Symbol
符号
(继承自 BaseElement。)
公共属性Symbol_Active
激活符号
(继承自 BaseActiveElement。)
公共属性Tag
携带值
(继承自 BaseElement。)
公共属性Text
文本
公共属性Visible
可见性
(继承自 BaseElement。)
Top
方法
  名称说明
公共方法BindFeature
绑定一个IFeature
受保护的方法CancelDraw
是否取消绘制
(继承自 GeoActiveElement。)
公共方法Dispose
释放
(继承自 GeoActiveElement。)
受保护的方法GeometryFilter
无效图形自动过滤
(覆写 GeoActiveElementGeometryFilter(IGeometry).)
公共方法GetQueryDrawGraphInfo
获取函数“QueryByClientXY”返回结果的有效“IDrawGraphInfo”
(继承自 GeoActiveElement。)
公共方法GetVisibleInfo
获取指定比例尺范围下可见状态
(继承自 BaseElement。)
受保护的方法OnActiveChanged
激活核心状态改变时调用
(继承自 BaseActiveElement。)
公共方法OnDraw
绘制
(继承自 GeoActiveElement。)
受保护的方法OnPropertyChanged
在更改属性值时调用
(继承自 BaseElement。)
公共方法QueryByClientXY
查询元素依据屏幕坐标
(继承自 GeoActiveElement。)
公共方法ResetDrawGeometry
用于重置DrawGeometry对象,使其空间参考指定(主要供内部绘制使用,不要随意操作)
(继承自 BaseElement。)
公共方法ResetDrawGraph
重置用于绘制UI对象(起置空的作用)
(继承自 GeoActiveElement。)
公共方法ResetGeometry
当几何图形内部属性变化后,调用此函数用于重置内核对象。
(继承自 BaseElement。)
公共方法SetDrawGraph
设置绘制图形
(继承自 GeoActiveElement。)
Top
事件
  名称说明
公共事件ActiveChanged
激活核心状态改变事件
(继承自 BaseActiveElement。)
公共事件PropertyChanged
在更改属性值时发生
(继承自 BaseElement。)
Top
参见