WfsFeatureTypeDescription interface
Details about a feature type.
Properties
capability | The capability of the feature type as captured from GetCapabilities. |
geom |
The first property the contains geometry data. |
name | The name of the feature type. |
namespace | The namespace of the feature type. |
namespace |
The namespace prefix used in combination with the feature type name. |
property |
The value type of each property. |
Property Details
capability
The capability of the feature type as captured from GetCapabilities.
capability: WfsFeatureType
Property Value
geomPropertyName
The first property the contains geometry data.
geomPropertyName: string
Property Value
string
name
The name of the feature type.
name: string
Property Value
string
namespace
The namespace of the feature type.
namespace: string
Property Value
string
namespacePrefix
The namespace prefix used in combination with the feature type name.
namespacePrefix: string
Property Value
string
propertyTypes
The value type of each property.
propertyTypes: Record<string, string>
Property Value
Record<string, string>