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!
This class represents a column contained within a FeatureSource.
This is the constructor to create a FeatureSourceColumn.
This constructor is the default, but should not be used.
This is the constructor to create a FeatureSourceColumn.
This is the constructor that should be used.
columnName
typeName
N/A
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
Returns column name of FeatureSourceColumn
N/A
Return Value
N/A
N/A
Return Value
N/A
N/A
Return Value
This property returns the name of the column.
None
Return Type:String
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
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