Questions in topic: "feature types" https://knowledge.亚搏在线safe.com/questions/topics/single/19999.html The latest questions for the topic "feature types" Setting the Input Geometry Parameter for ESRI MapServer Reader https://knowledge.亚搏在线safe.com/questions/87607/setting-the-input-geometry-parameter-for-esri-maps.html

I need a little help finding the correct format to enter a spatial envelope Input Geometry.Looking at the following link It looks like I need to put the following information into the Input Geometry Parameter (xmin,ymin,xmax,ymax).I tried this with no records being returned.Is there a trick to pre-filter spatial data from an ArcGIS Server service.

http://docs.亚搏在线safe.com/fme/2018.1/html/FME_Desktop_Documentation/FME_ReadersWriters/arcgisfeatures/ft-parameters-r.htm

feature types Tue,26 Feb 2019 20:19:13 GMT jasonclemis
Writing a GBD relationship class https://knowledge.亚搏在线safe.com/questions/87460/writing-a-gbd-relationship-class.html

Hi FME Experts,


I am trying to write a Geodatabase relationship class between feature class and stand-alone table but it could not be created,it gives me a below error :

"

Unable to create table/feature class/relationship class of type 'geodb_invalid'.Creation of this type is not currently supported by FME,and must be done through Esri tools

GeodatabaseRelationshipFeaturesPipeline::GeodatabaseRelationshipFeatures(SortFactory): A fatal error has occurred.Check the logfile above for details

A fatal error has occurred.Check the logfile above for details

Some error has occurred closing the pipeline factory,see previous warning

Transaction #1 rolled back.Rerun translation specifying transaction #0 for the keyword 'TRANSACTION'

Some error has occurred closing the pipeline factory,see previous warning

A fatal error has occurred.Check the logfile above for details"


Note :

I have followed the steps and recommendation points in the articlehttps://knowledge.亚搏在线safe.com/articles/45766/writing-geodatabase-relationship-classes.html


writers feature types file geodatabase relationship class sde feature class Sat,23 Feb 2019 18:08:29 GMT gisuser
How to capture writer feature count per feature type? https://knowledge.亚搏在线safe.com/questions/85984/how-to-capture-writer-feature-count-per-feature-ty.html

Is there a generic way to extract the feature count for each feature type in the writer?For example,I would like to capture this information either in the same workspace,or from the log file's Feature Written Summary section.I would like to capture this info for each updated feature type to a central location for review and reporting.Most of our FME processes are running on FME server.

writer feature types features count Mon,28 Jan 2019 14:34:28 GMT ag
Is that possible to change size of a feature type box ? https://knowledge.亚搏在线safe.com/questions/84271/is-that-possible-to-change-size-of-a-feature-type.html

Cause table & attributes name are longer than the available size.And the over solution is not so simple to use.

feature types Fri,14 Dec 2018 15:03:51 GMT jeanu
Feature Types https://knowledge.亚搏在线safe.com/questions/78773/feature-types-1.html

How can I find the feature types of a CityGML file in the command line itself.Is there any command line argument to find the feature type of input file.

feature types Wed,19 Sep 2018 12:19:30 GMT san
WFS Reader - Using Parameters in Feature Type Setup https://knowledge.亚搏在线safe.com/idea/78016/wfs-reader-using-parameters-in-feature-type-setup.html

The WFS reader currently does not give the option for parameters to be used inside the feature type setup,e.g.for a search envelope.These can be set in the navigator window after adding the feature type,but it would be useful to set them in the initial dialog.

readers parameters feature types wfs reader Fri,07 Sep 2018 01:48:51 GMT chrisw84
Support special characters in writer feature types https://knowledge.亚搏在线safe.com/idea/76338/support-special-characters-in-writer-feature-types.html

At the moment it is not possible to use special characters,such as '(' and ')' in feature type names in Writers.Many formats do support these characters,but it is not possible to use these in FME,since they are being replaced with an underscore.

Please implement this.

Note: It is also not possible to create an attribute containing the feature type name and use this as the feature type,it still gives an error since FME replaces these characters with an underscore.

desktop writer feature types special characters Tue,14 Aug 2018 09:01:06 GMT lars_de_vries
Copying a writer feature type creates a file name alias (Esri/ArcGIS) https://knowledge.亚搏在线safe.com/questions/71565/copying-a-writer-feature-type-creates-a-file-name.html

Howdy,

This question pertains to working with file name/feature class name & name alias for shape files & file geodatabase feature classes.

My Question is:Where in FME can I modify theNamealiaswhen writing to a shape file or file geodatabase feature class?I am not seeing this in the parameters or the Format Attributes.

Note: This isnota question about a geodatabase field name alias,help on that can be found here: https://knowledge.亚搏在线safe.com/content/kbentry/22423/working-with-geodatabase-field-aliases.html

How this became an issue for me:

Working with FME 2018.1 I noticed that when working in a workbench I noticed that an issue pops up when I get lazy and instead of adding a new writer feature type I do a quick copy and paste to create a new writer feature type that I then rename (Parameters > General > Feature Class or Table Name).When that pasted/renamed feature class is output the name from the parent/copied writer feature type is written to the name alias.

An example use case where I encountered this:

