SqlSpatialServices Class

 

Represents an implementation of DbSpatialServices to provide support for geospatial types when using Entity Framework with Microsoft SQL Server.

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

System.Object
  System.Data.Entity.Spatial.DbSpatialServices
    System.Data.Entity.SqlServer.SqlSpatialServices

[SerializableAttribute]
public class SqlSpatialServices : DbSpatialServices

NameDescription
System_CAPS_pubpropertyNativeTypesAvailable

Gets a value that indicates whether EF will continue with the assumption that the provider has the necessary types/resources rather than failing fast. The default value is true.(Overrides DbSpatialServices.NativeTypesAvailable.)

NameDescription
System_CAPS_pubmethodAsBinary(DbGeography)

Gets the well-known binary representation of the given DbGeography value.(Overrides DbSpatialServices.AsBinary(DbGeography).)

System_CAPS_pubmethodAsBinary(DbGeometry)

Gets the well-known binary representation of the given DbGeometry value.(Overrides DbSpatialServices.AsBinary(DbGeometry).)

System_CAPS_pubmethodAsGml(DbGeography)

Generates the Geography Markup Language (GML) representation of this DbGeography value.(Overrides DbSpatialServices.AsGml(DbGeography).)

System_CAPS_pubmethodAsGml(DbGeometry)

Generates the Geography Markup Language (GML) representation of this DbGeometry value.(Overrides DbSpatialServices.AsGml(DbGeometry).)

System_CAPS_pubmethodAsText(DbGeography)

Gets the well-known text representation of the given DbGeography value. This value should include only the Longitude and Latitude of points.(Overrides DbSpatialServices.AsText(DbGeography).)

System_CAPS_pubmethodAsText(DbGeometry)

Gets the well-known text representation of the given DbGeometry value, including only X and Y coordinates for points.(Overrides DbSpatialServices.AsText(DbGeometry).)

System_CAPS_pubmethodAsTextIncludingElevationAndMeasure(DbGeography)

Returns a text representation of SqlSpatialServices with elevation and measure.(Overrides DbSpatialServices.AsTextIncludingElevationAndMeasure(DbGeography).)

System_CAPS_pubmethodAsTextIncludingElevationAndMeasure(DbGeometry)

Returns a text representation of SqlSpatialServices with elevation and measure.(Overrides DbSpatialServices.AsTextIncludingElevationAndMeasure(DbGeometry).)

System_CAPS_pubmethodBuffer(DbGeography, Double)

Creates a geography value representing all points less than or equal to distance from the given DbGeography value.(Overrides DbSpatialServices.Buffer(DbGeography, Double).)

System_CAPS_pubmethodBuffer(DbGeometry, Double)

Creates a geometry value representing all points less than or equal to distance from the given DbGeometry value.(Overrides DbSpatialServices.Buffer(DbGeometry, Double).)

System_CAPS_pubmethodContains(DbGeometry, DbGeometry)

Determines whether one DbGeometry value spatially contains the other.(Overrides DbSpatialServices.Contains(DbGeometry, DbGeometry).)

System_CAPS_pubmethodCreateProviderValue(DbGeographyWellKnownValue)

Creates a provider-specific value compatible with this spatial services implementation based on the specified well-known DbGeography representation.(Overrides DbSpatialServices.CreateProviderValue(DbGeographyWellKnownValue).)

System_CAPS_pubmethodCreateProviderValue(DbGeometryWellKnownValue)

Creates a provider-specific value compatible with this spatial services implementation based on the specified well-known DbGeometry representation.(Overrides DbSpatialServices.CreateProviderValue(DbGeometryWellKnownValue).)

System_CAPS_pubmethodCreateWellKnownValue(DbGeography)

Creates an instance of DbGeographyWellKnownValue that represents the specified DbGeography value using one or both of the standard well-known spatial formats.(Overrides DbSpatialServices.CreateWellKnownValue(DbGeography).)

System_CAPS_pubmethodCreateWellKnownValue(DbGeometry)

Creates an instance of DbGeometryWellKnownValue that represents the specified DbGeometry value using one or both of the standard well-known spatial formats.(Overrides DbSpatialServices.CreateWellKnownValue(DbGeometry).)

System_CAPS_pubmethodCrosses(DbGeometry, DbGeometry)

Determines whether the two given DbGeometry values spatially cross.(Overrides DbSpatialServices.Crosses(DbGeometry, DbGeometry).)

