|
|
||
|
|
A thematic map conveys information about a single topic or theme such as population by census tract or sales revenue by ZIP Code. Map Image Web Service offers three methods for creating various forms of thematic maps—getValueMap, getCustomThematicMap, and getESRIThematicMap. Below are tips on using each of these thematic map methods.
Use the SOAP credit calculator to see specific credit costs for Map Image requests. You can also use the Support credit calculator to quickly see general costs.
How to create a "hole" in a polygon
You can create a "donut hole polygon" by using the object PolygonDesc to create a single geometry object. Set one part to specify the outer boundary of the polygon. Set another part to determine the boundary of the hole. The hole's boundary points must be ordered in the opposite direction from the polygon's points (in other words, counter-clockwise vs. clockwise).
Graphic examples of line shapes
|
|
|
|
Images of LineDesc:endType values |
Images of LineDesc:jointType values |
Default extent of a data source
To see the default extent of a data source, use the methods getBestMap or getBestMapArea without specifying any acetates (circles, lines, polygons, points, or markers) in the object MapImageOptions.
Imagery data sources are best viewed as JPEG files
Data sources that present imagery content, such as ArcWeb:Pixxures.DOQQ.US and ArcWeb:NGS.Topo.US, look best when the file format is JPEG. SVG and SWF (Flash) formats do not currently support imagery data.
Valid data sources for SVG and SWF maps
SVG and SWF (Flash) image formats support the same data sources as REST mapping. See REST mapping for a list of valid data sources to use with SVG and SWF maps.
Valid icons for SVG and SWF maps
SVG and SWF (Flash) image formats support only the icons listed under REST on the ArcWeb map icons page.
The PixelCoord object is a location in pixels on a map image. For example, if you have a map that is 400x400 pixels, the map's upper left pixel is the PixelCoord (0,0) and the upper right pixel is the PixelCoord (399,0).
Use Utility Web Service method getDataCollectionDate to see the latest collection or processing date for data within a specified extent. Currently, you can use this feature for ArcWeb:GlobeXplorer.*.* data sources.
Use Utility Web Service to convert various shapes to Geometry objects. See Utility Web Service methods for details.
You may receive an error if you request a saved map immediately after saving it. If this occurs, wait a moment and try your request again.
For information on valid ArcWeb map icons, see ArcWeb map icons.
Visit the Feedback page to give comments or suggestions about the ArcWeb Developer's Guide.