Click or drag to resize
XDL

XConfiguration Properties

The XConfiguration type exposes the following members.

Properties
  Name Description
Public property BlueMarble Planet 2D 혹은 3D에서 사용하는 전 세계지도(BlueMarble) 파일 경로를 설정하거나 얻는다.
Public property ConfigFilePath XDLConfiguration.xml 파일의 경로를 설정하거나 얻는다.
Public property DefaultPBEDataset Planet 2D 혹은 3D에서 지형 고도를 렌더링하기 PBE의 데이터 경로.
Public property DefaultPBIDataset Planet 2D 혹은 3D에서 지형 텍스쳐를 렌더링하기 PBI의 데이터 경로.
Public property DefaultPBPDataset Planet 2D 혹은 3D에서 지형 지명 이름을 렌더링하기 PBP의 데이터 경로.
Public property DefaultPBVDataset Planet 2D 혹은 3D에서 지형 벡터 데이터를 렌더링하기 PBV의 데이터 경로.
Public property MaxTileCount Planet 2D 혹은 3D에서 타일을 메모리에 적재하기 위한 메모리 Cache(타일 개수)를 의미.
Public property PBEGroups PBE(Pixoneer Base Elevation) 그룹으로 정의(설정)된 데이터 배열 객체.
Public property PBIGroups PBI(Pixoneer Base Image) 그룹으로 정의(설정)된 데이터 배열 객체.
Public property PBPGroups PBP(Pixoneer Base Placename) 그룹으로 정의(설정)된 데이터 배열 객체.
Public property PBVGroups PBV(Pixoneer Base Vector) 그룹으로 정의(설정)된 데이터 배열 객체.
Public property Planet2DProjection Planet 2D 투영방식 문자열.
가능한 문자열 : WEBMERCATOR 또는 EEC
Public property RenderType NXDL의 각종 View컨트롤들이 Render를 수행하기 위한 타입 ( OpenGL만 가능).
Public property ShaderVersion GroundEffect, SkyEffect, LightingEffect 등의 렌더링 쉐이더 버전
(1 : 최신, 0 : 텍스처 렌더링 + light effect가 적용되지 않는 밤/낮 효과(이전 렌더링) )
Top
See Also