Skip to main content
Solved

Set SDO_GTYPE for geometry?

  • July 1, 2013
  • 1 reply
  • 41 views

Forum|alt.badge.img
Hi,

 

   Is there any way to set SDO_GTYPE to a particular value( say 2006) for all feature geometries?

 

 

Subrat.

Best answer by david_r

Hi,

 

 

is there any particular reason you need to do this? The SDO_GTYPE is normally a function of the properties of the geometry, not the other way around.

 

 

I guess you've already looked at the spec for this value?

 

 

For a geometry type 2006 you could perhaps use a combination of a 2DForcer,  a MeasureRemover and a GeometryFilter.

 

 

David

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • Best Answer
  • July 1, 2013
Hi,

 

 

is there any particular reason you need to do this? The SDO_GTYPE is normally a function of the properties of the geometry, not the other way around.

 

 

I guess you've already looked at the spec for this value?

 

 

For a geometry type 2006 you could perhaps use a combination of a 2DForcer,  a MeasureRemover and a GeometryFilter.

 

 

David