SpatialEdmFunctions Classe

Definição

Fornece uma API para construir DbExpressions que invocam funções canônicas do EDM com relação espacial e, quando adequado, permite que essa API seja acessada como métodos de extensão no próprio tipo de expressão.Provides an API to construct DbExpressions that invoke spatial related canonical EDM functions, and, where appropriate, allows that API to be accessed as extension methods on the expression type itself.

public ref class SpatialEdmFunctions abstract sealed
public static class SpatialEdmFunctions
type SpatialEdmFunctions = class
Public Module SpatialEdmFunctions
Herança
SpatialEdmFunctions

Métodos

Area(DbExpression)

Cria uma DbFunctionExpression que invoca a função "Area" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Area' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double.

AsBinary(DbExpression)

Cria uma DbFunctionExpression que invoca a função "AsBinary" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'AsBinary' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Binary.The result type of the expression is Edm.Binary.

AsGml(DbExpression)

Cria uma DbFunctionExpression que invoca a função "AsGml" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'AsGml' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.String.The result type of the expression is Edm.String.

AsText(DbExpression)

Cria uma DbFunctionExpression que invoca a função "AsText" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'AsText' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.String.The result type of the expression is Edm.String.

Centroid(DbExpression)

Cria uma DbFunctionExpression que invoca a função "Centroid" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Centroid' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

CoordinateSystemId(DbExpression)

Cria uma DbFunctionExpression que invoca a função "CoordinateSystemId" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'CoordinateSystemId' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32.

