Method | Description | |
---|---|---|
Create ( IOpenSearchable entity, QuerySettings querySettings, |
Create an OpenSearchRequest based on the IOpenSearchable entity, type and parameters.
|
|
Create ( OpenSearchUrl queryUrl ) : |
||
GetResponse ( ) : IOpenSearchResponse |
Method | Description | |
---|---|---|
OpenSearchRequest ( OpenSearchUrl url, string contentType ) : System |
Initializes a new instance of the Terradue.OpenSearch.OpenSearchRequest class.
|
public static Create ( IOpenSearchable entity, QuerySettings querySettings, |
||
entity | IOpenSearchable | IOpenSearchable Entity. |
querySettings | QuerySettings | |
parameters | Parameters of the request. | |
return |
public static Create ( OpenSearchUrl queryUrl ) : |
||
queryUrl | OpenSearchUrl | |
return |
public abstract GetResponse ( ) : IOpenSearchResponse | ||
return | IOpenSearchResponse |
protected OpenSearchRequest ( OpenSearchUrl url, string contentType ) : System | ||
url | OpenSearchUrl | URL. |
contentType | string | |
return | System |