Aracılığıyla paylaş


DbSpatialServices.AsTextIncludingElevationAndMeasure Yöntem

Tanım

Yükseltme ve ölçü ile öğesinin DbSpatialServices metin gösterimini döndürür.

Aşırı Yüklemeler

AsTextIncludingElevationAndMeasure(DbGeography)

Yükseltme ve ölçü ile öğesinin DbSpatialServices metin gösterimini döndürür.

AsTextIncludingElevationAndMeasure(DbGeometry)

Yükseltme ve ölçü ile öğesinin DbSpatialServices metin gösterimini döndürür.

AsTextIncludingElevationAndMeasure(DbGeography)

Yükseltme ve ölçü ile öğesinin DbSpatialServices metin gösterimini döndürür.

public:
 virtual System::String ^ AsTextIncludingElevationAndMeasure(System::Data::Spatial::DbGeography ^ geographyValue);
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Spatial.DbGeography geographyValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeography -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeography -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geographyValue As DbGeography) As String

Parametreler

geographyValue
DbGeography

Coğrafya değeri.

Döndürülenler

öğesinin DbSpatialServicesmetin gösterimi.

Şunlara uygulanır

AsTextIncludingElevationAndMeasure(DbGeometry)

Yükseltme ve ölçü ile öğesinin DbSpatialServices metin gösterimini döndürür.

public:
 virtual System::String ^ AsTextIncludingElevationAndMeasure(System::Data::Spatial::DbGeometry ^ geometryValue);
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Spatial.DbGeometry geometryValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeometry -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeometry -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geometryValue As DbGeometry) As String

Parametreler

geometryValue
DbGeometry

Geometri değeri.

Döndürülenler

Yükseltme ve ölçü ile metin gösterimi DbSpatialServices .

Şunlara uygulanır