OgcWfsDataSet Class
A dataset for reading data from an OGC Web Feature Service.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOgc assembly)
Syntax
public class OgcWfsDataSet : HttpDataSet,
ISearchable
Remarks
An OgcWfsDataSet fetches Features from an OGC Web Feature Service which can then be used and visualized like other features. It supports versions 1.0.0, 1.1.0, and 2.0.0 of the OGC Web Feature Service standard and can handle feature types corresponding to the Simple Feature Access specification. See www.ogc.org for more information.
To use an OgcWfsDataSet, you need at minimum – although it is often sufficient – to set the Url property to an endpoint to an OGC WFS service. Everything else will be configured automatically when the dataset is initialized. The dataset will automatically issue a GetCapabilities request and one or more DescribeFeatureType requests to find out what the OGC WFS service supports and at which URLs to request features.
It may be useful to restrict the dataset to only request certain types of features to reduce the amount of network traffic and the time taken to get features. This can be done by listing the desired feature types in the TypeNames property. One way to find the feature types present in a WFS service is to leave the typeNames property empty, and then see the Carmenta Engine Log with log level set to Debug. When negotiating with the service, the feature types will then be listed in the form: "DEBUG - TypeName 0: ...".
An OgcWfsDataSet should almost always be used inside a TileLayer so that features are requested asynchronously and cached to avoid unnecessary requests to the remote server.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
DataSet
HttpDataSet
OgcWfsDataSet
Platforms
Windows, Linux, Android
OgcWfsDataSet Members
The OgcWfsDataSet type has the following members.
Constructors
Name | Description |
---|---|
OgcWfsDataSet | Initializes a new instance of the OgcWfsDataSet class. |
Properties
Name | Description |
---|---|
AdditionalParameters | Gets or sets additional parameters that are appended to all requests. |
Count | Gets or sets a value indicating how many features that should be requested in each request to the OpenGIS Web Feature Service. |
Description | Gets or sets a short description of the dataset. Inherited from DataSet |
DisplayName | Gets or sets a display name for the dataset. Inherited from DataSet |
ISearchable.HasSearchIndex | Gets a value that tells whether a dataset has a search index. Inherited from ISearchable |
Id | Gets a unique identifier for this dataset instance. Inherited from DataSet |
IsDisposed | Gets a value that tells whether the current OgcWfsDataSet has been disposed. Inherited from EngineObject |
IsoMetadataDocument | Gets or sets the path to an ISO 19139 metadata document for the dataset. Inherited from DataSet |
Name | Gets or sets the name of the OgcWfsDataSet. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current OgcWfsDataSet represents. Inherited from EngineObject |
Password | Gets or sets the password used for basic authentication on the server. Inherited from HttpDataSet |
SearchEnabled | Gets or sets a flag indicating if text search should be enabled for the dataset. See ISearchable for more information. |
ServiceMonitorInterval | Starts a background thread that monitors the web service for changes. Inherited from HttpDataSet |
SuppressInitializationErrors | Gets or sets a flag indicating how errors during dataset initialization are handled. Inherited from DataSet |
SwitchRequestXY | Gets or sets a flag indicating whether feature requests should have switched axis order. |
SwitchResponseXY | Gets or sets a flag indicating whether axis order should be flipped when parsing returned features. |
ThrowExceptions | Gets or sets a flag indicating if exceptions should be thrown when an error occurs. Inherited from HttpDataSet |
Timeout | Gets or sets a value indicating how long the dataset will wait for a response from the web service. Inherited from HttpDataSet |
TypeNames | Gets a list that contains all feature types to read from the service. |
Url | Gets or sets the URL of the web service instance that the dataset should connect to. Inherited from HttpDataSet |
User | Gets or sets the username used for basic authentication on the server. Inherited from HttpDataSet |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
FindChildObject | Overloaded. Finds the child object with the specified name. Inherited from DataSet |
FlushCache | Frees any information the dataset may have cached, including all cached features. Inherited from DataSet |
GetChildObjects | Overloaded. Gets the child objects of the current object. Inherited from DataSet |
GetDataCoverage | Gets coverage information for this dataset in a given area. Inherited from DataSet |
Looks up an existing dataset instance from a dataset identity. Inherited from DataSet | |
GetDataSetInfo | Returns a dataset info that describes the contents of this dataset. Inherited from DataSet |
GetDataSetInfoAsync | Makes an asynchronous call to GetDataSetInfo. Inherited from DataSet |
GetFeature | Gets the feature with the specified identity. Inherited from DataSet |
GetFeatures | Overloaded. Gets features from the dataset. Inherited from DataSet |
Overloaded. Returns collection of OgcWfsFeatureType, one for each feature type defined by the service. | |
GetFloatValueAt | Overloaded. Gets the float raster value from a cell at the specified position. Inherited from DataSet |
GetFloatValuesAt | Overloaded. Gets a number of float raster values. Inherited from DataSet |
GetLocalizedDescription | Gets a localized version of the dataset description in a specific language. Inherited from DataSet |
GetLocalizedDisplayName | Gets a localized version of the dataset display name in a specific language. Inherited from DataSet |
GetLocalizedIsoMetadataDocument | Gets the path to an ISO 19139 metadata document for a specific language. Inherited from DataSet |
GetNormalizedFloatValueAt | Overloaded. Gets the raster value from a cell at the specified position, normalized by Scale and Offset. Inherited from DataSet |
GetNormalizedFloatValuesAt | Overloaded. Gets a number of raster values, normalized by Scale and Offset. Inherited from DataSet |
GetValueAt | Overloaded. Gets the integer value from a raster cell at the specified position. Inherited from DataSet |
GetValuesAt | Overloaded. Gets a number of raster values. Inherited from DataSet |
HasLocalizedDescription | Checks if a localized version of the dataset description is available in a specific language. Inherited from DataSet |
HasLocalizedDisplayName | Checks if a localized version of the dataset display name is available in a specific language. Inherited from DataSet |
HasLocalizedIsoMetadataDocument | Checks if an ISO 19139 metadata document is available for a specific language. Inherited from DataSet |
HighestRasterValue | Finds the highest raster value inside the given polygon. Inherited from DataSet |
Initialize | Initializes the dataset. Inherited from DataSet |
Reset | Resets the HttpDataSet instance to its default state. Inherited from HttpDataSet |
ISearchable.Search | Overloaded. Searches for features with an attribute whose value match the specified search text. Inherited from ISearchable |
SetLocalizedDescription | Sets a dataset description in a specific language. Inherited from DataSet |
SetLocalizedDisplayName | Sets a dataset display name in a specific language. Inherited from DataSet |
SetLocalizedIsoMetadataDocument | Sets the path to an ISO 19139 metadata document for the dataset, for a specific language. Inherited from DataSet |
TryGetFloatValueAt | Overloaded. Gets the float value from a raster cell at the specified position. Inherited from DataSet |
TryGetNormalizedFloatValueAt | Overloaded. Gets the float value from a raster cell at the specified position, normalized by Scale and Offset. Inherited from DataSet |
TryGetValueAt | Overloaded. Gets the integer value from a raster cell at the specified position. Inherited from DataSet |
Events
Name | Description |
---|---|
ServiceChanged | Occurs when the HttpDataSet has detected changes to the web service. Inherited from HttpDataSet |