Skip to content

[FEATURE REQUEST] add getters for SQLServerSpatialDatatype members #1038

@vforchi

Description

@vforchi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementAn enhancement to the driver. Lower priority than bugs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions