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 |
| 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 |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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. |