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

Harmonize ISO 19143 argument class #89

Closed
desruisseaux opened this issue Aug 1, 2023 · 0 comments
Closed

Harmonize ISO 19143 argument class #89

desruisseaux opened this issue Aug 1, 2023 · 0 comments
Assignees
Milestone

Comments

@desruisseaux
Copy link
Contributor

ISO 19143 (filter encoding) defines an Argument class with only two properties:

  • name as an ISO 19103 LocalName.
  • type as an ISO 19103 ScopedName.

That class could be replaced by ParameterDescriptor, which is derived from ISO 19111. This is the same kind of harmonization than the one applied in #74. Harmonization of argument or parameter classes is desired if we want to avoid a proliferation of incompatible types for the same work (CC_OperationParameter, SV_Parameter, DQM_Parameter, Argument, etc). However the attribute types are different:

  • name is an Identifier in ISO 19111 (the standard adopted by ParameterDescriptor for this attribute).
  • type is a TypeName in ISO 19157 (the standard adopted by ParameterDescriptor for this attribute).
desruisseaux added a commit that referenced this issue Aug 2, 2023
@desruisseaux desruisseaux self-assigned this Aug 3, 2023
@desruisseaux desruisseaux added this to the 3.1 milestone Aug 3, 2023
asfgit pushed a commit to apache/sis that referenced this issue Aug 3, 2023
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