Uses of Class
com.esri.core.geometry.GeometryCursor
-
Packages that use GeometryCursor Package Description com.esri.core.geometry com.esri.core.geometry.ogc -
-
Uses of GeometryCursor in com.esri.core.geometry
Subclasses of GeometryCursor in com.esri.core.geometry Modifier and Type Class Description private static classBufferer.GeometryCursorForMultiPointprivate static classBufferer.GeometryCursorForPolygonprivate static classBufferer.GeometryCursorForPolylineprivate static classBufferer.GlueingCursorForPolylineclassGeometryCursorAppendclassListeningGeometryCursorA GeometryCursor implementation that allows pushing geometries into it.private static classOGCStructureInternal.EditShapeCursor(package private) classOperatorBoundaryLocalCursor(package private) classOperatorBufferCursor(package private) classOperatorClipCursor(package private) classOperatorConvexHullCursor(package private) classOperatorCutCursor(package private) classOperatorDensifyByLengthCursor(package private) classOperatorDifferenceCursor(package private) classOperatorGeneralizeCursor(package private) classOperatorImportFromESRIShapeCursor(package private) classOperatorIntersectionCursor(package private) classOperatorOffsetCursor(package private) classOperatorSimplifyCursor(package private) classOperatorSimplifyCursorOGC(package private) classOperatorSymmetricDifferenceCursor(package private) classOperatorUnionCursorclassSimpleGeometryCursorA simple GeometryCursor implementation that wraps a single Geometry or an array of Geometry classesFields in com.esri.core.geometry declared as GeometryCursor Modifier and Type Field Description private GeometryCursorGeometryCursorAppend. m_curprivate GeometryCursorGeometryCursorAppend. m_cur1private GeometryCursorGeometryCursorAppend. m_cur2(package private) GeometryCursorBufferer.GeometryCursorForPolyline. m_geoms(package private) GeometryCursorOperatorGeneralizeCursor. m_geoms(package private) GeometryCursorOperatorBoundaryLocalCursor. m_inputGeometryCursor(package private) GeometryCursorOperatorClipCursor. m_inputGeometryCursorprivate GeometryCursorOperatorConvexHullCursor. m_inputGeometryCursor(package private) GeometryCursorOperatorExportToESRIShapeCursor. m_inputGeometryCursor(package private) GeometryCursorOperatorExportToGeoJsonCursor. m_inputGeometryCursor(package private) GeometryCursorOperatorExportToJsonCursor. m_inputGeometryCursor(package private) GeometryCursorOperatorSimplifyCursor. m_inputGeometryCursor(package private) GeometryCursorOperatorSimplifyCursorOGC. m_inputGeometryCursorprivate GeometryCursorOperatorBufferCursor. m_inputGeoms(package private) GeometryCursorOperatorDensifyByLengthCursor. m_inputGeoms(package private) GeometryCursorOperatorDifferenceCursor. m_inputGeoms(package private) GeometryCursorOperatorIntersectionCursor. m_inputGeoms(package private) GeometryCursorOperatorOffsetCursor. m_inputGeoms(package private) GeometryCursorOperatorSymmetricDifferenceCursor. m_inputGeomsprivate GeometryCursorOperatorUnionCursor. m_inputGeoms(package private) GeometryCursorOperatorIntersectionCursor. m_smallCursorMethods in com.esri.core.geometry that return GeometryCursor Modifier and Type Method Description abstract GeometryCursorOperatorBoundary. execute(GeometryCursor geoms, ProgressTracker progress_tracker)Calculates the boundary geometry.GeometryCursorOperatorBoundaryLocal. execute(GeometryCursor geoms, ProgressTracker progressTracker)abstract GeometryCursorOperatorBuffer. execute(GeometryCursor inputGeometries, SpatialReference sr, double[] distances, boolean bUnion, ProgressTracker progressTracker)Creates a buffer around the input geometries(package private) abstract GeometryCursorOperatorBuffer. execute(GeometryCursor input_geometries, SpatialReference sr, double[] distances, double max_deviation, int max_vertices_in_full_circle, boolean b_union, ProgressTracker progress_tracker)Creates a buffer around the input geometriesGeometryCursorOperatorBufferLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, double[] distances, boolean bUnion, ProgressTracker progressTracker)GeometryCursorOperatorBufferLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, double[] distances, double max_deviation, int max_vertices_in_full_circle, boolean b_union, ProgressTracker progressTracker)abstract GeometryCursorOperatorClip. execute(GeometryCursor geoms, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker)Performs the Clip operation on the geometry set.GeometryCursorOperatorClipLocal. execute(GeometryCursor geoms, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker)abstract GeometryCursorOperatorConvexHull. execute(GeometryCursor geoms, boolean b_merge, ProgressTracker progress_tracker)Calculates the convex hull.GeometryCursorOperatorConvexHullLocal. execute(GeometryCursor geoms, boolean b_merge, ProgressTracker progress_tracker)abstract GeometryCursorOperatorCut. execute(boolean bConsiderTouch, Geometry cuttee, Polyline cutter, SpatialReference spatialReference, ProgressTracker progressTracker)Performs the Cut operation on a geometry.GeometryCursorOperatorCutLocal. execute(boolean bConsiderTouch, Geometry cuttee, Polyline cutter, SpatialReference spatialReference, ProgressTracker progressTracker)abstract GeometryCursorOperatorDensifyByLength. execute(GeometryCursor inputGeometries, double maxLength, ProgressTracker progressTracker)Performs the Densify operation on the geometry set.GeometryCursorOperatorDensifyByLengthLocal. execute(GeometryCursor inputGeometries, double maxLength, ProgressTracker progressTracker)abstract GeometryCursorOperatorDifference. execute(GeometryCursor inputGeometries, GeometryCursor subtractor, SpatialReference sr, ProgressTracker progressTracker)Performs the Topological Difference operation on the geometry set.GeometryCursorOperatorDifferenceLocal. execute(GeometryCursor inputGeometries, GeometryCursor subtractor, SpatialReference sr, ProgressTracker progressTracker)abstract GeometryCursorOperatorGeneralize. execute(GeometryCursor geoms, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker)Performs the Generalize operation on a geometry set.GeometryCursorOperatorGeneralizeLocal. execute(GeometryCursor geoms, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker)abstract GeometryCursorOperatorGeodesicBuffer. execute(GeometryCursor inputGeometries, SpatialReference sr, int curveType, double[] distancesMeters, double maxDeviationMeters, boolean bReserved, boolean bUnion, ProgressTracker progressTracker)Creates a geodesic buffer around the input geometriesGeometryCursorOperatorGeodesicBufferLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, int curveType, double[] distancesMeters, double maxDeviationMeters, boolean bReserved, boolean bUnion, ProgressTracker progressTracker)abstract GeometryCursorOperatorGeodeticDensifyByLength. execute(GeometryCursor geoms, double maxSegmentLengthMeters, SpatialReference sr, int curveType, ProgressTracker progressTracker)Densifies input geometries.GeometryCursorOperatorGeodeticDensifyLocal. execute(GeometryCursor geoms, double maxSegmentLengthMeters, SpatialReference sr, int curveType, ProgressTracker progressTracker)(package private) abstract GeometryCursorOperatorImportFromESRIShape. execute(int importFlags, Geometry.Type type, ByteBufferCursor shapeBuffers)Performs the ImportFromESRIShape operation on a stream of shape buffers(package private) GeometryCursorOperatorImportFromESRIShapeLocal. execute(int importFlags, Geometry.Type type, ByteBufferCursor shapeBuffers)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.GeometryCursorOperatorIntersectionLocal. execute(GeometryCursor inputGeometries, GeometryCursor intersector, SpatialReference sr, ProgressTracker progressTracker)GeometryCursorOperatorIntersectionLocal. execute(GeometryCursor input_geometries, GeometryCursor intersector, SpatialReference sr, ProgressTracker progress_tracker, int dimensionMask)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.GeometryCursorOperatorOffsetLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker)abstract GeometryCursorOperatorProject. execute(GeometryCursor inputGeoms, ProjectionTransformation projection, ProgressTracker progressTracker)Performs the Project operation on a geometry cursorGeometryCursorOperatorProjectLocal. execute(GeometryCursor inputGeoms, ProjectionTransformation transform, ProgressTracker progressTracker)abstract GeometryCursorOperatorShapePreservingDensify. execute(GeometryCursor geoms, SpatialReference sr, double maxLengthMeters, double maxDeviationMeters, double reserved, ProgressTracker progressTracker)Performs the Shape Preserving Densify operation on the geometry set.GeometryCursorOperatorShapePreservingDensifyLocal. execute(GeometryCursor geoms, SpatialReference sr, double maxLengthMeters, double maxDeviationMeters, double reserved, ProgressTracker progressTracker)abstract GeometryCursorOperatorSimplify. execute(GeometryCursor geoms, SpatialReference sr, boolean bForceSimplify, ProgressTracker progressTracker)Performs the Simplify operation on the geometry cursor.GeometryCursorOperatorSimplifyLocal. execute(GeometryCursor geoms, SpatialReference spatialRef, boolean bForceSimplify, ProgressTracker progressTracker)GeometryCursorOperatorSimplifyLocalOGC. execute(GeometryCursor geoms, SpatialReference spatialRef, boolean bForceSimplify, ProgressTracker progressTracker)abstract GeometryCursorOperatorSimplifyOGC. execute(GeometryCursor geoms, SpatialReference sr, boolean bForceSimplify, ProgressTracker progressTracker)Processes geometry cursor to ensure its geometries are simple for OGC specification.abstract GeometryCursorOperatorSymmetricDifference. execute(GeometryCursor inputGeometries, GeometryCursor rightGeometry, SpatialReference sr, ProgressTracker progressTracker)Performs the Symmetric Difference operation on the geometry set.GeometryCursorOperatorSymmetricDifferenceLocal. execute(GeometryCursor inputGeometries, GeometryCursor rightGeometry, SpatialReference sr, ProgressTracker progressTracker)abstract GeometryCursorOperatorUnion. execute(GeometryCursor inputGeometries, SpatialReference sr, ProgressTracker progressTracker)Performs the Topological Union operation on the geometry set.GeometryCursorOperatorUnionLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, ProgressTracker progressTracker)(package private) GeometryCursorOperatorIntersectionCursor. intersectEx(Geometry input_geom)static GeometryCursorOGCStructureInternal. prepare_for_ops_(GeometryCursor geoms, SpatialReference sr)(package private) GeometryCursorOperatorIntersectionCursor. prepareVector_(VertexDescription descr, int dimensionMask, Geometry[] res_vec)Methods in com.esri.core.geometry with parameters of type GeometryCursor Modifier and Type Method Description private GeometryOperatorConvexHullCursor. calculateConvexHullMerging_(GeometryCursor geoms, ProgressTracker progress_tracker)abstract GeometryCursorOperatorBoundary. execute(GeometryCursor geoms, ProgressTracker progress_tracker)Calculates the boundary geometry.GeometryCursorOperatorBoundaryLocal. execute(GeometryCursor geoms, ProgressTracker progressTracker)abstract GeometryCursorOperatorBuffer. execute(GeometryCursor inputGeometries, SpatialReference sr, double[] distances, boolean bUnion, ProgressTracker progressTracker)Creates a buffer around the input geometries(package private) abstract GeometryCursorOperatorBuffer. execute(GeometryCursor input_geometries, SpatialReference sr, double[] distances, double max_deviation, int max_vertices_in_full_circle, boolean b_union, ProgressTracker progress_tracker)Creates a buffer around the input geometriesGeometryCursorOperatorBufferLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, double[] distances, boolean bUnion, ProgressTracker progressTracker)GeometryCursorOperatorBufferLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, double[] distances, double max_deviation, int max_vertices_in_full_circle, boolean b_union, ProgressTracker progressTracker)abstract GeometryCursorOperatorClip. execute(GeometryCursor geoms, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker)Performs the Clip operation on the geometry set.GeometryCursorOperatorClipLocal. execute(GeometryCursor geoms, Envelope2D envelope, SpatialReference spatialRef, ProgressTracker progressTracker)abstract GeometryCursorOperatorConvexHull. execute(GeometryCursor geoms, boolean b_merge, ProgressTracker progress_tracker)Calculates the convex hull.GeometryCursorOperatorConvexHullLocal. execute(GeometryCursor geoms, boolean b_merge, ProgressTracker progress_tracker)abstract GeometryCursorOperatorDensifyByLength. execute(GeometryCursor inputGeometries, double maxLength, ProgressTracker progressTracker)Performs the Densify operation on the geometry set.GeometryCursorOperatorDensifyByLengthLocal. execute(GeometryCursor inputGeometries, double maxLength, ProgressTracker progressTracker)abstract GeometryCursorOperatorDifference. execute(GeometryCursor inputGeometries, GeometryCursor subtractor, SpatialReference sr, ProgressTracker progressTracker)Performs the Topological Difference operation on the geometry set.GeometryCursorOperatorDifferenceLocal. execute(GeometryCursor inputGeometries, GeometryCursor subtractor, SpatialReference sr, ProgressTracker progressTracker)(package private) abstract ByteBufferCursorOperatorExportToESRIShape. execute(int exportFlags, GeometryCursor geometryCursor)Performs the ExportToESRIShape operation(package private) ByteBufferCursorOperatorExportToESRIShapeLocal. execute(int exportFlags, GeometryCursor geometryCursor)abstract JsonCursorOperatorExportToGeoJson. execute(SpatialReference spatialReference, GeometryCursor geometryCursor)Performs the ExportToGeoJson operationJsonCursorOperatorExportToGeoJsonLocal. execute(SpatialReference spatialReference, GeometryCursor geometryCursor)abstract JsonCursorOperatorExportToJson. execute(SpatialReference spatialReference, GeometryCursor geometryCursor)Performs the ExportToJson operationJsonCursorOperatorExportToJsonLocal. execute(SpatialReference spatialReference, GeometryCursor geometryCursor)abstract GeometryCursorOperatorGeneralize. execute(GeometryCursor geoms, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker)Performs the Generalize operation on a geometry set.GeometryCursorOperatorGeneralizeLocal. execute(GeometryCursor geoms, double maxDeviation, boolean bRemoveDegenerateParts, ProgressTracker progressTracker)abstract GeometryCursorOperatorGeodesicBuffer. execute(GeometryCursor inputGeometries, SpatialReference sr, int curveType, double[] distancesMeters, double maxDeviationMeters, boolean bReserved, boolean bUnion, ProgressTracker progressTracker)Creates a geodesic buffer around the input geometriesGeometryCursorOperatorGeodesicBufferLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, int curveType, double[] distancesMeters, double maxDeviationMeters, boolean bReserved, boolean bUnion, ProgressTracker progressTracker)abstract double[]OperatorGeodeticArea. execute(GeometryCursor geoms, SpatialReference sr, int geodeticCurveType, ProgressTracker progressTracker)Calculates the geodetic area of each geometry in the geometry cursor.double[]OperatorGeodeticAreaLocal. execute(GeometryCursor geoms, SpatialReference sr, int geodeticCurveType, ProgressTracker progressTracker)abstract GeometryCursorOperatorGeodeticDensifyByLength. execute(GeometryCursor geoms, double maxSegmentLengthMeters, SpatialReference sr, int curveType, ProgressTracker progressTracker)Densifies input geometries.GeometryCursorOperatorGeodeticDensifyLocal. execute(GeometryCursor geoms, double maxSegmentLengthMeters, SpatialReference sr, int curveType, ProgressTracker progressTracker)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.GeometryCursorOperatorIntersectionLocal. execute(GeometryCursor inputGeometries, GeometryCursor intersector, SpatialReference sr, ProgressTracker progressTracker)GeometryCursorOperatorIntersectionLocal. execute(GeometryCursor input_geometries, GeometryCursor intersector, SpatialReference sr, ProgressTracker progress_tracker, int dimensionMask)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.GeometryCursorOperatorOffsetLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker)abstract GeometryCursorOperatorProject. execute(GeometryCursor inputGeoms, ProjectionTransformation projection, ProgressTracker progressTracker)Performs the Project operation on a geometry cursorGeometryCursorOperatorProjectLocal. execute(GeometryCursor inputGeoms, ProjectionTransformation transform, ProgressTracker progressTracker)abstract GeometryCursorOperatorShapePreservingDensify. execute(GeometryCursor geoms, SpatialReference sr, double maxLengthMeters, double maxDeviationMeters, double reserved, ProgressTracker progressTracker)Performs the Shape Preserving Densify operation on the geometry set.GeometryCursorOperatorShapePreservingDensifyLocal. execute(GeometryCursor geoms, SpatialReference sr, double maxLengthMeters, double maxDeviationMeters, double reserved, ProgressTracker progressTracker)abstract GeometryCursorOperatorSimplify. execute(GeometryCursor geoms, SpatialReference sr, boolean bForceSimplify, ProgressTracker progressTracker)Performs the Simplify operation on the geometry cursor.GeometryCursorOperatorSimplifyLocal. execute(GeometryCursor geoms, SpatialReference spatialRef, boolean bForceSimplify, ProgressTracker progressTracker)GeometryCursorOperatorSimplifyLocalOGC. execute(GeometryCursor geoms, SpatialReference spatialRef, boolean bForceSimplify, ProgressTracker progressTracker)abstract GeometryCursorOperatorSimplifyOGC. execute(GeometryCursor geoms, SpatialReference sr, boolean bForceSimplify, ProgressTracker progressTracker)Processes geometry cursor to ensure its geometries are simple for OGC specification.abstract GeometryCursorOperatorSymmetricDifference. execute(GeometryCursor inputGeometries, GeometryCursor rightGeometry, SpatialReference sr, ProgressTracker progressTracker)Performs the Symmetric Difference operation on the geometry set.GeometryCursorOperatorSymmetricDifferenceLocal. execute(GeometryCursor inputGeometries, GeometryCursor rightGeometry, SpatialReference sr, ProgressTracker progressTracker)abstract GeometryCursorOperatorUnion. execute(GeometryCursor inputGeometries, SpatialReference sr, ProgressTracker progressTracker)Performs the Topological Union operation on the geometry set.GeometryCursorOperatorUnionLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, ProgressTracker progressTracker)static GeometryCursorOGCStructureInternal. prepare_for_ops_(GeometryCursor geoms, SpatialReference sr) -
Uses of GeometryCursor in com.esri.core.geometry.ogc
Subclasses of GeometryCursor in com.esri.core.geometry.ogc Modifier and Type Class Description private static classOGCConcreteGeometryCollection.FlatteningCollectionCursorprivate static classOGCConcreteGeometryCollection.GeometryCursorOGCFields in com.esri.core.geometry.ogc declared as GeometryCursor Modifier and Type Field Description private GeometryCursorOGCConcreteGeometryCollection.FlatteningCollectionCursor. m_current(package private) GeometryCursorOGCConcreteGeometryCollection.GeometryCursorOGC. m_cursMethods in com.esri.core.geometry.ogc that return GeometryCursor Modifier and Type Method Description GeometryCursorOGCConcreteGeometryCollection. getEsriGeometryCursor()GeometryCursorOGCGeometry. getEsriGeometryCursor()private GeometryCursorOGCConcreteGeometryCollection. prepare_for_ops_(OGCConcreteGeometryCollection collection)private GeometryCursorOGCConcreteGeometryCollection. removeOverlapsHelper_(java.util.List<Geometry> geoms)Methods in com.esri.core.geometry.ogc with parameters of type GeometryCursor Modifier and Type Method Description static OGCGeometryOGCGeometry. createFromEsriCursor(GeometryCursor gc, SpatialReference sr)Create an OGCGeometry instance from the GeometryCursor.static OGCGeometryOGCGeometry. createFromEsriCursor(GeometryCursor gc, SpatialReference sr, boolean skipEmpty)private OGCGeometryOGCGeometry. simplifyBunch_(GeometryCursor gc)private static java.util.List<Geometry>OGCConcreteGeometryCollection. toList(GeometryCursor cursor)Constructors in com.esri.core.geometry.ogc with parameters of type GeometryCursor Constructor Description OGCConcreteGeometryCollection(GeometryCursor geoms, SpatialReference sr)
-