This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.geodbf [2015/09/21 01:03] admin |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.Core.GeoDbf ====== | ||
- | Class GeoDbf. | ||
- | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | ||
- | ***ThinkGeo.MapSuite.Core.GeoDbf** | ||
- | ===== Members Summary ===== | ||
- | ==== Public Constructors ==== | ||
- | ** {{wiki:PublicMethod.gif|}} GeoDbf() ** | ||
- | |||
- | Initializes a new instance of the class. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GeoDbf(String) ** | ||
- | |||
- | Initializes a new instance of the class. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Parameters == | ||
- | * //pathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the path file. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GeoDbf(String,DbfReadWriteMode) ** | ||
- | |||
- | Initializes a new instance of the class. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Parameters == | ||
- | * //pathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the path file. | ||
- | |||
- | * //readWriteMode// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DbfReadWriteMode|DbfReadWriteMode]] | ||
- | * Description:The read write mode. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GeoDbf(String,DbfReadWriteMode,Encoding) ** | ||
- | |||
- | Initializes a new instance of the class. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Parameters == | ||
- | * //pathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the path file. | ||
- | |||
- | * //readWriteMode// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DbfReadWriteMode|DbfReadWriteMode]] | ||
- | * Description:The read write mode. | ||
- | |||
- | * //encoding// | ||
- | * Type:Encoding | ||
- | * Description:The encoding. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GeoDbf(String,DbfReadWriteMode,Encoding,CultureInfo) ** | ||
- | |||
- | Initializes a new instance of the class. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Parameters == | ||
- | * //pathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the path file. | ||
- | |||
- | * //readWriteMode// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DbfReadWriteMode|DbfReadWriteMode]] | ||
- | * Description:The read write mode. | ||
- | |||
- | * //encoding// | ||
- | * Type:Encoding | ||
- | * Description:The encoding. | ||
- | |||
- | * //cultureInfo// | ||
- | * Type:CultureInfo | ||
- | * Description:The culture information. | ||
- | |||
- | <div newline></div> | ||
- | ==== Protected Constructors ==== | ||
- | ==== Public Methods ==== | ||
- | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
- | |||
- | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetColumn(String) ** | ||
- | |||
- | Gets the column. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]] | ||
- | * Description:DbfColumn. | ||
- | |||
- | == Parameters == | ||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetColumn(Int32) ** | ||
- | |||
- | Gets the column. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]] | ||
- | * Description:DbfColumn. | ||
- | |||
- | == Parameters == | ||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadRecord(Int32) ** | ||
- | |||
- | Reads the record. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Dictionary<String,Object> | ||
- | * Description:Dictionary<System.String, System.Object>. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsBoolean(Int32,Int32) ** | ||
- | |||
- | Reads the field as boolean. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Boolean | ||
- | * Description:Boolean. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsBoolean(Int32,String) ** | ||
- | |||
- | Reads the field as boolean. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Boolean | ||
- | * Description:Boolean. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsDateTime(Int32,String) ** | ||
- | |||
- | Reads the field as date time. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:DateTime | ||
- | * Description:DateTime. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsDateTime(Int32,Int32) ** | ||
- | |||
- | Reads the field as date time. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:DateTime | ||
- | * Description:DateTime. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsDouble(Int32,String) ** | ||
- | |||
- | Reads the field as double. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Double | ||
- | * Description:Double. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsDouble(Int32,Int32) ** | ||
- | |||
- | Reads the field as double. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Double | ||
- | * Description:Double. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsInteger(Int32,Int32) ** | ||
- | |||
- | Reads the field as integer. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | * Description:System.Int32. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsInteger(Int32,String) ** | ||
- | |||
- | Reads the field as integer. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | * Description:System.Int32. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsString(Int32,String) ** | ||
- | |||
- | Reads the field as string. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:String | ||
- | * Description:System.String. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadFieldAsString(Int32,Int32) ** | ||
- | |||
- | Reads the field as string. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:String | ||
- | * Description:System.String. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,String,Double) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | * //value// | ||
- | * Type:Double | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,Int32,Int32) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | * //value// | ||
- | * Type:Int32 | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,String,Boolean) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | * //value// | ||
- | * Type:Boolean | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,Int32,Double) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | * //value// | ||
- | * Type:Double | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,String,Int32) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | * //value// | ||
- | * Type:Int32 | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,Int32,String) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | * //value// | ||
- | * Type:String | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,String,String) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | * //value// | ||
- | * Type:String | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,Int32,Boolean) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | * //value// | ||
- | * Type:Boolean | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,Int32,DateTime) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | * //value// | ||
- | * Type:DateTime | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteField(Int32,String,DateTime) ** | ||
- | |||
- | Writes the field. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | * //value// | ||
- | * Type:DateTime | ||
- | * Description:The value. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} Open() ** | ||
- | |||
- | Opens this instance. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
- | |||
- | Closes this instance. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} Flush() ** | ||
- | |||
- | Flushes this instance. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} Pack() ** | ||
- | |||
- | Packs this instance. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetColumnNumber(String) ** | ||
- | |||
- | Gets the column number. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | * Description:System.Int32. | ||
- | |||
- | == Parameters == | ||
- | * //columnName// | ||
- | * Type:String | ||
- | * Description:Name of the column. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetColumnName(Int32) ** | ||
- | |||
- | Gets the name of the column. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:String | ||
- | * Description:System.String. | ||
- | |||
- | == Parameters == | ||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} DeleteRecord(Int32) ** | ||
- | |||
- | Deletes the record. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} UpdateColumnName(Int32,String) ** | ||
- | |||
- | Updates the name of the column. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //columnNumber// | ||
- | * Type:Int32 | ||
- | * Description:The column number. | ||
- | |||
- | * //newColumnName// | ||
- | * Type:String | ||
- | * Description:New name of the column. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} UndeleteRecord(Int32) ** | ||
- | |||
- | Undeletes the record. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} IsRecordDeleted(Int32) ** | ||
- | |||
- | Determines whether [is record deleted] [the specified record number]. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Boolean | ||
- | * Description:true if [is record deleted] [the specified record number]; otherwise, false. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} AddEmptyRecord() ** | ||
- | |||
- | Adds the empty record. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ReadRecordAsString(Int32) ** | ||
- | |||
- | Reads the record as string. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Dictionary<String,String> | ||
- | * Description:Dictionary<System.String, System.String>. | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} WriteRecord(Int32,IEnumerable<Object>) ** | ||
- | |||
- | Writes the record. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //recordNumber// | ||
- | * Type:Int32 | ||
- | * Description:The record number. | ||
- | |||
- | * //values// | ||
- | * Type:IEnumerable<Object> | ||
- | * Description:The values. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Boolean | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //obj// | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Type | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CopyDbfHeader(String,String) ** | ||
- | |||
- | Copies the DBF header. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //sourcePathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the source path file. | ||
- | |||
- | * //destinationPathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the destination path file. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CopyDbfHeader(String,String,OverwriteMode) ** | ||
- | |||
- | Copies the DBF header. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //sourcePathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the source path file. | ||
- | |||
- | * //destinationPathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the destination path file. | ||
- | |||
- | * //overwriteMode// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
- | * Description:The overwrite mode. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateDbfFile(String,IEnumerable<DbfColumn>) ** | ||
- | |||
- | Creates the DBF file. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //dbfPathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the DBF path file. | ||
- | |||
- | * //dbfColumns// | ||
- | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
- | * Description:The DBF columns. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateDbfFile(String,IEnumerable<DbfColumn>,OverwriteMode) ** | ||
- | |||
- | Creates the DBF file. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //dbfPathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the DBF path file. | ||
- | |||
- | * //dbfColumns// | ||
- | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
- | * Description:The DBF columns. | ||
- | |||
- | * //overwriteMode// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
- | * Description:The overwrite mode. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateDbfFile(String,IEnumerable<DbfColumn>,OverwriteMode,Encoding) ** | ||
- | |||
- | Creates the DBF file. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //dbfPathFileName// | ||
- | * Type:String | ||
- | * Description:Name of the DBF path file. | ||
- | |||
- | * //dbfColumns// | ||
- | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
- | * Description:The DBF columns. | ||
- | |||
- | * //overwriteMode// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] | ||
- | * Description:The overwrite mode. | ||
- | |||
- | * //encoding// | ||
- | * Type:Encoding | ||
- | * Description:The encoding. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumns(IEnumerable<DbfColumn>) ** | ||
- | |||
- | Gets the valid columns. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
- | * Description:Collection<DbfColumn>. | ||
- | |||
- | == Parameters == | ||
- | * //columns// | ||
- | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
- | * Description:The columns. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumns(IEnumerable<DbfColumn>,Encoding) ** | ||
- | |||
- | Gets the valid columns. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
- | * Description:Collection<DbfColumn>. | ||
- | |||
- | == Parameters == | ||
- | * //columns// | ||
- | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> | ||
- | * Description:The columns. | ||
- | |||
- | * //encoding// | ||
- | * Type:Encoding | ||
- | * Description:The encoding. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumnNames(IEnumerable<String>) ** | ||
- | |||
- | Gets the valid column names. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:Collection<System.String>. | ||
- | |||
- | == Parameters == | ||
- | * //columnNames// | ||
- | * Type:IEnumerable<String> | ||
- | * Description:The column names. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} GetValidColumnNames(IEnumerable<String>,Encoding) ** | ||
- | |||
- | Gets the valid column names. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:Collection<System.String>. | ||
- | |||
- | == Parameters == | ||
- | * //columnNames// | ||
- | * Type:IEnumerable<String> | ||
- | * Description:The column names. | ||
- | |||
- | * //encoding// | ||
- | * Type:Encoding | ||
- | * Description:The encoding. | ||
- | |||
- | <div newline></div> | ||
- | ==== Protected Methods ==== | ||
- | ** {{wiki:ProtectedMethod.gif|}} OnStreamLoading(StreamLoadingEventArgs) ** | ||
- | |||
- | Handles the event. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //e// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] | ||
- | * Description:The instance containing the event data. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} exw=(GeoFileMode,GeoFileAccess) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //fBw=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoFileMode|GeoFileMode]] | ||
- | * Description:N/A | ||
- | |||
- | * //fRw=// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]] | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} fhw=(String,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //fxw=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | * //gBw=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} gRw=(String,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //ghw=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | * //gxw=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} hBw=(String,Int32,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //hRw=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | * //hhw=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | * //hxw=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} iBw=(String) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //iRw=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} ihw=(String,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //ixw=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | * //jBw=// | ||
- | * Type:Int32 | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} jRw=(String) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //jhw=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} jxw=(String) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //kBw=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} kRw=(String) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | * //khw=// | ||
- | * Type:String | ||
- | * Description:N/A | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Object | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ==== Public Properties ==== | ||
- | ** {{wiki:PublicProperty.gif|}} IsOpen ** | ||
- | |||
- | Gets a value indicating whether this instance is open. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Return Value == | ||
- | * Type:Boolean | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} ColumnCount ** | ||
- | |||
- | Gets the column count. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} RecordCount ** | ||
- | |||
- | Gets the record count. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Return Value == | ||
- | * Type:Int32 | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} PathFileName ** | ||
- | |||
- | Gets or sets the name of the path file. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Return Value == | ||
- | * Type:String | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} ReadWriteMode ** | ||
- | |||
- | Gets or sets the read write mode. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.DbfReadWriteMode|DbfReadWriteMode]] | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} Encoding ** | ||
- | |||
- | Gets or sets the encoding. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Return Value == | ||
- | * Type:Encoding | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} CultureInfo ** | ||
- | |||
- | Gets or sets the culture information. | ||
- | == Remarks == | ||
- | N/A | ||
- | == Return Value == | ||
- | * Type:CultureInfo | ||
- | |||
- | ==== Protected Properties ==== | ||
- | ==== Public Events ==== | ||
- | ** {{wiki:PublicEvent.gif|}} StreamLoading ** | ||
- | Occurs when [stream loading]. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | Event Arguments:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] | ||
- | |||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.