Is your feature request related to a problem? If so, please give a short summary of the problem and how the feature would resolve it
I am working on a project where I need to translate a Geography object into another spatial class, that implements a standard other than WKT/WKB
Describe the preferred solution
I would like to be able to access the members of SQLServerSpatialDatatype that describe the spatial region, i.e. pointList, figureList and so on.
Describe alternatives you've considered
Another option would be to change the visibility of the constructors of Geography from private to protected, so that I would be able to inherit from Geography and access the members from there, since they are protected.
Is your feature request related to a problem? If so, please give a short summary of the problem and how the feature would resolve it
I am working on a project where I need to translate a
Geographyobject into another spatial class, that implements a standard other than WKT/WKBDescribe the preferred solution
I would like to be able to access the members of
SQLServerSpatialDatatypethat describe the spatial region, i.e.pointList,figureListand so on.Describe alternatives you've considered
Another option would be to change the visibility of the constructors of
Geographyfromprivatetoprotected, so that I would be able to inherit from Geography and access the members from there, since they are protected.