Search the web
Sign In
New User? Sign Up
fme · Feature Manipulation Engine
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11880 - 11909 of 14393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11880
Hello Bjørnar, My suggestion would be to use the appropriate cardinality in the JOINER transformer 1:M and then use a LISTBUILDER/ appropriate one from the...
Raghavendran
raaags2001
Offline Send Email
Apr 3, 2006
2:25 pm
11881
I am trying to convert a dwg from stateplane to utm. If I explode the blocks, all of the symbols come across as the correct size, with the correct layer...
bgb513
Offline Send Email
Apr 3, 2006
3:39 pm
11882
Hi Alfred, now I see what you mean saying "a very long time". I tried a dataset with a half a million features. It takes hours and hours to complete. I tried...
Dmitri Bagh
dmbagh
Offline Send Email
Apr 3, 2006
7:06 pm
11883
FME 2006 (20051216 - Build 2182) I am reading in a large csv file and writing out dwg files and it works on a single file but now I want to run it in batch...
waberskidarrow
Offline Send Email
Apr 4, 2006
4:50 am
11884
Before I try to recreate the wheel, what general process and FME transformers have people used to find gaps in line work? I am mostly working to clean up...
bearatwrc
Offline Send Email
Apr 4, 2006
4:51 am
11885
HI, Does anyone has experienced with Data Integration between Smallworld and ARCSDE ? We have plan to integrate data from many different office, some office ...
B Jatnika
barjat
Online Now Send Email
Apr 4, 2006
7:00 pm
11886
... See attached. -- Hans van der Maarel Red Geographics www.redgeographics.com / hans@......
Hans van der Maarel
hans905
Offline Send Email
Apr 4, 2006
7:00 pm
11887
Hi, You shouldn't need to convert your .fmw to an .fme; FME will execute .fmw files just fine. To work around the unexpected input remover, open up the source...
Jason Birch
jasoncbirch
Offline Send Email
Apr 4, 2006
7:01 pm
11888
Hello, in my data conversion I want to write to an ESRI Personal Geodatabase (MDB). I've got the problem that the process "fme.exe" doesn't end after ...
artax_2k
Offline Send Email
Apr 4, 2006
7:01 pm
11889
What do you mean by gaps in linework? Lines that do not connect node to node, or lines that do not connect edge to edge (polygon slivers)? For node gaps...
Jason Birch
jasoncbirch
Offline Send Email
Apr 4, 2006
11:34 pm
11890
Thanks Jason, it works great. ... execute ... feature ... works ... converted the ... whole ... file ... \ ... TeeFactory...
waberskidarrow
Offline Send Email
Apr 4, 2006
11:34 pm
11891
Thanks Jason, it works great. ... execute ... feature ... works ... converted the ... whole ... file ... \ ... TeeFactory...
waberskidarrow
Offline Send Email
Apr 4, 2006
11:34 pm
11892
I am looking for a tool to convert vector data into caris (.dsl) format. Does anybody know, which tools I could use? Thanks, Josef...
joswin64
Offline Send Email
Apr 6, 2006
6:20 pm
11893
basically I'm getting the following results effectively its reading in the shapefile and then outputting to ___TOFILTER___ which means I'm missing something,...
dlaw001
Offline Send Email
Apr 6, 2006
6:21 pm
11894
Hello All :) I would like to change the Geographic Coordinate System and Projected Coordinate System Names so that they match the ESRI format, for example... ...
clambert_aamh
Offline Send Email
Apr 6, 2006
6:21 pm
11895
I am trying to create a custom transform that initially tosses (via ATTRIBUTE FILTERs) everything except microstation shapes and lines. Kept in an intact...
bearatwrc
Offline Send Email
Apr 6, 2006
6:21 pm
11896
Hi all Is anyone Geodatabase writer used to create geodb dimention. Please send me any idea. I could not get dimentsions from a table. It works for me geodb...
venkatpdo
Offline Send Email
Apr 6, 2006
6:22 pm
11897
Good morning all Does FME support Autodesk 3D studio? ... I couldn't see anything. If not, any ideas? Garry...
garry_christoffersen
garry_christ...
Offline Send Email
Apr 6, 2006
6:23 pm
11898
I think that you will need to expose that attribute from inside the custom transformer, and then enter it as a parameter in the workspace you are calling the...
Jason Birch
jasoncbirch
Offline Send Email
Apr 6, 2006
7:13 pm
11899
... Unfortunately, not as far I know. Given the nature of the AttributeFilter, and the fact that you have little control over what a user actually connects to...
Hans van der Maarel
hans905
Offline Send Email
Apr 6, 2006
7:13 pm
11900
Join us at the FME Worldwide User Conference in Vancouver, BC, Canada September 21-22, 2006. Block off September 21-22, 2006 now to take advantage of this...
jameygillis
Offline Send Email
Apr 6, 2006
9:27 pm
11901
Hello I have created a GUI which includes a GUI CHOICE to select between coordinate system names. However some of the listed coordinate systems are not easily...
clambert_aamh
Offline Send Email
Apr 7, 2006
3:49 pm
11902
Hello, I am trying to use the ExpressionEvaluator Transformers to do the following math: &field1/&field2 or (&field1/&field2) or (&field1/&field2)*100 getting...
Christopher R. Thorne
christhorne@...
Send Email
Apr 7, 2006
3:49 pm
11903
Hi, I am looking for a tool to convert vector data into caris (.dsl) format. Does anybody know, which tools I could use? Thanks, Josef...
joswin64
Offline Send Email
Apr 7, 2006
3:50 pm
11904
Hi Group, I am not sure if this is my problem or not. When I use the DecimalDegreesCalculator and one of the attributes (usually the minutes or seconds) is 0...
Bryan Waller
bwaller@...
Send Email
Apr 7, 2006
3:52 pm
11905
Finally got it working.... had to update to the latest build and add (+0.0)with brackets. To get it working. (@Value(field1)/(@Value(field2)+0.0))*100 Chris ...
Christopher R. Thorne
christhorne@...
Send Email
Apr 7, 2006
4:22 pm
11906
Your fields are probably being interpreted as integers. Try something like: ((&field1 * 1.00)/(&field2 * 1.00)) * 100 Jason ... From: fme@yahoogroups.com...
Jason Birch
jasoncbirch
Offline Send Email
Apr 7, 2006
4:24 pm
11907
... will be ... Two of the things that need to be filtered out are cells and linear pattern components. Both are best addressed by looking at IDGS element...
bearatwrc
Offline Send Email
Apr 7, 2006
4:48 pm
11908
Hi, Does FME provide any tools for manually editing vector data? I've got a set of shapefiles that represent a traffic network, but many of the vectors that...
Thom DeCarlo
thom_decarlo
Offline Send Email
Apr 7, 2006
4:48 pm
11909
Hallo I had a similar problem, i.e. I needed coordinate systems named according to local conventions, and all of them were defined in FME. What I did, was to...
Michael Habarta
mhabarta
Offline Send Email
Apr 7, 2006
8:00 pm
Messages 11880 - 11909 of 14393   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help