LuciadCPillar C# 2023.1.02
Luciad.Formats.Hspc.HspcModelDecoder Class Reference

This class can be used to create an ITileSet3DModel implementation that can read Hexagon Smart Point Cloud (HSPC) data. More...

Classes

class  Options
 Options for decoding HSPC data. More...
 

Static Public Member Functions

static Luciad.Models.TileSet3D.ITileSet3DModel Decode (string source)
 A 3D Tile set model that connects to a HSPC dataset to retrieve tiles for a TileSet3DLayer. More...
 
static Luciad.Models.TileSet3D.ITileSet3DModel Decode (string source, Luciad.Formats.Hspc.HspcModelDecoder.Options options)
 

Detailed Description

This class can be used to create an ITileSet3DModel implementation that can read Hexagon Smart Point Cloud (HSPC) data.

See HspcModelDecoder::decode for more details. 2022.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HspcModelDecoder.

Member Function Documentation

◆ Decode() [1/2]

Luciad.Models.TileSet3D.ITileSet3DModel Luciad.Formats.Hspc.HspcModelDecoder.Decode ( string  source)
inlinestatic

A 3D Tile set model that connects to a HSPC dataset to retrieve tiles for a TileSet3DLayer.

source

the HSPC endpoint url or the path to the entry point file

the decoded tile set 3D model for the HSPC data.

luciad::IOException

when decoding the HSPC data fails.

decode(const std::string&, const Options&)

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::HspcModelDecoder::decode.

◆ Decode() [2/2]

static Luciad.Models.TileSet3D.ITileSet3DModel Luciad.Formats.Hspc.HspcModelDecoder.Decode ( string  source,
Luciad.Formats.Hspc.HspcModelDecoder.Options  options 
)
inlinestatic