Bug #78
Transforming data when transferred entity is assignable from Property.class
| Status: | Closed | Start date: | 01/20/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Thorsten Reitz | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 2.0-M3 |
Description
Cst solves only one variant when transfered entity is assignalbe from FeatureClass.class
History
Updated by Thorsten Reitz over 2 years ago
Do you refer to the fact the Rename FeatureType can only be applied to FeatureTypes and not to Property Types? Please provide an example with your ticket.
The CST is designed to create GML, i.e. FeatureCollections of features according to given FeatureTypes. We might create separate more generic implementations later on, I have already been thinking about this.
Updated by Josef Bezdek about 2 years ago
When I use Hale and want to tranform GML. I load GML and can see source data. I select the_geom as source and target attribute(both of the attributes are type of Property.class), then I call Network Expansion wizard or other functions but Hale doesn't transform data. If I want to set of displaing transformed data in Hale I will get no data.
I think that the problem is in CST SchemaTranslationController.class. This class solves only the variant where source and target selection is type of FeatureClass.class, not for Property.class. For previous example the function NetworkExpansionFunction isn't called.
Updated by Thorsten Reitz almost 2 years ago
- Status changed from New to Closed
- Assignee set to Thorsten Reitz
- Target version set to 2.0-M3
Resolution: Property assignment bug that appeared in M2 was fixed (#176). Also, please note that you always need to create retype mappings on a Feature/CompleXproperty level first, otherwise no Property level transformations can be executed.