Feature¶
-
class
caris.Feature¶ The feature.
Adds a related
Featureto this Feature’s relationships.Parameters: feature ( Feature) – The related feature to add.
-
delete((Feature)self) → None :¶ Deletes the feature.
Returns related
featuresof the given feature code.Parameters: feature_code (str) – The feature codeof the related featuresReturns: A list of features of the given code that are related. Return type: list( Feature)
Removes a related
Featurefrom thisFeature'srelationships.Parameters: feature ( Feature) – The related feature to remove.
-
restore((Feature)self) → None :¶ Restores the feature if it’s been deleted.
-
attributes¶ AttributeDictionary– The metadata of this Feature
-
crs¶ CoordinateReferenceSystem– The coordinate reference system of the Feature
-
definition¶ FeatureDefinition– The definition of the Feature