LuciadCPillar C# 2024.0.04
Luciad.Formats.Geopackage.GeoPackageFeatureModelExportOptions Class Reference

Options for exporting a IFeatureModel to a GeoPackage file using the GeoPackage Encoder. More...

Inheritance diagram for Luciad.Formats.Geopackage.GeoPackageFeatureModelExportOptions:

Classes

class  Builder
 Builder for the GeoPackage model encoding export options. More...
 

Public Member Functions

void Dispose ()
 

Static Public Member Functions

static Luciad.Formats.Geopackage.GeoPackageFeatureModelExportOptions.Builder NewBuilder ()
 Returns the new builder. More...
 

Properties

bool IsLuciadExtensionsEnabled [get]
 Whether the new feature model has Luciad specific extensions. More...
 
bool IsOverwriteExistingTables [get]
 Whether existing tables with the same name should be overwritten, or if it should result in an error. More...
 

Detailed Description

Options for exporting a IFeatureModel to a GeoPackage file using the GeoPackage Encoder.

Since
2024.0

Member Function Documentation

◆ Dispose()

void Luciad.Formats.Geopackage.GeoPackageFeatureModelExportOptions.Dispose ( )
inline

◆ NewBuilder()

static Luciad.Formats.Geopackage.GeoPackageFeatureModelExportOptions.Builder Luciad.Formats.Geopackage.GeoPackageFeatureModelExportOptions.NewBuilder ( )
inlinestatic

Returns the new builder.

Returns
the new builder.

Property Documentation

◆ IsLuciadExtensionsEnabled

bool Luciad.Formats.Geopackage.GeoPackageFeatureModelExportOptions.IsLuciadExtensionsEnabled
get

Whether the new feature model has Luciad specific extensions.

[get]

Returns whether the new feature model has Luciad specific extensions.

See also
GeoPackageFeatureModelExportOptions.Builder.LuciadExtensionsEnabled for details on the added extensions.

◆ IsOverwriteExistingTables

bool Luciad.Formats.Geopackage.GeoPackageFeatureModelExportOptions.IsOverwriteExistingTables
get

Whether existing tables with the same name should be overwritten, or if it should result in an error.

[get]

Returns whether existing tables with the same name should be overwritten, or if it should result in an error.

See also
GeoPackageModelEncoder.ExportFeatureModel for details on overwriting.