Uses of Interface
org.hortonmachine.gears.libs.monitor.IHMProgressMonitor
-
-
Uses of IHMProgressMonitor in org.hortonmachine.gears.io.geopaparazzi
Methods in org.hortonmachine.gears.io.geopaparazzi with parameters of type IHMProgressMonitor Modifier and Type Method Description static org.geotools.data.simple.SimpleFeatureCollectionOmsGeopaparazzi4Converter. complexNote2featurecollection(String noteName, IHMConnection connection, IHMProgressMonitor pm)Convert the comples notes identified by a name to a featurecollection.static HashMap<String,org.geotools.data.simple.SimpleFeatureCollection>OmsGeopaparazzi4Converter. complexNotes2featurecollections(IHMConnection connection, IHMProgressMonitor pm)Convert the complex notes to a map of featurecollection.static org.geotools.feature.DefaultFeatureCollectionOmsGeopaparazzi4Converter. getLogLinesFeatureCollection(IHMProgressMonitor pm, List<DaoGpsLog.GpsLog> logsList)Convert the logs to a featurecollection.static org.geotools.data.simple.SimpleFeatureCollectionOmsGeopaparazzi4Converter. media2FeatureCollection(IHMConnection connection, File mediaFolderFile, IHMProgressMonitor pm)static org.geotools.data.simple.SimpleFeatureCollectionOmsGeopaparazzi4Converter. media2IdBasedFeatureCollection(IHMConnection connection, IHMProgressMonitor pm)static org.geotools.data.simple.SimpleFeatureCollectionOmsGeopaparazzi4Converter. simpleNotes2featurecollection(IHMConnection connection, IHMProgressMonitor pm)Convert the simple notes to a featurecollection. -
Uses of IHMProgressMonitor in org.hortonmachine.gears.io.grasslegacy.io
Methods in org.hortonmachine.gears.io.grasslegacy.io with parameters of type IHMProgressMonitor Modifier and Type Method Description booleanGrassRasterReader. hasMoreData(IHMProgressMonitor monitor)abstract booleanMapReader. hasMoreData(IHMProgressMonitor monitor) -
Uses of IHMProgressMonitor in org.hortonmachine.gears.io.grasslegacy.map
Methods in org.hortonmachine.gears.io.grasslegacy.map with parameters of type IHMProgressMonitor Modifier and Type Method Description JGrassRasterMapReader.BuilderFromMapPathJGrassRasterMapReader.BuilderFromMapPath. monitor(IHMProgressMonitor monitor)Sets the optional monitor object.JGrassRasterMapReader.BuilderFromPathAndNamesJGrassRasterMapReader.BuilderFromPathAndNames. monitor(IHMProgressMonitor monitor)Sets the optional monitor object.Constructors in org.hortonmachine.gears.io.grasslegacy.map with parameters of type IHMProgressMonitor Constructor Description JGrassRasterMapWriter(Window writeWindow, String mapPath, Object novalue, String mapType, IHMProgressMonitor monitor)Creates a jgrass raster map writer with some default valuesJGrassRasterMapWriter(Window writeWindow, String mapName, String mapsetName, String locationPath, Object novalue, String mapType, IHMProgressMonitor monitor)Creates a jgrass raster map writer with some default valuesJGrassRasterMapWriter(Window writeWindow, String mapName, String mapsetName, String locationPath, Object novalue, IHMProgressMonitor monitor)Creates a jgrass raster map writer with some default valuesJGrassRasterMapWriter(Window writeWindow, String mapName, String mapsetName, String locationPath, String mapType, IHMProgressMonitor monitor)Creates a jgrass raster map writer with some default valuesJGrassRasterMapWriter(Window writeWindow, String mapName, String mapsetName, String locationPath, IHMProgressMonitor monitor)Creates a jgrass raster map reader with some default values (data are read as double values, novalue is defaultGrassLegacyConstans.defaultNovalue). -
Uses of IHMProgressMonitor in org.hortonmachine.gears.io.grasslegacy.utils
Methods in org.hortonmachine.gears.io.grasslegacy.utils with parameters of type IHMProgressMonitor Modifier and Type Method Description static voidGrassLegacyUtilities. rasterizePolygonGeometry(Window active, org.locationtech.jts.geom.Geometry polygon, RasterData raster, RasterData rasterToMap, double value, IHMProgressMonitor monitor)Fill polygon areas mapping on a raster -
Uses of IHMProgressMonitor in org.hortonmachine.gears.io.las.utils
Methods in org.hortonmachine.gears.io.las.utils with parameters of type IHMProgressMonitor Modifier and Type Method Description static voidLasUtils. smoothIDW(List<LasRecord> lasPoints, boolean useGround, double idwBuffer, IHMProgressMonitor pm)Smooths a set of las points through the IDW method.static List<org.locationtech.jts.geom.Geometry>LasUtils. triangulate(List<LasRecord> lasPoints, Double elevThres, boolean useGround, IHMProgressMonitor pm)Triangulates a set of las points. -
Uses of IHMProgressMonitor in org.hortonmachine.gears.io.shapefile
Methods in org.hortonmachine.gears.io.shapefile with parameters of type IHMProgressMonitor Modifier and Type Method Description static voidOmsShapefileFeatureWriter. writeEmptyShapefile(String path, org.opengis.feature.simple.SimpleFeatureType schema, IHMProgressMonitor pm)static voidOmsShapefileFeatureWriter. writeShapefile(String path, org.geotools.data.simple.SimpleFeatureCollection featureCollection, IHMProgressMonitor pm) -
Uses of IHMProgressMonitor in org.hortonmachine.gears.libs.exceptions
Constructors in org.hortonmachine.gears.libs.exceptions with parameters of type IHMProgressMonitor Constructor Description ModelsIllegalargumentException(String message, Object owner, IHMProgressMonitor monitor) -
Uses of IHMProgressMonitor in org.hortonmachine.gears.libs.modules
Fields in org.hortonmachine.gears.libs.modules declared as IHMProgressMonitor Modifier and Type Field Description IHMProgressMonitorHMModel. pmMethods in org.hortonmachine.gears.libs.modules with parameters of type IHMProgressMonitor Modifier and Type Method Description static doubleModelsEngine. calculateNthMoment(double[] values, int validValues, double mean, double momentOrder, IHMProgressMonitor pm)Calculates the nth moment of a set of values.static WritableRasterModelsEngine. extractSubbasins(javax.media.jai.iterator.WritableRandomIter flowIter, int flowNovalue, javax.media.jai.iterator.RandomIter netIter, javax.media.jai.iterator.WritableRandomIter netNumberIter, int rows, int cols, IHMProgressMonitor pm)Extract the subbasins of a raster map.protected booleanHMModel. isCanceled(IHMProgressMonitor pm)Deprecated.use directly the pm.isCanceled() orHMModel.checkCancel()instead.static voidModelsEngine. markHillSlopeWithLinkValue(javax.media.jai.iterator.RandomIter flowIter, int flowNovalue, javax.media.jai.iterator.RandomIter attributeIter, javax.media.jai.iterator.WritableRandomIter markedIter, int cols, int rows, IHMProgressMonitor pm)Marks a map on the hillslope with the values on the channel of an attribute map.static List<org.locationtech.jts.geom.MultiLineString>ModelsEngine. net2ShapeGeometries(javax.media.jai.iterator.WritableRandomIter flowIter, javax.media.jai.iterator.RandomIter netNumIter, int[] nstream, org.geotools.coverage.grid.GridGeometry2D gridGeometry, IHMProgressMonitor pm)Create thelinegeometries of channel networkstatic org.geotools.data.simple.SimpleFeatureCollectionModelsEngine. net2ShapeOnly(RenderedImage flowImage, WritableRaster netNumImage, org.geotools.coverage.grid.GridGeometry2D gridGeometry, List<Integer> nstream, IHMProgressMonitor pm)It create the shape-file of channel networkstatic WritableRasterModelsEngine. netNumbering(org.geotools.coverage.grid.GridCoverage2D flowGC, org.geotools.coverage.grid.GridCoverage2D netGC, org.geotools.coverage.grid.GridCoverage2D tcaGC, List<org.locationtech.jts.geom.Geometry> points, List<NetLink> netLinksList, IHMProgressMonitor pm)Calculate the map of netnumbering.static voidModelsEngine. outletdistance(javax.media.jai.iterator.RandomIter flowIter, javax.media.jai.iterator.WritableRandomIter distanceToOutIter, RegionMap region, IHMProgressMonitor pm)Calculates the distance of every pixel of the basin from the outlet (in map units), calculated along the drainage directionsstatic doubleModelsEngine. split2realvectors(double[] U, double[] T, SplitVectors theSplit, int binNum, int num_max, IHMProgressMonitor pm)TODO Daniele docstatic doubleModelsEngine. sumDoublematrixColumns(int coolIndex, double[][] matrixToSum, double[][] resultMatrix, int firstRowIndex, int lastRowIndex, IHMProgressMonitor pm)Sum columns.static WritableRasterModelsEngine. sumDownstream(javax.media.jai.iterator.RandomIter flowIter, javax.media.jai.iterator.RandomIter mapToSumIter, int width, int height, Double upperThreshold, Double lowerThreshold, IHMProgressMonitor pm)Calculates the sum of the values of a specified quantity from every point to the outlet.static voidModelsEngine. topologicalOutletdistance(javax.media.jai.iterator.RandomIter flowIter, javax.media.jai.iterator.RandomIter pitIter, javax.media.jai.iterator.WritableRandomIter distanceToOutIter, RegionMap region, IHMProgressMonitor pm)Calculates the distance of every pixel of the basin from the outlet (in meter), calculated along the drainage directionsConstructors in org.hortonmachine.gears.libs.modules with parameters of type IHMProgressMonitor Constructor Description MultiRasterLoopProcessor(String taskName, IHMProgressMonitor pm)ThreadedRunnable(int numThreads, IHMProgressMonitor pm) -
Uses of IHMProgressMonitor in org.hortonmachine.gears.libs.monitor
Classes in org.hortonmachine.gears.libs.monitor that implement IHMProgressMonitor Modifier and Type Class Description classDummyProgressMonitorAs the name says.classGeotoolsProgressMonitorAdapterWrapper for geotools'ProgressListener.classLogProgressMonitorA progress monitor that sends progress to log.classPrintStreamProgressMonitorA progress monitor for printstream based applications, i.e. -
Uses of IHMProgressMonitor in org.hortonmachine.gears.modules.r.morpher
Methods in org.hortonmachine.gears.modules.r.morpher with parameters of type IHMProgressMonitor Modifier and Type Method Description static voidOmsMorpher. close(WritableRaster inWR, double inNovalue, RegionMap regionMap, WritableRaster outWR, int[] kernelArray, boolean binary, IHMProgressMonitor pm)Morphologically closes an input raster by a given kernel.static voidOmsMorpher. dilate(WritableRaster inWR, double inNovalue, RegionMap regionMap, WritableRaster outWR, int[] kernelArray, boolean binary, IHMProgressMonitor pm)Morphologically dilates an input raster by a given kernel.static voidOmsMorpher. erode(WritableRaster inWR, double inNovalue, RegionMap regionMap, WritableRaster outWR, int[] kernelArray, IHMProgressMonitor pm)Morphologically erodes an input raster by a given kernel.static voidOmsMorpher. open(WritableRaster inWR, double inNovalue, RegionMap regionMap, WritableRaster outWR, int[] kernelArray, boolean binary, IHMProgressMonitor pm)Morphologically opens an input raster by a given kernel. -
Uses of IHMProgressMonitor in org.hortonmachine.gears.modules.r.summary
Methods in org.hortonmachine.gears.modules.r.summary with parameters of type IHMProgressMonitor Modifier and Type Method Description static double[]OmsZonalStats. polygonStats(org.locationtech.jts.geom.Geometry geometry, org.geotools.coverage.grid.GridGeometry2D gridGeometry, javax.media.jai.iterator.RandomIter inIter, double novalue, boolean hasUserTotalMean, double[] tm_utm_tac, double percentageThres, IHMProgressMonitor monitor) -
Uses of IHMProgressMonitor in org.hortonmachine.gears.modules.r.tmsgenerator
Constructors in org.hortonmachine.gears.modules.r.tmsgenerator with parameters of type IHMProgressMonitor Constructor Description OpenstreetmapImageCreator(String inServiceUrl, int zoomLevel, org.geotools.geometry.jts.ReferencedEnvelope mercatorBounds, File outFile, IHMProgressMonitor pm) -
Uses of IHMProgressMonitor in org.hortonmachine.gears.spatialite
Methods in org.hortonmachine.gears.spatialite with parameters of type IHMProgressMonitor Modifier and Type Method Description static booleanSpatialDbsImportUtils. importFeatureCollection(ASpatialDb db, org.geotools.data.simple.SimpleFeatureCollection featureCollection, String tableName, int limit, boolean useFromTextForGeom, IHMProgressMonitor pm)Import a featureCollection into a table.static booleanSpatialDbsImportUtils. importShapefile(ASpatialDb db, File shapeFile, String tableName, int limit, boolean useFromTextForGeom, IHMProgressMonitor pm)Import a shapefile into a table. -
Uses of IHMProgressMonitor in org.hortonmachine.gears.utils.coverage
Methods in org.hortonmachine.gears.utils.coverage with parameters of type IHMProgressMonitor Modifier and Type Method Description static double[][]CoverageUtilities. calculateHypsographic(org.geotools.coverage.grid.GridCoverage2D elevationCoverage, int bins, IHMProgressMonitor pm)Calculates the hypsographic curve for the given raster, using the supplied bins.static List<org.locationtech.jts.geom.Polygon>CoverageUtilities. gridcoverageToCellPolygons(org.geotools.coverage.grid.GridCoverage2D coverage, Predicate<org.locationtech.jts.geom.Coordinate> keepCoordinatePredicate, boolean doIncrementalMerge, IHMProgressMonitor pm)Extracts a list of polygons from the cell bounds of a givencoverage. -
Uses of IHMProgressMonitor in org.hortonmachine.gears.utils.features
Methods in org.hortonmachine.gears.utils.features with parameters of type IHMProgressMonitor Modifier and Type Method Description static org.geotools.data.simple.SimpleFeatureCollectionFeatureUtilities. csvFileToFeatureCollection(File csvFile, org.opengis.referencing.crs.CoordinateReferenceSystem crs, LinkedHashMap<String,Integer> fieldsAndTypesIndex, String separator, IHMProgressMonitor pm)Convert a csv file to a FeatureCollection. -
Uses of IHMProgressMonitor in org.hortonmachine.gears.utils.images
Constructors in org.hortonmachine.gears.utils.images with parameters of type IHMProgressMonitor Constructor Description ImageGenerator(IHMProgressMonitor monitor, org.opengis.referencing.crs.CoordinateReferenceSystem forceCrs) -
Uses of IHMProgressMonitor in org.hortonmachine.gears.utils.math
Methods in org.hortonmachine.gears.utils.math with parameters of type IHMProgressMonitor Modifier and Type Method Description double[][]CoupledFieldsMoments. process(RenderedImage map1RI, RenderedImage map2RI, int pBins, int pFirst, int pLast, IHMProgressMonitor pm, int binmode) -
Uses of IHMProgressMonitor in org.hortonmachine.gears.utils.math.rootfinding
Methods in org.hortonmachine.gears.utils.math.rootfinding with parameters of type IHMProgressMonitor Modifier and Type Method Description static doubleRootFindingFunctions. bisectionRootFinding(ISingleArgmentFunction function, double bottomLimit, double upperLimit, double accuracy, double maxIterationNumber, IHMProgressMonitor pm)Evaluate the root of a function. -
Uses of IHMProgressMonitor in org.hortonmachine.gears.utils.sorting
Constructors in org.hortonmachine.gears.utils.sorting with parameters of type IHMProgressMonitor Constructor Description QuickSortAlgorithm(IHMProgressMonitor monitor)QuickSortAlgorithmObjects(IHMProgressMonitor monitor)
-