http://fmeserver.ncd.noaa.gov/encdirect_extract_approach.html
http://fmeserver.ncd.noaa.gov/encdirect_extract_approach.html
I have difficulties understanding your question. Could you please tell what "GP clipping" means in this context?
David
Since you data resides in a database you can make use of the min/max XY + clip to search envelop parameters, usually found under parameters>advanced.
This way the users can enter min/max XY coords for the writer to clip.
Hope this helps,
Itay
I'm not sure what the "GP" means. Geo Processing?
If you need to filter features using a geometry specified by user, consider using the SpatialFilter or Clipper. Or else, the BoundsExtractor can be used to get the coordinates of corners of a bounding box surrounding a geometry, the BoundingBoxReplacer or BoundingBoxAccumulator can be used to create a bounding box area.
You have a choice depending on what you want to do.
Takashi
This way the users can enter min/max XY coords for the READER to clip.
you could accomplish this with a Creator followed by a couple of 2DPointAdders and a LineCloser based on the Lat/Lon published parameters to build the clipping polygon, which you then pass on the the Clipper.
David