Hello
Im using PowerDesigner to create a data model for an application that uses spatial data from Oracle database.
Oracle provides java code to access the database, for example, it provides the class JGeometry that access the SDO_GEOMETRY datatype in the database.
PD already recognizes Oracle Spatial types, so I can reverse engineer a script with SDO_GEOMETRY and it will generate a physical model with this type.
I want to create a class diagram that uses the JGeometry class as attribute to my classes and then make PowerDesigner create the Oracle script with the proper types. How do I tell PD that it has to convert JGeometry attributes in SDO_GEOMETRY?
Thank you!
Roberto
Im using PowerDesigner to create a data model for an application that uses spatial data from Oracle database.
Oracle provides java code to access the database, for example, it provides the class JGeometry that access the SDO_GEOMETRY datatype in the database.
PD already recognizes Oracle Spatial types, so I can reverse engineer a script with SDO_GEOMETRY and it will generate a physical model with this type.
I want to create a class diagram that uses the JGeometry class as attribute to my classes and then make PowerDesigner create the Oracle script with the proper types. How do I tell PD that it has to convert JGeometry attributes in SDO_GEOMETRY?
Thank you!
Roberto