class documentation

Undocumented

Method create_feature Undocumented
Method delete_feature Undocumented
Method describe Undocumented
Method feature_from_props Undocumented
Method feature_to_props Undocumented
Method feature_to_view_props Undocumented
Method field Undocumented
Method find_features Undocumented
Method get_features Undocumented
Method init_feature Undocumented
Method related_models Undocumented
Method update_feature Undocumented
Method validate_feature Undocumented
Class Variable defaultSort Undocumented
Class Variable fields Undocumented
Class Variable geometryCrs Undocumented
Class Variable geometryName Undocumented
Class Variable geometryType Undocumented
Class Variable isEditable Undocumented
Class Variable loadingStrategy Undocumented
Class Variable title Undocumented
Class Variable uidName Undocumented
Class Variable withTableView Undocumented

Inherited from INode:

Method activate Undocumented
Method cfg Undocumented
Method closest Undocumented
Method configure Undocumented
Method create_child Undocumented
Method create_child_if_configured Undocumented
Method create_children Undocumented
Method find_all Undocumented
Method find_first Undocumented
Method post_configure Undocumented
Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable config Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented

Inherited from IObject (via INode):

Method props Undocumented
Class Variable permissions Undocumented
def create_feature(self, feature: IFeature, mc: ModelContext) -> FeatureUid: (source)
def delete_feature(self, feature: IFeature, mc: ModelContext) -> FeatureUid: (source)
def feature_from_props(self, props: FeatureProps, mc: ModelContext) -> IFeature: (source)

Undocumented

def feature_to_props(self, feature: IFeature, mc: ModelContext) -> FeatureProps: (source)

Undocumented

def feature_to_view_props(self, feature: IFeature, mc: ModelContext) -> FeatureProps: (source)

Undocumented

def field(self, name: str) -> Optional[IModelField]: (source)

Undocumented

def find_features(self, search: SearchQuery, mc: ModelContext) -> list[IFeature]: (source)
def get_features(self, uids: Iterable[(str|int)], mc: ModelContext) -> list[IFeature]: (source)

Undocumented

def init_feature(self, feature: IFeature, mc: ModelContext): (source)
def related_models(self) -> list[IModel]: (source)

Undocumented

def update_feature(self, feature: IFeature, mc: ModelContext) -> FeatureUid: (source)
def validate_feature(self, feature: IFeature, mc: ModelContext) -> bool: (source)

Undocumented

defaultSort: list[SearchSort] = (source)

Undocumented

Undocumented

geometryCrs: Optional[ICrs] = (source)

Undocumented

geometryName: str = (source)

Undocumented

geometryType: Optional[GeometryType] = (source)

Undocumented

isEditable: bool = (source)

Undocumented

Undocumented

title: str = (source)

Undocumented

uidName: str = (source)

Undocumented

withTableView: bool = (source)

Undocumented