User Tools

Site Tools


thinkgeo.mapsuite.core.dbfcolumn

This is an old revision of the document!


ThinkGeo.MapSuite.Core.DbfColumn

<!– Class –> This class represents the column information specific to a DBF column.

Inheritance Hierarchy

Members Summary

Public Constructors

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

Protected Constructors

Name Parameters DeclaringType Summary
Protected MethodDbfColumn This method is the constructor for the DbfColumn.

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 PropertyColumnName String FeatureSourceColumn This property returns the name of the column.
Public PropertyColumnType DbfColumnType This property returns the type of the column in the DBF.
Public PropertyDecimalLength Int32 This property returns the decimal length of the column in the DBF.
Public PropertyLength Int32 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.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

DbfColumn(String, DbfColumnType, Int32, Int32)

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.

Go Back

Protected Constructors

DbfColumn()

This method is the constructor for the DbfColumn.

Overloads

This is the default constructor.

Parameters

Name Type Description

Go Back

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

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

Protected Properties

Public Events

thinkgeo.mapsuite.core.dbfcolumn.1440040128.txt.gz · Last modified: 2015/09/17 08:58 (external edit)