Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Lists Open GIS geometry types.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
<CLSCompliantAttribute(True)> _
Public Enumeration OpenGisGeometryType
'Uso
Dim instance As OpenGisGeometryType
[CLSCompliantAttribute(true)]
public enum OpenGisGeometryType
[CLSCompliantAttribute(true)]
public enum class OpenGisGeometryType
[<CLSCompliantAttribute(true)>]
type OpenGisGeometryType
public enum OpenGisGeometryType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Point | Point is a 0-dimensional object that represents a single location. | |
| LineString | LineString is a one-dimensional object representing a sequence of points and the line segments connecting them. | |
| Polygon | Polygon is a two-dimensional surface stored as a sequence of points defining an exterior bounding ring and zero or more interior rings. | |
| MultiPoint | MultiPoint is a collection of zero or more points. | |
| MultiLineString | MultiLineString is a collection of zero or more geometry LineString instances. | |
| MultiPolygon | MultiPolygon is a collection of zero or more Polygon instances. | |
| GeometryCollection | GeometryCollection is a collection of zero or more geometry instances. | |
| CircularString | A CircularString is a collection of zero or more continuous circular arc segments. | |
| CompoundCurve | A CompoundCurve is a collection of zero or more continuous CircularString or LineString instances of either geometry or geography types. | |
| CurvePolygon | A CurvePolygon is a topologically closed surface defined by an exterior bounding ring and zero or more interior rings. |
Comentários
BeginGeomtry() in IGeometrySink interface uses this enum as a parameter.