Login Register Actian.com  

Actian Community Wiki

Navigation
Learn About
Developing With
Ingres Talk
Information
Toolbox

GeoCodePointers

From Ingres Community Wiki

Jump to: navigation, search

Return to: Geospatial Community Project

Changes to existing Ingres code.

  • common/adf/adg/adgdttab.roc: Data type definitions for new types in Ingres. There are a lot of other files that need to be touched to fully support a new type, but this is the heart. Here is where DB_GEOM_TYPE was defined.
  • common/adf/adg/fi_defn.txt: Function instance definitions. This is where the actual data operation function is defined. The input and output argument types, etc. Operators are fully detailed in this file now as well. The name of the operator and the type of the function as well as aliases are defined.
  • common/hdr/hdr/adfops.h: This defines all operators. Any new operators are added here. This ties in with fi_defn.txt and the operator order. The order that the operators are specified in this file must match the order they are specified in fi_defn.txt

New code added to support spatial

  • wkt-wkb: WKT/WKB translation library (can be used standalone).

Change tracking information

  • Timeline : Timeline of commits on the geospatial branch (You need to be logged in to Trac for this I think).
Personal tools
© 2011 Actian Corporation. All Rights Reserved