ESRI.ArcGIS.ADF.Web.DataSources.IMS
AddAdfGeometries Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > Converter Class : AddAdfGeometries Method




ftable
A DataTable that includes a column named #SHAPE# that contains ArcIMS Geometry data.
Adds a new column to the input table with Web ADF geometry, which is converted from an existing ArcIMS geometry column in the table.

Syntax

Visual Basic (Declaration) 
Public Shared Sub AddAdfGeometries( _
   ByVal ftable As DataTable _
) 
Visual Basic (Usage)Copy Code
Dim ftable As DataTable
 
Converter.AddAdfGeometries(ftable)
C# 
public static void AddAdfGeometries( 
   DataTable ftable
)

Parameters

ftable
A DataTable that includes a column named #SHAPE# that contains ArcIMS Geometry data.

Remarks

The input table must contain a column named #SHAPE# that holds, for each record, a geometry shape of type ESRI.ArcGIS.ADF.IMS.Geometry.Geometry. Typically this would be returned from a query done with the ArcIMS API (e.g., with the Query method on a FeatureLayer). This method adds a new column named "ADF Geometry", and converts each ArcIMS geometry object to a Web ADF Geometry object. This table would then be suitable for use as a GraphicsLayer to display features on a Map control.

See Also

© 2010 All Rights Reserved.