C# Класс ESRIUK.DynamicLocators.BNGLocator.BNG_Locator

Наследование: ESRIUK.DynamicLocators.Core.LocatorWrapper
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BNG_Locator ( ) : System

The constructor just calls the base constructor

CentrePoint ( Envelope envelope ) : System.Point

Returns a Point at the Centre of the Envelope.

FindAddressCandidates ( IPropertySet address ) : IArray

This method is called when a query is made to the locator. This must be implemented in such a way that Single and Multi line searches can be preformaed

ReverseGeocode ( IPoint location, bool returnIntersection ) : IPropertySet

Generate an address based on a point.

Защищенные методы

Метод Описание
CreateFields ( ) : void

This initialises all of the different fields that are required for the locator to function It contains declarations for the Match and Candidate fields for the locator

Приватные методы

Метод Описание
DoMatchLookup ( string queryString ) : Envelope

Описание методов

BNG_Locator() публичный Метод

The constructor just calls the base constructor
public BNG_Locator ( ) : System
Результат System

CentrePoint() публичный Метод

Returns a Point at the Centre of the Envelope.
public CentrePoint ( Envelope envelope ) : System.Point
envelope Envelope
Результат System.Point

CreateFields() защищенный Метод

This initialises all of the different fields that are required for the locator to function It contains declarations for the Match and Candidate fields for the locator
protected CreateFields ( ) : void
Результат void

FindAddressCandidates() публичный Метод

This method is called when a query is made to the locator. This must be implemented in such a way that Single and Multi line searches can be preformaed
public FindAddressCandidates ( IPropertySet address ) : IArray
address IPropertySet Review code for the structure of this property set
Результат IArray

ReverseGeocode() публичный Метод

Generate an address based on a point.
public ReverseGeocode ( IPoint location, bool returnIntersection ) : IPropertySet
location IPoint
returnIntersection bool
Результат IPropertySet