Service list and meta-information

Feedback


SuperMap iServer provides a complete list of services and different forms of service meta-information. After SuperMap iServer starts, all the GIS services in the current system will be generated into a complete service list and meta-information conforming to the current system. The meta-information will be registered into the CSW service by default.

Service list

SuperMap iServer provides a complete list of services includes all the services in the server. This list will return basic information of GIS services included in the current server like the service address.

Note: For the SuperMap iServer 9D+, the display of the service name in the service list has the following restrictions. If the number of characters in the service name exceeds the maximum number of characters that can be displayed, the display will be abbreviated.

 

Service meta-information

Meta-information (i.e., metadata) is descriptive information about data, and services meta-information is the basic characteristic of GIS information. Through meta-information, visitors can learn about type, address, spatial extent, and modification time of the service. Meta-information provided by server help users more easily understand the service, and choose and use interested services.

Meta-information provided by the services list of SuperMap iServer includes service name, service address, service component type partitioned by the service function and service interface partitioned by the service form. In addition, the CSW directory service supports meta-information standards in the forms of Brief, Summary and Full.

The CSW service supports the following meta-information standards:

For more information about meta-information, please refer to CSW Overview.

Example

Take the local RJSON service list for example, visit http://localhost:8090/iserver/services.rjson to return a complete RJSON service list. The service list mainly provides the name, url, component type and interface type of the service. Basic information of the local machine is as follows:

{

    "componentType": "com.supermap.services.components.impl.MapImpl",

    "interfaceType": "com.supermap.services.wms.WMSServlet",

    "name": "map-world/wms111",

    "url": "http://localhost:8090/iserver/services/map-world/wms111"

}