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

Builder for creating luciad::GeoPackageDataSource. More...

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

Public Member Functions

 Builder (Luciad.Formats.Geopackage.GeoPackageDataSource.Builder other)
 
Luciad.Formats.Geopackage.GeoPackageDataSource Build ()
 Build the GeoPackage data source . More...
 
void Dispose ()
 
Luciad.Formats.Geopackage.GeoPackageDataSource.Builder Source (string source)
 Sets the absolute path to the GeoPackage file. More...
 
Luciad.Formats.Geopackage.GeoPackageDataSource.Builder TableName (string tableName)
 Sets the name of the table that needs to be decoded. More...
 

Detailed Description

Builder for creating luciad::GeoPackageDataSource.

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

Constructor & Destructor Documentation

◆ Builder()

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

Member Function Documentation

◆ Build()

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

Build the GeoPackage data source .

After calling this function, this builder should no longer be used.

luciad::LogicException

If not all mandatory parameters are set.

the GeoPackage data source.

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

◆ Dispose()

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

◆ Source()

Luciad.Formats.Geopackage.GeoPackageDataSource.Builder Luciad.Formats.Geopackage.GeoPackageDataSource.Builder.Source ( string  source)
inline

Sets the absolute path to the GeoPackage file.

The extension of the file should be '.gpkg'. Calling this function is mandatory.

source

The absolute path to the GeoPackage file.

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

◆ TableName()

Luciad.Formats.Geopackage.GeoPackageDataSource.Builder Luciad.Formats.Geopackage.GeoPackageDataSource.Builder.TableName ( string  tableName)
inline

Sets the name of the table that needs to be decoded.

Calling this function is optional. If not specified, the first features table is used.

tableName

The name of the table that needs to be decoded.

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