SqlGeography 메서드

보호된 멤버 포함
상속된 멤버 포함

SqlGeography 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 AsBinaryZM Returns the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of a SqlGeography instance augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드 AsGml Returns the Geography Markup Language (GML) representation of a SqlGeography instance.
공용 메서드 AsTextZM Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a SqlGeography instance augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드 BufferWithCurves Returns a SqlGeography instance that represents the set of all points whose distance from the calling SqlGeography instance is less than or equal to the distance parameter.
공용 메서드 BufferWithTolerance Returns a geometric object representing the union of all point values whose distance from a SqlGeography instance is less than or equal to a specified value, allowing for a specified tolerance.
공용 메서드 CurveToLineWithTolerance Returns a polygonal approximation of a SqlGeography instance that contains circular arc segments.
공용 메서드정적 멤버 Deserialize Returns a constructed SqlGeometry from an internal SQL Server format for spatial data. Can be used for sending spatial data over the network or reading them from files.
공용 메서드 EnvelopeAngle Returns the maximum angle between the point returned by EnvelopeCenter() and a point in the SqlGeography instance in degrees.
공용 메서드 EnvelopeCenter Returns a point that can be used as the center of a bounding circle for the geography instance.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 Filter Offers a fast, index-only intersection method to determine if a geography instance intersects another SqlGeography instance, assuming an index is available.
공용 메서드정적 멤버 GeomFromGml Constructs a SqlGeography instance given a representation in the SQL Server subset of the Geography Markup Language (GML).
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 InstanceOf Tests if the SqlGeography instance is the same as the specified type.
공용 메서드 IsValidDetailed Returns a message to help identify validity issues with a spatial object.
공용 메서드 MakeValid Converts a geography instance that is not valid into a valid geography instance with a valid Open Geospatial Consortium (OGC) type.
공용 메서드 MinDbCompatibilityLevel Returns the minimum database compatibility that accepts the SqlGeography type.
공용 메서드 NumRings Returns the total number of rings in a Polygon instance.
공용 메서드정적 멤버 Parse Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation.
공용 메서드정적 멤버 Point Constructs a SqlGeography instance representing a Point instance from its x and y values and a spatial reference ID (SRID).
공용 메서드 Populate(IGeographySink) 더 이상 사용되지 않습니다. Applies a geography type call sequence to IGeographySink object. The call sequence is a set of figures, lines, and points for geography types.
공용 메서드 Populate(IGeographySink110) Applies a geography type call sequence to IGeographySink object.
공용 메서드 Read Reads a binary representation of a geography type into a SqlGeometry object.
공용 메서드 Reduce Returns an approximation of the given geography instance produced by running the Douglas-Peucker algorithm on the instance with the given tolerance.
공용 메서드 ReorientObject Returns a geography instance with interchanged interior regions and exterior regions.
공용 메서드 RingN Returns the specified ring of the SqlGeography instance: 1 ≤ n ≤ NumRings().
공용 메서드 Serialize Used for sending spatial data across the network.
공용 메서드 ShortestLineTo Returns the shortest distance between the two SqlGeographyinstances.
공용 메서드 STArea Returns the total surface area of a SqlGeography instance.
공용 메서드 STAsBinary Returns the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of a SqlGeography instance.
공용 메서드 STAsText Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a SqlGeography instance.
공용 메서드 STBuffer Returns a geography object that represents the union of all points whose distance from a SqlGeography instance is less than or equal to a specified value.
공용 메서드 STContains Specifies whether the calling SqlGeography instance spatially contains the SqlGeography instance passed to the method.
공용 메서드 STConvexHull Returns an object that represents the convex hull of a SqlGeography instance.
공용 메서드 STCurveN Returns the curve specified from a SqlGeography instance that is a LineString, CircularString, or CompoundCurve.
공용 메서드 STCurveToLine Returns a polygonal approximation of a SqlGeography instance that contains circular arc segments.
공용 메서드 STDifference Returns an object representing the points from one SqlGeography instance that do not lie within another SqlGeography instance.
공용 메서드 STDimension Returns the maximum dimension of a SqlGeography instance
공용 메서드 STDisjoint Determines whether the calling SqlGeography instance is spatially disjoint from the specified SqlGeography instance.
공용 메서드 STDistance Returns the shortest distance between a point in a SqlGeography instance and a point in another SqlGeography instance.
공용 메서드 STEndPoint Returns the end point of a SqlGeography instance.
공용 메서드 STEquals Determines whether the specified SqlGeography instance has the same point set as the calling SqlGeography instance.
공용 메서드정적 멤버 STGeomCollFromText Returns a geography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation, augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드정적 멤버 STGeomCollFromWKB Returns a GeometryCollection instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
공용 메서드 STGeometryN Returns a specified geography element in a GeometryCollection or one of its subtypes.
공용 메서드 STGeometryType Returns the Open Geospatial Consortium (OGC) type name represented by a geography instance.
공용 메서드정적 멤버 STGeomFromText Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드정적 멤버 STGeomFromWKB Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
공용 메서드 STIntersection Returns an object representing the points where a SqlGeography instance intersects another SqlGeography instance.
공용 메서드 STIntersects Determines whether the current SqlGeography instance intersects with the specified SqlGeography.
공용 메서드 STIsClosed Determines whether the calling SqlGeography instance is closed.
공용 메서드 STIsEmpty Determines whether the SqlGeography instance is empty.
공용 메서드 STIsValid Specifies whether a geography instance is well-formed and recognized as a valid geography object based on its Open Geospatial Consortium (OGC) type.
공용 메서드 STLength Returns the total length of the elements in a SqlGeography instance or the SqlGeography instances within a GeometryCollection.
공용 메서드정적 멤버 STLineFromText Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation, augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드정적 멤버 STLineFromWKB Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation, augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드정적 멤버 STMLineFromText Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation, augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드정적 멤버 STMLineFromWKB Returns a SqlGeography MultiLineString instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
공용 메서드정적 멤버 STMPointFromText Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation, augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드정적 멤버 STMPointFromWKB Returns a SqlGeography MultiPoint instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
공용 메서드정적 멤버 STMPolyFromText Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation, augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드정적 멤버 STMPolyFromWKB Returns a SqlGeography MultiPolygon instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
공용 메서드 STNumCurves Returns the number of curves in a one-dimensional SqlGeography instance.
공용 메서드 STNumGeometries Returns the number of geometries that make up a SqlGeography instance.
공용 메서드 STNumPoints Returns the total number of points in each of the figures in a SqlGeography instance
공용 메서드 STOverlaps Returns 1 if a SqlGeography instance spatially overlaps another SqlGeography instance, or 0 if it does not.
공용 메서드정적 멤버 STPointFromText Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation, augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드정적 멤버 STPointFromWKB Returns a SqlGeography Point instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
공용 메서드 STPointN Returns the specified point in a SqlGeography instance.
공용 메서드정적 멤버 STPolyFromText Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation augmented with any Z (elevation) and M (measure) values carried by the instance.
공용 메서드정적 멤버 STPolyFromWKB Returns a SqlGeography Polygon instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
공용 메서드 STStartPoint Returns the start point of a SqlGeography instance.
공용 메서드 STSymDifference Returns an object representing all points that are either in one SqlGeography instance or another SqlGeography instance, but not those points that lie in both instances.
공용 메서드 STUnion Returns an object representing the union of a SqlGeography instance with another SqlGeography instance.
공용 메서드 STWithin Returns 1 if a SqlGeography instance is spatially within another SqlGeography instance; otherwise, returns 0.
공용 메서드 ToString Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a SqlGeography instance augmented with any Z (elevation) and M (measure) values carried by the instance. (Object.ToString()을(를) 재정의함)
공용 메서드 Write Writes a SqlGeography object to a binary stream.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ISqlSpatialGridIndexable.BufferForDistanceQuery Returns the buffer for distance query for the SQL Geography.
명시적 인터페이스 구현전용 메서드 ISqlSpatialGridIndexable.GetBoundingBoxCorners Returns a value for the bounding box corners for the SQL Geography.
명시적 인터페이스 구현전용 메서드 ISqlSpatialGridIndexable.GetGridCoverage Returns the grid coverage of the SQL Geography.
명시적 인터페이스 구현전용 메서드 ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery Gets the interior buffer for distance query for the SQL Geography.

맨 위로 이동

참고 항목

참조

SqlGeography 클래스

Microsoft.SqlServer.Types 네임스페이스