Method | Description | |
---|---|---|
DescribeFeatureTypeRequest ( string featureTypeName ) : string |
This method returns the query string for 'DescribeFeatureType'.
|
|
GetCapabilitiesRequest ( ) : string |
This method returns the query string for 'GetCapabilities'.
|
|
GetFeatureGETRequest ( |
This method returns the query string for 'GetFeature'.
|
|
GetFeaturePOSTRequest ( |
This method returns the POST request for 'GetFeature'.
|
public DescribeFeatureTypeRequest ( string featureTypeName ) : string | ||
featureTypeName | string | The name of the featuretype to query |
return | string |
public GetFeatureGETRequest ( |
||
featureTypeInfo | A |
|
labelProperty | string | |
boundingBox | BoundingBox | The bounding box of the query |
filter | IFilter | An instance implementing |
return | string |
public GetFeaturePOSTRequest ( |
||
featureTypeInfo | A |
|
labelProperty | string | A property necessary for label rendering |
boundingBox | BoundingBox | The bounding box of the query |
filter | IFilter | An instance implementing |
return | byte[] |