Partager via


Interface IGeometrySink

Defines the interface that the SqlGeometryBuilder class uses to construct a SqlGeometryBuilderobject.

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

Syntaxe

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

Le type IGeometrySink expose les membres suivants.

Méthodes

  Nom Description
Méthode publique AddLine Defines points other than the starting endpoint in a geometry instance.
Méthode publique BeginFigure Defines the starting endpoint for a geometry instance.
Méthode publique BeginGeometry Starts the call sequence of a geometry type.
Méthode publique EndFigure Finishes a call sequence for a geometry figure.
Méthode publique EndGeometry Finishes a call sequence for a geometry figure.
Méthode publique SetSrid Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence.

Haut de la page