DbSpatialServices.AsTextIncludingElevationAndMeasure Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve uma representação textual de DbSpatialServices com elevação e medida.
Sobrecargas
| Name | Description |
|---|---|
| AsTextIncludingElevationAndMeasure(DbGeography) |
Devolve uma representação textual de DbSpatialServices com elevação e medida. |
| AsTextIncludingElevationAndMeasure(DbGeometry) |
Devolve uma representação textual de DbSpatialServices com elevação e medida. |
AsTextIncludingElevationAndMeasure(DbGeography)
Devolve uma representação textual de DbSpatialServices com elevação e medida.
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
Parâmetros
- geographyValue
- DbGeography
O valor geográfico.
Devoluções
Uma representação textual de DbSpatialServices.
Aplica-se a
AsTextIncludingElevationAndMeasure(DbGeometry)
Devolve uma representação textual de DbSpatialServices com elevação e medida.
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
Parâmetros
- geometryValue
- DbGeometry
O valor geométrico.
Devoluções
Uma representação textual de DbSpatialServices com elevação e medida.