Compartir a través de


Espacio de nombres Microsoft.SqlServer.Types

The Microsoft.SqlServer.Types namespace contains classes used when working with the HierarchyID data type and the spatial data types, such as the geometry and geographic data types.

Clases

  Clase Descripción
Clase pública GeographyCollectionAggregate Infraestructura. Represents a geography collection from the given set of SqlGeography objects.
Clase pública GeographyConvexHullAggregate Infraestructura. Represents the convex hull for the given set of SqlGeography objects.
Clase pública GeographyEnvelopeAggregate Infraestructura. Represents a geography envelope from the given set of SqlGeography objects.
Clase pública GeographyTessellationFunction Infraestructura. Represents the geography tessellation functions.
Clase pública GeographyUnionAggregate Infraestructura. Represents a union of a set of SqlGeography objects.
Clase pública GeometryCollectionAggregate Infraestructura. Represents a geometry collection from the given set of SqlGeometry objects.
Clase pública GeometryConvexHullAggregate Infraestructura. Represents the convex hull for the given set of SqlGeometry objects.
Clase pública GeometryEnvelopeAggregate Infraestructura. Represents a geometry envelope based on the given set of SqlGeometry objects.
Clase pública GeometryTessellationFunction Infraestructura. Provides static methods for creating a geometry tessellation.
Clase pública GeometryUnionAggregate Infraestructura. Represents a union from a set of SqlGeometry objects.
Clase pública HierarchyIdException The exception that is thrown for invalid SqlHierarchyId values.
Clase pública SpaceFillingCurve Infraestructura. Provides methods for calculating a space-filling curve.
Clase pública SpatialGridCoverage Infraestructura. Provides methods for obtaining a spatial grid coverage.
Clase pública SpatialTessellationFunction Infraestructura. Provides static methods for creating a spatial tessellation.
Clase pública SqlGeography The SqlGeography type represents data in a geodetic (round earth) coordinate system.
Clase pública SqlGeographyBuilder Constructs instances of SqlGeography objects by using IGeographySink interface.
Clase pública SqlGeometry The SqlGeometry type represents data in a Euclidean (flat) coordinate system.
Clase pública SqlGeometryBuilder Constructs instances of SqlGeometry objects by using IGeometrySink interface.

Estructuras

  Estructura Descripción
Estructura pública SqlHierarchyId The SqlHierarchyId type represents a position in a hierarchical structure, specifying depth and breadth.

Interfaces

  Interfaz Descripción
Interfaz pública IGeographySink Obsoleto. Interface used by SqlGeographyBuilder to construct a SqlGeography object. This API is obsolete. IGeographySink110 should be used instead.
Interfaz pública IGeographySink110 Defines the interface used by SqlGeographyBuilder to construct a SqlGeography object.
Interfaz pública IGeometrySink Obsoleto. Defines the interface that the SqlGeometryBuilder class uses to construct a SqlGeometryBuilder object. This API is obsolete. IGeometrySink110 should be used instead.
Interfaz pública IGeometrySink110 Defines the interface used by SqlGeometryBuilder to construct a SqlGeometry object.
Interfaz pública ISqlSpatialGridIndexable Infraestructura. Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.

Enumeraciones

  Enumeración Descripción
Enumeración pública OpenGisGeographyType Lists supported and extended Open GIS geography types.
Enumeración pública OpenGisGeometryType Lists Open GIS geometry types.