| Constructor and Description |
|---|
VectorialROIsReader(FeatureStore featureStore,
RasterDataStore store,
IProjection projection) |
VectorialROIsReader(String filename,
RasterDataStore store,
IProjection projection)
Constructor using the envelope of the raster layer
|
VectorialROIsReader(String filename,
RasterDataStore store,
IProjection projection,
Envelope bbox) |
public VectorialROIsReader(FeatureStore featureStore, RasterDataStore store, IProjection projection)
public VectorialROIsReader(String filename, RasterDataStore store, IProjection projection) throws ROIException, FileNotExistsException
filename - store - projection - InvalidROIsShpExceptionFileNotExistsExceptionROIExceptionpublic VectorialROIsReader(String filename, RasterDataStore store, IProjection projection, Envelope bbox) throws ROIException, FileNotExistsException
ROIExceptionFileNotExistsExceptionpublic void init(String filename, RasterDataStore store, IProjection projection, Envelope bbox) throws ROIException, FileNotExistsException
ROIExceptionFileNotExistsExceptionpublic List<ROI> read(List<ROI> existingROIs) throws ROIException
read in interface ROIReaderROIExceptionpublic List<ROI> read(List<ROI> existingROIs, FeatureStore featureStore) throws InvalidROIsShpException, DataException
InvalidROIsShpExceptionDataException