Converts a Web ADF spatial reference to an ArcGIS Server spatial reference.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromAdfSpatialReference( _
ByVal sp As ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference _
) As SpatialReference |
Visual Basic (Usage) | Copy Code |
---|
Dim sp As ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference
Dim value As SpatialReference
value = Converter.FromAdfSpatialReference(sp) |
C# | |
---|
public static SpatialReference FromAdfSpatialReference(
ESRI.ArcGIS.ADF.Web.SpatialReference.SpatialReference sp
) |
Parameters
- sp
- The Web ADF SpatialReference to convert.
Return Value
The ArcGIS Server
SpatialReference with equivalent values.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also