<module>
    <manifestVersion>1.0.0</manifestVersion>
    <symbolicName>beam-geotiff</symbolicName>
    <version>1.0.2</version>
    <name>GeoTIFF Product Module</name>
    <description>A module for reading and writing GeoTIFF Data Products</description>

    <vendor>Brockmann Consult GmbH</vendor>
    <contactAddress>Max Planck Str.2, 21502 Geesthacht (Germany)</contactAddress>
    <copyright>(C) 2007 by Brockmann Consult GmbH</copyright>
    <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>

    <changelog>
        <![CDATA[
        Changes in 1.0.2:<br/>
        [BEAM-957] "Search" tab missing VISAT help<br>
        Changes in 1.0.1:<br/>
        [BEAM-898] Display TIFF and GeoTIFF tags in metadata<br/>
        [BEAM-891] Model transformation is not applied if GeoTiff is projected<br/>
        [BEAM-889] Virtual bands are added as empty images to GeoTIFF files<br/>
        ]]>
    </changelog>

    <dependency>
        <module>beam-core</module>
        <version>4.5.2</version>
    </dependency>
    <dependency>
        <module>beam-visat</module>
        <optional>true</optional>
    </dependency>

    <categories>Reader,Writer,GeoTIFF,VISAT</categories>

    <extension point="beam-ui:actions">
        <action>
            <id>importGeoTIFFProduct</id>
            <class>org.esa.beam.visat.actions.ProductImportAction</class>
            <formatName>GeoTIFF</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <mnemonic>O</mnemonic>
            <text>Import GeoTIFF Product...</text>
            <shortDescr>Import a GeoTIFF data product or subset.</shortDescr>
            <description>Import a GeoTIFF data product or product subset.</description>
            <helpId>importGeoTIFFProduct</helpId>
        </action>
        <action>
            <id>exportGeoTIFFProduct</id>
            <class>org.esa.beam.dataio.geotiff.GeoTiffExportAction</class>
            <formatName>GeoTIFF</formatName>
            <useAllFileFilter>true</useAllFileFilter>
            <mnemonic>O</mnemonic>
            <text>Export GeoTIFF Product...</text>
            <shortDescr>Export a GeoTIFF data product or subset.</shortDescr>
            <description>Export a GeoTIFF data product or product subset.</description>
            <helpId>exportGeoTIFFProduct</helpId>
        </action>
    </extension>

    <extension point="beam-ui:helpSets">
        <helpSet>
            <parent>beam-help</parent>
            <path>doc/help/geotiff.hs</path>
        </helpSet>
    </extension>
</module>