Interface IWFS_TextResources
Assembly: Mapsui.Desktop.dll
Syntax
public interface IWFS_TextResources
Properties
|
Improve this Doc
View Source
NSFEATURETYPEPREFIX
Declaration
string NSFEATURETYPEPREFIX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSGML
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSGMLPREFIX
Declaration
string NSGMLPREFIX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSOGC
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSOGCPREFIX
Declaration
string NSOGCPREFIX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSOWS
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSOWSPREFIX
Declaration
string NSOWSPREFIX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSSCHEMA
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSSCHEMAPREFIX
Declaration
string NSSCHEMAPREFIX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSWFS
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSWFSPREFIX
Declaration
string NSWFSPREFIX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSXLINK
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NSXLINKPREFIX
Declaration
string NSXLINKPREFIX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_BBOX
Declaration
string XPATH_BBOX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_BOUNDINGBOXMAXX
Declaration
string XPATH_BOUNDINGBOXMAXX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_BOUNDINGBOXMAXY
Declaration
string XPATH_BOUNDINGBOXMAXY { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_BOUNDINGBOXMINX
Declaration
string XPATH_BOUNDINGBOXMINX { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_BOUNDINGBOXMINY
Declaration
string XPATH_BOUNDINGBOXMINY { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_DESCRIBEFEATURETYPERESOURCE
Declaration
string XPATH_DESCRIBEFEATURETYPERESOURCE { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY
Declaration
string XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY_ANONYMOUSTYPE
Declaration
string XPATH_GEOMETRY_ELEMREF_GEOMNAMEQUERY_ANONYMOUSTYPE { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_GEOMETRY_ELEMREF_GMLELEMENTQUERY
Declaration
string XPATH_GEOMETRY_ELEMREF_GMLELEMENTQUERY { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_GEOMETRYELEMENT_BYTYPEATTRIBUTEQUERY
Declaration
string XPATH_GEOMETRYELEMENT_BYTYPEATTRIBUTEQUERY { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_GEOMETRYELEMENTCOMPLEXTYPE_BYELEMREFQUERY
Declaration
string XPATH_GEOMETRYELEMENTCOMPLEXTYPE_BYELEMREFQUERY { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_GETFEATURERESOURCE
Declaration
string XPATH_GETFEATURERESOURCE { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_NAMEATTRIBUTEQUERY
Declaration
string XPATH_NAMEATTRIBUTEQUERY { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_SRS
Declaration
string XPATH_SRS { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_TARGETNS
Declaration
string XPATH_TARGETNS { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
XPATH_TYPEATTRIBUTEQUERY
Declaration
string XPATH_TYPEATTRIBUTEQUERY { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
DescribeFeatureTypeRequest(String)
Declaration
string DescribeFeatureTypeRequest(string featureTypeName)
Parameters
Type |
Name |
Description |
System.String |
featureTypeName |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetCapabilitiesRequest()
Declaration
string GetCapabilitiesRequest()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFeatureGETRequest(WfsFeatureTypeInfo, String, BoundingBox, IFilter)
Declaration
string GetFeatureGETRequest(WfsFeatureTypeInfo featureTypeInfo, string labelProperty, BoundingBox boundingBox, IFilter filter)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFeaturePOSTRequest(WfsFeatureTypeInfo, String, BoundingBox, IFilter)
Declaration
byte[] GetFeaturePOSTRequest(WfsFeatureTypeInfo featureTypeInfo, string labelProperty, BoundingBox boundingBox, IFilter filter)
Parameters
Returns
Type |
Description |
System.Byte[] |
|