This document is archived and information here might be outdated.  Recommended version.


ITopologicalOperator3.GeoNormalizeEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator3 Interface > ITopologicalOperator3.GeoNormalizeEx Method
ArcGIS Developer Help

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