SqlSpatialServices.GetMeasure Method

 

Returns the M (Measure) coordinate of the given value.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

NameDescription
System_CAPS_pubmethodGetMeasure(DbGeography)

Returns the M (Measure) coordinate of the given DbGeography value, if it represents a point.(Overrides DbSpatialServices.GetMeasure(DbGeography).)

System_CAPS_pubmethodGetMeasure(DbGeometry)

Returns the M (Measure) coordinate of the given DbGeometry value, if it represents a point.(Overrides DbSpatialServices.GetMeasure(DbGeometry).)


SqlSpatialServices.GetMeasure Method (DbGeography)

Returns the M (Measure) coordinate of the given DbGeography value, if it represents a point.

public override Nullable<double> GetMeasure(
	DbGeography geographyValue
)

Parameters

geographyValue
Type: System.Data.Entity.Spatial.DbGeography

The geography value, which need not represent a point.

Return Value

Type: System.Nullable<Double>

The M (Measure) coordinate of the given DbGeography value.


SqlSpatialServices.GetMeasure Method (DbGeometry)

Returns the M (Measure) coordinate of the given DbGeometry value, if it represents a point.

public override Nullable<double> GetMeasure(
	DbGeometry geometryValue
)

Parameters

geometryValue
Type: System.Data.Entity.Spatial.DbGeometry

The geometry value, which need not represent a point.

Return Value

Type: System.Nullable<Double>

The M (Measure) coordinate of the given DbGeometry value.