GeographyMultiCurve Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the multi-curve of geography.
public abstract class GeographyMultiCurve : Microsoft.Spatial.GeographyCollection
type GeographyMultiCurve = class
inherit GeographyCollection
Public MustInherit Class GeographyMultiCurve
Inherits GeographyCollection
- Inheritance
- Derived
Constructors
GeographyMultiCurve(CoordinateSystem, SpatialImplementation) |
Initializes a new instance of the GeographyMultiCurve class. |
Properties
CoordinateSystem |
Gets the coordinate system of the geography. (Inherited from Geography) |
Geographies |
Gets the collection of geographies. (Inherited from GeographyCollection) |
IsEmpty |
Gets a value that indicates whether the geography is empty. (Inherited from Geography) |
Methods
Equals(GeographyCollection) |
Determines whether this instance and another specified geography instance have the same value. (Inherited from GeographyCollection) |
Equals(Object) |
Determines whether this instance and the specified object have the same value. (Inherited from GeographyCollection) |
GetHashCode() |
Gets the hash code. (Inherited from GeographyCollection) |
SendTo(GeographyPipeline) |
Sends the current spatial object to the given pipeline. (Inherited from Geography) |
Extension Methods
Distance(Geography, Geography) |
Determines the distance of the geography. |
Intersects(Geography, Geography) |
Determines if geography point and polygon will intersect. |
Length(Geography) |
Determines the Length of the geography LineString. |
SendTo(ISpatial, SpatialPipeline) |
Allows the delegation of the call to the proper type (geography or Geometry). |