Quick Search
Browse
Pages
Blog
Labels
Attachments
Mail
Advanced
What’s New
Space Directory
Feed Builder
Keyboard Shortcuts
Confluence Gadgets
Log In
Sign Up
Dashboard
GeoTools
Copy Page
You are not logged in. Any changes you make will be marked as
anonymous
. You may want to
Log In
if you already have an account. You can also
Sign Up
for a new account.
This page is being edited by
.
Paragraph
Paragraph
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Preformatted
Quote
Bold
Italic
Underline
More colours
Strikethrough
Subscript
Superscript
Monospace
Clear Formatting
Bullet list
Numbered list
Outdent
Indent
Align left
Align center
Align right
Link
Table
Insert
Insert Content
Image
Link
Attachment
Symbol
Emoticon
Wiki Markup
Horizontal rule
tinymce.confluence.insert_menu.macro_desc
Info
JIRA Issue
Status
Gallery
Tasklist
Table of Contents
Other Macros
Page Layout
No Layout
Two column (simple)
Two column (simple, left sidebar)
Two column (simple, right sidebar)
Three column (simple)
Two column
Two column (left sidebar)
Two column (right sidebar)
Three column
Three column (left and right sidebars)
Undo
Redo
Find/Replace
Keyboard Shortcuts Help
<table class="confluenceTable"><tbody> <tr> <td class="confluenceTd"><p> Module: </p></td> <td class="confluenceTd"><p> jp2 </p></td> </tr> <tr> <td class="confluenceTd"><p> Module Maintainer: </p></td> <td class="confluenceTd"><p> <a class="confluence-link confluence-userlink" data-username="dany111" href="/display/~dany111" data-linked-resource-id="50192" data-linked-resource-type="userinfo" username="dany111" data-linked-resource-default-alias="Daniele Romagnoli" data-base-url="http://docs.codehaus.org">Daniele Romagnoli</a> </p></td> </tr> <tr> <td class="confluenceTd"><p> Status: </p></td> <td class="confluenceTd"><p> <table class="wysiwyg-macro" data-macro-name="excerpt" data-macro-parameters="atlassian-macro-output-type=INLINE" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2V4Y2VycHQ6YXRsYXNzaWFuLW1hY3JvLW91dHB1dC10eXBlPUlOTElORX0&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="RICH_TEXT"><tr><td class="wysiwyg-macro-body"><p><img class="emoticon emoticon-yellow-star" data-emoticon-name="yellow-star" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/star_yellow.png" alt="(star)" title="(star)" /><img class="emoticon emoticon-yellow-star" data-emoticon-name="yellow-star" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/star_yellow.png" alt="(star)" title="(star)" /><img class="emoticon emoticon-yellow-star" data-emoticon-name="yellow-star" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/star_yellow.png" alt="(star)" title="(star)" /><img class="emoticon emoticon-yellow-star" data-emoticon-name="yellow-star" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/star_yellow.png" alt="(star)" title="(star)" /></p></td></tr></table> </p></td> </tr> <tr> <td class="confluenceTd"><p> Email Help: </p></td> <td class="confluenceTd"><p> Geotools-gt2-users@lists.sourceforge.net </p></td> </tr> <tr> <td class="confluenceTd"><p> Volunteer: </p></td> <td class="confluenceTd"><p> geotools-devel@lists.sourceforge.net </p></td> </tr> <tr> <td class="confluenceTd"><p> IP Review: </p></td> <td class="confluenceTd"><p> <a href="http://svn.osgeo.org/geotools/branches/2.6.x/modules/unsupported/jp2kakadu/src/site/apt/review.apt">review.apt</a> </p></td> </tr> </tbody></table> <p>Plugin to support decoding JP2 and (limited) JPX files by means of either JJ2000, Jasper or Kakadu.</p> <img class="editor-inline-macro" src="/plugins/servlet/confluence/placeholder/macro?definition=e3RvY30&locale=en_GB&version=2" data-macro-name="toc"> <h1>Module Status</h1> <h2>Gold Star Quality Assurance Check</h2> <p><img class="emoticon emoticon-yellow-star" data-emoticon-name="yellow-star" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/star_yellow.png" alt="(star)" title="(star)" /> IP Check: review.apt added, all headers are in place<br /> <img class="emoticon emoticon-yellow-star" data-emoticon-name="yellow-star" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/star_yellow.png" alt="(star)" title="(star)" /> Quality Assurance: More than 60% test coverage reported by cobertura.<br /> <img class="emoticon emoticon-yellow-star" data-emoticon-name="yellow-star" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/star_yellow.png" alt="(star)" title="(star)" /> Stability: No planned API changes<br /> <img class="emoticon emoticon-yellow-star" data-emoticon-name="yellow-star" border="0" src="/s/en_GB/3278/15/_/images/icons/emoticons/star_yellow.png" alt="(star)" title="(star)" /> Supported: Documents available. Module maintainer does watches user list, answers email.</p> <h1>Aim</h1> <p>The aim of this module is to allow access JPEG2K data using the <a href="http://www.kakadusoftware.com/">Kakadu</a> driver via the imageio-ext-kakadujp2 plugin we have prepared on imageio-ext (Which uses JNI) when the Kakadu SDK can be found in the path; otherwise the standard JAI ImageIO JPEG2K plugin will be used. Notice that at this stage if Kakadu sdk is absent we will not be able to leverage on JP2 boxes to parse georeferencing information, but we will simply look for prj and world file.<br /> The underlying data access logics will be based on some of the key objects introduced by Simone on its imagemosaic plugin such as RasterManager, RasterLayerRequest, RasterLayerResponse which are preposed to handle any control/logics involving resolutions/envelope/overviews/crop/requests/... management.</p> <h2>Future plans</h2> <p>The idea is to proceed with improvements and tests on the previously introduced concepts/objects in order to extract a base architecture which may be shared by plugins to access coverages.<br /> Example of future tasks during the development of the plugin include:</p> <ul class="alternate"> <li>gmljp2 parsing</li> <li>multiple codestreams access capabilities (Mainly for jpx format)</li> </ul> <h1>Leveraging Kakadu</h1> <p><a href="http://www.kakadusoftware.com/">Kakadu</a> is a powerful implementation of the JPEG2000 standard.<br /> It allows to build a set of JNI DLLs which may be used via Java through a Jar package containing bindings to the native libs. Our ImageIO-Ext kakadu plugin is based on this.<br /> (The imageio-ext site already contains information about the Kakadu capabilities as well as instructions on how to setup and build the required kakadu native libs.)</p> <h2>The Image I/O-Ext project</h2> <p>The <a href="https://imageio-ext.dev.java.net/">Image I/O-Ext project</a> leverages existing native APIs to extend the set of formats that the <a href="https://jai-imageio.dev.java.net/">JAI ImageIO</a> API can read.<br /> Actual version of Image I/O-Ext is 1.0.5.</p> <h1>Outstanding Issues</h1> <img class="editor-inline-macro" src="/plugins/servlet/confluence/placeholder/macro?definition=e2ppcmFpc3N1ZXM6dXJsPWh0dHA6Ly9qaXJhLmNvZGVoYXVzLm9yZy9zci9qaXJhLmlzc3Vldmlld3M6c2VhcmNocmVxdWVzdC14bWwvdGVtcC9TZWFyY2hSZXF1ZXN0LnhtbD8mcGlkPTEwMjcwJnJlc29sdXRpb249LTEmY29tcG9uZW50PTE0MjQyJnNvcnRlci9maWVsZD1pc3N1ZWtleSZzb3J0ZXIvb3JkZXI9REVTQyZ0ZW1wTWF4PTEwMDB9&locale=en_GB&version=2" data-macro-name="jiraissues" data-macro-parameters="url=http://jira.codehaus.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?&pid\=10270&resolution\=-1&component\=14242&sorter/field\=issuekey&sorter/order\=DESC&tempMax\=1000">
Please type the word appearing in the picture.
Attachments
Labels
Location
Watch this page
< Edit
Preview >
Loading…
Save
Cancel
Next hint
search
attachments
weblink
advanced