LuciadCPillar 2023.1.03
luciad::Ogc3DTilesModelDecoder::Options Class Referencefinal

Options for decoding OGC 3D Tiles data. More...

#include <luciad/formats/ogc3dtiles/Ogc3DTilesModelDecoder.h>

Classes

class  Builder
 Builder for the OGC 3D Tiles options. More...
 

Public Member Functions

const std::shared_ptr< IDataLoader > & getDataLoader () const
 Returns the custom loader implementation to fetch the OGC 3D Tiles resources. More...
 
const std::shared_ptr< IHttpClient > & getHttpClient () const
 Returns the http client implementation to send HTTP requests. More...
 

Static Public Member Functions

static Builder newBuilder ()
 Creates a new builder. More...
 

Detailed Description

Options for decoding OGC 3D Tiles data.

Since
2022.1

Member Function Documentation

◆ getDataLoader()

const std::shared_ptr< IDataLoader > & luciad::Ogc3DTilesModelDecoder::Options::getDataLoader ( ) const

Returns the custom loader implementation to fetch the OGC 3D Tiles resources.

Returns
the custom loader implementation to fetch the OGC 3D Tiles resources.

◆ getHttpClient()

const std::shared_ptr< IHttpClient > & luciad::Ogc3DTilesModelDecoder::Options::getHttpClient ( ) const

Returns the http client implementation to send HTTP requests.

Returns
the http client implementation to send HTTP requests.
Since
2023.0

◆ newBuilder()

static Builder luciad::Ogc3DTilesModelDecoder::Options::newBuilder ( )
static

Creates a new builder.

Returns
a new builder.