GSTPy.FeatureClassDesc

class GSTPy.FeatureClassDesc

Information about a feature class.

full_name

The full name of the feature class (as “owner.name”).

Type:str
geometry_type

The type of feature that can be stored in the feature class.

Type:GeometryTypes
group_name

The group name of the feature class.

This will be empty, if is_public == False.

Type:str
is_public

True, if the feature class is public.

Type:bool
name

The name of the feature class.

Type:str
owner_name

The name of the owner of the feature class.

Type:str
srs

The srs of the feature class.

Type:SRS