메소드 | 설명 | |
---|---|---|
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 ) : |
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 |
Process the row across the large AOI
|
public static CreateAois ( IEnvelope env ) : List |
||
env | IEnvelope | /// The envelope of the large AOI /// |
리턴 | List |
public static GetPointsFromWkt ( string wkt ) : List |
||
wkt | string | /// Well Known Text (WKT) of the polygon. /// |
리턴 | List |