Click or drag to resize
XDL

XftFeatureLayer Class

XftFeatureLayer클래스는 Feauture들의 집합을 정의한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NFTXftFeatureLayer

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public class XftFeatureLayer : IDisposable

The XftFeatureLayer type exposes the following members.

Constructors
  NameDescription
Public methodXftFeatureLayer
XftFeatureLayer클래스는 기본 생성자이고 데이터 멤버들을 초기화 시킨다.
Public methodXftFeatureLayer(XogcFeatureLayer*)
XftFeatureLayer클래스는 외부 비관리 FT::XogcFeatureLayer객체를 입력받아 객체를 초기화 시킨다.
Top
Properties
  NameDescription
Public propertyNumFeature
this 객체에 포함된 XftFeature객체의 수를 반환
Top
Methods
  NameDescription
Public methodGetBoundRect
this객체에 포함된 Feature들의 공간 Boundary 정보를 반환한다.
Public methodGetFeatureAt
입력된 인덱스 값에 해당하는 XftFeature객체를 반환한다.
Public methodGetFeatureDefn
this 객체에 정의된 스키마 정보값을 반환한다.
Top
See Also