TatukGIS Editor
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

Q10180 -  Does the DK include vector data manipulation and modification tools? Yes. The DK supports vector editing features and some topological operations as a development tool, to allow developers to build shapefile drawing and editing functionality into their custom GIS applications. Refer to the DK Editor ... (Modified: 2007-07-31)

Q10458 -  Exactly what kind of editing operations does the DK support relating to the SHP format? The DK includes an Editor class that can be used for basic editing functionality and a user interface for this class supporting editing with the use of the mouse curser. Any DK write supported vector format is ... (Modified: 2004-12-17)

Q10509 -  How can I enable the user of my DK based application to select a polygon, line, or point and have attached data pop up as a small table ready for editing? I want to allow the user to edit only the information in the table, not the shape geometry. Add GISControlAttributes to the form, then use: Attri ... (Modified: 2004-12-11)

Q10375 -  How can I update the screen after making any modifications, such as a parameter change, vector editing, etc. I want the extent to remain unchanged after the update, i. e. not zoom out to full extent. I am using the DK-ActiveX control. There are two options: Update function '“ updates the screen, afte ... (Modified: 2003-11-21)

Q10714 -  How can I change the default mouse handling upon editing? Suppose I prefer the digitizing procedure to always add a new point at completion end of a line shape? As of the DK version 8.6, try setting: GIS.Editor.Mode = gisEditorModeAfterActivePoint Or you can simply reverse the default handling by: ... (Modified: 2006-09-26)

Q10734 -  Using the DK, how to programmatically move a point (vertix) on a shape? How to delete a point (vertix) from a shape? You cannot edit a shape directly. The points forming the shape must first be copied to some array or temporary shape (such as GopyGeometry) that is editable. Alternatively, the DK GIS ... (Modified: 2006-11-30)