FeatureAttribute Class

An attribute of a Feature.
Inheritance Hierarchy
SystemObject
  Aspose.GisFeatureAttribute

Namespace:  Aspose.Gis
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class FeatureAttribute

The FeatureAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFeatureAttribute(String, AttributeDataType)
Initializes a new instance of the FeatureAttribute class.
Public methodFeatureAttribute(String, AttributeDataType, Boolean)
Initializes a new instance of the FeatureAttribute class.
Properties
  NameDescription
Public propertyCanBeNull
Gets a value indicating whether this instance can be null.
Public propertyCanBeUnset
Gets or sets a value indicating whether value for this attribute can be omitted.
Public propertyDataType
Gets the data type of the attribute.
Public propertyDefaultValue
Gets or sets a value for the attribute, that indicates missing data.
Public propertyHasCustomDefaultValue
Gets a value indicating whether the pre-defined default value for this attribute was overridden with a custom value.
Public propertyIsLocked
Gets a value indicating whether this attribute is locked.
Public propertyName
Gets the name of the attribute.
Public propertyPrecision
Gets or sets maximum number of decimal digits to store.
Public propertyWidth
Gets or sets maximum allowed width of character representation of the attribute.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLock
Locks this attribute.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also