OgcWfsFeatureType Class
Used to describe a feature type in an OpenGIS Web Feature Service.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOgc assembly)
Syntax
public class OgcWfsFeatureType : EngineObject
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
OgcWfsFeatureType
Platforms
Windows, Linux, Android
OgcWfsFeatureType Members
The OgcWfsFeatureType type has the following members.
Properties
Name | Description |
---|---|
Abstract | Gets the abstract of the feature type. |
IsDisposed | Gets a value that tells whether the current OgcWfsFeatureType has been disposed. Inherited from EngineObject |
Name | Gets the name identifier of the feature type used in OgcWfsDataSet.TypeNames. |
NativeHandle | Gets the native Carmenta Engine kernel object the current OgcWfsFeatureType represents. Inherited from EngineObject |
Title | Gets the title of the feature type. |
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 |