GSTPy.FeatureClassDesc

class GSTPy.FeatureClassDesc

Information about a feature class.

property full_name

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

Type

str

property geometry_type

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

Type

GeometryTypes

property group_name

The group name of the feature class.

This will be empty, if is_public == False.

Type

str

property is_public

True, if the feature class is public.

Type

bool

property name

The name of the feature class.

Type

str

property owner_name

The name of the owner of the feature class.

Type

str

property srs

The srs of the feature class.

Type

SRS

property z_axis_domain

The z-axis domain of the feature class.

Type

ZAxisDomain