SqlGeographyBuilder.AddCircularArc 메서드 (Double, Double, Nullable<Double>, Nullable<Double>, Double, Double, Nullable<Double>, Nullable<Double>)

Adds a circular arc to the path.

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

구문

‘선언
Public Overridable Sub AddCircularArc ( _
    latitude1 As Double, _
    longitude1 As Double, _
    z1 As Nullable(Of Double), _
    m1 As Nullable(Of Double), _
    latitude2 As Double, _
    longitude2 As Double, _
    z2 As Nullable(Of Double), _
    m2 As Nullable(Of Double) _
)
‘사용 방법
Dim instance As SqlGeographyBuilder 
Dim latitude1 As Double 
Dim longitude1 As Double 
Dim z1 As Nullable(Of Double)
Dim m1 As Nullable(Of Double)
Dim latitude2 As Double 
Dim longitude2 As Double 
Dim z2 As Nullable(Of Double)
Dim m2 As Nullable(Of Double)

instance.AddCircularArc(latitude1, longitude1, _
    z1, m1, latitude2, longitude2, z2, _
    m2)
public virtual void AddCircularArc(
    double latitude1,
    double longitude1,
    Nullable<double> z1,
    Nullable<double> m1,
    double latitude2,
    double longitude2,
    Nullable<double> z2,
    Nullable<double> m2
)
public:
virtual void AddCircularArc(
    double latitude1, 
    double longitude1, 
    Nullable<double> z1, 
    Nullable<double> m1, 
    double latitude2, 
    double longitude2, 
    Nullable<double> z2, 
    Nullable<double> m2
)
abstract AddCircularArc : 
        latitude1:float * 
        longitude1:float * 
        z1:Nullable<float> * 
        m1:Nullable<float> * 
        latitude2:float * 
        longitude2:float * 
        z2:Nullable<float> * 
        m2:Nullable<float> -> unit  
override AddCircularArc : 
        latitude1:float * 
        longitude1:float * 
        z1:Nullable<float> * 
        m1:Nullable<float> * 
        latitude2:float * 
        longitude2:float * 
        z2:Nullable<float> * 
        m2:Nullable<float> -> unit
public function AddCircularArc(
    latitude1 : double, 
    longitude1 : double, 
    z1 : Nullable<double>, 
    m1 : Nullable<double>, 
    latitude2 : double, 
    longitude2 : double, 
    z2 : Nullable<double>, 
    m2 : Nullable<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.

구현

IGeographySink110.AddCircularArc(Double, Double, Nullable<Double>, Nullable<Double>, Double, Double, Nullable<Double>, Nullable<Double>)

참고 항목

참조

SqlGeographyBuilder 클래스

AddCircularArc 오버로드

Microsoft.SqlServer.Types 네임스페이스