ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Class –> This class represents the column information specific to a DBF column.
*System.Object ThinkGeo.MapSuite.WindowsPhoneCore.FeatureSourceColumn *ThinkGeo.MapSuite.WindowsPhoneCore.DbfColumn
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | String, DbfColumnType, Int32, Int32 | This method is the constructor for the DbfColumn. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This method is the constructor for the DbfColumn. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object(overriden) |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | This property returns the name of the column in the DBF. | |
![]() | DbfColumnType | This property returns the type of the column in the DBF. | |
![]() | Int32 | This property returns the decimal length of the column in the DBF. | |
![]() | Int32 | This property returns the length of the column in the DBF. | |
![]() | Int32 | FeatureSourceColumn | This property returns the maximum length of the column. |
![]() | String | FeatureSourceColumn | This property returns the type name of the column. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This method is the constructor for the DbfColumn.
This constructor is intended to be used to create the object.
Name | Type | Description |
---|---|---|
columnName | String<!– System.String –> | This parameter represents the name of the column in the DBF. |
columnType | DbfColumnType<!– ThinkGeo.MapSuite.WindowsPhoneCore.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. |
This method is the constructor for the DbfColumn.
This is the default constructor.
Name | Type | Description |
---|
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property returns the name of the column in the DBF.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.DbfColumn –> Go Back
This property returns the type of the column in the DBF.
Return Type |
---|
DbfColumnType<!– ThinkGeo.MapSuite.WindowsPhoneCore.DbfColumnType –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.DbfColumn –> Go Back
This property returns the decimal length of the column in the DBF.
This is the number of decimal places the number represents. This is only applicable if the column type is numeric.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.DbfColumn –> Go Back
This property returns the length of the column in the DBF.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.DbfColumn –> Go Back
This property returns the maximum length of the column.
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 Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.FeatureSourceColumn –> Go Back
This property returns the type name of the column.
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 Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.FeatureSourceColumn –> Go Back