Click or drag to resize
XDL

XDMBandUnSuperClassGetClusterDistance Method

Cluster Index와 Band Index에 해당하는 거리를 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public double GetClusterDistance(
	int nClusterIndexA,
	int nClusterIndexB
)

Parameters

nClusterIndexA
Type: SystemInt32
[In] Cluster Index.
nClusterIndexB
Type: SystemInt32
[In] Cluster Index.

Return Value

Type: Double
Cluster간의 거리
See Also