For instance,say I'm working with a feature type that writes a feature class named"Parcels_SR"and now I need to output another brand new feature class named "Parcels_RC_Zone".Instead of going Writers > Add Feature Type,I simply copy and paste the "Parcels_SR" feature type then change the name to "Parcels_RC_Zone." seems like a good idea but changing the name of the output feature class does not update the feature classes name alias which remains "Parcels_SR" as shown in the attached screen shot from ArcCatalog.

2018-05-31-13-39-55-feature-class-properties.png


到目前为止,我寻找解决方案:

While I may have missed it,I search around the FME site and specifically reviewed these resource pages with no luck:

  • Tutorial: Geodatabase Transformations
    • (https://knowledge.亚搏在线safe.com/articles/24686/tutorial-getting-started-with-complex-geodatabase.html)
  • Esri Geodatabase (File Geodb) Writer Parameters
    • https://docs.亚搏在线safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/geodatabase/GEODATABASE_FILE_writer.htm
  • Esri Shapefile WriterParameters
    • https://docs.亚搏在线safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/esrishape/esrishape_writer.htm

Any suggestions are greatly appreciated!

writers feature types esri geodatabase Thu,31 May 2018 21:19:00 GMT joshuadamron
How to execute three FeatureWriter in sequence with the same input feature? https://knowledge.亚搏在线safe.com/questions/70288/how-to-execute-three-featurewriter-in-sequence-wit.html

I have three tables in Sql Server ROUTE,STOPS and DIRECTIONS.I need to control the write to this tables en sequence (1) ROUTE,then (2) STOPS and finally (3) DIRECTIONS.How can I perform this in FME Desktop?

featurewriter feature types feature Mon,14 May 2018 15:17:33 GMT ediaze
Can I selectively read autocad layers? https://knowledge.亚搏在线safe.com/questions/69167/can-i-selectively-read-autocad-layers.html

When reading a DWG,I am only interested in reading layers with the prefix '_'.Do I have the option to ignore all other layers?

I know I can easily filter them after they've been read,but I'm trying to cut down on the initial reading time.Thanks.

autocad dwg readers feature types layernames Fri,27 Apr 2018 11:24:45 GMT ld
Apply "Max Feature to Read Per Feature Type" to all features listed in Feature Types to Read. https://knowledge.亚搏在线safe.com/idea/63466/apply-max-feature-to-read-per-feature-type-to-all.html

Max Feature Types to Read applies to the feature types on the workbench canvas.So if you use Merge Feature Type (and only have one feature type on the canvas) then that will count as only one feature type.Say you set Max Feature Types to read to 2.If you use Merge Feature Type,only two features are read instead of two features per feature listed in the Feature Types to read parameter.

Max Feature Types to Read should also be applied when Merge Feature Type Filter is used along with the Feature Types to Read.

workbench feature types read Tue,06 Feb 2018 17:00:51 GMT fmelizard
Reader Max Features to Read Per Feature Type not working https://knowledge.亚搏在线safe.com/questions/63428/reader-max-features-to-read-per-feature-type-not-w.html

I have tried multiple combinations,but it seems the "Max Features to Read Per Feature Type" value is being ignored.I have 14 Feature Classes selected in my "FEATURE_TYPES" Published Parameter,so hence,if I set the value to 2,it should read 28 records but unfortunately it seems to only read 2 records from a random Feature Class.

I am using v2016.1.0.1

Refer @mhab's comments in this idea post: https://knowledge.亚搏在线safe.com/idea/25361/add-a-max-feature-to-read-per-feature-type-paramet.html

readers feature types ms sql maximum value Tue,06 Feb 2018 06:16:22 GMT peterx
How to convert compound geometry type from an Intergraph Access database into Esri file database https://knowledge.亚搏在线safe.com/questions/60953/how-to-convert-compound-geometry-type-from-an-inte.html

Hello,

I'm trying to convert compound geometry type from an Intergraph Access database into Esri file database.I'm wondering how to separate geometry type from compound into point,line and area features.

feature types geometry type compound Thu,04 Jan 2018 22:14:07 GMT ailxu
Atribute Manager- deletion of the atributes- saving to csv https://knowledge.亚搏在线safe.com/questions/56524/atribute-manager-deletion-of-the-atributes-saving.html

Hello!

I am FME beginner.I am working with table where I have 38 different attributes.I would like to extract only 2 of them.I used for this AttributeManager Parameters where I simply set Action for attributes which are not interesting for me as REMOVE.

However after Adding Writer and saving docu

ments as .csv I got result like on the left side (Fig.2).I would like to get result which is in the record J.I assume that this tool just clean content which refers to specific attributes instead of deleting whole atribute with all values.

in FME Data Inspector result of my deletion looks like this

so I don't understand why is it saved in the .csv file in other way with all pipes.I know that I could copy content of the values from data inspector and paste it to .xls sheet or .txt file.However,I would like to do it fully automaticaly.

Any tips?Or should I use different tool for atribute deletion?I am grateful for all hints.

csv schema mapping attributemanager feature types Wed,25 Oct 2017 14:57:04 GMT vid
How do i filter feature type attributes automatically? https://knowledge.亚搏在线safe.com/questions/55596/how-do-i-filter-feature-type-attributes-automatica.html

Reader is a single merged feature type reading 6 tables from an oracle database.Then using a feature type filter to export out the different tables,but the export contains the attributes for all the tables.How do I get the writer to just read the attributes for a particular feature type?Also when I update the feature type filter it removes all the tables and just adds one of the tables

readers writers attribute feature types Thu,12 Oct 2017 21:41:58 GMT jacq