I have a set of lines I want to 'fit'/shrink into another object's bounding box.
Both features have the same LL coord.
I have tried the RubberSheeter and AffineWarper, but the result is just rotated.
Any help would be appreciated.
Itay
I have a set of lines I want to 'fit'/shrink into another object's bounding box.
Both features have the same LL coord.
I have tried the RubberSheeter and AffineWarper, but the result is just rotated.
Any help would be appreciated.
Itay
I would try to calculate the difference in size ratios between the BBox and bounding box of the lines you want inside, then send the lines to the Scaler.
Could that work?
David
Yes it should, well according to the docs it should, but when applying it I get a shift of the objects and not smaller objects.
This is because the objects are not near the 0,0 point of the coordsys (again as stated in the documentation).
Do you know of any other way to "shrink" objects?
Itay
(-xmin, -ymin) is left-bottom of the bounding box.
How's this? Takashi
Thanks for the explanation on how to use the scaler.
I have now the AffineWraper working and all of my features are being processed.
With a little help from FMEpedia (PDFTextMapper).
Itay