void |
ScanAlgorithm.execute(org.geotools.data.FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> source,
double minimumX,
double minimumY,
double maximumX,
double maximumY,
Function function,
FeatureStore store) |
void |
FeatureBasedAlgorithm.execute(String sst,
org.geotools.data.FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> paraktiesSource,
org.geotools.data.FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> natura2000Source,
double minimumX,
double minimumY,
double maximumX,
double maximumY,
Iterable<CoordinateFilter> filters,
Function function,
FeatureStore store,
String crs) |
List<gr.cite.gaap.datatransferobjects.ShapeMessenger> |
FeatureBasedAlgorithmParallelExecutor.executeForPartition(double minimumX,
double minimumY,
double maximumX,
double maximumY,
Iterable<CoordinateFilter> filters,
Function function,
com.vividsolutions.jts.geom.GeometryFactory gFactory,
String crs,
org.geotools.data.FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>... layerSources) |