다음을 통해 공유


SqlSpatialFunctions.EnvelopeAngle(DbGeography) 메서드

정의

EnvelopeCenter()에서 반환된 점과 지리 인스턴스의 점 사이의 최대 각도를 도 단위로 반환합니다.

public:
 static Nullable<double> EnvelopeAngle(System::Data::Spatial::DbGeography ^ geographyValue);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPEANGLE")]
public static double? EnvelopeAngle (System.Data.Spatial.DbGeography geographyValue);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPEANGLE")>]
static member EnvelopeAngle : System.Data.Spatial.DbGeography -> Nullable<double>
Public Shared Function EnvelopeAngle (geographyValue As DbGeography) As Nullable(Of Double)

매개 변수

geographyValue
DbGeography

지리 값입니다.

반환

EnvelopeCenter()에서 반환된 점 사이의 최대 각도입니다.

특성

적용 대상