Click or drag to resize
XDL

XvcBase Methods

The XvcBase type exposes the following members.

Methods
  Name Description
Public method AddHead 머리 위치에 레이어를 추가한다.
Public method AddTail 꼬리 위치에 레이어를 추가한다.
Public method CalcRange 경계 영역을 계산한다.
Public method FindIndex 0부터 시작하는 순서로 지정된 객체의 위치를 가져온다.
Public method GetBoundRect 경계 영역의 최소/최대값을 가져온다.
Public method GetHeadLayer 머리 위치에 있는 레이어를 가져온다.
Public method GetHeadLayerPos 머리 위치에 있는 레이어 위치값를 가져온다.
Public method GetLayer 특정 위치에 있는 레이어를 가져온다.
Public method GetLayerPos XvcLayer 객체의 위치값을 가져온다.
Public method GetNextLayerPos 특정 위치 다음에 있는 레이어 위치값을 가져온다.
Public method GetNumLayers XvcBase에 포함되어 있는 레이어의 개수를 가져온다.
Public method GetPrevLayerPos 특정 위치 이전에 있는 레이어 특정 위치값을 가져온다.
Public method GetSR 지리 참조 좌표계를 가져온다.
Public method GetTailLayerPos 꼬리 위치에 있는 레이어 위치값을 가져온다.
Public method HitTest 특정 위치에 대해 객체가 선택되는지 테스트를 수행한다.
Public method Code example LoadFile 외부 파일로부터 XvcBase를 로딩한다.
Public method Normalize 객체를 정규화한다.
Public method RemoveAll 모든 레이어를 삭제한다.
Public method RemoveLayerPos 특정 위치에 레이어를 삭제한다.
Public method Code example SaveFile 외부 파일로 XvcBase 객체를 저장한다.
Public method SetSR 지리 참조 좌표계를 설정한다.
Top
See Also