Click or drag to resize
XDL

NXMapTileGeneratorGenerateTile Method

PBI 기반 지도에서 입력 영역을 읽어 특정 크기의 타일 이미지를 생성하여 저장한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool GenerateTile(
	string strPath,
	string strFormatKey,
	XGeoPoint gpRangeMin,
	XGeoPoint gpRangeMax,
	int nWidth,
	int nHeight,
	out string strError
)

Parameters

strPath
Type: SystemString
출력 타일 이미지 저장 경로
strFormatKey
Type: SystemString
저장을 위한 파일 포맷 Key(Ex. PNG, TIFF, NITF, JPEG, BMP...)
gpRangeMin
Type: Pixoneer.NXDLXGeoPoint
영역 최소값
gpRangeMax
Type: Pixoneer.NXDLXGeoPoint
영역 최대값
nWidth
Type: SystemInt32
출력 가로 크기
nHeight
Type: SystemInt32
출력 세로 크기
strError
Type: SystemString
[Out] 에러 문자열

Return Value

Type: Boolean
이미지를 생성하여 true를 반환하고 그렇지 않으면 false를 반환한다.
Remarks
Planet을 위한 XDLConfiguration.xml을 이용한다.
See Also