This document is archived and information here might be outdated. Recommended version. |
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.