This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator3 Interface > ITopologicalOperator3.GeoNormalizeEx Method (ArcObjects .NET 10.5 SDK) |
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
Not implemented for Multipatches.