Class OperatorIntersectionCursor
java.lang.Object
com.esri.core.geometry.GeometryCursor
com.esri.core.geometry.OperatorIntersectionCursor
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) int(package private) int(package private) Geometry(package private) Geometry(package private) int(package private) int(package private) GeometryCursor(package private) ProgressTracker(package private) GeometryCursor(package private) SpatialReference -
Constructor Summary
ConstructorsConstructorDescriptionOperatorIntersectionCursor(GeometryCursor inputGeoms, GeometryCursor geomIntersector, SpatialReference sr, ProgressTracker progress_tracker, int dimensionMask) -
Method Summary
Modifier and TypeMethodDescription(package private) intanalyseClipSegment_(Polygon polygon, Point2D pt, double tol) (package private) intanalyseClipSegment_(Polygon polygon, Segment seg, double tol) intReturns the ID of the current geometry.(package private) Geometry(package private) GeometryCursorintersectEx(Geometry input_geom) next()Moves the cursor to the next Geometry.(package private) GeometrynormalizeIntersectionOutput(Geometry geom, int GT_1, int GT_2) (package private) GeometryCursorprepareVector_(VertexDescription descr, int dimensionMask, Geometry[] res_vec) (package private) static GeometryreturnEmpty_(Geometry geom, boolean bEmpty) (package private) Geometry(package private) GeometrytryFastIntersectPolylinePolygon_(Polyline polyline, Polygon polygon) (package private) GeometrytryNativeImplementation_(Geometry input_geom) Methods inherited from class GeometryCursor
tock
-
Field Details
-
m_inputGeoms
GeometryCursor m_inputGeoms -
m_smallCursor
GeometryCursor m_smallCursor -
m_progress_tracker
ProgressTracker m_progress_tracker -
m_spatial_reference
SpatialReference m_spatial_reference -
m_geomIntersector
Geometry m_geomIntersector -
m_geomIntersectorEmptyGeom
Geometry m_geomIntersectorEmptyGeom -
m_geomIntersectorType
int m_geomIntersectorType -
m_currentGeomType
int m_currentGeomType -
m_index
int m_index -
m_dimensionMask
int m_dimensionMask -
m_bEmpty
boolean m_bEmpty
-
-
Constructor Details
-
OperatorIntersectionCursor
OperatorIntersectionCursor(GeometryCursor inputGeoms, GeometryCursor geomIntersector, SpatialReference sr, ProgressTracker progress_tracker, int dimensionMask)
-
-
Method Details
-
next
Description copied from class:GeometryCursorMoves the cursor to the next Geometry. Returns null when reached the end. The behavior of the cursor is undefined after the method returns null.- Specified by:
nextin classGeometryCursor
-
getGeometryID
public int getGeometryID()Description copied from class:GeometryCursorReturns the ID of the current geometry. The ID is propagated across the operations (when possible). Returns an ID associated with the current Geometry. The ID is passed along and is returned by some operators to preserve relationship between the input and output geometry classes. It is not always possible to preserve an ID during an operation.- Specified by:
getGeometryIDin classGeometryCursor
-
intersect
-
prepareVector_
-
intersectEx
-
tryNativeImplementation_
-
tryFastIntersectPolylinePolygon_
-
analyseClipSegment_
-
analyseClipSegment_
-
normalizeIntersectionOutput
-
returnEmpty_
-
returnEmptyIntersector_
Geometry returnEmptyIntersector_()
-