Class OmsCutOut

    • Constructor Detail

      • OmsCutOut

        public OmsCutOut()
    • Method Detail

      • cut

        public static org.geotools.coverage.grid.GridCoverage2D cut​(org.geotools.coverage.grid.GridCoverage2D raster,
                                                                    org.geotools.coverage.grid.GridCoverage2D mask)
                                                             throws Exception
        Cut a raster on a mask using the default parameters.
        Parameters:
        raster - the raster to cut.
        mask - the mask to apply.
        Returns:
        the cut map.
        Throws:
        Exception