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

Rename provider specific core metadata extensions #16824

Merged
merged 1 commit into from
Jul 29, 2019

Conversation

ajcvickers
Copy link
Member

Fixes #16773

Note going through obsolete here since this are a lot less used.

Fixes #16773

Note going through obsolete here since this are a lot less used.
@ajcvickers ajcvickers changed the base branch from release/3.0 to release/3.0-preview8 July 29, 2019 20:24
@ajcvickers ajcvickers merged commit 1d7548e into release/3.0-preview8 Jul 29, 2019
@ghost ghost deleted the BeurocraticUpupa0729c branch July 29, 2019 21:32
=> property.FindAnnotation(SqliteAnnotationNames.Srid)?.GetConfigurationSource();

/// <summary>
/// Returns the dimension to use when creating a column for this property.
/// </summary>
/// <param name="property"> The property. </param>
/// <returns> The dimension to use when creating a column for this property. </returns>
public static string GetSqliteDimension([NotNull] this IProperty property)
public static string GetSpatialDimension([NotNull] this IProperty property)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a slight preference for geometry dimension (builder APIs too)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(or possibly geometric if it grammars better)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How slight?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Significant. Neither NTS nor SpaiaLite use the word spatial in their APIs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants