IGeographySink110 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.
Defines the interface used by SqlGeographyBuilder to construct a SqlGeography object.
[System.CLSCompliant(true)]
public interface IGeographySink110 : Microsoft.SqlServer.Types.IGeographySink
[<System.CLSCompliant(true)>]
type IGeographySink110 = interface
interface IGeographySink
Public Interface IGeographySink110
Implements IGeographySink
- Derived
- Attributes
- Implements
Methods
AddCircularArc(Double, Double, Nullable<Double>, Nullable<Double>, Double, Double, Nullable<Double>, Nullable<Double>) |
Adds a circular arc geography type figure with the specified startpoint and endpoint. |
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. (Inherited from IGeographySink) |
BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) |
Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. (Inherited from IGeographySink) |
BeginGeography(OpenGisGeographyType) |
Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. (Inherited from IGeographySink) |
EndFigure() |
Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. (Inherited from IGeographySink) |
EndGeography() |
Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. (Inherited from IGeographySink) |
SetSrid(Int32) |
Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead. (Inherited from IGeographySink) |