GSTPy.CrudeFeature

class GSTPy.CrudeFeature

Information and data of a feature download request.

property feature_desc

The description for the feature.

Type

FeatureDesc

property geometry

The geometry file of the feature.

Type

str

property geometry_format

The geometry file format.

Type

RequestFormat

property lock_key

The lock key (empty, if no lock was requested).

Type

str

property object_property_values

The object property values of the feature.

Type

list[AttributeValue]

property property_description

The property description.

Type

str

property property_values

The property values.

Type

str

property srs

The requested SRS of the feature.

Type

SRS