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
This is an old revision of the document!
<!– Class –> This class represents a column contained within a FeatureSource.
A FeatureSource is typically represented by a number of InternalFeatures and their column data. This column represents the characteristics of that data.
*System.Object ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn *ThinkGeo.MapSuite.PortableCore.DbfColumn ***ThinkGeo.MapSuite.PortableCore.TabDbfColumn
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the constructor to create a FeatureSourceColumn. | ||
![]() | String | This is the constructor to create a FeatureSourceColumn. | |
![]() | String, String, Int32 | This is the constructor to create a FeatureSourceColumn. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object(overriden) | Returns column name of FeatureSourceColumn |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | This property returns the name of the column. | |
![]() | Int32 | This property returns the maximum length of the column. | |
![]() | String | This property returns the type name of the column. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the constructor to create a FeatureSourceColumn.
This overload creates a FeatureSourceColumn that is empty.
This constructor is the default, but should not be used.
Name | Type | Description |
---|
This is the constructor to create a FeatureSourceColumn.
This overload creates a FeatureSourceColumn by specifying the column's name only.
This is the constructor that should be used.
Name | Type | Description |
---|---|---|
columnName | String<!– System.String –> | This parameter represents the name of the column. |
This is the constructor to create a FeatureSourceColumn.
This overload creates a FeatureSourceColumn by specifying the column's name, type and max length.
This is the constructor that should be used.
Name | Type | Description |
---|---|---|
columnName | String<!– System.String –> | This parameter represents the name of the column. |
typeName | String<!– System.String –> | This parameter represents the type name of the column. |
maxLength | Int32<!– System.Int32 –> | This parameter represents the maximum length of the column. |
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
Returns column name of FeatureSourceColumn
Return Type | Description |
---|---|
String<!– System.String –> | Returns column name of FeatureSourceColumn |
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.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.PortableCore.FeatureSourceColumn –> 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.PortableCore.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.PortableCore.FeatureSourceColumn –> Go Back