Internet Server LITE
Home    News    Products    Samples    Customers    FAQ    Forums    About/Contact    Downloads    Shop    Your Account    
www.tatukgis.com FAQ Suggested Reading

 

FAQ Search Box

Product Search for word(s) or enter FAQ number
The AND operator is used with multiple search words

Q10400 -  Can I save a project file with all layers opened and with their attributes such as color, line width, etc? Yes, you can save to TatukGIS project files. Simply call WriteConfig on each layer to copy files from parameters into configuration files. ... (Modified: 2003-11-21)

Q10371 -  What parameters can I put into TTKGP file? Color, point shape, line types, etc. Please refer to the following section of the DK helpfiles: Section API|Configuration/Project files. ... (Modified: 2006-06-12)

Q10626 -  How can layer specific custom information be added to and retrieved from a *ttkgp project file? You can simply use: - Layer.ConfigFile.WriteString( 'MyCustomProperty' 'some_value' If you want to add a whole new section to the project file, use: - GIS.ProjectFile.Section : 'MyPrivateSection' ; - GIS. ... (Modified: 2005-04-18)

Q10406 -  Do you have a tool to create *ttkgp project files, to manage layers, etc. I find it time consuming to edit the project files by hand. Yes, refer to free TatukGIS Viewer application. The free Viewer is perfect for creating TatukGIS project files. Using the DK v. 8 toolkit, creating/saving of a project ... (Modified: 2005-01-11)

Q10516 -  Does the DK support the ArcView *apr project file? I would like to open my already existing ArcView project in my DK application. TatukGIS products support the ArcView *APR project file quite well, and will open most ArcView projects. The best way to quickly test this suppor ... (Modified: 2006-10-04)

Q10200 -  Does the DK support the MapInfo Workspace (Project) file *wor, which pulls all the TAB files or a project together? The DK (as well as the TatukGIS Viewer/Editor and Internet Server) opens most MapInfo Workspace (Project) files, although we can never guarantee full support because are not privy to ... (Modified: 2007-07-31)

Q10519 -  Can the DK to store the project visible extent and layer activity within the project file? Yes. As of the DK 8 final release version, this information is automatically stored to the project file upon SaveAll / SaveProjectxxx call. VisibleExtent is reapplied after call GIS.Open method. Please do not ... (Modified: 2004-04-08)

Q10391 -  Please offer any guidelines on how to most efficiently organize my map data in a TatukGIS project. My application includes both vector and image layers and involves custom rendering? For best performance, please consider the following guidelines: 1) In situations involving huge vector layers, extrac ... (Modified: 2006-10-10)