Spatial

Hi,
can i insert spatial columns on visual dba ?
how ?

regards,
Filipe

Hello Filipe,

Thank you for your message. We do not have direct support on spatial column, but this can be modeled through the use of User Type. The attached document shows you how to use User Type. Note that User Type only supported in Java ORM. Feel free to contact me if you need any help.

Best regards,
Rain
using_user_type.pdf

[quote=Rain]Hello Filipe,

Thank you for your message. We do not have direct support on spatial column, but this can be modeled through the use of User Type. The attached document shows you how to use User Type. Note that User Type only supported in Java ORM. Feel free to contact me if you need any help.

Best regards,
Rain[/quote]

Not sure how this works. I’ve read the document and its not clear. Can you give more details?

Hi user,

Please try:

  1. Add attributes for the user type attributes (e.g. myStringVal : MyString)
  2. Create class(es) for the user types (e.g. MyString)
  3. Stereotype the type class(es) as <>

Hope this help.

Best regards,
Jick Yeung