IGeographySink Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
IGeographySink is obsolete, use IGeographySink110 instead.
Interface used by SqlGeographyBuilder to construct a SqlGeography object. This API is obsolete. IGeographySink110 should be used instead.
[System.CLSCompliant(true)]
[System.Obsolete("IGeographySink is obsolete, use IGeographySink110 instead.")]
public interface IGeographySink
[<System.CLSCompliant(true)>]
[<System.Obsolete("IGeographySink is obsolete, use IGeographySink110 instead.")>]
type IGeographySink = interface
Public Interface IGeographySink
- Derived
- Attributes
Methods
AddLine(Double, Double, Nullable<Double>, Nullable<Double>) |
Constructs additional points other than the starting endpoint in a geography type figure. This API is obsolete. IGeographySink110 should be used instead. |
BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) |
Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. |
BeginGeography(OpenGisGeographyType) |
Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. |
EndFigure() |
Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. |
EndGeography() |
Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. |
SetSrid(Int32) |
Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead. |