Format | Decoder | Encoder | Notes | Type | File extensions |
---|---|---|---|---|---|
x |
Decoded through |
Vector features |
*.shp |
||
x |
x |
OGC GeoPackage, decoded through |
Vector features, tile matrix sets of imagery and raster maps |
*.gpkg |
|
x |
Decoded through |
Raster |
*.tif, *.tiff |
||
x |
Not applicable |
Hexagon Smart Point Cloud |
Point clouds |
tree.hspc |
|
x |
Not applicable |
OGC 3D Tiles |
3D meshes and point clouds |
tileset.json |
|
x |
Not applicable |
OGC Web Map Service |
Raster |
Not applicable |
|
x |
Not applicable |
OGC Web Map Tile Service |
Raster |
Not applicable |
|
x |
Digital Terrain Elevation Data |
Raster |
*.dt0, *.dt1, *.dt2, dmed |
||
x |
File format for storing tiled data in SQLite databases. MBTiles files with image tiles in JPG, PNG or WebP format are supported, as well as vector tiles. MBTiles web services (TileJSON endpoints) are supported next to files. Decoded through |
Vector, raster |
*.mbtiles |
Model decoders
For all formats supported in LuciadCPillar there is a model decoder available. The naming convention for the model
decoders is: FormatModelDecoder
, for example GeoPackageModelDecoder
. For more information on a specific model
decoder, see the API reference documentation.
Model encoders
For the GeoPackage format there is a model encoder available for feature models. The naming convention for the model
encoders is: FormatModelEncoder
, for example GeoPackageModelEncoder
. For more information on a specific model
encoder, see the API reference documentation.