Finding What's Nearby
Working with Layers
Projections
The RouteMAP IMS Java API is a set of Java classes
which are organized as the com.esri.rmims package. The API allows
developers to connect to a single RouteMAP IMS map server or map server groups
(via the RouteMAP IMS WebGate component) using the HTTP protocol. The API can
be accessed from Java servlets, JSP, applets or standalone Java applications
and is based on JDK 1.4.1.
The API is located in the \RouteMAP IMS\SDK\API\Java directory and
includes the following components: The API Java binary classes as the rmims.jar
file. The API documentation
found in the \Doc directory. The demo application, which was built using the API, is in
the \DemoApp directory. This application demonstrates the API usage
and implements a subset of RouteMAP IMS MapAuthor functionality. The application
documentation is available in the \DemoApp\Docs directory in MS
Word format.