메소드 | 설명 | |
---|---|---|
Delete ( int overlayID ) : |
||
ExecuteSearch ( int limit, string terms, double maxx, double maxy, double minx, double miny ) : |
||
ExecuteSearch ( int limit, string terms, string model ) : |
||
ExecuteSearchAsynch ( int limit, string terms, double maxx, double maxy, double minx, double miny ) : void | ||
Finder ( string endpointUri ) : System | ||
Finder ( string endpointUri, string username, string password ) : System | ||
GetLayerDetails ( int overlayid ) : |
||
GetTagList ( ) : List |
||
UpdateTags ( int overlayid, List |
||
UpdateTitle ( int overlayid, string title ) : |
||
UpdateTitle ( string overlayUrl, string title ) : |
||
UploadFile ( string files ) : |
||
UploadFile ( string files, string tags ) : |
||
UploadFile ( string files, string tags, string title ) : |
||
UploadFileAsync ( string files ) : void | ||
ValidateUser ( ) : |
||
ValidateUserAsync ( ) : void | ||
isValidFileType ( string file ) : bool |
메소드 | 설명 | |
---|---|---|
UploadFilesDataResponse ( object webClient, |
||
getStatus ( byte response ) : string | ||
prepareEndpointURI ( string url ) : string | ||
request_DownloadStringCompleted ( object sender, |
||
setCredentials ( |
||
setCredentials ( |
||
validateCredentials_DownloadStringCompleted ( object sender, |
||
validateFileType ( string files ) : void |
public Delete ( int overlayID ) : |
||
overlayID | int | |
리턴 |
public ExecuteSearch ( int limit, string terms, double maxx, double maxy, double minx, double miny ) : |
||
limit | int | |
terms | string | |
maxx | double | |
maxy | double | |
minx | double | |
miny | double | |
리턴 |
public ExecuteSearch ( int limit, string terms, string model ) : |
||
limit | int | |
terms | string | |
model | string | |
리턴 |
public ExecuteSearchAsynch ( int limit, string terms, double maxx, double maxy, double minx, double miny ) : void | ||
limit | int | |
terms | string | |
maxx | double | |
maxy | double | |
minx | double | |
miny | double | |
리턴 | void |
public Finder ( string endpointUri, string username, string password ) : System | ||
endpointUri | string | |
username | string | |
password | string | |
리턴 | System |
public GetLayerDetails ( int overlayid ) : |
||
overlayid | int | |
리턴 |
public UpdateTags ( int overlayid, List |
||
overlayid | int | |
taglist | List |
|
리턴 |
public UpdateTitle ( int overlayid, string title ) : |
||
overlayid | int | |
title | string | |
리턴 |
public UpdateTitle ( string overlayUrl, string title ) : |
||
overlayUrl | string | |
title | string | |
리턴 |
public UploadFile ( string files ) : |
||
files | string | |
리턴 |
public UploadFile ( string files, string tags ) : |
||
files | string | |
tags | string | |
리턴 |
public UploadFile ( string files, string tags, string title ) : |
||
files | string | |
tags | string | |
title | string | |
리턴 |
public static isValidFileType ( string file ) : bool | ||
file | string | |
리턴 | bool |