MapBasic Sample Program
Tommy Kurniawan
Change object fill style
For some purposes you should change fill style of object permanently, or not changed by thematic or global style. The sample will help you to do it in simple way.
CHGBRUSH.MB
Creating Line Grid Mark and Label
When creating map with complete annotation, sometime you need to make line grid mark and titles for each. No other way to do it, except by making small program in MapBasic. You can modify the sample for your own purposes.
CRLIN2.MB
Generating XYZ File from MapInfo Table
Someone ask me, how to create xyz file for gridding program purposes, from MapInfo table. The sample will show you how to do it, from table with Z fields contains high or altitude value.
GENXYZ.MB
Separating Non-Text and Blank Text Obj
For transfering porposes into other topological GIS App, we need to know, is table contains other than text
or blank text. This sample will show you how to seperate non-text and blank text obj.
With simple modification you can also make separation for other object types.
SEPARATE.MB
Back to Main Page
Revision : 980214
Comment addressed to <[email protected]>