Class WfsFeatureTypeInfo
Inheritance
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Desktop.dll
Syntax
public class WfsFeatureTypeInfo : object
Constructors
| Improve this Doc View SourceWfsFeatureTypeInfo()
Initializes a new instance of the WfsFeatureTypeInfo class.
Declaration
public WfsFeatureTypeInfo()
WfsFeatureTypeInfo(String, String, String, String, String)
Initializes a new instance of the WfsFeatureTypeInfo class.
Declaration
public WfsFeatureTypeInfo(string serviceUri, string nsPrefix, string featureTypeNamespace, string featureType, string geometryName)
Parameters
Type | Name | Description |
---|---|---|
System.String | serviceUri | |
System.String | nsPrefix | Use an empty string or 'null', if there is no prefix for the featuretype. |
System.String | featureTypeNamespace | Use an empty string or 'null', if there is no namespace for the featuretype. You don't need to know the namespace of the feature type, if you use the quick geometries option. |
System.String | featureType | |
System.String | geometryName | The geometry name is the property of the featuretype from which geometry information can be obtained from. Usually this property is called something like 'Shape' or 'geom'. It is absolutely necessary to give this parameter. |
WfsFeatureTypeInfo(String, String, String, String, String, GeometryTypeEnum)
Initializes a new instance of the WfsFeatureTypeInfo class.
Declaration
public WfsFeatureTypeInfo(string serviceUri, string nsPrefix, string featureTypeNamespace, string featureType, string geometryName, GeometryTypeEnum geometryType)
Parameters
Type | Name | Description |
---|---|---|
System.String | serviceUri | |
System.String | nsPrefix | Use an empty string or 'null', if there is no prefix for the featuretype. |
System.String | featureTypeNamespace | Use an empty string or 'null', if there is no namespace for the featuretype. You don't need to know the namespace of the feature type, if you use the quick geometries option. |
System.String | featureType | |
System.String | geometryName | The geometry name is the property of the featuretype from which geometry information can be obtained from. Usually this property is called something like 'Shape' or 'geom'. It is absolutely necessary to give this parameter. |
GeometryTypeEnum | geometryType | Specifying the geometry type helps to accelerate the rendering process. |
Properties
| Improve this Doc View SourceBBox
Gets or sets the spatial extent of the featuretype - defined as minimum bounding rectangle.
Declaration
public WfsFeatureTypeInfo.BoundingBox BBox { get; set; }
Property Value
Type | Description |
---|---|
WfsFeatureTypeInfo.BoundingBox |
Cs
Separator for coordinate values (for gml:coordinates)
Declaration
public string Cs { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DecimalDel
Decimal separator (for gml:coordinates)
Declaration
public string DecimalDel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FeatureTypeNamespace
Gets or sets the featuretype namespace. This argument is obligatory for data retrieving, except when using the quick geometries option.
Declaration
public string FeatureTypeNamespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Geometry
Gets or sets information about the geometry of the featuretype. Setting at least the geometry name is obligatory for data retrieving.
Declaration
public WfsFeatureTypeInfo.GeometryInfo Geometry { get; set; }
Property Value
Type | Description |
---|---|
WfsFeatureTypeInfo.GeometryInfo |
LableField
Declaration
public string LableField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of the featuretype. This argument is obligatory for data retrieving.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Prefix
Gets or sets the prefix of the featuretype and it's nested elements. This argument is obligatory for data retrieving, if the featuretype is declared with a prefix in 'GetCapabilities'.
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String | The prefix. |
ServiceUri
Gets or sets the service URI for WFS 'GetFeature' request. This argument is obligatory for data retrieving.
Declaration
public string ServiceUri { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SRID
Gets or sets the spatial reference ID
Declaration
public string SRID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ts
Tuple separator (for gml:coordinates)
Declaration
public string Ts { get; set; }
Property Value
Type | Description |
---|---|
System.String |