LuciadCPillar C# 2023.1.04
Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder Class Reference

Builder for the GeoPackage options. More...

Inheritance diagram for Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder:

Public Member Functions

 Builder (Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder other)
 
Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions Build ()
 Builds the options for the GeoPackage model decoder. More...
 
void Dispose ()
 
Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder Editable (bool editable)
 Sets whether feature models are editable after decoding. More...
 

Detailed Description

Builder for the GeoPackage options.

2023.1

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

Constructor & Destructor Documentation

◆ Builder()

Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder.Builder ( Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder  other)
inline

Member Function Documentation

◆ Build()

Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder.Build ( )
inline

Builds the options for the GeoPackage model decoder.

the options for the GeoPackage model decoder.

luciad::LogicException

If not all mandatory parameters are set.

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

◆ Dispose()

void Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder.Dispose ( )
inline

◆ Editable()

Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder Luciad.Formats.Geopackage.GeoPackageModelDecoderOptions.Builder.Editable ( bool  editable)
inline

Sets whether feature models are editable after decoding.

Calling this function is optional. The default value is false.

editable

whether decoded feature models are editable.

this builder.

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