You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
ISO 19143 (filter encoding) defines an
Argument
class with only two properties:name
as an ISO 19103LocalName
.type
as an ISO 19103ScopedName
.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 anIdentifier
in ISO 19111 (the standard adopted by ParameterDescriptor for this attribute).type
is aTypeName
in ISO 19157 (the standard adopted by ParameterDescriptor for this attribute).The text was updated successfully, but these errors were encountered: