Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Lists supported and extended Open GIS geography types.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
<CLSCompliantAttribute(True)> _
Public Enumeration OpenGisGeographyType
'Uso
Dim instance As OpenGisGeographyType
[CLSCompliantAttribute(true)]
public enum OpenGisGeographyType
[CLSCompliantAttribute(true)]
public enum class OpenGisGeographyType
[<CLSCompliantAttribute(true)>]
type OpenGisGeographyType
public enum OpenGisGeographyType
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 that represents 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 geography LineString instances. | |
| MultiPolygon | MultiPolygon is a collection of zero or more Polygon instances. | |
| GeometryCollection | GeometryCollection is a collection of zero or more geography instances. | |
| CircularString | A collection of zero or more continuous circular arc segments | |
| CompoundCurve | A collection of zero or more continuous CircularString or LineString instances of either geometry or geography types. | |
| CurvePolygon | CurvePolygon is a topologically closed surface defined by an exterior bounding ring and zero or more interior rings | |
| FullGlobe | FullGlobe is a special type of Polygon that covers the entire globe. |
Comentários
BeginGeography()in IGeographySink interface uses this enum as a parameter.