Michael,

> In fme file A, I calculate four coordinates! These four coordinates
> should be my search envelope (LLX;LLY;URX;URY) in fme file B.
> How can I do this?
> How can I load a mapping file from a mapping file with parameters?
> I tried it with INCLUDE but it doesn't work.
> 
> Any advice would be helpful!

A slightly different approach than Mark's suggestion (and probabely a 
lot clunkier)...

- Set up your first fme file to also write out a CSV file, holding those 
2 coordinate pairs.
- Set up your second fme file to read that CSV file and turn it into 
geometry. Probabely a 2DPointReplacer and a BoundingBoxAccumulator would 
be enough.
- Set up a batch file to start the second fme file after the first:

@echo off
fme a.fme
fme b.fme

would already do the trick.

Hope this helps.
-- 
Hans van der Maarel
Red Geographics
www.redgeographics.com / [EMAIL PROTECTED]





Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our 
Professional Services team.  Visit www.safe.com/services for details. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to