Various utility classes for the ArcGIS API for Flex, such as getting the extent of several graphics, or converting data between geographic and web mercator projections. [Added in version 1.2]
| Class | Description | |
|---|---|---|
| DateUtil | Constructs a Date from a text string with specific format('EEE MMM dd HH:mm:ss z yyyy'). | |
| GeometryUtil | The GeometryUtil utility class is an all-static class with methods for working with geometries. | |
| GraphicUtil | The GraphicUtil utility class is an all-static class with methods for working with Graphic objects, for example getGraphicsExtent() which will return the unioned extent for an array of graphics and getGeometries() which will extract the array of geometries for a array of graphics. | |
| JSON | Generic class for encoding in to and decoding out of JSON strings. | |
| StringUtil | The StringUtil utility class is an all-static class with methods for working with String objects. | |
| WebMercatorUtil | Projects coordinates between 4326 (GCS_WGS_1984) and 102100/3857 (WGS_1984_Web_Mercator_Auxiliary_Sphere) coordinate systems. |