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
- InvalidROIsShpException
FileNotExistsException
ROIException
public VectorialROIsReader(String filename, RasterDataStore store, IProjection projection, Envelope bbox) throws ROIException, FileNotExistsException
ROIException
FileNotExistsException
public void init(String filename, RasterDataStore store, IProjection projection, Envelope bbox) throws ROIException, FileNotExistsException
ROIException
FileNotExistsException
public List<ROI> read(List<ROI> existingROIs) throws ROIException
read
in interface ROIReader
ROIException
public List<ROI> read(List<ROI> existingROIs, FeatureStore featureStore) throws InvalidROIsShpException, DataException
InvalidROIsShpException
DataException