Interface changes for iServer 11i (2022) SP1

Feedback


Java API changes

The bag Class/interface name Fields/Methods/Properties/Pages Remark

com.supermap.services.components.commontypes

TransferSolution New field totalDistance  
AddressMatchCapabilities

New class, address match service capability information

AddressMatchCapabilities {

geocoding: CapabilityInfo type,

geodecoding: CapabilityInfo type,

linkfields: Capability Info Type

}

 
CapabilityInfo

New category, single item ability information

CapabilityInfo {

supported: Boolean,//whether this capability is supported

description: String,//description information of the capability

URL Template: String//URL address corresponding to the capability

}

 

REST API changes

Module The name of the resource Resource/Parameter/Request/Expression Remark URL template
providers-ugc solutions Add totalDistance field to solutionItem of GET request response body Traffictransferanalyst service transferSolutions resource, add totalDistance field to solutionItem of GET request response body /iserver/services/trafficTransferAnalyst-Changchun/restjsr/traffictransferanalyst/transferNetwork-/solutions
seavice-rest featureResults POST Data query resource enhancement:
Request adds Boolean returnDatasetInfoOnly parameter
Response to new List < FeatureDatasetInfo > datasetInfos
/data/featureResults
geocoding GET New query param field: String[] linkFields;
New field Map<String,Object> in GeoAddress class in response
/iserver/services/address-school/restjsr/address/geocoding
geodecoding GET New query param field: String[] linkFields;
New field Map<String,Object> fields in GeoAddress class in response
/iserver/services/address-school/restjsr/address/geodecoding
capabilities GET Add address match service return capability information resource /iserver/services/address-school/restjsr/v1/address/capabilities.rjson
linkfields GET Newly added address match service returns associatable field resource /iserver/services/address-school/restjsr/v1/address/linkfields

 

 

Config file changes

file path file name Configuration item Remark

{ISERVER_HOME}\webapps\iserver\WEB-INF

iserver-system.xml

server>>properties>> forceStop

Do you want to force the iserver service to stop after resource reclamation is turned on