C# 클래스 GeoIQ.Net.Finder

파일 보기 프로젝트 열기: geoiq/GeoIQ4Net 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( int overlayID ) : ResponseStatusEventArgs
ExecuteSearch ( int limit, string terms, double maxx, double maxy, double minx, double miny ) : SearchEventArgs
ExecuteSearch ( int limit, string terms, string model ) : SearchEventArgs
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 ) : OverlaySublayerInfo
GetTagList ( ) : List
UpdateTags ( int overlayid, List taglist ) : ResponseStatusEventArgs
UpdateTitle ( int overlayid, string title ) : ResponseStatusEventArgs
UpdateTitle ( string overlayUrl, string title ) : ResponseStatusEventArgs
UploadFile ( string files ) : ResponseStatusEventArgs
UploadFile ( string files, string tags ) : ResponseStatusEventArgs
UploadFile ( string files, string tags, string title ) : ResponseStatusEventArgs
UploadFileAsync ( string files ) : void
ValidateUser ( ) : ResponseStatusEventArgs
ValidateUserAsync ( ) : void
isValidFileType ( string file ) : bool

비공개 메소드들

메소드 설명
UploadFilesDataResponse ( object webClient, ResponseEventArgs e ) : void
getStatus ( byte response ) : string
prepareEndpointURI ( string url ) : string
request_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
setCredentials ( GeoComWebClient request ) : void
setCredentials ( WebClient request ) : void
validateCredentials_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
validateFileType ( string files ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( int overlayID ) : ResponseStatusEventArgs
overlayID int
리턴 ResponseStatusEventArgs

ExecuteSearch() 공개 메소드

public ExecuteSearch ( int limit, string terms, double maxx, double maxy, double minx, double miny ) : SearchEventArgs
limit int
terms string
maxx double
maxy double
minx double
miny double
리턴 SearchEventArgs

ExecuteSearch() 공개 메소드

public ExecuteSearch ( int limit, string terms, string model ) : SearchEventArgs
limit int
terms string
model string
리턴 SearchEventArgs

ExecuteSearchAsynch() 공개 메소드

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

Finder() 공개 메소드

public Finder ( string endpointUri ) : System
endpointUri string
리턴 System

Finder() 공개 메소드

public Finder ( string endpointUri, string username, string password ) : System
endpointUri string
username string
password string
리턴 System

GetLayerDetails() 공개 메소드

public GetLayerDetails ( int overlayid ) : OverlaySublayerInfo
overlayid int
리턴 GeoIQ.Net.Data.OverlaySublayerInfo

GetTagList() 공개 메소드

public GetTagList ( ) : List
리턴 List

UpdateTags() 공개 메소드

public UpdateTags ( int overlayid, List taglist ) : ResponseStatusEventArgs
overlayid int
taglist List
리턴 ResponseStatusEventArgs

UpdateTitle() 공개 메소드

public UpdateTitle ( int overlayid, string title ) : ResponseStatusEventArgs
overlayid int
title string
리턴 ResponseStatusEventArgs

UpdateTitle() 공개 메소드

public UpdateTitle ( string overlayUrl, string title ) : ResponseStatusEventArgs
overlayUrl string
title string
리턴 ResponseStatusEventArgs

UploadFile() 공개 메소드

public UploadFile ( string files ) : ResponseStatusEventArgs
files string
리턴 ResponseStatusEventArgs

UploadFile() 공개 메소드

public UploadFile ( string files, string tags ) : ResponseStatusEventArgs
files string
tags string
리턴 ResponseStatusEventArgs

UploadFile() 공개 메소드

public UploadFile ( string files, string tags, string title ) : ResponseStatusEventArgs
files string
tags string
title string
리턴 ResponseStatusEventArgs

UploadFileAsync() 공개 메소드

public UploadFileAsync ( string files ) : void
files string
리턴 void

ValidateUser() 공개 메소드

public ValidateUser ( ) : ResponseStatusEventArgs
리턴 ResponseStatusEventArgs

ValidateUserAsync() 공개 메소드

public ValidateUserAsync ( ) : void
리턴 void

isValidFileType() 공개 정적인 메소드

public static isValidFileType ( string file ) : bool
file string
리턴 bool