Hello, I would like to use the ArcSDEQuerier. But I see that it doesn't resolve the names of the subtypes and coded value domains, doesn't it ? Regards, Sorin...
Hi Mark, I tried something very similar but it does not seem to catch the required self intersects. I have attached an example polygon for which the...
Hi FME'ers, Just wanted to post a message about some of the new features in the FME2007 betas that you may not be aware of, since they don't all appears in the...
Hi Michael, ... each ... Good news! FME 2007 Beta has what you need. The "rich geometry" has come to the rescue. (You can read about rich geometry on the...
I am having trouble getting any features returned when issuing an SQL query against polygons in a MySQL spatial table. The table <Hoods> contains three...
Hi at all, I've a need: -- a lot of dbf (more than one hundred) filled with a lot of rows, with one field I need to statistical evaluate and put the results in...
Hi, Very simple question: Is it possible to remove duplicate object in one table? Apperently I have some problems with the bufferanalysis that Im doing, and...
Hmm. Sounds like you need a GROUP_BY on the StatisticsCalculator, but this doesn't appear to be available. I think that your best bet is to create a workspace...
Hi All- I'm often repeating many steps over and over again in a workbench file and was just wondering if there was a better approach. To keep the explanation...
Dear Friends, We are interested to convert street network data into GDF for navigation purposes. Just wanna know if some one has done it previously by using...
Hello, I'm new to GIS, I always have some doubt with GIS tool, If we have the spatial data in Oracle, a.) why do we need a GIS tool to render ? 1.) what is the...
Scott, ... It sounds like a Custom Transformer may do the trick. It's basically a group of transformers with specific settings that act as one (and it shows up...
Hi JA, Which email address at Safe did you write to? I don't see any email regarding GDF. If you let me know I can follow up. Anyway - yes FME will convert...
Bala, ... A 'rendering tool' allows you to look at the data, query it, perform analisys, make edits and so on. You could write your own tool in Java to do...
Thanks Mark and Hans!!! Hard to believe I haven't been using custom transformers after all this time. The rulebase attribute checker is quite a useful tool...
Hi Richard. Self-intersected objects leaving the SelfIntersector are always ketp together as an aggregate (see the SelfIntersector documentation). Use a...
Hi. I'd like to publish the TABLES parameter on the ArcSDEQuerier, which is no problem. But how do I get the read features to exit on an outputnode that exist...
Hi the best way of dooing this is to use a tcl function ( or python ) with tcl you can loop over any number off attributes using a list off attribute names and...
peter laulund
peter_laulund@...
Dec 5, 2006 4:31 pm
13006
Hi there, I´m using Autocad Map to import a DGN file, but wanting to access to the atributes stored in the user data linkage. Map creates the MSLinks table,...
Hi all, I have a problem to convert DGN to DWG. I have a template file *.dwt. It has the block definitions and linetype definitions. But when I use this *.dwt...
I need to figure out how to read the tables within an SQLite database. I've created an ODBC connection to the DB, and I'm able to 'pre- select' the tables I...
Hi Cindy. Are you attempting this in Universal Translator? I think You must create a workspace to map your cellnames to the equivalent blockname. (If they are...
I am using FME 2006. I have LineString-type features that I want to show in Google Earth that also have an attribute table shown in the KML Description tag....
Hi Dale, I agree, this is really good news. Right now, I am circumventing the problem by using an auxiliary DB table containing the information I need. This...
Yes. Create a unique attribute for each of your linestrings, generate the midpoint of the line as a point, and then join them back onto the line using an...
Martin, I just noticed an another issue, when I use my igds_level attribute as my fanout, it writes the feature in DGN file with correct igds_level, however...