FeatureAttribute Class |
Namespace: Aspose.Gis
The FeatureAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | FeatureAttribute(String, AttributeDataType) |
Initializes a new instance of the FeatureAttribute class.
|
![]() | FeatureAttribute(String, AttributeDataType, Boolean) |
Initializes a new instance of the FeatureAttribute class.
|
Name | Description | |
---|---|---|
![]() | CanBeNull |
Gets a value indicating whether this instance can be null.
|
![]() | CanBeUnset |
Gets or sets a value indicating whether value for this attribute can be omitted.
|
![]() | DataType |
Gets the data type of the attribute.
|
![]() | DefaultValue |
Gets or sets a value for the attribute, that indicates missing data.
|
![]() | HasCustomDefaultValue |
Gets a value indicating whether the pre-defined default value for this attribute was overridden with a custom value.
|
![]() | IsLocked |
Gets a value indicating whether this attribute is locked.
|
![]() | Name |
Gets the name of the attribute.
|
![]() | Precision |
Gets or sets maximum number of decimal digits to store.
|
![]() | Width |
Gets or sets maximum allowed width of character representation of the attribute.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Lock |
Locks this attribute.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |