Porting MAX_ALLOWED_TILES and MOSAIC_LOCATION_ATTRIBUTE Hints from GT-2.5 to 
GT-2.4
-----------------------------------------------------------------------------------

                 Key: GEOT-2055
                 URL: http://jira.codehaus.org/browse/GEOT-2055
             Project: GeoTools
          Issue Type: Improvement
          Components: core metadata
            Reporter: Daniele Romagnoli
            Assignee: Daniele Romagnoli
            Priority: Minor
             Fix For: 2.4.6


In order to port some code of the imageMosaic plugin from gt-2.5 to gt-2.4 we 
need to extends the Hints class with the following elements of geotools 2.5:


 /**
     * Key to control the maximum allowed number of tiles that we will load.
     * If this number is exceeded, i.e. we request an area which is too large
     * instead of getting stuck with opening thousands of files we throw an 
error.
     */
    public static final Key MAX_ALLOWED_TILES = new Key(Integer.class);

    /**
     * Key to control the name of the attribute that contains the location for
     * the tiles in the mosaic index.
     */
    public static final Key MOSAIC_LOCATION_ATTRIBUTE = new Key(String.class);


-- 
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

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to