Uses of Class
com.esri.core.geometry.ProgressTracker
Packages that use ProgressTracker
-
Uses of ProgressTracker in com.esri.core.geometry
Methods in com.esri.core.geometry with parameters of type ProgressTrackerModifier and TypeMethodDescriptionstatic voidProgressTracker.checkAndThrow(ProgressTracker tracker) Checks the tracker and throws UserCancelException if tracker is not null and progress returns falseCombineOperator.execute(Geometry geom1, Geometry geom2, SpatialReference sr, ProgressTracker progressTracker) Operation on two geometries, returning a third.abstract GeometryCursorOperatorBoundary.execute(GeometryCursor geoms, ProgressTracker progress_tracker) Calculates the boundary geometry.abstract GeometryOperatorBoundary.execute(Geometry geom, ProgressTracker progress_tracker) Calculates the boundary.abstract GeometryCursorOperatorBuffer.execute(GeometryCursor inputGeometries, SpatialReference sr, double[] distances, boolean bUnion, ProgressTracker progressTracker) Creates a buffer around the input geometriesabstract GeometryOperatorBuffer.execute(Geometry inputGeometry, SpatialReference sr, double distance, ProgressTracker progressTracker) Creates a buffer around the input geometryabstract Point2DOperatorCentroid2D.execute(Geometry geometry, ProgressTracker progressTracker) OperatorCentroid2DLocal.execute(Geometry geometry, ProgressTracker progressTracker) abstract GeometryCursorOperatorClip.execute(GeometryCursor geoms, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker) Performs the Clip operation on the geometry set.abstract GeometryOperatorClip.execute(Geometry geom, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker) Performs the Clip operation on a single geometry.abstract GeometryCursorOperatorConvexHull.execute(GeometryCursor geoms, boolean b_merge, ProgressTracker progress_tracker) Calculates the convex hull.abstract GeometryOperatorConvexHull.execute(Geometry geom, ProgressTracker progress_tracker) Calculates the convex hull geometry.abstract GeometryCursorOperatorCut.execute(boolean bConsiderTouch, Geometry cuttee, Polyline cutter, SpatialReference spatialReference, ProgressTracker progressTracker) Performs the Cut operation on a geometry.abstract GeometryCursorOperatorDensifyByLength.execute(GeometryCursor inputGeometries, double maxLength, ProgressTracker progressTracker) Performs the Densify operation on the geometry set.abstract GeometryOperatorDensifyByLength.execute(Geometry inputGeometry, double maxLength, ProgressTracker progressTracker) Performs the Densify operation on the geometry set.abstract GeometryCursorOperatorDifference.execute(GeometryCursor inputGeometries, GeometryCursor subtractor, SpatialReference sr, ProgressTracker progressTracker) Performs the Topological Difference operation on the geometry set.abstract GeometryOperatorDifference.execute(Geometry inputGeometry, Geometry subtractor, SpatialReference sr, ProgressTracker progressTracker) Performs the Topological Difference operation on the two geometries.abstract doubleOperatorDistance.execute(Geometry geom1, Geometry geom2, ProgressTracker progressTracker) Calculates distance between two geometries.abstract ByteBufferOperatorExportToWkb.execute(int exportFlags, Geometry geometry, ProgressTracker progressTracker) Performs the ExportToWKB operation.abstract intOperatorExportToWkb.execute(int exportFlags, Geometry geometry, ByteBuffer wkbBuffer, ProgressTracker progressTracker) Performs the ExportToWKB operation.abstract StringOperatorExportToWkt.execute(int exportFlags, Geometry geometry, ProgressTracker progress_tracker) abstract GeometryCursorOperatorGeneralize.execute(GeometryCursor geoms, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker) Performs the Generalize operation on a geometry set.abstract GeometryOperatorGeneralize.execute(Geometry geom, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker) Performs the Generalize operation on a single geometry.abstract MapGeometryOperatorImportFromGeoJson.execute(int importFlags, Geometry.Type type, JsonReader jsonReader, ProgressTracker progressTracker) Performs the ImportFromGeoJson operation.abstract MapGeometryOperatorImportFromGeoJson.execute(int import_flags, Geometry.Type type, String geoJsonString, ProgressTracker progress_tracker) Deprecated, use version without import_flags.abstract GeometryOperatorImportFromWkb.execute(int importFlags, Geometry.Type type, ByteBuffer wkbBuffer, ProgressTracker progress_tracker) Performs the ImportFromWKB operation.abstract GeometryOperatorImportFromWkt.execute(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.abstract GeometryCursorOperatorIntersection.execute(GeometryCursor inputGeometries, GeometryCursor intersector, SpatialReference sr, ProgressTracker progressTracker) Performs the Topological Intersection operation on the geometry set.abstract GeometryCursorOperatorIntersection.execute(GeometryCursor input_geometries, GeometryCursor intersector, SpatialReference sr, ProgressTracker progress_tracker, int dimensionMask) Performs the Topological intersection operation on the geometry set.abstract GeometryOperatorIntersection.execute(Geometry inputGeometry, Geometry intersector, SpatialReference sr, ProgressTracker progressTracker) Performs the Topological Intersection operation on the geometry.abstract GeometryCursorOperatorOffset.execute(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker) Creates offset version of the input geometries.abstract GeometryOperatorOffset.execute(Geometry inputGeometry, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker) Creates offset version of the input geometry.abstract booleanOperatorRelate.execute(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, String de_9im_string, ProgressTracker progressTracker) Performs the Relation operation between two geometries using the DE-9IM matrix encoded as a string.abstract booleanOperatorSimpleRelation.execute(Geometry inputGeom1, Geometry inputGeom2, SpatialReference sr, ProgressTracker progressTracker) Performs the given relation operation between two geometries.abstract GeometryCursorOperatorSimplify.execute(GeometryCursor geoms, SpatialReference sr, boolean bForceSimplify, ProgressTracker progressTracker) Performs the Simplify operation on the geometry cursor.abstract GeometryOperatorSimplify.execute(Geometry geom, SpatialReference sr, boolean bForceSimplify, ProgressTracker progressTracker) Performs the Simplify operation on the geometry.abstract GeometryCursorOperatorSimplifyOGC.execute(GeometryCursor geoms, SpatialReference sr, boolean bForceSimplify, ProgressTracker progressTracker) Processes geometry cursor to ensure its geometries are simple for OGC specification.abstract GeometryOperatorSimplifyOGC.execute(Geometry geom, SpatialReference sr, boolean bForceSimplify, ProgressTracker progressTracker) Processes geometry to ensure it is simple for OGC specification.abstract GeometryCursorOperatorSymmetricDifference.execute(GeometryCursor inputGeometries, GeometryCursor rightGeometry, SpatialReference sr, ProgressTracker progressTracker) Performs the Symmetric Difference operation on the geometry set.abstract GeometryOperatorSymmetricDifference.execute(Geometry leftGeometry, Geometry rightGeometry, SpatialReference sr, ProgressTracker progressTracker) Performs the Symmetric Difference operation on the two geometries.abstract GeometryCursorOperatorUnion.execute(GeometryCursor inputGeometries, SpatialReference sr, ProgressTracker progressTracker) Performs the Topological Union operation on the geometry set.abstract GeometryOperatorUnion.execute(Geometry geom1, Geometry geom2, SpatialReference sr, ProgressTracker progressTracker) Performs the Topological Union operation on two geometries.abstract MapOGCStructureOperatorImportFromGeoJson.executeOGC(int import_flags, String geoJsonString, ProgressTracker progress_tracker) Performs the ImportFromGeoJson operation.abstract OGCStructureOperatorImportFromWkb.executeOGC(int importFlags, ByteBuffer wkbBuffer, ProgressTracker progress_tracker) Performs the ImportFromWkb operation.abstract OGCStructureOperatorImportFromWkt.executeOGC(int import_flags, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.abstract booleanOperatorConvexHull.isConvex(Geometry geom, ProgressTracker progress_tracker) Checks whether a Geometry is convex.abstract booleanOperatorSimplify.isSimpleAsFeature(Geometry geom, SpatialReference spatialRef, boolean bForceTest, NonSimpleResult result, ProgressTracker progressTracker) Tests if the Geometry is simple.booleanOperatorSimplify.isSimpleAsFeature(Geometry geom, SpatialReference spatialRef, ProgressTracker progressTracker) Tests if the Geometry is simple (second call will use a cached IsKnownSimple flag and immediately return).abstract booleanOperatorSimplifyOGC.isSimpleOGC(Geometry geom, SpatialReference spatialRef, boolean bForceTest, NonSimpleResult result, ProgressTracker progressTracker) Tests if the Geometry is simple for OGC specification.