Author: desruisseaux Date: Wed May 29 09:18:53 2013 New Revision: 1487421 URL: http://svn.apache.org/r1487421 Log: Complete site descriptors for storage modules.
Added: sis/branches/JDK7/storage/sis-netcdf/src/site/site.xml - copied, changed from r1487410, sis/branches/JDK7/core/sis-utility/src/site/site.xml sis/branches/JDK7/storage/sis-storage/src/site/ sis/branches/JDK7/storage/sis-storage/src/site/apt/ sis/branches/JDK7/storage/sis-storage/src/site/apt/index.apt - copied, changed from r1487410, sis/branches/JDK7/storage/sis-netcdf/src/site/apt/index.apt sis/branches/JDK7/storage/sis-storage/src/site/resources/ sis/branches/JDK7/storage/sis-storage/src/site/resources/css/ sis/branches/JDK7/storage/sis-storage/src/site/resources/css/site.css (with props) sis/branches/JDK7/storage/sis-storage/src/site/site.xml - copied, changed from r1487410, sis/branches/JDK7/core/sis-utility/src/site/site.xml sis/branches/JDK7/storage/src/site/site.xml - copied, changed from r1487410, sis/branches/JDK7/core/src/site/site.xml Copied: sis/branches/JDK7/storage/sis-netcdf/src/site/site.xml (from r1487410, sis/branches/JDK7/core/sis-utility/src/site/site.xml) URL: http://svn.apache.org/viewvc/sis/branches/JDK7/storage/sis-netcdf/src/site/site.xml?p2=sis/branches/JDK7/storage/sis-netcdf/src/site/site.xml&p1=sis/branches/JDK7/core/sis-utility/src/site/site.xml&r1=1487410&r2=1487421&rev=1487421&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-utility/src/site/site.xml (original) +++ sis/branches/JDK7/storage/sis-netcdf/src/site/site.xml Wed May 29 09:18:53 2013 @@ -24,9 +24,9 @@ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> - <!-- ==================================================== - Site descriptor for Apache SIS utility module - ==================================================== --> + <!-- ============================================================ + Site descriptor for Apache SIS NetCDF storage module + ============================================================ --> <body> <menu name="Quick links"> <item name="Module Javadoc" href="apidocs/index.html"/> Copied: sis/branches/JDK7/storage/sis-storage/src/site/apt/index.apt (from r1487410, sis/branches/JDK7/storage/sis-netcdf/src/site/apt/index.apt) URL: http://svn.apache.org/viewvc/sis/branches/JDK7/storage/sis-storage/src/site/apt/index.apt?p2=sis/branches/JDK7/storage/sis-storage/src/site/apt/index.apt&p1=sis/branches/JDK7/storage/sis-netcdf/src/site/apt/index.apt&r1=1487410&r2=1487421&rev=1487421&view=diff ============================================================================== --- sis/branches/JDK7/storage/sis-netcdf/src/site/apt/index.apt [UTF-8] (original) +++ sis/branches/JDK7/storage/sis-storage/src/site/apt/index.apt [UTF-8] Wed May 29 09:18:53 2013 @@ -1,33 +1,8 @@ - ------------------------------ - Apache SIS NetCDF storage - ------------------------------ + --------------------------- + Apache SIS storage base + --------------------------- -Apache SIS NetCDF storage +Apache SIS storage base - Bridge between NetCDF Climate and Forecast (CF) convention and ISO 19115 metadata. - - NetCDF files can be read and written by the {{{http://www.unidata.ucar.edu/software/netcdf-java/}UCAR NetCDF library}} - among others. The <<<sis-netcdf>>> module uses the UCAR library for fetching attribute values and information about - coordinate systems, then associates those attribute to the corresponding elements in the ISO 19115 specification. - - -* Note on the definition of terms - - The UCAR library sometime uses the same words than the ISO/OGC standards for different things. - In particular the words "<domain>" and "<range>" can be applied to arbitrary functions, and the - UCAR library chooses to apply it to the function that converts grid indices to geodetic coordinates. - The ISO 19123 standard on the other hand considers coverage as a function, and applies those <domain> - and <range> words to that function. More specifically: - - * UCAR "<coordinate system>" is actually a mix of <coordinate system>, <coordinate reference system> - and <grid geometry> in OGC sense. - - * UCAR coordinate system "<domain>" is not equivalent to ISO 19123 coverage domain, - but is rather related to <grid envelope>. - - * ISO 19123 coverage <domain> is related to UCAR coordinate system "<range>". - - * ISO 19123 coverage <range> is not equivalent to UCAR "<range>", but is rather related to the - NetCDF variable's minimum and maximum values. - - Care must be taken for avoiding confusion when using SIS and UCAR libraries together. + Provides the interfaces and base classes to be implemented by various storage formats. + The main interface provided in this module is <<<DataStore>>>. Added: sis/branches/JDK7/storage/sis-storage/src/site/resources/css/site.css URL: http://svn.apache.org/viewvc/sis/branches/JDK7/storage/sis-storage/src/site/resources/css/site.css?rev=1487421&view=auto ============================================================================== --- sis/branches/JDK7/storage/sis-storage/src/site/resources/css/site.css (added) +++ sis/branches/JDK7/storage/sis-storage/src/site/resources/css/site.css Wed May 29 09:18:53 2013 @@ -0,0 +1 @@ +link ../../../../../../core/sis-build-helper/src/site/resources/css/site.css \ No newline at end of file Propchange: sis/branches/JDK7/storage/sis-storage/src/site/resources/css/site.css ------------------------------------------------------------------------------ svn:special = * Copied: sis/branches/JDK7/storage/sis-storage/src/site/site.xml (from r1487410, sis/branches/JDK7/core/sis-utility/src/site/site.xml) URL: http://svn.apache.org/viewvc/sis/branches/JDK7/storage/sis-storage/src/site/site.xml?p2=sis/branches/JDK7/storage/sis-storage/src/site/site.xml&p1=sis/branches/JDK7/core/sis-utility/src/site/site.xml&r1=1487410&r2=1487421&rev=1487421&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-utility/src/site/site.xml (original) +++ sis/branches/JDK7/storage/sis-storage/src/site/site.xml Wed May 29 09:18:53 2013 @@ -24,9 +24,9 @@ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> - <!-- ==================================================== - Site descriptor for Apache SIS utility module - ==================================================== --> + <!-- ========================================================== + Site descriptor for Apache SIS storage base module + ========================================================== --> <body> <menu name="Quick links"> <item name="Module Javadoc" href="apidocs/index.html"/> Copied: sis/branches/JDK7/storage/src/site/site.xml (from r1487410, sis/branches/JDK7/core/src/site/site.xml) URL: http://svn.apache.org/viewvc/sis/branches/JDK7/storage/src/site/site.xml?p2=sis/branches/JDK7/storage/src/site/site.xml&p1=sis/branches/JDK7/core/src/site/site.xml&r1=1487410&r2=1487421&rev=1487421&view=diff ============================================================================== --- sis/branches/JDK7/core/src/site/site.xml (original) +++ sis/branches/JDK7/storage/src/site/site.xml Wed May 29 09:18:53 2013 @@ -25,7 +25,7 @@ http://maven.apache.org/xsd/decoration-1.3.0.xsd"> <!-- ==================================================== - Site descriptor for Apache SIS core modules + Site descriptor for Apache SIS storage modules ==================================================== --> <body> <!--