共用方式為


SpatialEdmFunctions 類別

定義

提供用於建構 DbExpression (可叫用空間相關標準 EDM 函式) 的 API,並允許將該 API 作為運算式類型本身上的擴充方法加以存取 (如果適用)。

public ref class SpatialEdmFunctions abstract sealed
public static class SpatialEdmFunctions
type SpatialEdmFunctions = class
Public Module SpatialEdmFunctions
繼承
SpatialEdmFunctions

方法

Area(DbExpression)

建立會使用指定之引數叫用標準 'Area' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

AsBinary(DbExpression)

建立會使用指定之引數叫用標準 'AsBinary' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Binary。

AsGml(DbExpression)

建立會使用指定之引數叫用標準 'AsGml' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.String。

AsText(DbExpression)

建立會使用指定之引數叫用標準 'AsText' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.String。

Centroid(DbExpression)

建立會使用指定引數叫用標準 'Centroid' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

CoordinateSystemId(DbExpression)

建立會使用指定之引數叫用標準 'CoordinateSystemId' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Int32。

Distance(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'Distance' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果型別必須符合 spatialValue2 的結果型別。 運算式的結果類型為 Edm.Double。

Elevation(DbExpression)

建立會使用指定之引數叫用標準 'Elevation' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

EndPoint(DbExpression)

建立會使用指定之引數叫用標準 'EndPoint' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 結果類型與 spatialValue 的結果類型相同。

ExteriorRing(DbExpression)

建立會使用指定引數叫用標準 'ExteriorRing' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

GeographyCollectionFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyCollectionFromBinary' 函式的 DbFunctionExpressiongeographyCollectionWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyCollectionFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyCollectionFromText' 函式的 DbFunctionExpressiongeographyCollectionWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyFromBinary(DbExpression)

建立會使用指定引數叫用標準 'GeographyFromBinary' 函式的 DbFunctionExpression,其中的引數必須具有二進位結果型別。 運算式的結果型別為 Edm.Geography。

GeographyFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyFromBinary' 函式的 DbFunctionExpressionwellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyFromGml(DbExpression)

建立會使用指定引數叫用標準 'GeographyFromGml' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geography。

GeographyFromGml(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyFromGml' 函式的 DbFunctionExpressiongeographyMarkup 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyFromText(DbExpression)

建立會使用指定引數叫用標準 'GeographyFromText' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geography。 其值是基礎提供者的預設座標系統 ID (SRID)。

GeographyFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyFromText' 函式的 DbFunctionExpressionwellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyLineFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyLineFromBinary' 函式的 DbFunctionExpressionlineWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyLineFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyLineFromText' 函式的 DbFunctionExpressionlineWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyMultiLineFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiLineFromBinary' 函式的 DbFunctionExpressionmultiLineWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyMultiLineFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiLineFromText' 函式的 DbFunctionExpressionmultiLineWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyMultiPointFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiPointFromBinary' 函式的 DbFunctionExpressionmultiPointWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyMultiPointFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiPointFromText' 函式的 DbFunctionExpressionmultiPointWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyMultiPolygonFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiPolygonFromBinary' 函式的 DbFunctionExpressionmultiPolygonWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyMultiPolygonFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiPolygonFromText' 函式的 DbFunctionExpressionmultiPolygonWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyPointFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyPointFromBinary' 函式的 DbFunctionExpressionpointWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyPointFromText(DbExpression, DbExpression)

建立會使用指定的引數叫用標準 'GeographyPointFromText' 函式的 DbFunctionExpression

GeographyPolygonFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyPolygonFromBinary' 函式的 DbFunctionExpressionpolygonWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeographyPolygonFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyPolygonFromText' 函式的 DbFunctionExpressionpolygonWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geography。

GeometryCollectionFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryCollectionFromBinary' 函式的 DbFunctionExpressiongeometryCollectionWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryCollectionFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryCollectionFromText' 函式的 DbFunctionExpressiongeometryCollectionWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryFromBinary(DbExpression)

建立會使用指定引數叫用標準 'GeometryFromBinary' 函式的 DbFunctionExpression,其中的引數必須具有二進位結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryFromBinary' 函式的 DbFunctionExpressionwellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryFromGml(DbExpression)

建立會使用指定引數叫用標準 'GeometryFromGml' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryFromGml(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryFromGml' 函式的 DbFunctionExpressiongeometryMarkup 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryFromText(DbExpression)

建立會使用指定引數叫用標準 'GeometryFromText' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geometry。 其值是基礎提供者的預設座標系統 ID (SRID)。

GeometryFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryFromText' 函式的 DbFunctionExpressionwellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryLineFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryLineFromBinary' 函式的 DbFunctionExpressionlineWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryLineFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryLineFromText' 函式的 DbFunctionExpressionlineWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryMultiLineFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiLineFromBinary' 函式的 DbFunctionExpressionmultiLineWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryMultiLineFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiLineFromText' 函式的 DbFunctionExpressionmultiLineWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryMultiPointFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiPointFromBinary' 函式的 DbFunctionExpressionmultiPointWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryMultiPointFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiPointFromText' 函式的 DbFunctionExpressionmultiPointWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryMultiPolygonFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiPolygonFromBinary' 函式的 DbFunctionExpressionmultiPolygonWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryMultiPolygonFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiPolygonFromText' 函式的 DbFunctionExpressionmultiPolygonWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryPointFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryPointFromBinary' 函式的 DbFunctionExpressionpointWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryPointFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryPointFromText' 函式的 DbFunctionExpressionpointWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryPolygonFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryPolygonFromBinary' 函式的 DbFunctionExpressionpolygonWellKnownBinaryValue 必須具有二進位結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryPolygonFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryPolygonFromText' 函式的 DbFunctionExpressionpolygonWellKnownText 必須具有字串結果型別,而 coordinateSystemId 必須具有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

InteriorRingAt(DbExpression, DbExpression)

建立會使用指定的引數叫用標準 'InteriorRingAt' 函式的 DbFunctionExpression。 第一個引數必須有 Edm.Geometry 結果型別。 第二個引數必須有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

InteriorRingCount(DbExpression)

建立會使用指定引數叫用標準 'InteriorRingCount' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Int32。

IsClosedSpatial(DbExpression)

建立會使用指定之引數叫用標準 'IsClosedSpatial' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 結果型別是 Edm.Boolean。

IsEmptySpatial(DbExpression)

建立會使用指定之引數叫用標準 'IsEmptySpatial' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 運算式的結果型別為 Edm.Boolean。

IsRing(DbExpression)

建立會使用指定引數叫用標準 'IsRing' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 結果型別是 Edm.Boolean。

IsSimpleGeometry(DbExpression)

建立會使用指定引數叫用標準 'IsSimpleGeometry' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

IsValidGeometry(DbExpression)

建立會使用指定引數叫用標準 'IsValidGeometry' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

Latitude(DbExpression)

建立會使用指定引數叫用標準 'Latitude' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 結果型別。 運算式的結果類型為 Edm.Double。

Longitude(DbExpression)

建立會使用指定引數叫用標準 'Longitude' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 結果型別。 運算式的結果類型為 Edm.Double。

Measure(DbExpression)

建立會使用指定之引數叫用標準 'Measure' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

PointAt(DbExpression, DbExpression)

建立會使用指定的引數叫用標準 'PointAt' 函式的 DbFunctionExpression。 第一個引數必須有 Edm.Geography 或 Edm.Geometry 結果型別。 第二個引數必須有整數數值結果型別。 運算式的結果類型與 spatialValue 的結果類型相同。

PointCount(DbExpression)

建立會使用指定之引數叫用標準 'PointCount' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Int32。

PointOnSurface(DbExpression)

建立會使用指定引數叫用標準 'PointOnSurface' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialBoundary(DbExpression)

建立會使用指定引數叫用標準 'SpatialBoundary' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialBuffer(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialBuffer' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 以及 Edm.Double 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialContains(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialContains' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialConvexHull(DbExpression)

建立會使用指定引數叫用標準 'SpatialConvexHull' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialCrosses(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialCrosses' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialDifference(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialDifference' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果型別必須符合 spatialValue2 的結果型別。 運算式的結果類型與 spatialValue1spatialValue2 的結果類型相同。

SpatialDimension(DbExpression)

建立會使用指定之引數叫用標準 'SpatialDimension' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 運算式的結果類型為 Edm.Int32。

SpatialDisjoint(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialDisjoint' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果型別必須符合 spatialValue2 的結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialElementAt(DbExpression, DbExpression)

建立會使用指定的引數叫用標準 'SpatialElementAt' 函式的 DbFunctionExpression。 第一個引數必須有 Edm.Geography 或 Edm.Geometry 結果型別。 第二個引數必須有整數數值結果型別。 運算式的結果類型與 spatialValue 的結果類型相同。

SpatialElementCount(DbExpression)

建立會使用指定之引數叫用標準 'SpatialElementCount' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 運算式的結果類型為 Edm.Int32。

SpatialEnvelope(DbExpression)

建立會使用指定引數叫用標準 'SpatialEnvelope' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialEquals(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialEquals' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果型別必須符合 spatialValue2 的結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialIntersection(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialIntersection' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果型別必須符合 spatialValue2 的結果型別。 運算式的結果類型與 spatialValue1spatialValue2 的結果類型相同。

SpatialIntersects(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialIntersects' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果型別必須符合 spatialValue2 的結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialLength(DbExpression)

建立會使用指定之引數叫用標準 'SpatialLength' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 運算式的結果類型為 Edm.Double。

SpatialOverlaps(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialOverlaps' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialRelate(DbExpression, DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialRelate' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 和字串結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialSymmetricDifference(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialSymmetricDifference' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果型別必須符合 spatialValue2 的結果型別。 運算式的結果類型與 spatialValue1spatialValue2 的結果類型相同。

SpatialTouches(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialTouches' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialTypeName(DbExpression)

建立會使用指定之引數叫用標準 'SpatialTypeName' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.String。

SpatialUnion(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialUnion' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果型別必須符合 spatialValue2 的結果型別。 運算式的結果類型與 spatialValue1spatialValue2 的結果類型相同。

SpatialWithin(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialWithin' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

StartPoint(DbExpression)

建立會使用指定之引數叫用標準 'StartPoint' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 結果類型與 spatialValue 的結果類型相同。

XCoordinate(DbExpression)

建立會使用指定引數叫用標準 'XCoordinate' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

YCoordinate(DbExpression)

建立會使用指定引數叫用標準 'YCoordinate' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

適用於