C# 클래스 GBD.GbdJarvis

The GBD helper class. Named after the fun ai in ironman..
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 메소드들

메소드 설명
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