-
Recent Posts
Recent Comments
- sandeep on About
- Alpesh Rathod on Sorting and merging geometries in Oracle Spatial
- MOHAN GOKAVARAPU on Sorting and merging geometries in Oracle Spatial
- JUM on Sorting and merging geometries in Oracle Spatial
- Stephan Deckers on Sorting and merging geometries in Oracle Spatial
Archives
Categories
- .Net Core
- Blazor
- Bundling
- Certificate
- Custom Commands
- Debugging
- G/Technology
- Intergraph
- Metadata
- Minification
- MVC4
- Netviewer
- Oracle
- Oracle Spatial
- PL/SQL
- Security patch
- Tooltips
- Uncategorized
- ViewComponents
- Visual Studio
- Visual Studio 2012
- Visual Studio 2019
- Visual Studio 2022
- WASM
- WebService
- Windows 2003
-
Category Archives: Custom Commands
Invoking Oracle Spatial from a Custom Command
Consider a requirement where the centroid of a set of points needs to be retrieved within a custom command. This can be achieved using the ‘GTDataProvider.DataContext.Execute‘-method:
Posted in Custom Commands, G/Technology, Intergraph, Oracle Spatial
Leave a comment
Rubberbanding in G/Technology
Whenever a user is digitizing a polygon, he expects feedback when moving the cursor before actually adding a point, the system should ‘rubberband’ the position under the cursor and only add it to a collection of points after the user … Continue reading