By Daniel Du
Autodesk® Infrastructure Map Server is a software platform for distributing spatial data over the Internet or on an intranet. In this chapter, you will know the features of AMIS, understand the architecture and different components of Map Server.
Infrastructure Map Server consists of numerous separate components, including:
Autodesk® Infrastructure Map Server
Autodesk® Infrastructure Web Server Extension (for application development)
Autodesk® Infrastructure Studio (for map authoring)
Autodesk® Infrastructure Application Extension (works with Oracle/SQL Server)
Autodesk® Infrastructure Administrator
Autodesk® Infrastructure Mobile Viewer Extension
Autodesk® Infrastructure GeoREST Extension
Infrastructure Studio and the Infrastructure Map Server viewers are client applications of Infrastructure Map Server. Requests coming from these clients, and from the other client applications that you develop using the API, go to the Web Server Extension by means of HTTP protocol. The WebAgent component of the Web Server Extension processes the requests and forwards them on to Infrastructure Map Server. When it receives a request, Infrastructure Map Server accesses the resources stored in the resource repository, builds and renders the map as a static image for the viewer, and returns it to the Web Extensions, which in turn send it back to the client.
Autodesk® Infrastructure Studio is an authoring environment that handles all aspects of collecting and preparing geospatial data for distribution on the Internet (except custom coding). You need to organize your data first before development.
Autodesk Infrastructure Map Server Wikihelp contains very useful document, please do check it out. In a series of blog posts in the coming days / months you will see most of the Infrastructure Map Server API training content (PDF) will be published here . This is chapter1, hope it helpful for you. All of our sample code has be posted here.