Inherit Geometry

457
1
Jump to solution
01-17-2020 06:58 AM
JasonDick
New Contributor III

A long time ago I asked about projecting arrays, but received no response:
Array projections 

I thought I would try inheriting the Geometry class to use arrays to store data. However, the inherited class wants to use CoreGeometry, which is not in the framework. Is it not possible to do this either?

0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor

Because the geometry classes are really just a native pointer, there's really no way to extend them, as you've found you can get at this internal core geometries (which in turn would have to be extended at the C++ level)

View solution in original post

1 Reply
dotMorten_esri
Esri Notable Contributor

Because the geometry classes are really just a native pointer, there's really no way to extend them, as you've found you can get at this internal core geometries (which in turn would have to be extended at the C++ level)