Constructor and Description |
---|
VectorialROIsReader(FeatureStore featureStore,
RasterDataStore store,
IProjection projection) |
VectorialROIsReader(java.lang.String filename,
RasterDataStore store,
IProjection projection)
Constructor using the envelope of the raster layer
|
VectorialROIsReader(java.lang.String filename,
RasterDataStore store,
IProjection projection,
Envelope bbox) |
Modifier and Type | Method and Description |
---|---|
void |
init(java.lang.String filename,
RasterDataStore store,
IProjection projection,
Envelope bbox) |
java.util.List<ROI> |
read(java.util.List<ROI> existingROIs) |
java.util.List<ROI> |
read(java.util.List<ROI> existingROIs,
FeatureStore featureStore) |
public VectorialROIsReader(FeatureStore featureStore, RasterDataStore store, IProjection projection)
public VectorialROIsReader(java.lang.String filename, RasterDataStore store, IProjection projection) throws ROIException, FileNotExistsException
filename
- store
- projection
- InvalidROIsShpException
FileNotExistsException
ROIException
public VectorialROIsReader(java.lang.String filename, RasterDataStore store, IProjection projection, Envelope bbox) throws ROIException, FileNotExistsException
ROIException
FileNotExistsException
public void init(java.lang.String filename, RasterDataStore store, IProjection projection, Envelope bbox) throws ROIException, FileNotExistsException
ROIException
FileNotExistsException
public java.util.List<ROI> read(java.util.List<ROI> existingROIs) throws ROIException
read
in interface ROIReader
ROIException
public java.util.List<ROI> read(java.util.List<ROI> existingROIs, FeatureStore featureStore) throws InvalidROIsShpException, DataException
InvalidROIsShpException
DataException