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 7678 - 7707 of 14393   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7678
Hi, I am working on a utility project and am looking at literature on SmallWorld capabilities Vs ArcGIS/ Arc/FM? Can somebody let me know sites or send pdf...
subash
subbugis
Offline Send Email
Aug 1, 2003
3:43 pm
7679
Hi ! I am wondering if one can do a more complex query in the @Relate function. Currently, the log file shows this line : Set up query `SELECT t1.* FROM...
Gautam Chandra Kasturi
gautam_ck@...
Send Email
Aug 4, 2003
5:23 pm
7680
Hello there, I'm struggling with an issue of using Oracle Spatial writer. FME is capable to read Oracle Spatial data and fails to write it back to a new layer...
Sergey Berezyuk
sberezuk
Offline Send Email
Aug 4, 2003
5:24 pm
7681
Hi , do somebody know how can we store the password in mapping file in encrypted format so only FME can read it may be thorugh a TCL function .etc. Thanks in...
Mashoog, Husain A
hussein.mashouq@...
Send Email
Aug 5, 2003
3:05 pm
7682
Hello all, I'm experiencing a problem when I try to create a workbench session going from a VISION file (ATS.GIA) to a shapefile. Once I enter my source...
Steve Nelson
steve.nelson@...
Send Email
Aug 5, 2003
6:06 pm
7683
Hi all, I'm new to FME and am having a problem exporting Smallworld to dwg. It will export ok but I end up with multiple geometries in the dwg file. I'm on...
chappop1
chappop1@...
Send Email
Aug 6, 2003
3:29 pm
7684
... Error! ... installations ... Just an update =- tried viewing this file in Universal Viewer and I get the curious error "No Reader named 'GINA' is available...
Steve Nelson
steve.nelson@...
Send Email
Aug 6, 2003
3:29 pm
7685
Hello Group, Has anyone had any luck building a workbench that will place hyperlink and object data into fields in a shape file? I can get the object data ...
Bryan Waller
bwaller@...
Send Email
Aug 6, 2003
3:30 pm
7686
Hi Steve... ... This error occurs when Workbench cannot create a workspace for the given format. Yes, it is a bad message, and it has been fixed since the...
Matt Adam
matt@...
Send Email
Aug 6, 2003
4:33 pm
7687
First and foremost, please pardon the newbie questions - I've only had FME for about 6 hours. I have (and will receive) a great number of shape files that I...
David Brubacher
dmbrub007
Offline Send Email
Aug 7, 2003
3:54 pm
7688
Hello, I'm using workbench to try to create an SDF polygon layer from an autodesk_line layer, and want to use an autodesk_text layer to populate the sdf_key....
Jason Birch
JBirch@...
Send Email
Aug 7, 2003
8:46 pm
7689
Jason & Others, I have a similar issue with source MicroStation Text because many different formats have differing support text justifications and I regularly...
Lawrence Turner
lawrenceturn...
Offline Send Email
Aug 8, 2003
3:00 pm
7690
... Not an easy one, due to the sheer size of it. Here's what I normally do: - Set up the general process in the Workbench and create a mapping file for it....
Hans van der Maarel
hans@...
Send Email
Aug 8, 2003
3:01 pm
7691
All, I separated the point and text information using a featuretypefilter to separate point (which is basically the anchor point of the text) and multitext...
Helmoet de Zwijger
helmoet@...
Send Email
Aug 8, 2003
3:44 pm
7692
Hi David... ... Workbench has some tools to make thing like this easier. You can use the feature type merging to read in any shape file regardless of its file...
Matt Adam
matt@...
Send Email
Aug 8, 2003
4:35 pm
7693
Hi Jason... ... The viewer (and all FMEObjects applications) has a little secret: when it asks for the bounding box of text features, it doesn't get the real...
Matt Adam
matt@...
Send Email
Aug 8, 2003
5:11 pm
7694
Can somone please provide me with some info..... I have tiled mapsheet data that I wish to merge into a seamless dataset AND I wish to retain the mapsheet...
ganahuck
Offline Send Email
Aug 9, 2003
4:35 am
7695
The following code should give you a rough centroid of the text when reading AutoCAD or Microstation files: FACTORY_DEF * TeeFactory \ INPUT FEATURE_TYPE text...
deltamap2000
Offline Send Email
Aug 9, 2003
4:35 am
7696
Thanks Matt All the answers and definitely the movies really helped. I'm starting to think the FME way! Dave B ... From: Matt Adam [mailto:matt@...] Sent:...
David Brubacher
dmbrub007
Offline Send Email
Aug 9, 2003
4:36 am
7697
To this discussion I'd add checking the "autocad_insertion_x" and "autocad_insertion_y" attributes to see if they would be of use. These are the true...
Dale Lutz
fme_egroup
Offline Send Email
Aug 11, 2003
2:49 pm
7698
Use the transformer "FeatureTypeExtractor" in FME Workbench. ... Från: ganahuck [mailto:nomduplume@...] Skickat: den 8 augusti 2003 23:00 Till:...
Dahlsten Nils-Erik
mysoxen
Offline Send Email
Aug 11, 2003
2:50 pm
7699
hallo, I'm a newbie in FME. First I want to develop a simple reader with the java-plugin. I've created a new class with the needed functions (open, close and...
Olaf Schmidt-LÀnder
olaf.schmidt@...
Send Email
Aug 11, 2003
2:51 pm
7700
Hi FME group I have road lines and road names as graphic group. Is ther e any way to get road anmes into road lines as an attribute while converting from igds...
fmeindia
Offline Send Email
Aug 11, 2003
5:52 pm
7701
FMEINDIA, Try the FeatureMerger in Workbench or the ReferenceFactory in a mapping file if your roads and road names (text) have the same graphic group number....
Daniel Iseminger
pelegraf
Offline Send Email
Aug 11, 2003
8:11 pm
7702
Thanks Dave, That only works for horizontal text, doesn't it? I tried figuring this out for rotated text, but am getting bogged down in rusty trig (SOHCAHTOA...
Jason Birch
JBirch@...
Send Email
Aug 11, 2003
10:46 pm
7703
Let's get triggy with it... FACTORY_DEF * TeeFactory \ INPUT FEATURE_TYPE text \ OUTPUT FEATURE_TYPE * @TCL("set FME_Attributes(textlength) [string length...
deltamap2000
Offline Send Email
Aug 12, 2003
5:59 am
7704
Hello FMEers, You may be interested in a couple of recent interviews we've done. As FME users, you may find our perspectives interesting and we welcome ...
Dale Lutz
fme_egroup
Offline Send Email
Aug 12, 2003
6:00 am
7705
HI FMEUsers, I am trying to translate some data from DWG to SDE and during the translation process FME genereate the following error : -> All channels have...
alexpillonel
Offline Send Email
Aug 12, 2003
3:37 pm
7706
Hi Sergey, Could you send the mapping file you used to support@..., this should work but to be honest I'm not aware of anyone that has used FME to go from...
Dale Lutz
fme_egroup
Offline Send Email
Aug 13, 2003
1:59 pm
7707
Hi Alex, I think we'll need to see the log file here to know more about what is going on. If you could add: FME_DEBUG BADNEWS FME_STACK_TRACE To your mapping...
Dale Lutz
fme_egroup
Offline Send Email
Aug 13, 2003
1:59 pm
Messages 7678 - 7707 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