Developer Guide |
SuperMap iServer provides a set of SDKs for the vast number of users. Application developers can use web API to develop the needed application systems. Using iServer API offers abundant examples to introduce how to use SuperMap iServer API. The Using REST API section introduces the process of REST service access by constructing HTTP requests to interact with SuperMap iServer. Certain functions, such as map operation, layer operation, query, data operation, realspace operation, etc., are implemented by using REST API. The Using Java API section briefly introduces some information about service providers, service components and service interfaces, and uses examples to illustrate how to implement the functions of map retrieving, feature retrieving, etc.
Meanwhile, SuperMap iServer also provides a set of extension mechanisms. Users can add their own applications to SuperMap iServer using SuperMap iServer SDK according to needs. The Extending iServer section introduces how to extend REST and domain services. The REST Extension section introduces the extension methods supported by SuperMap iServer, including resource extension, decoder extension, encoder extension, security extension, HTTP request handler extension, etc. The Domain Service Extension section uses an example to explain how to create a Domain Spatial Service and configure it into SuperMap iServer.
SuperMap iPortal is a customizable GIS portal platform. It provides capabilities for users to customize for different needs, such as customizing for front-end pages, customizing for new resources, to help users to build GIS portal quickly.
For a brief explanation on SampleCode, check Sample Code Guide.