MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
Geo Package SDK

Detailed Description

Classes

class  TSLGeoPackage
 
class  TSLGPkgContentTable
 
class  TSLGPkgContentTableContainer
 
class  TSLGPkgExtension
 
class  TSLGPkgExtensionContainer
 
class  TSLGPkgFeatureCallback
 
class  TSLGPkgFeatureIterator
 
class  TSLGPkgFeatureTable
 
class  TSLGPkgMetadata
 
class  TSLGPkgMetadataContainer
 
class  TSLGPkgMetadataRefContainer
 
class  TSLGPkgMetadataReference
 
class  TSLGPkgPyramidLevel
 
class  TSLGPkgSpatialRefSysContainer
 
class  TSLGPkgTilesTable
 
enum  TSLGPkgContentTableTypeEnum { TSLGPkgFeatures =0 , TSLGPkgTiles =1 }
 
enum  TSLGPkgExtensionScopeEnum { TSLGPkgExtensionScopeUndefined =0 , TSLGPkgExtensionScopeReadWrite =1 , TSLGPkgExtensionScopeWriteOnly =2 }
 
enum  TSLGPkgMetadataRefScopeEnum {
  TSLGPkgMDRefScopeGeoPackage =0 , TSLGPkgMDRefScopeTable =1 , TSLGPkgMDRefScopeColumn =2 , TSLGPkgMDRefScopeRow =3 ,
  TSLGPkgMDRefScopeRowCol =4
}
 
enum  TSLGPkgMetadataScopeEnum {
  TSLGPkgMDScopeUndefined =0 , TSLGPkgMDScopeFieldSession =1 , TSLGPkgMDScopeCollectionSession =2 , TSLGPkgMDScopeSeries =3 ,
  TSLGPkgMDScopeDataset =4 , TSLGPkgMDScopeFeatureType =5 , TSLGPkgMDScopeFeature =6 , TSLGPkgMDScopeAttributeType =7 ,
  TSLGPkgMDScopeAttribute =8 , TSLGPkgMDScopeTile =9 , TSLGPkgMDScopeModel =10 , TSLGPkgMDScopeCatalog =11 ,
  TSLGPkgMDScopeSchema =12 , TSLGPkgMDScopeTaxonomy =13 , TSLGPkgMDScopeSoftware =14 , TSLGPkgMDScopeService =15 ,
  TSLGPkgMDScopeCollectionHardware =16 , TSLGPkgMDScopeNonGeographicDataset =17 , TSLGPkgMDScopeDimensionGroup =18
}
 

Enumeration Type Documentation

◆ TSLGPkgContentTableTypeEnum

The type of a content table.

Enumerator
TSLGPkgFeatures 

The content table contains vector features.

TSLGPkgTiles 

The content table contains raster tiles.

◆ TSLGPkgExtensionScopeEnum

Enum that indicates the scope of the GeoPackage Extension effects on readers/writers.

Enumerator
TSLGPkgExtensionScopeUndefined 

The scope of this extension is not defined.

TSLGPkgExtensionScopeReadWrite 

This extension applies when reading and writing geopackages.

TSLGPkgExtensionScopeWriteOnly 

This extension applies only when writing geopackages.

◆ TSLGPkgMetadataRefScopeEnum

The scope of a metadata reference i.e the level/item that the metadata reference applies to.

Enumerator
TSLGPkgMDRefScopeGeoPackage 

The metadata reference applies to the whole Geo Package.

TSLGPkgMDRefScopeTable 

The metadata reference applies to a features or tiles table.

TSLGPkgMDRefScopeColumn 

The metadata reference applies to a column within a features or tiles table.

TSLGPkgMDRefScopeRow 

The metadata reference applies to a row within a features or tiles table.

TSLGPkgMDRefScopeRowCol 

The metadata reference applies to a row and a column within a features or tiles table..

◆ TSLGPkgMetadataScopeEnum

The scope of a metadata item i.e the level/item that the metadata item applies to.

Enumerator
TSLGPkgMDScopeUndefined 

Metadata scope is undefined.

TSLGPkgMDScopeFieldSession 

Information applies to the field session.

TSLGPkgMDScopeCollectionSession 

Information applies to the collection session.

TSLGPkgMDScopeSeries 

Information applies to the (dataset) series.

TSLGPkgMDScopeDataset 

Information applies to the (geographic feature) dataset.

TSLGPkgMDScopeFeatureType 

Information applies to a feature type (class).

TSLGPkgMDScopeFeature 

Information applies to a feature (instance).

TSLGPkgMDScopeAttributeType 

Information applies to the attribute class.

TSLGPkgMDScopeAttribute 

Information applies to the characteristic of a feature (instance).

TSLGPkgMDScopeTile 

Information applies to a tile, a spatial subset of geographic data.

TSLGPkgMDScopeModel 

Information applies to a copy or imitation of anexisting or hypothetical object.

TSLGPkgMDScopeCatalog 

Metadata applies to a feature catalog.

TSLGPkgMDScopeSchema 

Metadata applies to an application schema.

TSLGPkgMDScopeTaxonomy 

Metadata applies to taxonomy or knowledge system.

TSLGPkgMDScopeSoftware 

Information applies to a computer program or routine.

TSLGPkgMDScopeService 

Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case.

TSLGPkgMDScopeCollectionHardware 

hardware class.

TSLGPkgMDScopeNonGeographicDataset 

Information applies to non-geographic data.

TSLGPkgMDScopeDimensionGroup 

Information applies to a dimension group.