C# Класс GBD.GbdJarvis

The GBD helper class. Named after the fun ai in ironman..
Показать файл Открыть проект

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

Метод Описание
CreateAois ( IEnvelope env ) : List

Takes the users large AOI and breaks it down to smaller 1x1 degree AOI's to query all information in the larger one.

GetPointsFromWkt ( string wkt ) : List

Takes the points from the WKT string and stores them in a list.

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

Метод Описание
GetSmallerAoi ( IPoint startingPoint, IEnvelope env, IPoint &nextPoint ) : GbdPolygon

Get smaller AOI

GetX ( IPoint startingPoint, IEnvelope env ) : double

Get the next X value from the starting point

GetY ( IPoint startingPoint, IEnvelope env ) : double

Get the next Y value from the starting point

ProcessRow ( List list, IPoint startingPoint, IEnvelope env ) : List

Process the row across the large AOI

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

CreateAois() публичный статический Метод

Takes the users large AOI and breaks it down to smaller 1x1 degree AOI's to query all information in the larger one.
public static CreateAois ( IEnvelope env ) : List
env IEnvelope /// The envelope of the large AOI ///
Результат List

GetPointsFromWkt() публичный статический Метод

Takes the points from the WKT string and stores them in a list.
public static GetPointsFromWkt ( string wkt ) : List
wkt string /// Well Known Text (WKT) of the polygon. ///
Результат List