[geotk] [JIRA] Created: (GEOTK-106) Add API method to retrieve informations about tile

Guilhem Legal (JIRA) jira at geomatys.com
Tue Jul 6 09:15:27 EDT 2010


Add API method to retrieve informations about tile
--------------------------------------------------

                 Key: GEOTK-106
                 URL: http://jira.geotoolkit.org/browse/GEOTK-106
             Project: Geotoolkit
          Issue Type: Improvement
          Components: Coverage
    Affects Versions: 3.14
            Reporter: Guilhem Legal
            Assignee: Martin Desruisseaux
             Fix For: 3.13


in order to create a WMTS service in constellation, we need to retrieve some informations about the Tile :

Layer (most part are already available i think as used by the WMS):
- Title
- WGS84BoundingBox
- Style
- format
- Dimension (Time for example)
- TileMatrixSetLink (A list of TileMatrixSet correspounding to the layer)

TileMatrixSet :
- identifier
- supportedCRS
- BoudingBox (optional bounding box of data in this CRS)
- wellKnownScaleSet (Optional)
- tileMatrix (A list of TileMatrix correspounding to the TileMatrixSet)

TileMatrix :
- identifier
- scaleDenominator
- topLeftCorner
- TileWidth
- TileHeight
- MatrixWidth
- MatrixHeight


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

        


More information about the Geotoolkit mailing list