Click or drag to resize

ILayerGeoSearch Interface

Collection of geographical search methods for layer objects.

Namespace:  Ptv.XServer.Controls.Map.Gadgets
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public interface ILayerGeoSearch

The ILayerGeoSearch type exposes the following members.

Methods
  NameDescription
Public methodEllipseSearch
Search for layer objects contained inside the ellipse specified in the boundingRectangle parameter.
Public methodIntersectionSearch
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.
Public methodNearestSearch(Point, Int32, Boolean, Double)
Search for layer objects which reside nearest to a point specified in point.
Public methodNearestSearch(Point, Int32, Int32, Boolean)
Search for layer objects nearest to a point specified in point.
Public methodPolygonSearch
Search for layer objects contained inside the polygon specified in the points parameter.
Public methodRectangleSearch
Search for layer objects contained inside the rectangle specified in the rectangle parameter.
Top
See Also