gets records intersecting a circle

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Sub GetShapeIndiciesIntersectingCircle ( _
	indicies As List(Of Integer), _
	centre As PointD, _
	radius As Double, _
	sourceCRS As ICRS _
)
C#
public void GetShapeIndiciesIntersectingCircle(
	List<int> indicies,
	PointD centre,
	double radius,
	ICRS sourceCRS
)
Visual C++
public:
void GetShapeIndiciesIntersectingCircle(
	List<int>^ indicies, 
	PointD centre, 
	double radius, 
	ICRS^ sourceCRS
)
JavaScript
function getShapeIndiciesIntersectingCircle(indicies, centre, radius, sourceCRS);

Parameters

indicies
Type: System.Collections.Generic..::..List<(Of <(<'Int32>)>)>
centre
Type: EGIS.ShapeFileLib..::..PointD
radius
Type: System..::..Double
sourceCRS
Type: EGIS.Projections..::..ICRS

See Also