Interface IGeometrySink110

Defines the interface used by SqlGeometryBuilder to construct a SqlGeometry object.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(True)> _
Public Interface IGeometrySink110 _
    Inherits IGeometrySink
'Utilisation
Dim instance As IGeometrySink110
[CLSCompliantAttribute(true)]
public interface IGeometrySink110 : IGeometrySink
[CLSCompliantAttribute(true)]
public interface class IGeometrySink110 : IGeometrySink
[<CLSCompliantAttribute(true)>]
type IGeometrySink110 =  
    interface 
        interface IGeometrySink 
    end
public interface IGeometrySink110 extends IGeometrySink

Le type IGeometrySink110 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique AddCircularArc Adds a circular arc geometry type figure with the specified startpoint and endpoint.
Méthode publique AddLine Defines points other than the starting endpoint in a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (hérité de IGeometrySink.)
Méthode publique BeginFigure Defines the starting endpoint for a geometry instance. This API is obsolete. IGeometrySink110 should be used instead. (hérité de IGeometrySink.)
Méthode publique BeginGeometry Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead. (hérité de IGeometrySink.)
Méthode publique EndFigure Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (hérité de IGeometrySink.)
Méthode publique EndGeometry Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead. (hérité de IGeometrySink.)
Méthode publique SetSrid Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. This API is obsolete. IGeometrySink110 should be used instead. (hérité de IGeometrySink.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Types