When I call AreaBaseShape.Simplify on a RectangleShape with parameters Simplify(GeographyUnit.DecimalDegree, 100, DistanceUnit.Mile, SimplificationType.TopologyPreserving) I get the following exception:
Input Geometry Type Is Not Valid - Parameter name: unit
The RectangleShape has the following dimensions:
UpperLeftPoint = {-97.7550908096314,30.3179531005859,0}
LowerLeftPoint = {-97.7550908096314,30.3028468994141,0}
Am I passing the wrong values?