System_CAPS_pubmethodDifference(DbGeography, DbGeography)

Computes the difference of two DbGeography values.(Overrides DbSpatialServices.Difference(DbGeography, DbGeography).)

System_CAPS_pubmethodDifference(DbGeometry, DbGeometry)

Computes the difference between two DbGeometry values.(Overrides DbSpatialServices.Difference(DbGeometry, DbGeometry).)

System_CAPS_pubmethodDisjoint(DbGeography, DbGeography)

Determines whether the two given DbGeography values are spatially disjoint.(Overrides DbSpatialServices.Disjoint(DbGeography, DbGeography).)

System_CAPS_pubmethodDisjoint(DbGeometry, DbGeometry)

Determines whether the two given DbGeometry values are spatially disjoint.(Overrides DbSpatialServices.Disjoint(DbGeometry, DbGeometry).)

System_CAPS_pubmethodDistance(DbGeography, DbGeography)

Computes the distance between the closest points in two DbGeography values.(Overrides DbSpatialServices.Distance(DbGeography, DbGeography).)

System_CAPS_pubmethodDistance(DbGeometry, DbGeometry)

Computes the distance between the closest points in two DbGeometry values.(Overrides DbSpatialServices.Distance(DbGeometry, DbGeometry).)

System_CAPS_pubmethodElementAt(DbGeography, Int32)

Returns an element of the given DbGeography value, if it represents a geography collection.(Overrides DbSpatialServices.ElementAt(DbGeography, Int32).)

System_CAPS_pubmethodElementAt(DbGeometry, Int32)

Returns an element of the given DbGeometry value, if it represents a geometry collection.(Overrides DbSpatialServices.ElementAt(DbGeometry, Int32).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGeographyCollectionFromBinary(Byte[], Int32)

Creates a new DbGeography collection value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyCollectionFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeographyCollectionFromText(String, Int32)

Creates a new DbGeography collection value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyCollectionFromText(String, Int32).)

System_CAPS_pubmethodGeographyFromBinary(Byte[])

Creates a new DbGeography value based on the specified well-known binary value.(Overrides DbSpatialServices.GeographyFromBinary(Byte[]).)

System_CAPS_pubmethodGeographyFromBinary(Byte[], Int32)

Creates a new DbGeography value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeographyFromGml(String)

Creates a new DbGeography value based on the specified Geography Markup Language (GML) value.(Overrides DbSpatialServices.GeographyFromGml(String).)

System_CAPS_pubmethodGeographyFromGml(String, Int32)

Creates a new DbGeography value based on the specified Geography Markup Language (GML) value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyFromGml(String, Int32).)

System_CAPS_pubmethodGeographyFromProviderValue(Object)

Creates a new DbGeography value based on a provider-specific value that is compatible with this spatial services implementation.(Overrides DbSpatialServices.GeographyFromProviderValue(Object).)

System_CAPS_pubmethodGeographyFromText(String)

Creates a new DbGeography value based on the specified well-known text value.(Overrides DbSpatialServices.GeographyFromText(String).)

System_CAPS_pubmethodGeographyFromText(String, Int32)

Creates a new DbGeography value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyFromText(String, Int32).)

System_CAPS_pubmethodGeographyLineFromBinary(Byte[], Int32)

Creates a new DbGeography line value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyLineFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeographyLineFromText(String, Int32)

Creates a new DbGeography line value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyLineFromText(String, Int32).)

System_CAPS_pubmethodGeographyMultiLineFromBinary(Byte[], Int32)

