IGeometrySink110 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 SqlGeometryBuilder to construct a SqlGeometry object.
[System.CLSCompliant(true)]
public interface IGeometrySink110 : Microsoft.SqlServer.Types.IGeometrySink
[<System.CLSCompliant(true)>]
type IGeometrySink110 = interface
interface IGeometrySink
Public Interface IGeometrySink110
Implements IGeometrySink
- Derived
- Attributes
- Implements
Methods
AddCircularArc(Double, Double, Nullable<Double>, Nullable<Double>, Double, Double, Nullable<Double>, Nullable<Double>) |
Adds a circular arc geometry type figure with the specified startpoint and endpoint. |
AddLine(Double, Double, Nullable<Double>, Nullable<Double>) |
Defines points other than the starting endpoint in a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (Inherited from IGeometrySink) |
BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) |
Defines the starting endpoint for a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (Inherited from IGeometrySink) |
BeginGeometry(OpenGisGeometryType) |
Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead. (Inherited from IGeometrySink) |
EndFigure() |
Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (Inherited from IGeometrySink) |
EndGeometry() |
Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (Inherited from IGeometrySink) |
SetSrid(Int32) |
Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. This API is obsolete. IGeometrySink110 should be used instead. (Inherited from IGeometrySink) |