| 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 - InvalidROIsShpExceptionFileNotExistsExceptionROIExceptionpublic VectorialROIsReader(java.lang.String filename,
RasterDataStore store,
IProjection projection,
Envelope bbox)
throws ROIException,
FileNotExistsException
ROIExceptionFileNotExistsExceptionpublic void init(java.lang.String filename,
RasterDataStore store,
IProjection projection,
Envelope bbox)
throws ROIException,
FileNotExistsException
ROIExceptionFileNotExistsExceptionpublic java.util.List<ROI> read(java.util.List<ROI> existingROIs) throws ROIException
read in interface ROIReaderROIExceptionpublic java.util.List<ROI> read(java.util.List<ROI> existingROIs, FeatureStore featureStore) throws InvalidROIsShpException, DataException
InvalidROIsShpExceptionDataException