SqlGeographyBuilder.AddCircularArc 메서드 (Double, Double, Double, Double)

Adds a circular arc to the path.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public Sub AddCircularArc ( _
    latitude1 As Double, _
    longitude1 As Double, _
    latitude2 As Double, _
    longitude2 As Double _
)
‘사용 방법
Dim instance As SqlGeographyBuilder 
Dim latitude1 As Double 
Dim longitude1 As Double 
Dim latitude2 As Double 
Dim longitude2 As Double

instance.AddCircularArc(latitude1, longitude1, _
    latitude2, longitude2)
public void AddCircularArc(
    double latitude1,
    double longitude1,
    double latitude2,
    double longitude2
)
public:
void AddCircularArc(
    double latitude1, 
    double longitude1, 
    double latitude2, 
    double longitude2
)
member AddCircularArc : 
        latitude1:float * 
        longitude1:float * 
        latitude2:float * 
        longitude2:float -> unit
public function AddCircularArc(
    latitude1 : double, 
    longitude1 : double, 
    latitude2 : double, 
    longitude2 : double
)

매개 변수

  • latitude1
    유형: System.Double
    The first latitude for the arc.
  • longitude1
    유형: System.Double
    The first longitude for the arc.
  • latitude2
    유형: System.Double
    The second latitude for the arc.
  • longitude2
    유형: System.Double
    The second longitude for the arc.

참고 항목

참조

SqlGeographyBuilder 클래스

AddCircularArc 오버로드

Microsoft.SqlServer.Types 네임스페이스