Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Re: Selecting feature to edit It is not hide

Hi Mauricio. I think in the RenderContext there is a getQuery method that checks that property on the layer blackboard to modify the feature that are rendered. Yep. Look at getFeatureQuery in RenderContextImpl.

Jesse

On 18-Jan-09, at 10:30 AM, Mauricio Pazos wrote:

Hi Emily,  Jesse
I was reading the EditUtils.refreshLayer used in the SelectTool to edit a
feature (code sprint grid, row 24). Maybe you could help me.

EditUtils.refreshLayer sets the properties of selectedLayer (lines 1021-1034) but I can find how this properties are used in the rendering process. In this case (selection to edit feature) the properties are updated to exclude the feature (filter id is created for the selected feature) but it is not taken
into account later.
I am right? any idea?

cheers
--
Mauricio Pazos
www.axios.es



Back to the top