ILayerGeoSearch Interface |
Namespace: Ptv.XServer.Controls.Map.Gadgets
The ILayerGeoSearch type exposes the following members.
Name | Description | |
---|---|---|
EllipseSearch | Search for layer objects contained inside the ellipse specified in the
boundingRectangle parameter. | |
IntersectionSearch | Search for layer objects cut by the line defined by the points p1 and
p2. Especially for point objects, its part of the layer specification, when an object is
regarded as 'cut' by a line. | |
NearestSearch(Point, Int32, Boolean, Double) | Search for layer objects which reside nearest to a point specified in point. | |
NearestSearch(Point, Int32, Int32, Boolean) | Search for layer objects nearest to a point specified in point. | |
PolygonSearch | Search for layer objects contained inside the polygon specified in the points
parameter. | |
RectangleSearch | Search for layer objects contained inside the rectangle specified in the rectangle
parameter. |