LuciadCPillar C# 2023.1.04
Luciad.Formats.Geopackage.GeoPackageTableMetadata Class Reference

Provides information about a GeoPackage table. More...

Inheritance diagram for Luciad.Formats.Geopackage.GeoPackageTableMetadata:

Public Member Functions

 GeoPackageTableMetadata (string name, string type, string description)
 Creates a GeoPackageTableMetadata. More...
 
void Dispose ()
 
override bool Equals (object other)
 
override int GetHashCode ()
 

Properties

string Description [get]
 
string Name [get]
 
string Type [get]
 
static string Type2dGriddedCoverage = Type2dGriddedCoverageInternal() [get]
 
static string TypeFeatures = TypeFeaturesInternal() [get]
 
static string TypeTiles = TypeTilesInternal() [get]
 

Detailed Description

Provides information about a GeoPackage table.

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

Constructor & Destructor Documentation

◆ GeoPackageTableMetadata()

Luciad.Formats.Geopackage.GeoPackageTableMetadata.GeoPackageTableMetadata ( string  name,
string  type,
string  description 
)
inline

Creates a GeoPackageTableMetadata.

name

the name of the table.

type

the type of the table.

description

a human readable description of the table.

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

Member Function Documentation

◆ Dispose()

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

◆ Equals()

override bool Luciad.Formats.Geopackage.GeoPackageTableMetadata.Equals ( object  other)
inline

◆ GetHashCode()

override int Luciad.Formats.Geopackage.GeoPackageTableMetadata.GetHashCode ( )
inline

Property Documentation

◆ Description

string Luciad.Formats.Geopackage.GeoPackageTableMetadata.Description
get

◆ Name

string Luciad.Formats.Geopackage.GeoPackageTableMetadata.Name
get

◆ Type

string Luciad.Formats.Geopackage.GeoPackageTableMetadata.Type
get

◆ Type2dGriddedCoverage

string Luciad.Formats.Geopackage.GeoPackageTableMetadata.Type2dGriddedCoverage = Type2dGriddedCoverageInternal()
staticget

◆ TypeFeatures

string Luciad.Formats.Geopackage.GeoPackageTableMetadata.TypeFeatures = TypeFeaturesInternal()
staticget

◆ TypeTiles

string Luciad.Formats.Geopackage.GeoPackageTableMetadata.TypeTiles = TypeTilesInternal()
staticget