This topic has not yet been rated - Rate this topic

SqlSpatialFunctions.Reduce Method

.NET Framework 4.5

Returns an approximation of the given geography instance produced by running the Douglas-Peucker algorithm on the instance with the given tolerance.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Reduce(DbGeography, Nullable<Double>) Returns an approximation of the given geography instance produced by running the Douglas-Peucker algorithm on the instance with the given tolerance.
Public method Static member Reduce(DbGeometry, Nullable<Double>) Returns an approximation of the given geography instance produced by running the Douglas-Peucker algorithm on the instance with the given tolerance.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.