Example_StreamingAndCaching

Description

sealed class Tinman.Demo.Examples.Example_StreamingAndCaching

Full source code is included in the Tinman 3D SDK download.

Example code for streaming and caching.

Public / Methods

Open­Remote­File


[OwnerReturn]
public method OpenRemoteFile → ()

returns → IFile

The opened file.

Open a remote HTTPS file in read-only mode.

Use­Dataset­File­Cache


public method UseDatasetFileCache → ()

Use a dataset file cache for a dataset.

Use­File­Cache


public method UseFileCache → ()

returns → IFile

The opened file.

Use a FileCache for a read-only file.

Use­Pyramid­File­Cache


[OwnerReturn]
public method UsePyramidFileCache → ()

returns → IPixelPyramid

The cached pixel pyramid.

Use a PyramidFileCache for a pixel pyramid.

Use­Simple­Http


public method UseSimpleHttp → ()

Use a custom ISimpleHttp object for the HttpFileSystem.