WfsFeatureType interface
Information about a feature type in a WFS service.
Properties
abstract | A description of the feature type. |
bounds | The bounding box in which the feature type can be found. |
default |
The default spatial reference identifier for accessing the feature type. |
name | A name identifier for the feature type. |
other |
Additional spatial reference identifier for accessing the feature type. |
title | A title for the feature type. |
Property Details
abstract
A description of the feature type.
abstract?: string
Property Value
string
bounds
The bounding box in which the feature type can be found.
bounds?: azmaps.data.BoundingBox
Property Value
defaultSrs
The default spatial reference identifier for accessing the feature type.
defaultSrs?: string
Property Value
string
name
A name identifier for the feature type.
name?: string
Property Value
string
otherSrs
Additional spatial reference identifier for accessing the feature type.
otherSrs?: string[]
Property Value
string[]
title
A title for the feature type.
title?: string
Property Value
string