Skip to main content

hello, I have Dissolve Line features and I want make a fishnet with my complete dissolved area. I tried with tiler but it shows.

FileGDB Writer: Failed to write Geometry to feature class 'TILED_V3' with geometry type 'esriGeometryPolygon'. Dropping containing feature
Storing feature(s) to FME feature store file `D:\\FME\\Envelope_log.ffs'
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: `TILED_V3'
Attribute(32 bit unsigned integer): `OBJECTID' has value `43'
Attribute(32 bit unsigned integer): `_column1' has value `25'
Attribute(32 bit unsigned integer): `_row1' has value `77'
Attribute(string) : `filegdb_type' has value `geodb_polygon'
Attribute(string) : `fme_feature_type' has value `_polygon_'

Attribute(string) : `fme_geometry' has value `fme_aggregate'
Attribute(entangled: string) : `fme_type' has value `fme_area'
entangled to [filegdb_type]
Attribute(encoded: utf-16) : `highway' has value `secondary'
Attribute(string) : `multi_writer_id' has value `0'
Coordinate System: `EPSG:3857'
Geometry Type: IFMEAggregate
Front Appearance Reference: `<inherited_or_default_appearance>'
Back Appearance Reference: `<inherited_or_default_appearance>'
Number of Geometries: 2
--------------------------------------
Geometry Number: 0
Geometry Type: IFMEDonut
Outer Boundary:
Geometry Type: IFMEPolygon
Boundary:
Geometry Type: IFMELine

 

Any suggestion? thanks

Check the allowed geometry for your output feature type. You mention you have line features as input but the error message mentions polygons. If your output feature type is expecting lines and receivning polygons it will throw up an error.


All you tiles are aggregates.

. Might you have aggregated lines with polygons?

Maybe try de aggregating it and the geometry filter.

Did you tile by using tiler?

How did you "dissolve" line features to area?


All you tiles are aggregates.

. Might you have aggregated lines with polygons?

Maybe try de aggregating it and the geometry filter.

Did you tile by using tiler?

How did you "dissolve" line features to area?

Thanks to reply gio,

 

Yes, I tiled by using tiler.

 

I dissolved the line features to area by tiler and dissolver.

 

 

 


Reply