ArcObjects Library Reference (Geometry)  

ITopologicalOperator3.GeoNormalizeEx Method

Shifts longitudes, if need be, into a continuous range of 360 degrees.

[Visual Basic .NET]
Public Sub GeoNormalizeEx ( _
    ByVal SR As ISpatialReference, _
    ByVal denseDistance As Double _
)
[C#]
public void GeoNormalizeEx (
    ISpatialReference SR,
    double denseDistance
);
[C++]
HRESULT GeoNormalizeEx(
  ISpatialReference* SR,
  double denseDistance
);
[C++]

Parameters

SR

  SR is a parameter of type ISpatialReference

denseDistance   denseDistance is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Not implemented for Multipatches.

See Also

ITopologicalOperator3 Interface