Ticket #122 (closed Defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Some tool parameters should be GPFeatureLayerTypeClass rather than DEFeatureClassTypeClass

Reported by: jjr8 Owned by: jjr8
Priority: High Milestone: 0.4
Component: Core - Metadata & Types Version: 0.3
Keywords: Cc:

Description (last modified by jjr8) (diff)

Currently, all tools that have the ArcGIS "feature" data type use the DEFeatureClassTypeClass .NET data type. This means that when you use the tool from ArcMap, you can't select a layer from the Table of Contents pane. In most cases, GPFeatureLayerTypeClass could be used, which would allow layers to be selected from ArcMap. I need to review all uses of DEFeatureClassTypeClass in the entire code base.

See also #123 and #124.

Change History

Changed 6 years ago by jjr8

  • status changed from new to assigned
  • description modified (diff)
  • summary changed from Many tool parameters should be GPFeatureLayerTypeClass rather than DEFeatureClassTypeClass to Some tool parameters should be GPFeatureLayerTypeClass rather than DEFeatureClassTypeClass

Changed 6 years ago by jjr8

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in [126], which will eventually be released in MGET 0.4a1.

Note: See TracTickets for help on using tickets.