Creates a new DbGeography multiline value based on the specified well-known binary value and coordinate system identifier.(Overrides DbSpatialServices.GeographyMultiLineFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeographyMultiLineFromText(String, Int32)

Creates a new DbGeography multiline value based on the specified well-known text value and coordinate system identifier.(Overrides DbSpatialServices.GeographyMultiLineFromText(String, Int32).)

System_CAPS_pubmethodGeographyMultiPointFromBinary(Byte[], Int32)

Creates a new DbGeography multipoint value based on the specified well-known binary value and coordinate system identifier.(Overrides DbSpatialServices.GeographyMultiPointFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeographyMultiPointFromText(String, Int32)

Creates a new DbGeography multipoint value based on the specified well-known text value and coordinate system identifier.(Overrides DbSpatialServices.GeographyMultiPointFromText(String, Int32).)

System_CAPS_pubmethodGeographyMultiPolygonFromBinary(Byte[], Int32)

Creates a new DbGeography multi polygon value based on the specified well-known binary value and coordinate system identifier.(Overrides DbSpatialServices.GeographyMultiPolygonFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeographyMultiPolygonFromText(String, Int32)

Creates a new DbGeography multi polygon value based on the specified well-known text value and coordinate system identifier.(Overrides DbSpatialServices.GeographyMultiPolygonFromText(String, Int32).)

System_CAPS_pubmethodGeographyPointFromBinary(Byte[], Int32)

Creates a new DbGeography point value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyPointFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeographyPointFromText(String, Int32)

Creates a new DbGeography point value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyPointFromText(String, Int32).)

System_CAPS_pubmethodGeographyPolygonFromBinary(Byte[], Int32)

Creates a new DbGeography polygon value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyPolygonFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeographyPolygonFromText(String, Int32)

Creates a new DbGeography polygon value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeographyPolygonFromText(String, Int32).)

System_CAPS_pubmethodGeometryCollectionFromBinary(Byte[], Int32)

Creates a new DbGeometry collection value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryCollectionFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeometryCollectionFromText(String, Int32)

Creates a new DbGeometry collection value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryCollectionFromText(String, Int32).)

System_CAPS_pubmethodGeometryFromBinary(Byte[])

Creates a new DbGeometry value based on the specified well-known binary value.(Overrides DbSpatialServices.GeometryFromBinary(Byte[]).)

System_CAPS_pubmethodGeometryFromBinary(Byte[], Int32)

Creates a new DbGeometry value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeometryFromGml(String)

Creates a new DbGeometry value based on the specified Geography Markup Language (GML) value.(Overrides DbSpatialServices.GeometryFromGml(String).)

System_CAPS_pubmethodGeometryFromGml(String, Int32)

Creates a new DbGeometry value based on the specified Geography Markup Language (GML) value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryFromGml(String, Int32).)

System_CAPS_pubmethodGeometryFromProviderValue(Object)

Creates a new DbGeometry value based on a provider-specific value that is compatible with this spatial services implementation.(Overrides DbSpatialServices.GeometryFromProviderValue(Object).)

System_CAPS_pubmethodGeometryFromText(String)

Creates a new DbGeometry value based on the specified well-known text value.(Overrides DbSpatialServices.GeometryFromText(String).)

System_CAPS_pubmethodGeometryFromText(String, Int32)

Creates a new DbGeometry value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryFromText(String, Int32).)

System_CAPS_pubmethodGeometryLineFromBinary(Byte[], Int32)

Creates a new DbGeometry line value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryLineFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeometryLineFromText(String, Int32)

Creates a new DbGeometry line value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryLineFromText(String, Int32).)

System_CAPS_pubmethodGeometryMultiLineFromBinary(Byte[], Int32)

