Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1656) FeatureInterceptor for creation of default values

FeatureInterceptor for creation of default values
-------------------------------------------------

                 Key: UDIG-1656
                 URL: http://jira.codehaus.org/browse/UDIG-1656
             Project: uDIG
          Issue Type: Improvement
          Components: framework
    Affects Versions: UDIG 1.2.RC3
            Reporter: Jody Garnett
            Assignee: Jody Garnett
             Fix For: UDIG 1.2.RC3


In order to meet our guidelines of sensible defaults I was in a bit of a bind; the default values used when creating a feature are hard coded. Both in GeoTools SimpleFeatureBuilder.template( SimpleFeatureType, String ) and also in the CreateFeatureCommand.

Added a FeatureInterceptor to register against a "createFeature" activity; later we can add "addFeature" and "removeFeature" if you are interested in logging or security checks.

Documentation created here: - http://udig.refractions.net/confluence/display/DEV/10+Interceptors
summaryAdded Feature Interceptor extensions

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top