Distance(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "Distance" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Distance' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2.The result type of spatialValue1 must match the result type of spatialValue2. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double.

Elevation(DbExpression)

Cria uma DbFunctionExpression que invoca a função "Elevation" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Elevation' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double.

EndPoint(DbExpression)

Cria uma DbFunctionExpression que invoca a função "EndPoint" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'EndPoint' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado é o mesmo de spatialValue.The result type is the same as that of spatialValue.

ExteriorRing(DbExpression)

Cria uma DbFunctionExpression que invoca a função "ExteriorRing" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'ExteriorRing' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeographyCollectionFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyCollectionFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyCollectionFromBinary' function with the specified arguments. geographyCollectionWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.geographyCollectionWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyCollectionFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyCollectionFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyCollectionFromText' function with the specified arguments. geographyCollectionWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.geographyCollectionWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyFromBinary(DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyFromBinary" canônica com o argumento especificado, que deve ter um tipo de resultado binário.Creates a DbFunctionExpression that invokes the canonical 'GeographyFromBinary' function with the specified argument, which must have a binary result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyFromBinary' function with the specified arguments. wellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.wellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyFromGml(DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyFromGml" canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'GeographyFromGml' function with the specified argument, which must have a string result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyFromGml(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyFromGml" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyFromGml' function with the specified arguments. geographyMarkup deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.geographyMarkup must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyFromText(DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyFromText" canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'GeographyFromText' function with the specified argument, which must have a string result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography. O valor tem a SRID (ID do sistema de coordenadas) do provedor subjacente.Its value has the default coordinate system id (SRID) of the underlying provider.

GeographyFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyFromText' function with the specified arguments. wellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.wellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyLineFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyLineFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyLineFromBinary' function with the specified arguments. lineWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.lineWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyLineFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyLineFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyLineFromText' function with the specified arguments. lineWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.lineWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyMultiLineFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyMultiLineFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyMultiLineFromBinary' function with the specified arguments. multiLineWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiLineWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyMultiLineFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyMultiLineFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyMultiLineFromText' function with the specified arguments. multiLineWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiLineWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyMultiPointFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyMultiPointFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyMultiPointFromBinary' function with the specified arguments. multiPointWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiPointWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyMultiPointFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyMultiPointFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyMultiPointFromText' function with the specified arguments. multiPointWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiPointWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyMultiPolygonFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyMultiPolygonFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyMultiPolygonFromBinary' function with the specified arguments. multiPolygonWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiPolygonWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyMultiPolygonFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyMultiPolygonFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyMultiPolygonFromText' function with the specified arguments. multiPolygonWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiPolygonWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyPointFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyPointFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyPointFromBinary' function with the specified arguments. pointWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.pointWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyPointFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyPointFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyPointFromText' function with the specified arguments.

GeographyPolygonFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyPolygonFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyPolygonFromBinary' function with the specified arguments. polygonWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.polygonWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeographyPolygonFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeographyPolygonFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeographyPolygonFromText' function with the specified arguments. polygonWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.polygonWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geography.The result type of the expression is Edm.Geography.

GeometryCollectionFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryCollectionFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryCollectionFromBinary' function with the specified arguments. geometryCollectionWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.geometryCollectionWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryCollectionFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryCollectionFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryCollectionFromText' function with the specified arguments. geometryCollectionWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.geometryCollectionWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryFromBinary(DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryFromBinary" canônica com o argumento especificado, que deve ter um tipo de resultado binário.Creates a DbFunctionExpression that invokes the canonical 'GeometryFromBinary' function with the specified argument, which must have a binary result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryFromBinary(DbExpression, DbExpression)

Cria um DbFunctionExpression que invoca a função 'GeometryFromBinary' canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryFromBinary' function with the specified arguments. wellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.wellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryFromGml(DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryFromGml" canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'GeometryFromGml' function with the specified argument, which must have a string result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryFromGml(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryFromGml" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryFromGml' function with the specified arguments. geometryMarkup deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.geometryMarkup must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryFromText(DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryFromText" canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'GeometryFromText' function with the specified argument, which must have a string result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry. O valor tem a SRID (ID do sistema de coordenadas) do provedor subjacente.Its value has the default coordinate system id (SRID) of the underlying provider.

GeometryFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryFromText' function with the specified arguments. wellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.wellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryLineFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryLineFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryLineFromBinary' function with the specified arguments. lineWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.lineWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryLineFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryLineFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryLineFromText' function with the specified arguments. lineWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.lineWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryMultiLineFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryMultiLineFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryMultiLineFromBinary' function with the specified arguments. multiLineWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiLineWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryMultiLineFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryMultiLineFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryMultiLineFromText' function with the specified arguments. multiLineWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiLineWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryMultiPointFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryMultiPointFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryMultiPointFromBinary' function with the specified arguments. multiPointWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiPointWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryMultiPointFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryMultiPointFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryMultiPointFromText' function with the specified arguments. multiPointWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiPointWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryMultiPolygonFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryMultiPolygonFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryMultiPolygonFromBinary' function with the specified arguments. multiPolygonWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiPolygonWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryMultiPolygonFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryMultiPolygonFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryMultiPolygonFromText' function with the specified arguments. multiPolygonWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.multiPolygonWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryPointFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryPointFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryPointFromBinary' function with the specified arguments. pointWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.pointWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryPointFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryPointFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryPointFromText' function with the specified arguments. pointWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.pointWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryPolygonFromBinary(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryPolygonFromBinary" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryPolygonFromBinary' function with the specified arguments. polygonWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.polygonWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

GeometryPolygonFromText(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "GeometryPolygonFromText" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'GeometryPolygonFromText' function with the specified arguments. polygonWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro.polygonWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

InteriorRingAt(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "InteriorRingAt" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'InteriorRingAt' function with the specified arguments. O primeiro argumento deve ter um tipo de resultado Edm.Geometry.The first argument must have an Edm.Geometry result type. O segundo argumento deve ter um tipo de resultado numérico inteiro.The second argument must have an integer numeric result types. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

InteriorRingCount(DbExpression)

Cria uma DbFunctionExpression que invoca a função "InteriorRingCount" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'InteriorRingCount' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32.

IsClosedSpatial(DbExpression)

Cria uma DbFunctionExpression que invoca a função "IsClosedSpatial" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsClosedSpatial' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado é Edm.Boolean.The result type is Edm.Boolean.

IsEmptySpatial(DbExpression)

Cria uma DbFunctionExpression que invoca a função "IsEmptySpatial" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsEmptySpatial' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

IsRing(DbExpression)

Cria uma DbFunctionExpression que invoca a função "IsRing" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsRing' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado é Edm.Boolean.The result type is Edm.Boolean.

IsSimpleGeometry(DbExpression)

Cria uma DbFunctionExpression que invoca a função "IsSimpleGeometry" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsSimpleGeometry' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

IsValidGeometry(DbExpression)

Cria uma DbFunctionExpression que invoca a função "IsValidGeometry" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsValidGeometry' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

Latitude(DbExpression)

Cria uma DbFunctionExpression que invoca a função "Latitude" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography.Creates a DbFunctionExpression that invokes the canonical 'Latitude' function with the specified argument, which must have an Edm.Geography result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double.

Longitude(DbExpression)

Cria uma DbFunctionExpression que invoca a função "Longitude" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography.Creates a DbFunctionExpression that invokes the canonical 'Longitude' function with the specified argument, which must have an Edm.Geography result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double.

Measure(DbExpression)

Cria uma DbFunctionExpression que invoca a função "Measure" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Measure' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double.

PointAt(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "PointAt" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'PointAt' function with the specified arguments. O primeiro argumento deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.The first argument must have an Edm.Geography or Edm.Geometry result type. O segundo argumento deve ter um tipo de resultado numérico inteiro.The second argument must have an integer numeric result type. O tipo de resultado da expressão é o mesmo que o de spatialValue.The result type of the expression is the same as that of spatialValue.

PointCount(DbExpression)

Cria uma DbFunctionExpression que invoca a função "PointCount" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'PointCount' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32.

PointOnSurface(DbExpression)

Cria uma DbFunctionExpression que invoca a função "PointOnSurface" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'PointOnSurface' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

SpatialBoundary(DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialBoundary" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialBoundary' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

SpatialBuffer(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialBuffer" canônica com os argumentos especificados, os quais devem ter tipos de resultado Edm.Geography ou Edm.Geometry e Edm.Double.Creates a DbFunctionExpression that invokes the canonical 'SpatialBuffer' function with the specified arguments, which must have a Edm.Geography or Edm.Geometry and Edm.Double result types. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

SpatialContains(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialContains" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialContains' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

SpatialConvexHull(DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialConvexHull" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialConvexHull' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

SpatialCrosses(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialCrosses" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialCrosses' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

SpatialDifference(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialDifference" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialDifference' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2.The result type of spatialValue1 must match the result type of spatialValue2. O tipo de resultado da expressão é o mesmo que o tipo de spatialValue1 e spatialValue2.The result type of the expression is the same as the type of spatialValue1 and spatialValue2.

SpatialDimension(DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialDimension" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialDimension' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32.

SpatialDisjoint(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialDisjoint" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialDisjoint' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2.The result type of spatialValue1 must match the result type of spatialValue2. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

SpatialElementAt(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialElementAt" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'SpatialElementAt' function with the specified arguments. O primeiro argumento deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.The first argument must have an Edm.Geography or Edm.Geometry result type. O segundo argumento deve ter um tipo de resultado numérico inteiro.The second argument must have an integer numeric result type. O tipo de resultado da expressão é o mesmo que o de spatialValue.The result type of the expression is the same as that of spatialValue.

SpatialElementCount(DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialElementCount" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialElementCount' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32.

SpatialEnvelope(DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialEnvelope" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialEnvelope' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry.

SpatialEquals(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialEquals" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialEquals' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2.The result type of spatialValue1 must match the result type of spatialValue2. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

SpatialIntersection(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialIntersection" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialIntersection' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2.The result type of spatialValue1 must match the result type of spatialValue2. O tipo de resultado da expressão é o mesmo que o tipo de spatialValue1 e spatialValue2.The result type of the expression is the same as the type of spatialValue1 and spatialValue2.

SpatialIntersects(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialIntersects" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialIntersects' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2.The result type of spatialValue1 must match the result type of spatialValue2. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

SpatialLength(DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialLength" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialLength' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double.

SpatialOverlaps(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialOverlaps" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialOverlaps' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

SpatialRelate(DbExpression, DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialRelate" canônica com os argumentos especificados, os quais devem ter tipos de resultados Edm.Geometry e cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'SpatialRelate' function with the specified arguments, which must have Edm.Geometry and string result types. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

SpatialSymmetricDifference(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialSymmetricDifference" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialSymmetricDifference' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2.The result type of spatialValue1 must match the result type of spatialValue2. O tipo de resultado da expressão é o mesmo que o tipo de spatialValue1 e spatialValue2.The result type of the expression is the same as the type of spatialValue1 and spatialValue2.

SpatialTouches(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialTouches" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialTouches' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

SpatialTypeName(DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialTypeName" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialTypeName' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.String.The result type of the expression is Edm.String.

SpatialUnion(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialUnion" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialUnion' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2.The result type of spatialValue1 must match the result type of spatialValue2. O tipo de resultado da expressão é o mesmo que o tipo de spatialValue1 e spatialValue2.The result type of the expression is the same as the type of spatialValue1 and spatialValue2.

SpatialWithin(DbExpression, DbExpression)

Cria uma DbFunctionExpression que invoca a função "SpatialWithin" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialWithin' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean.

StartPoint(DbExpression)

Cria uma DbFunctionExpression que invoca a função "StartPoint" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'StartPoint' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado é o mesmo de spatialValue.The result type is the same as that of spatialValue.

XCoordinate(DbExpression)

Cria uma DbFunctionExpression que invoca a função "XCoordinate" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'XCoordinate' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double.

YCoordinate(DbExpression)

Cria uma DbFunctionExpression que invoca a função "YCoordinate" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'YCoordinate' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double.

Aplica-se a