Class: TiandituImageryProvider

TiandituImageryProvider

new TiandituImageryProvider()

Tianmu Image Service Provider Class.

Name Type Description
options.mapStyle TiandituMapsStyle

Specify the type of day map service.

Example
var labelImagery = new SuperMap3D.TiandituImageryProvider({
     mapStyle : SuperMap3D.TiandituMapsStyle.CIA_C// Tianditu global Chinese annotation service (latitude/longitude projection)
	});

Members

readonly creditCredit

Get the description information of the Tianma service

readonly errorEventString

Error event.

readonly mapStyleString

Obtain service type.

readonly maximumLevelNumber

Obtain the maximum level of detail (LOD) that can be requested.

readonly minimumLevelNumber

Obtain the minimum level of detail (LOD) that can be requested.

readonly readyBoolean

Get the readiness status of the Tianma service

readonly readyPromisePromise

Get asynchronous request status promise for Tianma service

rectangle

Obtain the regional scope of the Sky Map service

readonly tileHeightString

Obtain slice height

readonly tileWidthNumber

Obtain slice width

readonly tilingSchemeTilingScheme

Obtain projection objects (latitude and longitude projection or Mercator projection)

readonly urlString

Get the URL of the service.