Creates a new DbGeometry multiline value based on the specified well-known binary value and coordinate system identifier.(Overrides DbSpatialServices.GeometryMultiLineFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeometryMultiLineFromText(String, Int32)

Creates a new DbGeometry multiline value based on the specified well-known text value and coordinate system identifier.(Overrides DbSpatialServices.GeometryMultiLineFromText(String, Int32).)

System_CAPS_pubmethodGeometryMultiPointFromBinary(Byte[], Int32)

Creates a new DbGeometry multipoint value based on the specified well-known binary value and coordinate system identifier.(Overrides DbSpatialServices.GeometryMultiPointFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeometryMultiPointFromText(String, Int32)

Creates a new DbGeometry multipoint value based on the specified well-known text value and coordinate system identifier.(Overrides DbSpatialServices.GeometryMultiPointFromText(String, Int32).)

System_CAPS_pubmethodGeometryMultiPolygonFromBinary(Byte[], Int32)

Creates a new DbGeometry multi polygon value based on the specified well-known binary value and coordinate system identifier.(Overrides DbSpatialServices.GeometryMultiPolygonFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeometryMultiPolygonFromText(String, Int32)

Creates a new DbGeometry multi polygon value based on the specified well-known text value and coordinate system identifier.(Overrides DbSpatialServices.GeometryMultiPolygonFromText(String, Int32).)

System_CAPS_pubmethodGeometryPointFromBinary(Byte[], Int32)

Creates a new DbGeometry point value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryPointFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeometryPointFromText(String, Int32)

Creates a new DbGeometry point value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryPointFromText(String, Int32).)

System_CAPS_pubmethodGeometryPolygonFromBinary(Byte[], Int32)

Creates a new DbGeometry polygon value based on the specified well-known binary value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryPolygonFromBinary(Byte[], Int32).)

System_CAPS_pubmethodGeometryPolygonFromText(String, Int32)

Creates a new DbGeometry polygon value based on the specified well-known text value and coordinate system identifier (SRID).(Overrides DbSpatialServices.GeometryPolygonFromText(String, Int32).)

System_CAPS_pubmethodGetArea(DbGeography)

Returns a nullable double value that indicates the area of the given DbGeography value, which may be null if the value does not represent a surface.(Overrides DbSpatialServices.GetArea(DbGeography).)

System_CAPS_pubmethodGetArea(DbGeometry)

Returns a nullable double value that indicates the area of the given DbGeometry value, which may be null if the value does not represent a surface.(Overrides DbSpatialServices.GetArea(DbGeometry).)

System_CAPS_pubmethodGetBoundary(DbGeometry)

Returns a nullable double value that indicates the boundary of the given DbGeography value.(Overrides DbSpatialServices.GetBoundary(DbGeometry).)

System_CAPS_pubmethodGetCentroid(DbGeometry)

Returns a DbGeometry value that represents the centroid of the given DbGeometry value, which may be null if the value does not represent a surface.(Overrides DbSpatialServices.GetCentroid(DbGeometry).)

System_CAPS_pubmethodGetConvexHull(DbGeometry)

Returns a nullable double value that indicates the convex hull of the given DbGeography value.(Overrides DbSpatialServices.GetConvexHull(DbGeometry).)

System_CAPS_pubmethodGetCoordinateSystemId(DbGeography)

Returns the coordinate system identifier of the given DbGeography value.(Overrides DbSpatialServices.GetCoordinateSystemId(DbGeography).)

System_CAPS_pubmethodGetCoordinateSystemId(DbGeometry)

Returns the coordinate system identifier of the given DbGeometry value.(Overrides DbSpatialServices.GetCoordinateSystemId(DbGeometry).)

System_CAPS_pubmethodGetDimension(DbGeography)

Gets the dimension of the given DbGeography value or, if the value is a collection, the largest element dimension.(Overrides DbSpatialServices.GetDimension(DbGeography).)

System_CAPS_pubmethodGetDimension(DbGeometry)

Gets the dimension of the given DbGeometry value or, if the value is a collection, the largest element dimension.(Overrides DbSpatialServices.GetDimension(DbGeometry).)

System_CAPS_pubmethodGetElementCount(DbGeography)

Returns the number of elements in the given DbGeography value, if it represents a geography collection.(Overrides DbSpatialServices.GetElementCount(DbGeography).)

System_CAPS_pubmethodGetElementCount(DbGeometry)

Returns the number of elements in the given DbGeometry value, if it represents a geometry collection.(Overrides DbSpatialServices.GetElementCount(DbGeometry).)

System_CAPS_pubmethodGetElevation(DbGeography)

Returns the elevation (Z coordinate) of the given DbGeography value, if it represents a point.(Overrides DbSpatialServices.GetElevation(DbGeography).)

System_CAPS_pubmethodGetElevation(DbGeometry)

Returns the elevation (Z) of the given DbGeometry value, if it represents a point.(Overrides DbSpatialServices.GetElevation(DbGeometry).)

System_CAPS_pubmethodGetEndPoint(DbGeography)

Returns a DbGeography value that represents the end point of the given DbGeography value, which may be null if the value does not represent a curve.(Overrides DbSpatialServices.GetEndPoint(DbGeography).)

System_CAPS_pubmethodGetEndPoint(DbGeometry)

Returns a DbGeometry value that represents the end point of the given DbGeometry value, which may be null if the value does not represent a curve.(Overrides DbSpatialServices.GetEndPoint(DbGeometry).)

System_CAPS_pubmethodGetEnvelope(DbGeometry)

Gets the envelope (minimum bounding box) of the given DbGeometry value, as a geometry value.(Overrides DbSpatialServices.GetEnvelope(DbGeometry).)

System_CAPS_pubmethodGetExteriorRing(DbGeometry)

Returns a DbGeometry value that represents the exterior ring of the given DbGeometry value, which may be null if the value does not represent a polygon.(Overrides DbSpatialServices.GetExteriorRing(DbGeometry).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetInteriorRingCount(DbGeometry)

Returns the number of interior rings in the given DbGeometry value, if it represents a polygon.(Overrides DbSpatialServices.GetInteriorRingCount(DbGeometry).)

System_CAPS_pubmethodGetIsClosed(DbGeography)

Returns a nullable Boolean value that whether the given DbGeography value is closed, which may be null if the value does not represent a curve.(Overrides DbSpatialServices.GetIsClosed(DbGeography).)

System_CAPS_pubmethodGetIsClosed(DbGeometry)

Returns a nullable Boolean value that whether the given DbGeometry value is closed, which may be null if the value does not represent a curve.(Overrides DbSpatialServices.GetIsClosed(DbGeometry).)

System_CAPS_pubmethodGetIsEmpty(DbGeography)

Returns a nullable Boolean value that whether the given DbGeography value is empty.(Overrides DbSpatialServices.GetIsEmpty(DbGeography).)

System_CAPS_pubmethodGetIsEmpty(DbGeometry)

Returns a nullable Boolean value that whether the given DbGeometry value is empty.(Overrides DbSpatialServices.GetIsEmpty(DbGeometry).)

System_CAPS_pubmethodGetIsRing(DbGeometry)

Returns a nullable Boolean value that whether the given DbGeometry value is a ring, which may be null if the value does not represent a curve.(Overrides DbSpatialServices.GetIsRing(DbGeometry).)

System_CAPS_pubmethodGetIsSimple(DbGeometry)

Returns a nullable Boolean value that whether the given DbGeometry value is simple.(Overrides DbSpatialServices.GetIsSimple(DbGeometry).)

System_CAPS_pubmethodGetIsValid(DbGeometry)

Returns a nullable Boolean value that whether the given DbGeometry value is valid.(Overrides DbSpatialServices.GetIsValid(DbGeometry).)

System_CAPS_pubmethodGetLatitude(DbGeography)

Returns the latitude coordinate of the given DbGeography value, if it represents a point.(Overrides DbSpatialServices.GetLatitude(DbGeography).)

System_CAPS_pubmethodGetLength(DbGeography)

Returns a nullable double value that indicates the length of the given DbGeography value, which may be null if the value does not represent a curve.(Overrides DbSpatialServices.GetLength(DbGeography).)

System_CAPS_pubmethodGetLength(DbGeometry)

Returns a nullable double value that indicates the length of the given DbGeometry value, which may be null if the value does not represent a curve.(Overrides DbSpatialServices.GetLength(DbGeometry).)

System_CAPS_pubmethodGetLongitude(DbGeography)

Returns the longitude coordinate of the given DbGeography value, if it represents a point.(Overrides DbSpatialServices.GetLongitude(DbGeography).)

System_CAPS_pubmethodGetMeasure(DbGeography)

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

System_CAPS_pubmethodGetMeasure(DbGeometry)

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

System_CAPS_pubmethodGetPointCount(DbGeography)

Returns the number of points in the given DbGeography value, if it represents a linestring or linear ring.(Overrides DbSpatialServices.GetPointCount(DbGeography).)

System_CAPS_pubmethodGetPointCount(DbGeometry)

Returns the number of points in the given DbGeometry value, if it represents a linestring or linear ring.(Overrides DbSpatialServices.GetPointCount(DbGeometry).)

System_CAPS_pubmethodGetPointOnSurface(DbGeometry)

Returns a DbGeometry value that represents a point on the surface of the given DbGeometry value, which may be null if the value does not represent a surface.(Overrides DbSpatialServices.GetPointOnSurface(DbGeometry).)

System_CAPS_pubmethodGetSpatialTypeName(DbGeography)

Returns a value that indicates the spatial type name of the given DbGeography value.(Overrides DbSpatialServices.GetSpatialTypeName(DbGeography).)

System_CAPS_pubmethodGetSpatialTypeName(DbGeometry)

Returns a value that indicates the spatial type name of the given DbGeometry value.(Overrides DbSpatialServices.GetSpatialTypeName(DbGeometry).)

System_CAPS_pubmethodGetStartPoint(DbGeography)

Returns a DbGeography value that represents the start point of the given DbGeography value, which may be null if the value does not represent a curve.(Overrides DbSpatialServices.GetStartPoint(DbGeography).)

System_CAPS_pubmethodGetStartPoint(DbGeometry)

Returns a DbGeometry value that represents the start point of the given DbGeometry value, which may be null if the value does not represent a curve.(Overrides DbSpatialServices.GetStartPoint(DbGeometry).)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetXCoordinate(DbGeometry)

Returns the X coordinate of the given DbGeometry value, if it represents a point.(Overrides DbSpatialServices.GetXCoordinate(DbGeometry).)

System_CAPS_pubmethodGetYCoordinate(DbGeometry)

Returns the Y coordinate of the given DbGeometry value, if it represents a point.(Overrides DbSpatialServices.GetYCoordinate(DbGeometry).)

System_CAPS_pubmethodInteriorRingAt(DbGeometry, Int32)

Returns an interior ring from the given DbGeometry value, if it represents a polygon.(Overrides DbSpatialServices.InteriorRingAt(DbGeometry, Int32).)

System_CAPS_pubmethodIntersection(DbGeography, DbGeography)

Computes the intersection of two DbGeography values.(Overrides DbSpatialServices.Intersection(DbGeography, DbGeography).)

System_CAPS_pubmethodIntersection(DbGeometry, DbGeometry)

Computes the intersection of two DbGeometry values.(Overrides DbSpatialServices.Intersection(DbGeometry, DbGeometry).)

System_CAPS_pubmethodIntersects(DbGeography, DbGeography)

Determines whether the two given DbGeography values spatially intersect.(Overrides DbSpatialServices.Intersects(DbGeography, DbGeography).)

System_CAPS_pubmethodIntersects(DbGeometry, DbGeometry)

Determines whether the two given DbGeometry values spatially intersect.(Overrides DbSpatialServices.Intersects(DbGeometry, DbGeometry).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOverlaps(DbGeometry, DbGeometry)

Determines whether the two given DbGeometry values spatially overlap.(Overrides DbSpatialServices.Overlaps(DbGeometry, DbGeometry).)

System_CAPS_pubmethodPointAt(DbGeography, Int32)

Returns a point element of the given DbGeography value, if it represents a linestring or linear ring.(Overrides DbSpatialServices.PointAt(DbGeography, Int32).)

System_CAPS_pubmethodPointAt(DbGeometry, Int32)

Returns a point element of the given DbGeometry value, if it represents a linestring or linear ring.(Overrides DbSpatialServices.PointAt(DbGeometry, Int32).)

System_CAPS_pubmethodRelate(DbGeometry, DbGeometry, String)

Determines whether the two given DbGeometry values are spatially related according to the given Dimensionally Extended Nine-Intersection Model (DE-9IM) intersection pattern.(Overrides DbSpatialServices.Relate(DbGeometry, DbGeometry, String).)

System_CAPS_pubmethodSpatialEquals(DbGeography, DbGeography)

Determines whether the two given DbGeography values are spatially equal.(Overrides DbSpatialServices.SpatialEquals(DbGeography, DbGeography).)

System_CAPS_pubmethodSpatialEquals(DbGeometry, DbGeometry)

Determines whether the two given DbGeometry values are spatially equal.(Overrides DbSpatialServices.SpatialEquals(DbGeometry, DbGeometry).)

System_CAPS_pubmethodSymmetricDifference(DbGeography, DbGeography)

Computes the symmetric difference of two DbGeography values.(Overrides DbSpatialServices.SymmetricDifference(DbGeography, DbGeography).)

System_CAPS_pubmethodSymmetricDifference(DbGeometry, DbGeometry)

Computes the symmetric difference between two DbGeometry values.(Overrides DbSpatialServices.SymmetricDifference(DbGeometry, DbGeometry).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTouches(DbGeometry, DbGeometry)

Determines whether the two given DbGeometry values spatially touch.(Overrides DbSpatialServices.Touches(DbGeometry, DbGeometry).)

System_CAPS_pubmethodUnion(DbGeography, DbGeography)

Computes the union of two DbGeography values.(Overrides DbSpatialServices.Union(DbGeography, DbGeography).)

System_CAPS_pubmethodUnion(DbGeometry, DbGeometry)

Computes the union of two DbGeometry values.(Overrides DbSpatialServices.Union(DbGeometry, DbGeometry).)

System_CAPS_pubmethodWithin(DbGeometry, DbGeometry)

Determines whether one DbGeometry value is spatially within the other.(Overrides DbSpatialServices.Within(DbGeometry, DbGeometry).)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.