다음을 통해 공유


GeographyPoint.Create 메서드 (Double, Double)

지정된 위도와 경도를 사용하여 지리 지점을 만듭니다.

네임스페이스:  System.Spatial
어셈블리:  System.Spatial(System.Spatial.dll)

구문

‘선언
Public Shared Function Create ( _
    latitude As Double, _
    longitude As Double _
) As GeographyPoint
‘사용 방법
Dim latitude As Double
Dim longitude As Double
Dim returnValue As GeographyPoint

returnValue = GeographyPoint.Create(latitude, _
    longitude)
public static GeographyPoint Create(
    double latitude,
    double longitude
)
public:
static GeographyPoint^ Create(
    double latitude, 
    double longitude
)
static member Create : 
        latitude:float * 
        longitude:float -> GeographyPoint 
public static function Create(
    latitude : double, 
    longitude : double
) : GeographyPoint

매개 변수

반환 값

유형: System.Spatial.GeographyPoint
만들어진 지리 지점입니다.

참고 항목

참조

GeographyPoint 클래스

Create 오버로드

System.Spatial 네임스페이스