Click or drag to resize
XDL

XConfiguration Properties

The XConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyBlueMarble
Planet 2D 혹은 3D에서 사용하는 전세계지도(BlueMarble) 파일 경로를 설정하거나 얻는다.
Public propertyConfigFilePath
라이브러리가 설치된 곳에 존재하는 Configuration 파일의 경로를 설정하거나 얻는다.
Public propertyDefaultPBEDataset
Planet 2D 혹은 3D에서 지형 DEM를 렌더링하기 PBE의 Data Source 경로 혹은 URL.
Public propertyDefaultPBIDataset
Planet 2D 혹은 3D에서 지형 Texture를 렌더링하기 PBI의 Data Source 경로 혹은 URL.
Public propertyDefaultPBPDataset
Planet 2D 혹은 3D에서 지형 지명 이름을 렌더링하기 PBP의 Data Source 경로 혹은 URL.
Public propertyDefaultPBVDataset
Planet 2D 혹은 3D에서 지형 벡터 데이터를 렌더링하기 PBV의 Data Source 경로 혹은 URL.
Public propertyMaxTileCount
Planet 2D 혹은 3D에서Tile을 메모리에 적재하기 위한 메모리 Cache(Tile 영역의 수)를 의미.
Public propertyPBEGroups
Configuration에 존재하는 PBE(Pixoneer Base Elevation) Data Source에 대한 XPBTDataGroup들을 포함하는 ArrayList 객체를 얻는다.
Public propertyPBIGroups
Configuration에 존재하는 PBI(Pixoneer Base Image) Data Source에 대한 XPBTDataGroup들을 포함하는 ArrayList 객체를 얻는다.
Public propertyPBPGroups
Configuration에 존재하는 PBP(Pixoneer Base Placename) Data Source에 대한 XPBTDataGroup들을 포함하는 ArrayList 객체를 얻는다.
Public propertyPBVGroups
Configuration에 존재하는 PBV(Pixoneer Base Vector) Data Source에 대한 XPBTDataGroup들을 포함하는 ArrayList 객체를 얻는다.
Public propertyPlanet2DProjection
Planet 2D 투영방식 문자열.
가능한 문자열 : WEBMERCATOR 또는 EEC
Public propertyRenderType
NXDL의 각종 View컨트롤들이 Render를 수행하기 위한 타입 ( OpenGL만 가능).
Public propertyShaderVersion
GroundEffect, SkyEffect, LightingEffect 등의 렌더링 쉐이더 버전
(1 : 최신, 0 : 텍스처 렌더링 + light effect가 적용되지 않는 밤/낮 효과(이전 렌더링) )
Top
See Also