DbSpatialServices.GetLength Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetLength(DbGeography) |
Restituisce un valore Double nullable che indica la lunghezza del valore DbGeography specificato, che può essere null se tale valore non rappresenta una curva. |
GetLength(DbGeometry) |
Restituisce un valore Double nullable che indica la lunghezza del valore DbGeometry specificato, che può essere null se tale valore non rappresenta una curva. |
GetLength(DbGeography)
Restituisce un valore Double nullable che indica la lunghezza del valore DbGeography specificato, che può essere null se tale valore non rappresenta una curva.
public abstract Nullable<double> GetLength (System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member GetLength : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLength (geographyValue As DbGeography) As Nullable(Of Double)
Parametri
- geographyValue
- DbGeography
Il valore di posizione geografica, che non deve rappresentare una curva.
Restituisce
Lunghezza del valore DbGeography specificato.
Eccezioni
geographyValue
è null.
geographyValue
non è compatibile con questa implementazione dei servizi spaziali.
Si applica a
GetLength(DbGeometry)
Restituisce un valore Double nullable che indica la lunghezza del valore DbGeometry specificato, che può essere null se tale valore non rappresenta una curva.
public abstract Nullable<double> GetLength (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetLength : System.Data.Entity.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetLength (geometryValue As DbGeometry) As Nullable(Of Double)
Parametri
- geometryValue
- DbGeometry
Il valore geometrico, che non deve rappresentare una curva.
Restituisce
Lunghezza del valore DbGeometry specificato.
Eccezioni
geometryValue
è null.
geometryValue
non è compatibile con questa implementazione dei servizi spaziali.