iServer 8C(2017) SP1Changes

Feedback


Java API Changes

Package Class/Interface Field/Method/Property/Event Note

com.supermap.services.components.commontypes

Layer3DType

VOLUMEFILE

New added 3D raster volume layer type

com.supermap.services.components.commontypes

GetFeatureParameters

fromIndex

The minimum index from which the query result is returned
com.supermap.services.components.commontypes GetFeatureParameters

toIndex

The maximum index up to which the query result is returned

com.supermap.services.components

Data

List<Feature> getFeature(String datasourceName, String datasetName, int[] ids,

String[] fields, int fromIndex, int toIndex) throws DataException

Get feature by ID. The result supports pagination.

com.supermap.services.components.spi

DataProviderr

List<Feature> getFeature(String datasourceName, String datasetName, int[] ids,

String[] fields, int fromIndex, int toIndex)

Get feature by ID. The result supports pagination.

com.supermap.services.components.spi

GridValueCapabilities

All public methods

Support querying raster value

com.supermap.services.providers

UGCDataProviderSetting

DataProviderDelayCommitSetting

 Parameter for setting delayed submission

com.supermap.services.providers

DataProviderDelayCommitSetting

All public methods

 Parameter for setting delayed submission

com.supermap.services.providers

UGCDataProviderSetting

boolean isInflateBounds(),setInflateBounds(boolean inflateBounds)

Enable or disable the inflating query settings

com.supermap.services.providers

ArcGISCacheMapProviderSetting

ArcGISCacheMapProvider

 

New added ArcGIS cache service provider and configuration class

 

REST API Changes

Module Resource Name Resource/Parameter/Request/Representation Note URL Template

/data

griValue GridValueResource Raster information resource /data/datasources/[index|name]/{datasourceName}/datasets/[index|name]/{datasetName}/gridValue

/data

griValues GridValueResource Range raster information resource data/datasources/[index|name]/{datasourceName}/datasets/[index|name]/{datasetName}/gridValues

/data

imageValue

ImageValueResource Image information resource /data/datasources/[index|name]/{datasourceName}/datasets/[index|name]/{datasetName}/imageValue

/data

imageValues

ImageValueResource Range image information resource

/data/datasources/[index|name]/{datasourceName}/datasets/[index|name]/{datasetName}/imageValues

/data

featureResult geojson representation New added geojson representation

/data/featureResults/{resultID}

/data

featuress geojson representation New added geojson representation

/data/datasources/[index|name]/{datasourceName}/datasets/[index|name]/{datasetName}/features

/data

feature

geojson representation New added geojson representation

/data/feature/{datasourceIndex}-{datasetIndex}-{featureIndex}

/mapping

queryResult geojson representation New added geojson representation

/maps/{mapName}/queryResults/{resultID}

/processingJobs

spatialanalystJobs
mappingJobs
buildCacheJobs
buildCacheJob
kernelDensityJobs
kernelDensityJob
  New resource /processing/rest/{version}/jobs
/processing/rest/{version}/jobs/mapping
/processing/rest/{version}/jobs/mapping/buildCache
/processing/rest/{version}1/jobs/mapping/buildCache/{jobID}
/processing/rest/{version}/jobs/spatialanalyst
/processing/rest/{version}/jobs/spatialanalyst/kernelDensity
/processing/rest/{version}/jobs/spatialanalyst/kernelDensity/{jobID}