Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OData V3 geography/geometry types #3

Open
object opened this issue May 16, 2013 · 0 comments
Open

Add support for OData V3 geography/geometry types #3

object opened this issue May 16, 2013 · 0 comments
Assignees

Comments

@object
Copy link
Member

object commented May 16, 2013

The following EDM type values should be properly handled:

    public static readonly EdmType Geography = new EdmType("Edm.Geography");
    public static readonly EdmType GeographyPoint = new EdmType("Edm.GeographyPoint");
    public static readonly EdmType GeographyLineString = new EdmType("Edm.GeographyLineString");
    public static readonly EdmType GeographyPolygon = new EdmType("Edm.GeographyPolygon");
    public static readonly EdmType GeographyCollection = new EdmType("Edm.GeographyCollection");
    public static readonly EdmType GeographyMultiPoint = new EdmType("Edm.GeographyMultiPoint");
    public static readonly EdmType GeographyMultiLineString = new EdmType("Edm.GeographyMultiLineString");
    public static readonly EdmType GeographyMultiPolygon = new EdmType("Edm.GeographyMultiPolygon");
    public static readonly EdmType Geometry = new EdmType("Edm.Geometry");
    public static readonly EdmType GeometryPoint = new EdmType("Edm.GeometryPoint");
    public static readonly EdmType GeometryLineString = new EdmType("Edm.GeometryLineString");
    public static readonly EdmType GeometryPolygon = new EdmType("Edm.GeometryPolygon");
    public static readonly EdmType GeometryCollection = new EdmType("Edm.GeometryCollection");
    public static readonly EdmType GeometryMultiPoint = new EdmType("Edm.GeometryMultiPoint");
    public static readonly EdmType GeometryMultiLineString = new EdmType("Edm.GeometryMultiLineString");
    public static readonly EdmType GeometryMultiPolygon = new EdmType("Edm.GeometryMultiPolygon");
@ghost ghost assigned object May 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant