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...
Show off your group to the world. Share a photo of your group with us.

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 9712 - 9741 of 14393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9712
Hi, Im new at FME and this question may well be a rookie question but neither the less it has been a problem for me. Is it possible to direct the inputfilename...
christian_andersen29
christian_an...
Offline Send Email
Nov 1, 2004
4:28 pm
9713
Hi mark, how area you? how is the topic? is anyone know how convert to Navteq sif+ ? Mark Stoakes <mark.stoakes@...> wrote: Are you referring to Standard...
arpat suparyatna
arpat_supary...
Offline Send Email
Nov 1, 2004
4:29 pm
9714
Hello Everyone, I'm about to translate .mge files into SDE. Did anyone experience this translation before? Please if so, can you share it with me and tell me...
oampad
Offline Send Email
Nov 1, 2004
4:29 pm
9715
Hi Hans + Peter (& Robert), Both good pointers, if you just need the angle of the lines coming into the node then the IntersectionFactory/TopologyFactory is...
Pete
terminalveloce
Offline Send Email
Nov 1, 2004
4:29 pm
9716
FME does not support the NAVTEQ SIF+ format. We have asked NAVTEQ for a sample data file but have not yet heard back. We'd need a good business case to go...
Mark Stoakes
mark_stoakes
Offline Send Email
Nov 1, 2004
10:03 pm
9717
Hi Christian, This isn't standard behaviour for FME, but you can make the output dataset name be the same as the source dataset name. It takes a little effort...
Mark Ireland
mark2atsafe
Offline Send Email
Nov 1, 2004
11:42 pm
9718
Hello, I believe the forthcoming FME2004-ICE^3 should support Smallworld 4.0. That should be in the next few weeks. Besides that Smallworld/GE need to release...
Mark Ireland
mark2atsafe
Offline Send Email
Nov 2, 2004
12:07 am
9719
Hi Sacha try using \n, that should do the trick Peter Laulund Natioanl Survey and Cadastre, Denmark ... ...
peter laulund
peter_laulund@...
Send Email
Nov 2, 2004
7:03 pm
9720
Hi Christian if you go from shape -> mapinfo this is no problem because, what control the name of the table is the featuretype so 1. keep the featuretype ( or...
peter laulund
peter_laulund@...
Send Email
Nov 2, 2004
7:03 pm
9721
Hi, I have three FME scripts called by a VB executable program. All three programs executed without any problem when I started execution interactively from a...
yingchiehyang
Offline Send Email
Nov 2, 2004
7:04 pm
9722
I am trying to write to SDE Geodb and I get the follwing error: "An error occurred while attempting to open an insert cursor on the feature class...
Eugen Toaxen
eugenpgts
Offline Send Email
Nov 3, 2004
5:11 pm
9723
Hi, I have done more testing, had some progress, but still the problem is there. In the last email, the scheduled task was created by the user (say user3), but...
yingchiehyang
Offline Send Email
Nov 3, 2004
5:12 pm
9724
Hi Mark, i though Navteq will not send you sample SIF+ file, because any reason. Is it possible if i have Navteq SIF+ file sample and Specification Document...
arpat suparyatna
arpat_supary...
Offline Send Email
Nov 3, 2004
5:13 pm
9725
Do FME can read and/or write Initial Graphics Exchange Specification (IGES) format? Jean-François Beaudry Technicien en géomatique Hydro-Québec Géomatique,...
beaudry.jean-francois...
jf_beaudry
Offline Send Email
Nov 4, 2004
7:21 pm
9726
The NAVTEQ SIF+ format and the SIF format generated by ISIF Connection (IGDS / ISIF Translator from Decision Graphics, inc.) are the same thing? We have a lot...
beaudry.jean-francois...
jf_beaudry
Offline Send Email
Nov 4, 2004
7:22 pm
9727
Hello Mark, thanks for this hint. With ArcGIS 9.0 on the computer everything works. Regards, Martin ... 9.0 ... has ... workbench ... via "Import ... open ... ...
jaeger2010
Offline Send Email
Nov 4, 2004
7:22 pm
9728
Hello Eugen, What is the writer type you are using? Is it GEODB_SDE or GEODATABASE_SDE? It sounds to me like you are using GEODB_SDE, which is no longer being...
Phil Svehla
philippsvehla
Offline Send Email
Nov 4, 2004
7:22 pm
9729
Hi, What version of FME are you using? With FME ICE 2004, you have to set the writer parameter TRANSACTION TYPE to versioning if you are to write to a...
yingchiehyang
Offline Send Email
Nov 4, 2004
7:23 pm
9730
Does anyone know how to modify a system variable (DEFAULT_MACRO) from within a FMW file? for example (in header) DEFAULT_MACRO A 0 DEFAULT_MACRO B 0 ...
Rice, Bob
bobrice1123
Offline Send Email
Nov 4, 2004
7:23 pm
9731
Jean-Francois: I am fairly certain that NAVTEQ SIF+ & ISIF Connection (IGDS / ISIF Translator from Decision Graphics, inc.) are different formats. As always, ...
Mark Stoakes
mark_stoakes
Offline Send Email
Nov 4, 2004
11:28 pm
9732
I have a few Laserscan IFF files on which I need to perform a transformation. On our old Laserscan system we would use a control file, and a program to then...
mark.gales@...
markrgales
Offline Send Email
Nov 5, 2004
4:46 pm
9733
Jean & Mark : I have talked to Mark about this too, i really hope FME can do write/reader Navteq SIF+ format. i am glad if FME can do this . I have...
arpat suparyatna
arpat_supary...
Offline Send Email
Nov 5, 2004
4:46 pm
9734
Hi bob you can make a macro a function of an other macro using a bit of tcl, in your exampel INCLUDE [ if { "$(AB)" == "A" } {puts "MACRO A 1"} ] this teknik...
peter laulund
peter_laulund@...
Send Email
Nov 5, 2004
4:47 pm
9735
Mark: Using FME Workbench the Scaler and Offsetter transformers should give you what you need. Regards, Mark ...
Mark Stoakes
mark_stoakes
Offline Send Email
Nov 6, 2004
1:17 am
9736
Hi, Bob, "INCLUDE [ if {"$(AB)" != "$(A)"} {puts {DEFAULT_MACRO A 1}}]" is what you need. The script is TCL script, you can insert it into your FME script...
yingchiehyang
Offline Send Email
Nov 8, 2004
5:04 pm
9737
Mark If the transformation is anythng other than a pure scalar one then you'll have to be careful about datums and so on. Cheers Bruce ... ...
bruce harold
bruce_harold
Offline Send Email
Nov 8, 2004
5:04 pm
9738
Hi, I want to break lines into points AND add an attribute to every points showing its vertex position it had before (when it was a line). To do that, I use...
"Prévost, Jean-Marc"
prevost1234
Offline Send Email
Nov 8, 2004
5:07 pm
9739
Dear FME'ers, Safe Software would like to present you with the opportunity to try out the new addition to the FME Intergraph Suite - FME ArcSDE Editing for...
Karen Liu
karen.liu@...
Send Email
Nov 8, 2004
10:52 pm
9740 Mark Ireland
mark2atsafe
Offline Send Email
Nov 8, 2004
11:08 pm
9741
I have a bunch of points in a GIS with database attributes. I would like to export all the points to an AutoCAD file, but would like the layer names to be...
equineman
Offline Send Email
Nov 9, 2004
7:57 pm
Messages 9712 - 9741 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