What sort of structure are you looking for? In a line with coords 1,1
2,2 and 3,3 I'm assuming you want...

x1 1
x2 2
x3 3
y1 1
y2 2
y3 3

A number of CoordinateFetchers would do the trick - but you'd need to
know in advance how many points you are wanting to get. If you don't
then I think you'd have to start going down the TCL script route.

The alternative would be to use a list of some sort. Use the
CoordinateConcatenator and then use AttributeSplitter to create a set
of list elements. This should work, provided the delimiters for x/y
and each vertex is the same. The issue then is what you want to get as
output, again you'd need to know how many points you want, but you
should be able to map the list elements to attributes on a destination
schema.

Hope this helps. I do get the feeling that if you could better
describe the structure of the output you are hoping to achieve, we
might be able to provide a more apt solution.

Regards,

Mark

Mark Ireland, Senior Product Specialist
Safe Software Inc. Surrey, BC, CANADA
[EMAIL PROTECTED] http://www.safe.com
Solutions for Spatial Data Translation, Distribution and Access

--- In [email protected], "lifedesydney" <[EMAIL PROTECTED]> wrote:
>
> Thanks for your suggestion. Unfortunately I couldn't get it work. 
> I'm not familiar with OGCGeometryExtractor. Could you give a bit 
> more detail on your suggestion?
> 
> Thank you.
> 
> --- In [email protected], Hans van der Maarel <hans@> wrote:
> >
> > lifedesydney wrote:
> > 
> > > I want to obtain X, Y values of many multiple points. I know I 
> can use
> > > CoordinateConcatenator for this, but I want X and Y to be 
> accomodated
> > > in different fields, rather than as a set (x, y separated by 
> comma in a
> > > single field). Is there any way to do this easily?
> > 
> > It might be worth trying to see if the OGCGeometryExtractor does 
> the 
> > trick. If you run its output through a StringReplacer, you can 
> probabely 
> > achieve the effect you want.
> > -- 
> > Hans van der Maarel
> > Red Geographics
> > 
> > Zevenbergsepoort 44b            www.redgeographics.com
> > 4791 AE  Klundert               hans@
> > The Netherlands                 phone: +31-168-401035
> >
>




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