MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
WMTS Data Layer SDK

Detailed Description

Classes

class  TSLWMTSDataLayer
 
class  TSLWMTSServiceDimension
 
class  TSLWMTSServiceInfo
 
class  TSLWMTSServiceLayer
 
class  TSLWMTSServiceSettingsCallbacks
 
class  TSLWMTSServiceStyle
 
class  TSLWMTSServiceTileMatrix
 
class  TSLWMTSServiceTileMatrixSet
 
enum  TSLTileLoadOrderStrategyEnum {
  TSLTileLoadOrderStrategy_VerticallyStriped_BottomLeftStart = 0 , TSLTileLoadOrderStrategy_VerticallyStriped_BottomRightStart = 1 , TSLTileLoadOrderStrategy_VerticallyStriped_TopLeftStart = 2 , TSLTileLoadOrderStrategy_VerticallyStriped_TopRightStart = 3 ,
  TSLTileLoadOrderStrategy_HorizontallyStriped_BottomLeftStart = 4 , TSLTileLoadOrderStrategy_HorizontallyStriped_BottomRightStart = 5 , TSLTileLoadOrderStrategy_HorizontallyStriped_TopLeftStart = 6 , TSLTileLoadOrderStrategy_HorizontallyStriped_TopRightStart = 7 ,
  TSLTileLoadOrderStrategy_ClockwiseSpiral_BottomLeftStart = 8 , TSLTileLoadOrderStrategy_ClockwiseSpiral_BottomRightStart = 9 , TSLTileLoadOrderStrategy_ClockwiseSpiral_TopLeftStart = 10 , TSLTileLoadOrderStrategy_ClockwiseSpiral_TopRightStart = 11 ,
  TSLTileLoadOrderStrategy_ClockwiseSpiral_CentreStart = 12 , TSLTileLoadOrderStrategy_AntiClockwiseSpiral_BottomLeftStart = 13 , TSLTileLoadOrderStrategy_AntiClockwiseSpiral_BottomRightStart = 14 , TSLTileLoadOrderStrategy_AntiClockwiseSpiral_TopLeftStart = 15 ,
  TSLTileLoadOrderStrategy_AntiClockwiseSpiral_TopRightStart = 16 , TSLTileLoadOrderStrategy_AntiClockwiseSpiral_CentreStart = 17
}
 

Enumeration Type Documentation

◆ TSLTileLoadOrderStrategyEnum

Enumeration that determines the order in which tiles should be loaded for a view.

Enumerator
TSLTileLoadOrderStrategy_VerticallyStriped_BottomLeftStart 

Starts at the bottom left, going bottom to top and then moving a column to the right.

TSLTileLoadOrderStrategy_VerticallyStriped_BottomRightStart 

Starts at the bottom right, going bottom to top and then moving a column to the left.

TSLTileLoadOrderStrategy_VerticallyStriped_TopLeftStart 

Starts at the top left, going top to bottom and then moving a column to the right.

TSLTileLoadOrderStrategy_VerticallyStriped_TopRightStart 

Starts at the top right, going top to bottom and then moving a column to the left.

TSLTileLoadOrderStrategy_HorizontallyStriped_BottomLeftStart 

Starts at the bottom left, going left to right and then moving a row up.

TSLTileLoadOrderStrategy_HorizontallyStriped_BottomRightStart 

Starts at the bottom right, going right to left and then moving a row up.

TSLTileLoadOrderStrategy_HorizontallyStriped_TopLeftStart 

Starts at the top left, going left to right and then moving a row down.

TSLTileLoadOrderStrategy_HorizontallyStriped_TopRightStart 

Starts at the top right, going right to left and then moving a row down.

TSLTileLoadOrderStrategy_ClockwiseSpiral_BottomLeftStart 

Spiralling clockwise from the bottom left to the centre.

TSLTileLoadOrderStrategy_ClockwiseSpiral_BottomRightStart 

Spiralling clockwise from the bottom right to the centre.

TSLTileLoadOrderStrategy_ClockwiseSpiral_TopLeftStart 

Spiralling clockwise from the top left to the centre.

TSLTileLoadOrderStrategy_ClockwiseSpiral_TopRightStart 

Spiralling clockwise from the top right to the centre.

TSLTileLoadOrderStrategy_ClockwiseSpiral_CentreStart 

Spiralling clockwise out from the centre.

TSLTileLoadOrderStrategy_AntiClockwiseSpiral_BottomLeftStart 

Spiralling anti-clockwise from the bottom left to the centre.

TSLTileLoadOrderStrategy_AntiClockwiseSpiral_BottomRightStart 

Spiralling anti-clockwise from the bottom right to the centre.

TSLTileLoadOrderStrategy_AntiClockwiseSpiral_TopLeftStart 

Spiralling anti-clockwise from the top left to the centre.

TSLTileLoadOrderStrategy_AntiClockwiseSpiral_TopRightStart 

Spiralling anti-clockwise from the top right to the centre.

TSLTileLoadOrderStrategy_AntiClockwiseSpiral_CentreStart 

Spiralling anti-clockwise out from the centre.