DbSpatialServices.Buffer 메서드

정의

지정된 값보다 작거나 같은 distance 모든 점을 나타내는 지리 값을 만듭니다.

오버로드

Name Description
Buffer(DbGeography, Double)

지정된 DbGeography 값보다 작거나 같은 distance 모든 점을 나타내는 지리 값을 만듭니다.

Buffer(DbGeometry, Double)

지정된 DbGeometry 값보다 작거나 같은 distance 모든 점을 나타내는 기하 도형 값을 만듭니다.

Buffer(DbGeography, Double)

지정된 DbGeography 값보다 작거나 같은 distance 모든 점을 나타내는 지리 값을 만듭니다.

public:
 abstract System::Data::Spatial::DbGeography ^ Buffer(System::Data::Spatial::DbGeography ^ geographyValue, double distance);
public abstract System.Data.Spatial.DbGeography Buffer(System.Data.Spatial.DbGeography geographyValue, double distance);
abstract member Buffer : System.Data.Spatial.DbGeography * double -> System.Data.Spatial.DbGeography
Public MustOverride Function Buffer (geographyValue As DbGeography, distance As Double) As DbGeography

매개 변수

geographyValue
DbGeography

지리 값입니다.

distance
Double

버퍼에서 geographyValue 얼마나 멀리 떨어져 있는지를 지정하는 이중 값입니다.

반품

에서 보다 작거나 같은 distancegeographyValue모든 점을 나타내는 새 DbGeography 값입니다.

예외

geographyValue

geographyValue

적용 대상

Buffer(DbGeometry, Double)

지정된 DbGeometry 값보다 작거나 같은 distance 모든 점을 나타내는 기하 도형 값을 만듭니다.

public:
 abstract System::Data::Spatial::DbGeometry ^ Buffer(System::Data::Spatial::DbGeometry ^ geometryValue, double distance);
public abstract System.Data.Spatial.DbGeometry Buffer(System.Data.Spatial.DbGeometry geometryValue, double distance);
abstract member Buffer : System.Data.Spatial.DbGeometry * double -> System.Data.Spatial.DbGeometry
Public MustOverride Function Buffer (geometryValue As DbGeometry, distance As Double) As DbGeometry

매개 변수

geometryValue
DbGeometry

기하 도형 값입니다.

distance
Double

버퍼에서 geometryValue 얼마나 멀리 떨어져 있는지를 지정하는 이중 값입니다.

반품

에서 보다 작거나 같은 distancegeometryValue모든 점을 나타내는 새 DbGeometry 값입니다.

예외

geometryValue

geometryValue

적용 대상