public class RasterCatalog
extends java.lang.Object
Constructor and Description |
---|
RasterCatalog() |
Modifier and Type | Method and Description |
---|---|
void |
addRasterToCatalog(Raster raster)
Adds a raster to the catalog to be processed
|
java.lang.String |
getCompactCatalog()
Gets a String representation for this catalog, every raster is separated by a pipe separator
|
java.util.List<Raster> |
getRasterCatalog()
Gets all the rasters in this catalog
|
public void addRasterToCatalog(Raster raster)
raster
- to add in the catalogpublic java.util.List<Raster> getRasterCatalog()
public java.lang.String getCompactCatalog()
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.