IGeometrySink 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
IGeometrySink is obsolete, use IGeometrySink110 instead.
Defines the interface that the SqlGeometryBuilder class uses to construct a SqlGeometryBuilderobject. This API is obsolete. IGeometrySink110 should be used instead.
[System.CLSCompliant(true)]
[System.Obsolete("IGeometrySink is obsolete, use IGeometrySink110 instead.")]
public interface IGeometrySink
[<System.CLSCompliant(true)>]
[<System.Obsolete("IGeometrySink is obsolete, use IGeometrySink110 instead.")>]
type IGeometrySink = interface
Public Interface IGeometrySink
- Derived
- Attributes
Methods
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. |
BeginFigure(Double, Double, Nullable<Double>, Nullable<Double>) |
Defines the starting endpoint for a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. |
BeginGeometry(OpenGisGeometryType) |
Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead. |
EndFigure() |
Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. |
EndGeometry() |
Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. |
SetSrid(Int32) |
Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. This API is obsolete. IGeometrySink110 should be used instead. |