User Tools

Site Tools


thinkgeo.mapsuite.core.tabdbfcolumn

This is an old revision of the document!


ThinkGeo.MapSuite.Core.TabDbfColumn

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodTabDbfColumn This method is the constructor for the DbfColumn.
Public MethodTabDbfColumn String, DbfColumnType, Int32, Int32, Boolean, Boolean This method is the constructor for the DbfColumn.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object(overriden)

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyBuildIndex Boolean This property returns the index of the column in the DBF.
Public PropertyColumnName String FeatureSourceColumn This property returns the name of the column.
Public PropertyColumnType DbfColumnType DbfColumn This property returns the type of the column in the DBF.
Public PropertyDecimalLength Int32 DbfColumn This property returns the decimal length of the column in the DBF.
Public PropertyLength Int32 DbfColumn This property returns the length of the column in the DBF.
Public PropertyMaxLength Int32 FeatureSourceColumn This property returns the maximum length of the column.
Public PropertyTypeName String FeatureSourceColumn This property returns the type name of the column.
Public PropertyUniqueIndexColumnValues Boolean This property returns the value of the column in the DBF is unique or not.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

TabDbfColumn()

This method is the constructor for the DbfColumn.

Overloads

This is the default constructor.

Parameters

Name Type Description

Go Back

TabDbfColumn(String, DbfColumnType, Int32, Int32, Boolean, Boolean)

This method is the constructor for the DbfColumn.

Overloads

This constructor is intended to be used to create the object.

Parameters

Name Type Description
columnName String<!– System.String –> This parameter represents the name of the column in the DBF.
columnType DbfColumnType<!– ThinkGeo.MapSuite.Core.DbfColumnType –> This parameter represents the type of the column in the DBF.
length Int32<!– System.Int32 –> This parameter represents the length of the column in the DBF.
decimalLength Int32<!– System.Int32 –> This parameter represents the number of decimal places the column has, if it is a numeric type.
buildIndex Boolean<!– System.Boolean –>
uniqueIndexColumnValues Boolean<!– System.Boolean –>

Go Back

Protected Constructors

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

BuildIndex

This property returns the index of the column in the DBF.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.TabDbfColumn –> Go Back

ColumnName

This property returns the name of the column.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.FeatureSourceColumn –> Go Back

ColumnType

This property returns the type of the column in the DBF.

Return Value

Return Type
DbfColumnType<!– ThinkGeo.MapSuite.Core.DbfColumnType –>

<!– ThinkGeo.MapSuite.Core.DbfColumn –> Go Back

DecimalLength

This property returns the decimal length of the column in the DBF.

Remarks

This is the number of decimal places the number represents. This is only applicable if the column type is numeric.

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.DbfColumn –> Go Back

Length

This property returns the length of the column in the DBF.

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.DbfColumn –> Go Back

MaxLength

This property returns the maximum length of the column.

Remarks

The maximum length is user defined and not in any way enforced in our default FeatureSource implementation. It is mainly for display purposes or when dealing with a known Feature Source type.

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.FeatureSourceColumn –> Go Back

TypeName

This property returns the type name of the column.

Remarks

This property is freeform and the type name is not tied to anything. It is wise to try and use familiar type names such as string, integer, date, etc., although it may not fit every different type of FeatureSource. We suggest thar you avoid using this property unless you know the types beforehand or simply want them for display purposes.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.FeatureSourceColumn –> Go Back

UniqueIndexColumnValues

This property returns the value of the column in the DBF is unique or not.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.Core.TabDbfColumn –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.tabdbfcolumn.1440040130.txt.gz · Last modified: 2015/09/17 10:40 (external edit)