Hi,

> I am attempting to get the coordinates for points and the start,
> mid, and end points of polylines from MapInfo into an Access
> database. I have attempted to use the @Coordinate, it just will not
> fill in the data in the database. I have also used the
> CoordinateFetcher in the Workbench, it will fill in the coords for
> the points and the start point for the lines. I see where it is
> mentioned to use the index on the CoordinateFetcher to change the
> location of the point that you want to get; however, I don't see
> where you can set it up to retrieve 3 sets of points.

That's because you can't :)

However, you can use 3 CoordinateFetchers in a row to grab the desired 
coordinates, or an OGCGeometryExtractor (set to Well Known Text) and 
then do some clever trickery with StringReplacer (2 I think) and 
AttributeSplitter. It's a bit more of a hassle that way though, so the 
multiple CoordinateFetcher trick is probabely the way to go.

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




For insights into what's up at Safe Software and what's on the development 
horizon, visit Safe's blog at spatial-etl.blogspot.com.

Safe Software has also made slides available that outline enhancements planned 
for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 
of the FME Worldwide Users Conference. To view these slides, visit 
www.safe.com/2006uc.

 
Yahoo! Groups Links

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/fme/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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