ArcGIS 10 - Server
Are there any new services available at ArcGIS Server 10?
A Feature Service has been added. This exposes access to vector feature geometries and attributes. A great benefit of feature services is the ability to expose feature editing through JavaScript, Flex, and Silverlight applications. Feature services are published from map documents, and the source datasets are required to reside in a single enterprise geodatabase.
A new Search Service allows you to index GIS content and folders throughout your enterprise and make them easily findable by users. Your intranet clients can then use the updated search interface in ArcGIS Desktop to connect to your search service and find useful content. They can then drag the results into their maps. Search services are most useful for scenarios where browsing to the data would be cumbersome because of the sheer volume of the data or the distribution of the data through many folders and geodatabases. They are designed for intranet use only. For outward publishing to the internet the GeoPortal Extension for ArcGIS Server is recommend.
BackToTop
What are the Web APIs for ArcGIS Server?
The term Web APIs primarily refers to the JavaScript, Silverlight and Flex APIs for ArcGIS Server.
BackToTop
Web Editing was possible in previous releases, are there any changes around Web Editing?
In addition to web editing available through the Web ADF at previous releases there is now a new type of editing. The new Feature Service mentioned above now allows editing to be performed using the Web APIs.
These APIs use Feature Layers to access feature services through REST endpoints providing stateless, scalable editing to be performed. The edit functionality is more than just digitising features; it allows existing features to be moved, deleted, reshaped, split, merged and more. Attributes and tabular data can also be edited. A workgroup or enterprise geodatabase is required by the feature service to underpin this, and both versioned and non-versioned feature classes are supported.
BackToTop
Are there any new out of the box web applications and has the existing WebADF template application changed significantly?
The existing Web Mapping Application for the Web ADF has only had minor changes made to it. However there is now an out of the box Flex Viewer as well. Furthermore, the Silverlight API now provided templates from which you can develop applications (not quite out of the box, but certainly a help).
BackToTop
What is the current and future status of WebADF?
ESRI will continue to support the Java and ASP.Net developer with high quality frameworks for the development of Web applications on top of ArcGIS Server.
The only additions to the Web Mapping Application (created by ArcGIS Server Manager) are a zoom to specific scale tool and a zoom to x,y tool. In this release, the Web ADF has new enhancements, including:
Support for geodatabase relationships and stand alone tables. This means that you can use Identify and query tasks to optionally access related features from the geodatabase and directly from standalone tables.
- Stronger domain and subtype support. Results from query tasks Identify tool will display valid domain descriptions.
- Enhanced Java Web ADF (support for JSF 1.2, enhanced JavaScript libraries based on DOJO, performance improvements).
- The .Net Web Map Application based on the .Net Web ADF is enhanced with new out of the box tasks, performance improvements, and enhanced support for 64bit environments.
- The install has been optimized and enhanced allowing easier deployment of the services and web applications components, plus the ArcGIS Server Manager application to separate machines.
ESRI will continue to provide enhancements to the Web ADFs through service packs but more emphasis will be put towards the ArcGIS Web Mapping APIs.
BackToTop
Have Map Caches been modified or enhanced?
Yes, there are a number of new key features around map caching. These are:
Compact map cache - Groups of tiles can be stored in bundle files resulting in a smaller number of files be generated which results in using less space on the disk. The speed of cache generation will slightly improve, but the significant improvement is the time it takes to copy a cache from one machine to another. Original style caches (termed exploded) can still be used as well. Existing caches can be converted to compact caches.
Mixed Mode - Allows different images types to be displayed in the same cache. This is helpful when displaying a raster cache on top of another raster cache. You can use JPEG for the tiles in the middle of the cache to keep your relative file size low while using PNG32 on the periphery of the cache where part of the tile needs to be transparent.
Caches can be used as a raster dataset - Caches can be added into ArcMap or ArcGlobe as a raster dataset using the Add Data button. When used in this manner the cache isn't dependent on the map service and therefore you can use the cache while not being connected to the internet.
Collaborative tools - New tools have been added for importing and exporting cache tiles to and from the cache directory. They are most useful for collaborative caching jobs where different organisations contribute tiles to one master cache. As long as caches use the same tiling scheme you can use these tools to:
- Import a subset of tiles from the larger cache
- Export a subset of tiles from a larger cache
- Import or export an entire cache
- Default tile size change - The default tile size is now 256x256 pixels to match that of Bing and Google Maps.
BackToTop
Are there more datatypes supported for Optimised Map Services?
The key new functions in Optimised Map Services include support for WFS, enhanced WMS support, publication and querying of standalone tables, query via joins and relationships, plus support for Maplex and Cartographic Representations.
BackToTop
Temporal Mapping is now possible in desktop, can this be leverage in ArcGIS Server?
The time-aware information is preserved and is accessible through the map service. You can use this information to change the display of your maps or perform temporal queries. The Web APIs include a Time Slider tool to help animate temporal maps.
BackToTop
Can the new Query Layers be used by ArcGIS Server?
Yes, they can be used in map service like any other map layer.
BackToTop
Are there any changes around Imagery at ArcGIS Server 10?
The capabilities of the Image Extension for ArcGIS Server remain almost the same as in previous versions. However, there are architectural changes. Previously it was a standalone product installed separately and then registered with ArcGIS Server. It has now been integrated into ArcGIS Server like the other extensions. The standalone install is still available at ArcGIS 10 to allow customers that have Image Server but not ArcGIS Server to upgrade.
BackToTop
What new Geoprocessing tools can be leveraged by ArcGIS Server?
There are probably many new GP tools that can be utilised by ArcGIS Server, but an important set to note are new tools that facilitate a 'Clip, Zip and Ship' model for data supply over the web.
BackToTop
Are there any improvements to the logging?
Yes. Log files are now kept on each SOC machine and are maintained by the ArcSOCMon process. Offloading the logging to the individual SOCs is a more scalable approach than in previous releases where the SOM kept one log for all messages.
BackToTop
Are there more datatypes supported for Optimised Map Services?
The key new functions in Optimised Map Services include support for WFS, enhanced WMS support, publication and querying of standalone tables, query via joins and relationships, plus support for Maplex and Cartographic Representations.
BackToTop
Temporal Mapping is now possible in desktop, can this be leverage in ArcGIS Server?
The time-aware information is preserved and is accessible through the map service. You can use this information to change the display of your maps or perform temporal queries. The Web APIs include a Time Slider tool to help animate temporal maps.
BackToTop
Can the new Query Layers be used by ArcGIS Server?
Yes, they can be used in map service like any other map layer.
BackToTop
Are there any changes around imagery at ArcGIS Server?
The capabilities of the Image Extension for ArcGIS Server remain almost the same as in previous versions. However, there are architectural changes. Previously it was a standalone product installed separately and then registered with ArcGIS Server. It has now been integrated into ArcGIS Server like the other extensions. The standalone install is still available at ArcGIS 10 to allow customers that have Image Server but not ArcGIS Server to upgrade.
BackToTop
What new Geoprocessing tools can be leveraged by ArcGIS Server?
There are probably many new GP tools that can be utilised by ArcGIS Server, but an important set to note are new tools that facilitate a 'Clip, Zip and Ship' model for data supply over the web.
BackToTop
Are there any improvements to the logging?
Yes. Log files are now kept on each SOC machine and are maintained by the ArcSOCMon process. Offloading the logging to the individual SOCs is a more scalable approach than in previous releases where the SOM kept one log for all messages.
BackToTop
Which database spatial types are supported by query layers?
Query layer functionality supports all the database platforms that are supported by ArcGIS. The following databases and associated spatial data types are supported:
Database/Spatial Types
- SQL Server 2008
- Geography; Geometry
Oracle
- STO Geometry
- SDO Geometry
PostgreSQL
DB2
- ST_Geometry with Spatial Extender
Informix
- ST_Geometry with Spatial Datablade
BackToTop
What is ArcGIS.com?
ArcGIS.com changes the way users engage with online content. The website allows a user to search and browse for maps, services and applications provided by both ESRI and the User Community. The ESRI content includes everything that was previously available and more. Users can upload and share content and have the choice of whether their own content is publically available or only available to groups of invited users.
ArcGIS.com also allows users to create online Web Maps allowing them to bring together any map services available through ArcGIS.com or from their own ArcGIS Server map services. These web maps can be saved and shared with other users. Furthermore, there is now an online version of ArcGIS Explorer. This provides an online mapping application where users can not only bring together data content including previously created online web maps, but also enhance these by using the annotation tools and even create interactive presentation slides.
BackToTop
What is ArcPy and how is Python used?
At ArcGIS 10 ArcGIS has fully embraced Python as its language for automation. Desktop includes a new python window that can be used for simple and quick execution of GP tools, for experimenting and learning Python and accessing other Python libraries.
The Python window is interactive and allows entities like layers to be dragged from the table of content into the window to act as inputs for tools. ArcPy is a new site package for analysis, data management and map automation and is the successor to the arcgisscripting module.
Data Driven Pages is a new feature for creating a series of layout images from a single map document and can be automated using python. This replaces the much used DS Map Book sample. The ArcPy and Python workflows can be published as Geoprocessing Services using ArcGIS Server.
BackToTop
What features can I edit in 3D with ArcGIS 10?
The standard editing environment is now available inside both ArcGlobe and ArcScene, allowing for the creation and maintenance of z-aware GIS features. You will be able to:
- Start editing, stop editing, save edits, use Undo and Redo functions, and do other standard edit management tasks in 3D. The classic Snapping environment is also supported as are precision-creation options such as parallel, perpendicular, deflection, and absolute XYZ.
- Create and delete individual features. This includes the creation and storage of vertical lines in the geodatabase.
- Move, rotate, scale, and replace feature geometry (higher level geometry edits to features). This includes the ability to place 3D models (e.g., COLLADA files) directly into the 3D view as new multipatch features, and then move/scale/rotate them on the landscape.
There are also additional tools for creating and maintaining Terrain datasets (particularly when working with LIDAR data sources) and editing TIN datasets (TIN editing toolbar in ArcMap).
BackToTop
Why is this release called ArcGIS10 instead of ArcGIS 9.4?
ESRI have been working on this release for more than three years, and it’s a very large release. Feedback from beta testers indicated that this is much bigger than a dot release and that it should be called ArcGIS 10. For ArcGIS 10, ESRI have integrated not only the work that has been performed in the base software but also initiatives in cloud computing and the Web.
BackToTop
Can ArcGIS 10 be installed on the same machine as ArcGIS 9.3.1?
No. Virtual Machines are the solutions for running the two different installs on the same machine.
BackToTop
How do the new Search capabilities differ between ArcGIS Desktop, ArcGIS Server, and ArcGIS Online?
Search with ArcGIS Desktop, ArcGIS Server, and ArcGIS Online is based on a small collection of metadata stored with the GIS resources (title, user tags, etc). Keep in mind that this new search capability is not designed to handle indexing and searching of formal metadata documents and that spatial search against GIS resources is not supported at this time.
- ArcGIS Desktop search - Desktop search allows every ArcGIS Desktop user to very quickly search across accessible network folders (shared folders) and databases.
- ArcGIS Server search - ArcGIS Server introduces a new search service that allows you to index and search GIS resources within your Enterprise in a centralised manner. The search service is designed to be used by ArcGIS Desktop users within an organization's intranet.
- ArcGIS Online search - ArcGIS Online provides a hosted catalog of information in which users can upload their own resources and create their own groups. The ArcGIS Online search is intended for organisations who want to share their data with the general public or within the organisation via a group.
In addition, the GeoPortal Extension for ArcGIS Server allows users to quickly search GIS resources within the organisation, via ArcGIS Online, or across other metadata catalogs.
BackToTop
How does ArcGIS 10 make use of graphics acceleration hardware?
Basemap layers and accelerated raster layers can benefit in terms of smooth panning and zooming within a data frame. This makes use of your system's graphics processing unit to speed the rendering of images to be displayed.
When hardware acceleration is enabled in your ArcMap options, you will notice data is cached around your current view extent and renders simultaneously with data already in view after you pan or zoom out.
BackToTop
Access other FAQ's related to ArcGIS 10?
BackToTop