Click or drag to resize
XDL

XSpatialReferenceexportToProj4 Method

XSpartialReference객체를 구성하는 파라미터를 Proj.4형태로 변환한다.

Namespace:  Pixoneer.NXDL.NCC
Assembly:  NXDLcc (in NXDLcc.dll) Version: 1.2.817.72
Syntax
C#
public eCCErr exportToProj4(
	ref string strProj4
)

Parameters

strProj4
Type: SystemString
[Out] PROJ.4 result.

Return Value

Type: eCCErr
에러 코드.
See Also