-
Notifications
You must be signed in to change notification settings - Fork 0
RasterLite2 Index
Mark Johnson edited this page Oct 6, 2018
·
32 revisions
Main RasterLite2-Index Page
-
Database Designing
-
Commands
: (as of 20150830)-
Styles
[SE / SLD 1.1.0]:-
Adding/ Updating / Deleting Styles to a Database
:-
Raster Styles
:-
-
Single Styles
: - 'SE_RegisterRasterStyle'
- 'SE_ReloadRasterStyle'
-
-
-
Group Styles
: - ['SE_RegisterGroupStyle'](BLOB style)
- how to create Blob, from xml-file?
- ['SE_ReloadGroupStyle']
- ['SE_UnRegisterGroupStyle']
- ['SE_RegisterStyledGroupStyle']
- ['SE_UnRegisterStyledGroupLayer']
- ['SE_UnRegisterStyledGroupRaster']
-
-
-
Paint Order Styles
:-
-
Group Raster
: - ['SE_SetStyledGroupRasterPaintOrder']
- Sets the paint order for a Raster Styled Layer within a Styled Group
- String group_name, String coverage_name,Integer paint_order
- Sets the paint order for a Raster Styled Layer within a Styled Group
-
-
-
Group Vector
: - ['SE_SetStyledGroupVectorPaintOrder']
- Sets the paint order for a Vector Styled Layer within a Styled Group
- String group_name, String coverage_name,Integer paint_order
- Sets the paint order for a Vector Styled Layer within a Styled Group
-
-
-
Group Layer
: - ['SE_SetStyledGroupLayerPaintOrder']
- Sets the paint order for a Styled Layer within a Styled Group
- Integer item_id, Integer paint_order
- Note: [20150902] will probably fail - not yet implemented?
- Sets the paint order for a Styled Layer within a Styled Group
-
-
-
-
-
Creating a Raster Coverage
:- 'RL2_CreateRasterCoverage'
- 'RL2_SetRasterCoverageInfos'
-
Register a Style to the Raster Coverage
:- 'SE_RegisterRasterStyledLayer'
- ['SE_RegisterStyledGroupRaster']
-
Filling a Raster Coverage
: -
Copy a Raster Coverage
: -
Exporting from a Raster Coverage
:
-
-
Planned cutline
: extension when Exporting from a Raster Coverage
2015-10-13: Mark Johnson, Berlin Germany