C# 클래스 SuperMap.Connector.Control.Utility.Helper

파일 보기 프로젝트 열기: SuperMap/iClient-for-DotNet

공개 메소드들

메소드 설명
GetNearestIndex ( List scales, double scale ) : int
GetNearestScale ( List scales, double scale ) : double
Point2D2PointLatLng ( Point2D point2D ) : GMap.NET.PointLatLng
Point2Ds2PointLatLngs ( List point2Ds ) : List
PointLatLng2Point2D ( GMap.NET.PointLatLng pointLatlng ) : Point2D
PointLatLngs2Point2Ds ( List pointLatlngs ) : List

메소드 상세

GetNearestIndex() 공개 정적인 메소드

public static GetNearestIndex ( List scales, double scale ) : int
scales List
scale double
리턴 int

GetNearestScale() 공개 정적인 메소드

public static GetNearestScale ( List scales, double scale ) : double
scales List
scale double
리턴 double

Point2D2PointLatLng() 공개 정적인 메소드

public static Point2D2PointLatLng ( Point2D point2D ) : GMap.NET.PointLatLng
point2D Point2D
리턴 GMap.NET.PointLatLng

Point2Ds2PointLatLngs() 공개 정적인 메소드

public static Point2Ds2PointLatLngs ( List point2Ds ) : List
point2Ds List
리턴 List

PointLatLng2Point2D() 공개 정적인 메소드

public static PointLatLng2Point2D ( GMap.NET.PointLatLng pointLatlng ) : Point2D
pointLatlng GMap.NET.PointLatLng
리턴 Point2D

PointLatLngs2Point2Ds() 공개 정적인 메소드

public static PointLatLngs2Point2Ds ( List pointLatlngs ) : List
pointLatlngs List
리턴 List