Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Spatial table allows nil geometry but you wish to enforce geometry creation
    • Add <requireGeometry>geometryType</requireGeometry> where geometryType matches the underlying spatial table
  • Spatial table allows multi part geometry but you wish to enforce creation of single part geometry
    • Add <supportGeometry>geometryType</supportGeometry> where geometryType matches the underlying spatial table
  • The spatial engine supports multiple geometry types in a single table, for example Oracle Spatial, and you wish to limit the geometry
    • Add <supportedGeometry>geometryType</supportedGeometry> to limit the available geometry types, otherwise options all will be available
Custom attributes