ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local | |
Converter Class Members | |
See Also Methods |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local Namespace : Converter Class |
The following tables list the members exposed by Converter.
Name | Description | |
---|---|---|
Converter Constructor |
Name | Description | |
---|---|---|
FromIEnvelope | Converts an ArcGIS (ArcObjects) envelope to a Web ADF envelope. | |
FromIPoint | Converts an ArcGIS (ArcObjects) point to a Web ADF point. | |
FromIPointCollection | Converts an ArcGIS (ArcObjects) point collection to an array of Web ADF points. | |
FromISpatialReference | Converts an ArcGIS (ArcObjects) spatial reference to a Web ADF spatial reference. | |
FromMapPoint | Transforms the input ArcGIS point (IPoint) object from map to screen coordinates. | |
FromMapPoints | Converts a collection of map coordinates to screen coordinates. | |
ToIEnvelope | Converts a Web ADF envelope to an ArcGIS (ArcObjects) envelope. | |
ToIGeometry | Converts a Web ADF geometry object to an ArcGIS (ArcObjects) geometry object. | |
ToIPoint | Converts a Web ADF point to an ArcGIS (ArcObjects) point. | |
ToIPointCollection | Converts an array of Web ADF points to an ArcGIS (ArcObjects) point collection. | |
ToISpatialReference | Converts a Web ADF spatial reference to an ArcGIS (ArcObjects) spatial reference. | |
ToMapEnvelope | Returns an ArcGIS envelope (IEnvelope) for a set of screen coordinates. | |
ToMapPoint | Converts a screen coordinate using x, y values to an ArcGIS point (IPoint) object. | |
ToMapPoints | Converts an array of screen points to an ArcGIS points collection (IPointCollection). |