User Tools

Site Tools


thinkgeo.mapsuite.core.shapefilefeaturelayer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.shapefilefeaturelayer [2015/09/17 10:39]
admin
thinkgeo.mapsuite.core.shapefilefeaturelayer [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer ====== ====== ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a Layer backed by a Shape File. This class represents a Layer backed by a Shape File.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 7: Line 10:
         ***ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer**         ***ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer() **
-**{{wiki:​PublicMethod.gif|}}[[#ShapeFileFeatureLayer()|ShapeFileFeatureLayer]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-<​div ​class_table+  * //This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#ShapeFileFeatureLayer(String)|ShapeFileFeatureLayer]]** +== Remarks == 
-  * **Parameters**:​String +  * //This is the default constructor. If you use this constructor,​ then you should set the required methods manually.//​ 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is a constructor for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String) **
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​ShapeFileFeatureLayer(String,​ShapeFileReadWriteMode)|ShapeFileFeatureLayer]]** +== Remarks == 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:This is a constructor for the class. +  * //​shapePathFilename//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter ​is the Shape File path and filename.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#ShapeFileFeatureLayer(String,​String)|ShapeFileFeatureLayer]]** +** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​ShapeFileReadWriteMode) **
-  * **Parameters**:​String,​String +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode)|ShapeFileFeatureLayer]]** +== Remarks == 
-  * **Parameters**:​String,​String,​[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:This is a constructor for the class. +  * //​shapePathFilename//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter ​is the Shape File path and filename.
  
-<div class_table>​ +  ​//​readWriteMode//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode,​Encoding)|ShapeFileFeatureLayer]]*+    Type:​[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] 
-  * **Parameters**:String,​String,​[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]],Encoding +    Description:This parameter specifies whether ​the file will be opened in read-only or read/write mode.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This ​is a constructor for the class. +
-</​div>​+
  
-=== Protected Constructors === +<​div ​newline></​div
-=== Public Methods === +** {{wiki:​PublicMethod.gif|}} ​ShapeFileFeatureLayer(String,​String) **
-<​div ​class_table+
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(String,​String,​Projection,​String,​String,​BuildIndexMode)|BuildIndexFile]]** +
-  * **Parameters**:​String,​String,​[[ThinkGeo.MapSuite.Core.Projection|Projection]],​String,​String,​[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection. +
-</​div>​+
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(String,​String,​BuildIndexMode)|BuildIndexFile]]** +== Remarks == 
-  * **Parameters**:​String,​String,​[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:​This ​method build a spatial index for the shape file which increases accessspeed. +  * //​shapePathFilename//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter is the Shape File path and filename.
  
-<div class_table>​ +  ​//​indexPathFilename//​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(IEnumerable<​Feature>,​String,​Projection)|BuildIndexFile]]*+    Type:String 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​String,​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +    Description:This parameter is the index file path and filename.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This ​method builds a spatial ​index for the specified group of features ​and target projection. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(String)|BuildIndexFile]]** +** {{wiki:​PublicMethod.gif|}} ​ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode) **
-  * **Parameters**:​String +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method builds a spatial index for the layer. +
-</​div>​+
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(IEnumerable<​Feature>,​String,​BuildIndexMode)|BuildIndexFile]]** +== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​String,​[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:​This ​method builds a spatial index for the specified group of features. +  * //​shapePathFilename//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter is the Shape File path and filename.
  
-<div class_table>​ +  ​//​indexPathFilename//​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(IEnumerable<​Feature>,​String,​Projection,​BuildIndexMode)|BuildIndexFile]]*+    Type:String 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​String,​[[ThinkGeo.MapSuite.Core.Projection|Projection]],​[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +    Description:This parameter is the index file path and filename.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This ​method builds a spatial ​index for the specified group of features. +
-</​div>​+
  
-<div class_table>​ +  ​//​readWriteMode//​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(String,​String,​String,​String,​BuildIndexMode)|BuildIndexFile]]*+    Type:​[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] 
-  * **Parameters**:String,​String,​String,​String,​[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +    Description:This parameter specifies whether the file will be opened in read-only or read/write mode.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This ​method builds a spatial index only for those features that satisfy a regular expression. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(String,BuildIndexMode)|BuildIndexFile]]** +** {{wiki:​PublicMethod.gif|}} ​ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode,​Encoding) ​**
-  * **Parameters**:​String,[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +
-  ​* **DeclaringType**:​N/​A +
-  * **Summary**:​This method builds a spatial index for the layer. +
-</​div>​+
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(IEnumerable<​Feature>,​String)|BuildIndexFile]]** +== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​String +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:​This ​method builds a spatial index for the specified group of features. +  * //​shapePathFilename//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter is the Shape File path and filename.
  
-<div class_table>​ +  ​//​indexPathFilename//​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildIndexFile(String,​String,​Projection,​String,​String,​BuildIndexMode,​Encoding)|BuildIndexFile]]*+    Type:String 
-  * **Parameters**:String,​String,​[[ThinkGeo.MapSuite.Core.Projection|Projection]],​String,​String,​[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]],​Encoding +    Description:This parameter is the index file path and filename.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This ​method builds a spatial ​index only for those features that satisfy a regular expression, based on a passed-in projection. +
-</​div>​+
  
-<div class_table>​ +  ​//​readWriteMode//​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildRecordIdColumn(String,​String,​BuildRecordIdMode)|BuildRecordIdColumn]]*+    Type:​[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] 
-  * **Parameters**:String,​String,​[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] +    Description:This parameter specifies whether the file will be opened in read-only or read/write mode.
-  * **DeclaringType**:N/+
-  * **Summary**:​Static API used to build RecordIdThe Id will start from 0. +
-</​div>​+
  
-<div class_table>​ +  ​//​encoding//​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32)|BuildRecordIdColumn]]*+    Type:Encoding 
-  * **Parameters**:String,​String,​[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]],​Int32 +    Description:This parameter specifies the encoding of the data.
-  * **DeclaringType**:N/A +
-  * **Summary**:​Static API used to build RecordId from the specified starting Id number. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32,​Encoding)|BuildRecordIdColumn]]** +==== Protected Constructors ==== 
-  * **Parameters**:​String,​String,​[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]],​Int32,​Encoding +==== Public Methods ==== 
-  * **DeclaringType**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetShapeFileType() **
-  * **Summary**:​Static API used to build RecordId from the specified starting Id number. +
-</​div>​+
  
-<div class_table>​ +  ​//Get the Shape File type for the Shape File FeatureSource.// 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​CloneShapeFileStructure(String,​String)|CloneShapeFileStructure]]** +  Type:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] 
-  * **Parameters**:​String,​String +  * Description:The ShapeFileType for the ShapeFile ​FeatureSource.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:Clone the structure from the source ShapeFile to the target ​ShapeFile. ​After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​CloneShapeFileStructure(String,​String,​OverwriteMode)|CloneShapeFileStructure]]** +<​div ​newline></​div
-  * **Parameters**:​String,​String,​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] +** {{wiki:​PublicMethod.gif|}} ​Validate() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it. +
-</​div>​+
  
-<div class_table>​ +  ​//This method checks all features in a shapefile is supported by Mapsuite or not.// 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​CloneShapeFileStructure(String,​String,​OverwriteMode,​Encoding)|CloneShapeFileStructure]]** +== Remarks == 
-  * **Parameters**:​String,​String,​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]],​Encoding +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#​Close()|Close]]** +  Type:Dictionary<​String,​String>​ 
-  * **Parameters**:N/A +  * Description:A dictionary which contains all the unsupported featuresThe key is the Indexs which failed to pass the check, the value contains the reason for its failure.
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>​)|CreateShapeFile]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]],​String,​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ +** {{wiki:​PublicMethod.gif|}} ​RequestDrawing() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​Static API to create a new Shape File. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding,​OverwriteMode)|CreateShapeFile]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]],​String,​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>,​Encoding,​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​Static API to create a new Shape File. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding)|CreateShapeFile]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]],​String,​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>,​Encoding +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​Static API to create a new Shape File. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#Draw(GeoCanvas,​Collection<​SimpleCandidate>​)|Draw]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(RectangleShape) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]*+== Remarks == 
-  * **Parameters**:​Object +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +  //​extentToRefresh//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​Object +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetShapeFileType()|GetShapeFileType]]** +** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>​) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​Get the Shape File type for the Shape File FeatureSource. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetThreadSafetyLevel()|GetThreadSafetyLevel]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetValidColumnNames(IEnumerable<​String>,​Encoding)|GetValidColumnNames]]** +  //​extentsToRefresh//​ 
-  * **Parameters**:​IEnumerable<​String>,Encoding +    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetValidColumnNames(IEnumerable<​String>​)|GetValidColumnNames]]** +** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan) **
-  * **Parameters**:​IEnumerable<​String>​ +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetValidColumns(IEnumerable<​DbfColumn>,​Encoding)|GetValidColumns]]** +== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>,​Encoding +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetValidColumns(IEnumerable<​DbfColumn>​)|GetValidColumns]]** +  * Type:Void 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Open()|Open]]** +  * //​bufferTime//​ 
-  * **Parameters**:​N/A +    Type:TimeSpan 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Rebuild(String,​ShapeFileSortingMode,Int32)|Rebuild]]** +** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) **
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.ShapeFileSortingMode|ShapeFileSortingMode]],​Int32 +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Rebuild(String)|Rebuild]]*+== Remarks == 
-  * **Parameters**:​String +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType)|RequestDrawing]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​TimeSpan,​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(RectangleShape,​TimeSpan)|RequestDrawing]]** +  //​bufferTime//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​TimeSpan +    Type:TimeSpan 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​bufferTimeType//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType)|RequestDrawing]]*+    Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​TimeSpan,​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#RequestDrawing(TimeSpan)|RequestDrawing]]** +** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan) **
-  * **Parameters**:​TimeSpan +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(IEnumerable<​RectangleShape>​)|RequestDrawing]]*+== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(RectangleShape)|RequestDrawing]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing()|RequestDrawing]]** +  * //​extentToRefresh//​ 
-  * **Parameters**:​N/A +    Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​bufferTime//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan)|RequestDrawing]]*+    Type:TimeSpan 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​TimeSpan +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType)|RequestDrawing]]** +** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
-  * **Parameters**:​TimeSpan,​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​SaveToProjection(String,​String,​Projection,​OverwriteMode)|SaveToProjection]]*+== Remarks == 
-  * **Parameters**:​String,​String,​[[ThinkGeo.MapSuite.Core.Projection|Projection]],​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This API provide a easy way to project features in a shape file into another projection and save it to shape file. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:PublicMethod.gif|}}[[#Validate()|Validate]]** +  //​extentToRefresh//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​N/​A +    Description:N/A
-  * **Summary**:​This method checks all features in a shapefile is supported by Mapsuite or not. +
-</​div>​+
  
-=== Protected Methods === +  ​//​bufferTime//​ 
-<div class_table>​ +    Type:TimeSpan 
-**{{wiki:​ProtectedMethod.gif|}}[[#​1BU=(IEnumerable<​String>​)|1BU=]]*+    Description:N/A
-  * **Parameters**:IEnumerable<​String>​ +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​bufferTimeType//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​1xU=(GeoCanvas,​Dictionary<​String,​Collection<​Feature>>,​Collection<​SimpleCandidate>,​ZoomLevel,​RectangleShape)|1xU=]]*+    Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]],​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloseCore()|CloseCore]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawAttributionCore(GeoCanvas,​String)|DrawAttributionCore]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​String +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​)|DrawCore]]** +  //​extentsToRefresh//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​bufferTime//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawException(GeoCanvas,​Exception)|DrawException]]*+    Type:TimeSpan 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​DrawExceptionCore(GeoCanvas,Exception)|DrawExceptionCore]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,RequestDrawingBufferTimeType) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetThreadSafetyLevelCore()|GetThreadSafetyLevelCore]]** +  * //​extentsToRefresh//​ 
-  * **Parameters**:​N/A +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​bufferTime//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +    Type:TimeSpan 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​bufferTimeType//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawingAttribution(DrawingAttributionLayerEventArgs)|OnDrawingAttribution]]*+    Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​OnDrawingException(DrawingExceptionLayerEventArgs)|OnDrawingException]]** +** {{wiki:PublicMethod.gif|}} ​GetThreadSafetyLevel() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawingFeatures(DrawingFeaturesEventArgs)|OnDrawingFeatures]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]]** +  * Type:​[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs)|OnDrawingWrappingFeatures]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] +** {{wiki:PublicMethod.gif|}} ​CloneDeep() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawnAttribution(DrawnAttributionLayerEventArgs)|OnDrawnAttribution]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawnException(DrawnExceptionLayerEventArgs)|OnDrawnException]]** +  * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​OnRequestedDrawing(RequestedDrawingLayerEventArgs)|OnRequestedDrawing]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] +** {{wiki:PublicMethod.gif|}} ​Open() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnRequestingDrawing(RequestingDrawingLayerEventArgs)|OnRequestingDrawing]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OpenCore()|OpenCore]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​SetupTools()|SetupTools]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​Close() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SetupToolsCore()|SetupToolsCore]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] +
-  * **Summary**:​N/A +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:​PublicProperty.gif|}}[[#​Attribution|Attribution]]** +  * Type:Void 
-  * **Return**:String +  * Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:PublicProperty.gif|}}[[#​BlueTranslation|BlueTranslation]]** +== Parameters == 
-  * **Return**:​Single +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetBoundingBox() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​DrawingExceptionMode|DrawingExceptionMode]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:PublicProperty.gif|}}[[#​DrawingMarginInPixel|DrawingMarginInPixel]]** +== Return Value == 
-  * **Return**:​Single +  ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​DrawingMarginPercentage|DrawingMarginPercentage]]** +== Parameters == 
-  * **Return**:​Double +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Draw(GeoCanvas,​Collection<​SimpleCandidate>​) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​DrawingQuality|DrawingQuality]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​DrawingTime|DrawingTime]]** +== Return Value == 
-  * **Return**:TimeSpan +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​EditTools|EditTools]]** +== Parameters == 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.EditTools|EditTools]] +  * //​canvas//​ 
-  * **Summary**:N/A+    ​Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#Encoding|Encoding]]** +  ​//​labelsInAllLayers//​ 
-  * **Return**:Encoding +    ​Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Summary**:​This property gets and sets the encoding information for the DBF.+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​FeatureIdsToExclude|FeatureIdsToExclude]]** +<div newline></​div>​ 
-  * **Return**:​Collection<​String>​ +** {{wiki:PublicMethod.gif|}} ​ToString() ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​FeatureSource|FeatureSource]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​GeometryValidationMode|GeometryValidationMode]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]] +  * Type:String 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​GreenTranslation|GreenTranslation]]** +== Parameters == 
-  * **Return**:​Single +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​HasBoundingBox|HasBoundingBox]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In ShapeFileFeatureLayer,​ we override this API and mark it as true.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​IndexPathFileName|IndexPathFileName]]** +== Return Value == 
-  * **Return**:String +  * Type:Boolean 
-  * **Summary**:This property returns the path and filename of the index file you want to represent.+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsGrayscale|IsGrayscale]]** +== Parameters == 
-  * **Return**:Boolean +  * //obj// 
-  * **Summary**:N/A+    ​Type:Object 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​IsNegative|IsNegative]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​GetHashCode() ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsOpen|IsOpen]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsVisible|IsVisible]]** +== Return Value == 
-  * **Return**:Boolean +  * Type:Int32 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​KeyColors|KeyColors]]** +== Parameters == 
-  * **Return**:​Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​ +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetType() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​MaxRecordsToDraw|MaxRecordsToDraw]]** +  ​//N/A// 
-  * **Return**:​Int32 +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Name|Name]]** +== Return Value == 
-  * **Return**:String +  * Type:Type 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​ProgressiveDrawingRecordsCount|ProgressiveDrawingRecordsCount]]** +== Parameters == 
-  * **Return**:​Int32 +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} Rebuild(String) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​QueryTools|QueryTools]]** +  ​//This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file.// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] +== Remarks == 
-  * **Summary**:​N/A+  * //This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape fileWhen we do editing we have optimized the updates so that we do not need to rebuild the entire shape fileThis leads to the shape file being out of order which may cause it not to open in other toolsOne optimization is if you update a record instead of rebuilding a new shape file we mark the old record as null and add the edited record at the end of the shape file. This greatly increases the speed of committing shape file changes but will over time unorder the shape file. In addition we do a delete the DBF file will simply mark the record deleted and not compact the space. Rebuilding the shape file will correctly order the SPX and SHX along with compacting the DBF file and rebuild any index with the same any of the shape file if it exists. Note that if you have build custom index files where the name of the index differs from that of the shape file you will need to rebuild those manually using the BuildIndex methods.//
  
-**{{wiki:​PublicProperty.gif|}}[[#​ReadWriteMode|ReadWriteMode]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] +  * Type:Void 
-  * **Summary**:N/A+  * Description:None
  
-**{{wiki:​PublicProperty.gif|}}[[#​RedTranslation|RedTranslation]]** +== Parameters == 
-  * **Return**:Single +  * //​shapePathFilename//​ 
-  * **Summary**:N/A+    ​Type:String 
 +    Description:This parameter is the shape file you want to rebuild.
  
-**{{wiki:PublicProperty.gif|}}[[#​RequestDrawingInterval|RequestDrawingInterval]]** +<div newline></​div>​ 
-  * **Return**:​TimeSpan +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} Rebuild(String,​ShapeFileSortingMode,​Int32) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​RequireIndex|RequireIndex]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​This property gets and sets whether an index is required when reading data. The default value is true.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​ShapePathFileName|ShapePathFileName]]** +== Return Value == 
-  * **Return**:String +  * Type:Void 
-  * **Summary**:This property returns the path and filename of the Shape File you want to represent.+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​SimplificationAreaInPixel|SimplificationAreaInPixel]]** +== Parameters == 
-  * **Return**:Int32 +  * //​shapePathFilename//​ 
-  * **Summary**:N/A+    ​Type:String 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Transparency|Transparency]]** +  ​//​sortingMode//​ 
-  * **Return**:​Single +    ​Type:[[ThinkGeo.MapSuite.Core.ShapeFileSortingMode|ShapeFileSortingMode]] 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​UsingSpatialIndex|UsingSpatialIndex]]** +  ​//​sridForSorting//​ 
-  * **Return**:Boolean +    Type:Int32 
-  * **Summary**:This property gets whether the Shape File FeatureSource has an index or not.+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​WrappingExtent|WrappingExtent]]** +<div newline></​div>​ 
-  * **Return**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>​) ​**
-  ​* **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​WrappingMode|WrappingMode]]** +  ​//Static API to create a new Shape File.// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​ZoomLevelSet|ZoomLevelSet]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-=== Protected Properties === +== Parameters ​== 
-**{{wiki:ProtectedProperty.gif|}}[[#0BU=|0BU=]]** +  //​shapeType//​ 
-  * **Return**:TimeSpan +    ​Type:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] 
-  * **Summary**:​N/​A+    Description:This parameter specifies the the Shape File type for the target Shape File.
  
-**{{wiki:​ProtectedProperty.gif|}}[[#​0xU=|0xU=]]** +  ​//​pathFilename//​ 
-  * **Return**:TimeSpan +    Type:String 
-  * **Summary**:N/A+    Description:This parameter specifies the Shape filename for the target Shape File.
  
-**{{wiki:ProtectedProperty.gif|}}[[#IsOpenCore|IsOpenCore]]** +  ​//​databaseColumns//​ 
-  * **Return**:Boolean +    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> 
-  * **Summary**:​N/​A+    Description:This parameter specifies the DBF column information for the target Shape File.
  
-**{{wiki:ProtectedProperty.gif|}}[[#yhU=|yhU=]]** +<div newline></​div>​ 
-  * **Return**:​Int64 +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​ProtectedProperty.gif|}}[[#​zRU=|zRU=]]** +  ​//Static API to create a new Shape File.// 
-  * **Return**:​Int64 +== Remarks ​== 
-  * **Summary**:​N/A+  * //N/A//
  
-=== Public Events === +== Return Value == 
-**{{wiki:​PublicEvent.gif|}}[[#​DrawingAttribution|DrawingAttribution]]** +  * Type:Void 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] +  * Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:​PublicEvent.gif|}}[[#​DrawingException|DrawingException]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] +  * //​shapeType//​ 
-  * **Summary**:N/A+    ​Type:​[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] 
 +    Description:This parameter specifies the the Shape File type for the target Shape File.
  
-**{{wiki:PublicEvent.gif|}}[[#​DrawingFeatures|DrawingFeatures]]** +  ​//​pathFilename//​ 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] +    ​Type:String 
-  * **Summary**:​N/​A+    Description:This parameter specifies the Shape filename for the target Shape File.
  
-**{{wiki:​PublicEvent.gif|}}[[#​DrawingProgressChanged|DrawingProgressChanged]]** +  ​//​databaseColumns//​ 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> 
-  * **Summary**:N/A+    Description:This parameter specifies the DBF column information for the target Shape File.
  
-**{{wiki:PublicEvent.gif|}}[[#​DrawingWrappingFeatures|DrawingWrappingFeatures]]** +  ​//​encoding//​ 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] +    ​Type:Encoding 
-  * **Summary**:​N/​A+    Description:This parameter specifies the DBF encoding infromation for the target Shape File.
  
-**{{wiki:PublicEvent.gif|}}[[#​DrawnAttribution|DrawnAttribution]]** +<div newline></​div>​ 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] +** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding,​OverwriteMode) ​**
-  ​* **Summary**:​N/​A+
  
-**{{wiki:​PublicEvent.gif|}}[[#​DrawnException|DrawnException]]** +  ​//Static API to create a new Shape File.// 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] +== Remarks == 
-  * **Summary**:​N/A+  * //An exception will be thown when the target Shape File does not exist while the overwrite mode is set to DoNotOverwrite.//
  
-**{{wiki:​PublicEvent.gif|}}[[#​RequestedDrawing|RequestedDrawing]]** +== Return Value == 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:​PublicEvent.gif|}}[[#​RequestingDrawing|RequestingDrawing]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] +  * //​shapeType//​ 
-  * **Summary**:N/A+    ​Type:​[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] 
 +    Description:This parameter specifies the the Shape File type for the target Shape File.
  
-**{{wiki:​PublicEvent.gif|}}[[#​StreamLoading|StreamLoading]]** +  ​//​pathFilename//​ 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] +    Type:String 
-  * **Summary**:​This ​event allows you to pass in your own stream to represent ​the files.+    Description:This parameter specifies the Shape filename for the target Shape File.
  
-===== Public Constructors ===== +  * //​databaseColumns//​ 
-=== ShapeFileFeatureLayer() === +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> 
-This is a constructor for the class. +    * Description:​This parameter ​specifies the DBF column information for the target ​Shape File.
-==== Remarks ==== +
-This is the default constructorIf you use this constructor,​ then you should set the required methods manually. +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== ShapeFileFeatureLayer(String) === +
-This is a constructor for the class. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**shapePathFilename** +
-  * **Type**:​String +
-  * **Description:​This parameter ​is the Shape File path and filename.+
  
-[[#Public Constructors|Go Back]] +  ​//​encoding//​ 
-=== ShapeFileFeatureLayer(String,​ShapeFileReadWriteMode) === +    * Type:Encoding 
-This is a constructor for the class. +    * Description:​This parameter ​specifies the DBF encoding infromation for the target ​Shape File.
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**shapePathFilename*+
-  * **Type**:String +
-  * **Description:​This parameter ​is the Shape File path and filename.+
  
-**readWriteMode** +  ​//​overwriteMode//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] +    * Type:​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] 
-  * **Description:​This parameter specifies ​whether ​the file will be opened in read-only or read/​write ​mode.+    * Description:​This parameter specifies the override ​mode when the target Shape File exists.
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-=== ShapeFileFeatureLayer(String,​String) === +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String**
-This is a constructor for the class. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**shapePathFilename** +
-  * **Type**:String +
-  ​* **Description:​This parameter is the Shape File path and filename.+
  
-**indexPathFilename** +  ​//This method builds a spatial index for the layer.// 
-  * **Type**:​String +== Remarks == 
-  * **Description:​This parameter is the index file path and filename.+  * //This overload allows you to pass in the Shape File.//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-=== ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode) ​=== +  * Type:Void 
-This is a constructor for the class. +  * Description:​None
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**shapePathFilename** +
-  ​* **Type**:String +
-  ​* **Description:​This parameter is the Shape File path and filename.+
  
-**indexPathFilename** +== Parameters == 
-  * **Type**:String +  * //​pathFilename//​ 
-  * **Description:​This parameter is the index file path and filename.+    ​* Type:​String 
 +    * Description:​The path and filename ​to the Shape File.
  
-**readWriteMode** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​BuildIndexMode) ​**
-  ​* **Description:​This parameter specifies whether the file will be opened in read-only or read/write mode.+
  
-[[#Public Constructors|Go Back]] +  * //This method build spatial index for the shape file which increases accessspeed.// 
-=== ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode,​Encoding) === +== Remarks == 
-This is constructor ​for the class+  * //This overload builds an index file with the same name as the shape file with only the extension being different. You can also specify if you want to rebuild an existing index file.//
-==== Remarks ​==== +
-None +
-==== Parameters ==== +
-**shapePathFilename** +
-  * **Type**:​String +
-  * **Description:​This parameter is the Shape File path and filename.+
  
-**indexPathFilename** +== Return Value == 
-  ​* **Type**:String +  * Type:Void 
-  ​* **Description:​This parameter is the index file path and filename.+  * Description:​None
  
-**readWriteMode** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] +  * //​shapePathFilename//​ 
-  * **Description:​This parameter ​specifies whether ​the file will be opened in read-only or read/write mode.+    ​* Type:String 
 +    * Description:​This parameter ​is the shape file name and path that you want to build an index for.
  
-**encoding** +  ​//​indexPathFilename//​ 
-  * **Type**:Encoding +    * Type:String 
-  * **Description:​This parameter specifies the encoding of the data.+    * Description:​This parameter specifies the index file name.
  
-[[#Public Constructors|Go Back]] +  * //​buildIndexMode//​ 
-===== Protected Constructors ===== +    * Type:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] 
-===== Public Methods ===== +    * Description:​This parameter determines what will happen if there is an existing ​index file.
-=== BuildIndexFile(String,​String,​Projection,​String,​String,​BuildIndexMode) === +
-This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection. +
-==== Remarks ==== +
-This overload allows you to pass in a Shape File and specify the index filename to use.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​BuildIndexMode) ​**
-  ​* **Description**:​None+
  
-==== Parameters ==== +  * //This method builds a spatial index for the layer.// 
-**shapePathFilename** +== Remarks ​== 
-  * **Type**:​String +  * //This overload allows you to pass in the Shape File and determines if we rebuild an index file that already exists.//
-  * **Description**:​This parameter specifies ​the Shape File for which to build the index.+
  
-**indexPathFilename** +== Return Value == 
-  ​* **Type**:String +  * Type:Void 
-  ​* **Description**:This parameter determines the target index path filename.+  * Description:​None
  
-**projection** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +  * //​pathFilename//​ 
-  * **Description**:This parameter ​determines ​the projection ​that will be used to build the index against those features that satisfy the regular expression.+    ​* Type:String 
 +    * Description:​This parameter ​is the matching pattern ​that defines which Shape Files to include.
  
-**columnName** +  ​//​rebuildExistingIndexMode//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] 
-  * **Description**:This parameter determines ​the column name whose values ​will be tested against the regular expression.+    * Description:​This parameter determines ​whether an index file will be rebuilt if it already exists.
  
-**regularExpression** +<div newline></​div>​ 
-  * **Type**:String +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String**
-  ​* **Description**:​This parameter represents the regular expression to test against each feature for inclusion in the index.+
  
-**buildIndexMode** +  ​//This method builds a spatial index for the specified group of features.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +== Remarks == 
-  * **Description**:​This parameter determines whether an index file will be rebuilt if it already exists.+  * //This overload allows you to pass in a group of features and specify the index filename to use.//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== BuildIndexFile(String,​String,​BuildIndexMode) === +  * Type:Void 
-This method build a spatial index for the shape file which increases accessspeed. +  * Description:​None
-==== Remarks ==== +
-This overload builds an index file with the same name as the shape file with only the extension being different. You can also specify if you want to rebuild an existing index file.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​features//​ 
-  * **Description**:None+    ​* Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
 +    * Description:​This parameter specifies the features for which to build the index.
  
-==== Parameters ==== +  ​//​indexPathFilename//​ 
-**shapePathFilename*+    * Type:​String 
-  * **Type**:String +    * Description:​This parameter ​specifies ​the target index path and filename.
-  * **Description**:This parameter ​is the shape file name and path that you want to build an index for.+
  
-**indexPathFilename** +<div newline></​div>​ 
-  * **Type**:String +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String,​Projection) ​**
-  ​* **Description**:​This parameter specifies the index file name.+
  
-**buildIndexMode** +  ​//This method builds a spatial index for the specified group of features and target projection.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +== Remarks == 
-  * **Description**:​This parameter determines what will happen if there is an existing ​index file.+  * //This overload allows you to pass in a group of features and specify a target projection and the index filename to use.//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== BuildIndexFile(IEnumerable<​Feature>,​String,​Projection) === +  * Type:Void 
-This method builds a spatial index for the specified group of features and target projection. +  * Description:​None
-==== Remarks ==== +
-This overload allows you to pass in a group of features and specify a target projection and the index filename to use.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​features//​ 
-  * **Description**:None+    ​* Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
 +    * Description:​This parameter specifies the features for which to build the index.
  
-==== Parameters ==== +  ​//​indexPathFilename//​ 
-**features*+    * Type:String 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +    * Description:​This parameter specifies the target ​index path and filename.
-  * **Description**:This parameter specifies the features for which to build the index.+
  
-**indexPathFilename** +  ​//​projection//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] 
-  * **Description**:This parameter specifies the target ​index path and filename.+    * Description:​This parameter specifies the projection to build index against those features.
  
-**projection** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String,​BuildIndexMode) ​**
-  ​* **Description**:​This parameter specifies the projection to build index against those features.+
  
-[[#Public Methods|Go Back]] +  * //This method builds a spatial index for the specified group of features.// 
-=== BuildIndexFile(String) === +== Remarks == 
-This method builds a spatial index for the layer+  * //This overload allows you to pass in a group of features and specify ​the index filename to use.//
-==== Remarks ​==== +
-This overload allows you to pass in the Shape File.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:None+  * Description:​None
  
-==== Parameters ​==== +== Parameters == 
-**pathFilename** +  //​features//​ 
-  * **Type**:String +    * Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * **Description**:The path and filename ​to the Shape File.+    * Description:​This parameter specifies the features for which to build the index.
  
-[[#Public Methods|Go Back]] +  * //​indexPathFilename//​ 
-=== BuildIndexFile(IEnumerable<​Feature>,​String,​BuildIndexMode) === +    * Type:String 
-This method builds a spatial index for the specified group of features. +    * Description:​This parameter determines ​the target ​index path filename.
-==== Remarks ==== +
-This overload allows you to pass in a group of features and specify ​the index filename ​to use.+
  
-**Return Value** +  ​//​buildIndexMode//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] 
-  * **Description**:None+    * Description:​This parameter determines whether an index file will be rebuilt if it already exists.
  
-==== Parameters ==== +<div newline></​div>​ 
-**features** +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String,​Projection,​BuildIndexMode) ​**
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> +
-  ​* **Description**:​This parameter specifies the features for which to build the index.+
  
-**indexPathFilename** +  ​//This method builds a spatial index for the specified group of features.// 
-  * **Type**:​String +== Remarks == 
-  * **Description**:​This parameter determines ​the target ​index path filename.+  * //This overload allows you to pass in a group of features and specify a target projection and the index filename ​to use.//
  
-**buildIndexMode** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +  * Type:Void 
-  ​* **Description**:This parameter determines whether an index file will be rebuilt if it already exists.+  * Description:​None
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== BuildIndexFile(IEnumerable<​Feature>​,​String,​Projection,​BuildIndexMode) === +  * //​features//​ 
-This method builds a spatial index for the specified group of features+    * Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
-==== Remarks ==== +    * Description:​This parameter specifies ​the features ​for which to build the index.
-This overload allows you to pass in a group of features and specify a target projection and the index filename to use.+
  
-**Return Value** +  ​//​indexPathFilename//​ 
-  **Return ​Type**:Void +    * Type:String 
-  * **Description**:None+    * Description:​This parameter determines the target index path filename.
  
-==== Parameters ==== +  ​//​projection//​ 
-**features*+    * Type:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> +    * Description:​This parameter ​determines ​the Projection ​to build index against those features.
-  * **Description**:This parameter ​specifies ​the features for which to build the index.+
  
-**indexPathFilename** +  ​//​buildIndexMode//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] 
-  * **Description**:This parameter determines ​the target ​index path filename.+    * Description:​This parameter determines ​whether an index file will be rebuilt if it already exists.
  
-**projection** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​String,​String,​BuildIndexMode) ​**
-  ​* **Description**:​This parameter determines the Projection to build index against those features.+
  
-**buildIndexMode** +  ​//This method builds a spatial index only for those features that satisfy a regular expression.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +== Remarks == 
-  * **Description**:​This parameter determines whether an index file will be rebuilt if it already exists.+  * //This overload allows you to pass in a Shape File and specify the index filename to use.//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== BuildIndexFile(String,​String,​String,​String,​BuildIndexMode) === +  * Type:Void 
-This method builds a spatial index only for those features that satisfy a regular expression. +  * Description:​None
-==== Remarks ==== +
-This overload allows you to pass in a Shape File and specify the index filename to use.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​shapePathFilename//​ 
-  * **Description**:None+    ​* Type:String 
 +    * Description:​This parameter specifies the Shape File for which to build the index.
  
-==== Parameters ==== +  ​//​indexPathFilename//​ 
-**shapePathFilename*+    * Type:​String 
-  * **Type**:String +    * Description:​This parameter ​determines ​the target ​index path filename.
-  * **Description**:This parameter ​specifies the Shape File for which to build the index.+
  
-**indexPathFilename** +  ​//​columnName//​ 
-  * **Type**:String +    * Type:​String 
-  * **Description**:This parameter determines the target index path filename.+    * Description:​This parameter determines the column name whose values will be tested against the regular expression.
  
-**columnName** +  ​//​regularExpression//​ 
-  * **Type**:String +    * Type:​String 
-  * **Description**:This parameter ​determines ​the column name whose values will be tested ​against the regular expression.+    * Description:​This parameter ​represents ​the regular expression to test against ​each feature for inclusion in the index.
  
-**regularExpression** +  ​//​buildIndexMode//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] 
-  * **Description**:This parameter ​represents the regular expression to test against each feature for inclusion in the index.+    * Description:​This parameter ​determines whether an index file will be rebuilt if it already exists.
  
-**buildIndexMode** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​Projection,​String,​String,​BuildIndexMode**
-  ​* **Description**:​This parameter determines whether an index file will be rebuilt if it already exists.+
  
-[[#Public Methods|Go Back]] +  * //This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection.// 
-=== BuildIndexFile(String,​BuildIndexMode) === +== Remarks == 
-This method builds a spatial index for the layer+  * //This overload allows you to pass in Shape File and specify the index filename to use.//
-==== Remarks ​==== +
-This overload allows you to pass in the Shape File and determines if we rebuild an index file that already exists.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:None+  * Description:​None
  
-==== Parameters ​==== +== Parameters == 
-**pathFilename** +  //​shapePathFilename//​ 
-  * **Type**:String +    * Type:​String 
-  * **Description**:This parameter ​is the matching pattern that defines ​which Shape Files to include.+    * Description:​This parameter ​specifies ​the Shape File for which to build the index.
  
-**rebuildExistingIndexMode** +  ​//​indexPathFilename//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +    * Type:String 
-  * **Description**:This parameter determines ​whether an index file will be rebuilt if it already exists.+    * Description:​This parameter determines ​the target ​index path filename.
  
-[[#Public Methods|Go Back]] +  * //​projection//​ 
-=== BuildIndexFile(IEnumerable<​Feature>,​String) === +    * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] 
-This method builds a spatial index for the specified group of features. +    * Description:​This parameter determines ​the projection that will be used to build the index against those features ​that satisfy ​the regular expression.
-==== Remarks ==== +
-This overload allows you to pass in a group of features ​and specify ​the index filename to use.+
  
-**Return Value** +  ​//​columnName//​ 
-  **Return ​Type**:Void +    * Type:String 
-  * **Description**:None+    * Description:​This parameter determines the column name whose values will be tested against the regular expression.
  
-==== Parameters ==== +  ​//​regularExpression//​ 
-**features*+    * Type:String 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +    * Description:​This parameter ​represents ​the regular expression to test against each feature ​for inclusion in the index.
-  * **Description**:This parameter ​specifies ​the features ​for which to build the index.+
  
-**indexPathFilename** +  ​//​buildIndexMode//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] 
-  * **Description**:This parameter ​specifies the target ​index path and filename.+    * Description:​This parameter ​determines whether an index file will be rebuilt if it already exists.
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== BuildIndexFile(String,​String,​Projection,​String,​String,​BuildIndexMode,​Encoding) ​=== +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ​BuildIndexFile(String,​String,​Projection,​String,​String,​BuildIndexMode,​Encoding) ​**
-This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection. +
-==== Remarks ==== +
-This overload allows you to pass in a Shape File and specify the index filename to use.+
  
-**Return Value** +  ​//This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection.//​ 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​None+  * //This overload allows you to pass in a Shape File and specify the index filename to use.//
  
-==== Parameters ==== +== Return Value == 
-**shapePathFilename** +  * Type:Void 
-  ​* **Type**:String +  * Description:​None
-  ​* **Description**:This parameter specifies the Shape File for which to build the index.+
  
-**indexPathFilename** +== Parameters == 
-  * **Type**:String +  * //​shapePathFilename//​ 
-  * **Description**:This parameter ​determines ​the target ​index path filename.+    ​* Type:​String 
 +    * Description:​This parameter ​specifies the Shape File for which to build the index.
  
-**projection** +  ​//​indexPathFilename//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +    * Type:String 
-  * **Description**:This parameter determines the projection that will be used to build the index against those features that satisfy the regular expression.+    * Description:​This parameter determines the target ​index path filename.
  
-**columnName** +  ​//​projection//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] 
-  * **Description**:This parameter determines the column name whose values ​will be tested ​against the regular expression.+    * Description:​This parameter determines the projection that will be used to build the index against ​those features that satisfy ​the regular expression.
  
-**regularExpression** +  ​//​columnName//​ 
-  * **Type**:String +    * Type:​String 
-  * **Description**:This parameter ​represents ​the regular expression ​to test against each feature for inclusion in the index.+    * Description:​This parameter ​determines the column name whose values will be tested against ​the regular expression.
  
-**buildIndexMode** +  ​//​regularExpression//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] +    * Type:String 
-  * **Description**:This parameter ​determines whether an index file will be rebuilt if it already exists.+    * Description:​This parameter ​represents the regular expression to test against each feature for inclusion in the index.
  
-**encoding** +  ​//​buildIndexMode//​ 
-  * **Type**:Encoding +    * Type:[[ThinkGeo.MapSuite.Core.BuildIndexMode|BuildIndexMode]] 
-  * **Description**:This parameter ​specifies the encoding information used in the source DBF file.+    * Description:​This parameter ​determines whether an index file will be rebuilt if it already exists.
  
-[[#Public Methods|Go Back]] +  * //​encoding//​ 
-=== BuildRecordIdColumn(String,​String,​BuildRecordIdMode) === +    * Type:​Encoding 
-Static API used to build RecordIdThe Id will start from 0. +    * Description:​This parameter specifies the encoding information ​used in the source DBF file.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} CloneShapeFileStructure(String,​String) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it.// 
-**shapeFilename** +== Remarks ​== 
-  * **Type**:​String +  * //N/A//
-  * **Description**:​The name of the target ShapeFile on which to base the newly built RecordId.+
  
-**fieldname** +== Return Value == 
-  ​* **Type**:String +  * Type:Void 
-  ​* **Description**:The field name for the RecordId.+  * Description:​N/A
  
-**rebuildNeeded** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] +  * //​sourceShapePathFilename//​ 
-  * **Description**:The RecordId build mode.+    ​* Type:String 
 +    * Description:​The ​source Shape File to be cloned.
  
-[[#Public Methods|Go Back]] +  * //​targetShapePathFilename//​ 
-=== BuildRecordIdColumn(String,String,​BuildRecordIdMode,​Int32) === +    * Type:String 
-Static API used to build RecordId from the specified starting Id number. +    * Description:​The target Shape Filewhich will have the same structure as the source Shape File after cloning operation is complete.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} CloneShapeFileStructure(String,​String,​OverwriteMode) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it.// 
-**shapeFilename** +== Remarks ​== 
-  * **Type**:​String +  * //An exception will be thown when the target ShapeFile ​does not exist and the overwrite mode is set to DoNotOverwrite.//
-  * **Description**:​The name of the target ShapeFile ​on which to base the newly built RecordId.+
  
-**fieldname** +== Return Value == 
-  ​* **Type**:String +  * Type:Void 
-  ​* **Description**:The field name for the RecordId.+  * Description:​N/A
  
-**rebuildNeeded** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] +  * //​sourceShapePathFilename//​ 
-  * **Description**:The RecordId build mode.+    ​* Type:String 
 +    * Description:​The ​source Shape File to be cloned.
  
-**startNumber** +  ​//​targetShapePathFilename//​ 
-  * **Type**:Int32 +    * Type:String 
-  * **Description**:The starting Id number of the RecordId.+    * Description:​The ​target Shape File, which will have the same structure as the source Shape File after cloning operation is complete.
  
-[[#Public Methods|Go Back]] +  * //​overwriteMode//​ 
-=== BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32,​Encoding) === +    * Type:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] 
-Static API used to build RecordId from the specified starting Id number. +    * Description:​This parameter specifies ​the overwrite mode when the target ShapeFile already exists.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} CloneShapeFileStructure(String,​String,​OverwriteMode,​Encoding) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it.// 
-**shapeFilename** +== Remarks ​== 
-  * **Type**:​String +  * //An exception will be thown when the target ShapeFile ​does not exist and the overwrite mode is set to DoNotOverwrite.//
-  * **Description**:​The name of the target ShapeFile ​on which to base the newly built RecordId.+
  
-**fieldname** +== Return Value == 
-  ​* **Type**:String +  * Type:Void 
-  ​* **Description**:The field name for the RecordId.+  * Description:​N/A
  
-**rebuildNeeded** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] +  * //​sourceShapePathFilename//​ 
-  * **Description**:The RecordId build mode.+    ​* Type:String 
 +    * Description:​The ​source Shape File to be cloned.
  
-**startNumber** +  ​//​targetShapePathFilename//​ 
-  * **Type**:Int32 +    * Type:String 
-  * **Description**:The starting Id number of the RecordId.+    * Description:​The ​target Shape File, which will have the same structure as the source Shape File after cloning operation is complete.
  
-**encoding** +  ​//​overwriteMode//​ 
-  * **Type**:Encoding +    * Type:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] 
-  * **Description**:This parameter specifies the encoding information in the DBF.+    * Description:​This parameter specifies the overwrite mode when the target ShapeFile already exists.
  
-[[#Public Methods|Go Back]] +  * //encoding/
-=== CloneDeep() === +    * Type:​Encoding 
-N/A +    * Description:​This parameter specifies the encoding information in the source Shape File.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //Static API used to build RecordIdThe Id will start from 0.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== CloneShapeFileStructure(String,​String) === +  * //N/A//
-Clone the structure from the source ShapeFile ​to the target ShapeFileAfter cloning the structure, the target ShapeFile ​will have the same type and the same DBF columns as the source ShapeFile, but without any records in it+
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**sourceShapePathFilename** +  //​shapeFilename//​ 
-  * **Type**:String +    * Type:​String 
-  * **Description**:The source Shape File to be cloned.+    * Description:​The ​name of the target ShapeFile on which to base the newly built RecordId.
  
-**targetShapePathFilename** +  ​//​fieldname//​ 
-  * **Type**:String +    * Type:​String 
-  * **Description**:The target Shape File, which will have the same structure as the source Shape File after cloning operation is complete.+    * Description:​The ​field name for the RecordId.
  
-[[#Public Methods|Go Back]] +  * //​rebuildNeeded//​ 
-=== CloneShapeFileStructure(String,​String,​OverwriteMode) === +    * Type:[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] 
-Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it. +    * Description:​The RecordId build mode.
-==== Remarks ==== +
-An exception will be thown when the target ShapeFile does not exist and the overwrite ​mode is set to DoNotOverwrite.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //Static API used to build RecordId from the specified starting Id number.// 
-**sourceShapePathFilename** +== Remarks ​== 
-  * **Type**:​String +  * //N/A//
-  * **Description**:​The source Shape File to be cloned.+
  
-**targetShapePathFilename** +== Return Value == 
-  ​* **Type**:String +  * Type:Void 
-  ​* **Description**:The target Shape File, which will have the same structure as the source Shape File after cloning operation is complete.+  * Description:​N/A
  
-**overwriteMode** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] +  * //​shapeFilename//​ 
-  * **Description**:This parameter specifies the overwrite mode when the target ShapeFile ​already exists.+    ​* Type:String 
 +    * Description:​The name of the target ShapeFile ​on which to base the newly built RecordId.
  
-[[#Public Methods|Go Back]] +  * //​fieldname//​ 
-=== CloneShapeFileStructure(String,​String,​OverwriteMode,​Encoding) === +    * Type:String 
-Clone the structure from the source ShapeFile to the target ShapeFile. After cloning the structure, the target ShapeFile will have the same type and the same DBF columns as the source ShapeFile, but without any records in it. +    * Description:​The field name for the RecordId.
-==== Remarks ==== +
-An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite.+
  
-**Return Value** +  ​//​rebuildNeeded//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] 
-  * **Description**:N/A+    * Description:​The RecordId build mode.
  
-==== Parameters ==== +  ​//​startNumber//​ 
-**sourceShapePathFilename*+    * Type:Int32 
-  * **Type**:String +    * Description:​The ​starting Id number of the RecordId.
-  * **Description**:The source Shape File to be cloned.+
  
-**targetShapePathFilename** +<div newline></​div>​ 
-  * **Type**:String +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32,​Encoding) ​**
-  ​* **Description**:​The target Shape File, which will have the same structure as the source Shape File after cloning operation is complete.+
  
-**overwriteMode** +  ​//Static API used to build RecordId from the specified starting Id number.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] +== Remarks == 
-  * **Description**:​This parameter specifies the overwrite mode when the target ShapeFile already exists.+  * //N/A//
  
-**encoding** +== Return Value == 
-  ​* **Type**:Encoding +  * Type:Void 
-  ​* **Description**:This parameter specifies the encoding information in the source Shape File.+  * Description:​N/A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Close() === +  * //​shapeFilename/​
-N/A +    * Type:String 
-==== Remarks ==== +    * Description:​The name of the target ShapeFile on which to base the newly built RecordId.
-N/A+
  
-**Return Value** +  ​//​fieldname//​ 
-  **Return ​Type**:Void +    * Type:String 
-  * **Description**:N/A+    * Description:​The field name for the RecordId.
  
-==== Parameters ==== +  * //​rebuildNeeded//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.BuildRecordIdMode|BuildRecordIdMode]] 
-=== CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>​) === +    * Description:​The RecordId build mode.
-Static API to create a new Shape File. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​startNumber//​ 
-  **Return ​Type**:Void +    * Type:Int32 
-  * **Description**:N/A+    * Description:​The starting Id number of the RecordId.
  
-==== Parameters ==== +  ​//​encoding//​ 
-**shapeType*+    * Type:Encoding 
-  * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] +    * Description:​This parameter specifies the encoding information in the DBF.
-  * **Description**:This parameter specifies the the Shape File type for the target Shape File.+
  
-**pathFilename** +<div newline></​div>​ 
-  * **Type**:String +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} SaveToProjection(String,​String,​Projection,​OverwriteMode) ​**
-  ​* **Description**:​This parameter specifies the Shape filename for the target Shape File.+
  
-**databaseColumns** +  ​//This API provide a easy way to project features in a shape file into another projection and save it to shape file.// 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ +== Remarks == 
-  * **Description**:​This parameter specifies the DBF column information for the target Shape File.+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding,​OverwriteMode) === +  * Type:Void 
-Static API to create a new Shape File. +  * Description:​N/​A
-==== Remarks ==== +
-An exception will be thown when the target Shape File does not exist while the overwrite mode is set to DoNotOverwrite.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​sourceShapeFile//​ 
-  * **Description**:N/A+    ​* Type:String 
 +    * Description:​This parameter specifies the source shape file to be projected.
  
-==== Parameters ==== +  ​//​targetShapeFile//​ 
-**shapeType*+    * Type:String 
-  * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] +    * Description:​This parameter specifies the target shape file to be saved for the projected features.
-  * **Description**:This parameter specifies the the Shape File type for the target Shape File.+
  
-**pathFilename** +  ​//​projection//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] 
-  * **Description**:This parameter ​specifies ​the Shape filename for the target Shape File.+    * Description:​This parameter ​is the projection to project ​the source shape file to target ​shape file. The source ​Shape file should be in the FromProjection of the Projection prameter, and the targetShapeFile will be in the ToProjection of the Projection.
  
-**databaseColumns** +  ​//​overwriteMode//​ 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> +    * Type:​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] 
-  * **Description**:This parameter specifies the DBF column information for the target ​Shape File.+    * Description:​This parameter specifies the override mode when the target ​shape file exists.
  
-**encoding** +<div newline></​div>​ 
-  * **Type**:Encoding +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumns(IEnumerable<​DbfColumn>​) ​**
-  ​* **Description**:​This parameter specifies the DBF encoding infromation for the target Shape File.+
  
-**overwriteMode** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] +== Remarks == 
-  * **Description**:​This parameter specifies the override mode when the target Shape File exists.+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,Encoding) === +  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> 
-Static API to create a new Shape File. +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​columns//​ 
-  * **Description**:N/A+    ​* Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**shapeType** +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumns(IEnumerable<​DbfColumn>,​Encoding) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] +
-  ​* **Description**:​This parameter specifies the the Shape File type for the target Shape File.+
  
-**pathFilename** +  ​//N/A// 
-  * **Type**:​String +== Remarks == 
-  * **Description**:​This parameter specifies the Shape filename for the target Shape File.+  * //N/A//
  
-**databaseColumns** +== Return Value == 
-  ​* **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ +  * Type:Collection<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
-  ​* **Description**:This parameter specifies the DBF column information for the target Shape File.+  * Description:​N/A
  
-**encoding** +== Parameters == 
-  * **Type**:Encoding +  * //​columns//​ 
-  * **Description**:This parameter specifies the DBF encoding infromation for the target Shape File.+    ​* Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ 
 +    * Description:​N/A
  
-[[#Public Methods|Go Back]] +  * //encoding/
-=== Draw(GeoCanvas,​Collection<​SimpleCandidate>​) === +    * Type:​Encoding 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumnNames(IEnumerable<​String>​) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**canvas** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * //N/A//
-  * **Description**:​N/A+
  
-**labelsInAllLayers** +== Return Value == 
-  ​* **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]+  * Type:​Collection<​String
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Equals(Object) === +  * //​columnNames/​
-N/A +    * Type:​IEnumerable<​String>​ 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumnNames(IEnumerable<​String>,​Encoding) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**obj** +== Remarks ​== 
-  * **Type**:​Object +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetBoundingBox() === +  * Type:​Collection<​String>​ 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //​columnNames//​ 
-  * **Description**:N/A+    ​* Type:IEnumerable<​String>​ 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //encoding/
-[[#Public Methods|Go Back]] +    * Type:​Encoding 
-=== GetHashCode() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Int32 +==== Protected Methods ==== 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetShapeFileType() === +  * //N/A//
-Get the Shape File type for the Shape File FeatureSource. +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.ShapeFileType|ShapeFileType]] +  * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-  ​* **Description**:The ShapeFileType for the ShapeFile FeatureSource.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetThreadSafetyLevel() === +** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetType() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Type +  * //​canvas//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​labelsInAllLayers//​ 
-[[#Public Methods|Go Back]] +    * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-=== GetValidColumnNames(IEnumerable<​String>,Encoding) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Collection<​String>​ +** {{wiki:ProtectedMethod.gif|}} RequireLinkProcess(IEnumerable<​String>​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**columnNames** +== Remarks ​== 
-  * **Type**:​IEnumerable<​String>​ +  * //N/A//
-  * **Description**:​N/A+
  
-**encoding** +== Return Value == 
-  ​* **Type**:Encoding +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​=
-=== GetValidColumnNames(IEnumerable<​String>​) === +  * //​returningColumnNames//​ 
-N/A +    * Type:IEnumerable<​String>​ 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:​Collection<​String> +** {{wiki:ProtectedMethod.gif|}} DrawFeaturesWithStyleFilters(GeoCanvas,​Dictionary<​String,​Collection<​Feature>>,​Collection<​SimpleCandidate>,​ZoomLevel,​RectangleShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**columnNames** +== Remarks ​== 
-  * **Type**:​IEnumerable<​String>​ +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetValidColumns(IEnumerable<​DbfColumn>,​Encoding) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Collection<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> +  * //​canvas//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​featuresForFilters//​ 
-**columns*+    * Type:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> +    * Description:​N/​A
-  * **Description**:N/A+
  
-**encoding** +  ​//​labelsInAllLayers//​ 
-  * **Type**:Encoding +    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​currentZoomLevel//​ 
-=== GetValidColumns(IEnumerable<​DbfColumn>​) === +    * Type:[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​marginWorldExtent//​ 
-  * **Return ​Type**:Collection<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]> +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**columns** +** {{wiki:ProtectedMethod.gif|}} OnDrawingFeatures(DrawingFeaturesEventArgs) ​**
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.DbfColumn|DbfColumn]]>​ +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Open() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-=== Rebuild(String,​ShapeFileSortingMode,​Int32) === +    * Type:[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**shapePathFilename** +== Remarks ​== 
-  * **Type**:​String +  * //N/A//
-  * **Description**:​N/A+
  
-**sortingMode** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.ShapeFileSortingMode|ShapeFileSortingMode]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**sridForSorting** +== Parameters == 
-  * **Type**:Int32 +  * //e// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Rebuild(String=== +** {{wiki:​ProtectedMethod.gif|}} SetupTools() **
-This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file. +
-==== Remarks ==== +
-This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file. When we do editing we have optimized the updates so that we do not need to rebuild the entire shape file. This leads to the shape file being out of order which may cause it not to open in other tools. One optimization is if you update a record instead of rebuilding a new shape file we mark the old record as null and add the edited record at the end of the shape file. This greatly increases the speed of committing shape file changes but will over time unorder the shape file. In addition we do a delete the DBF file will simply mark the record deleted and not compact the space. Rebuilding the shape file will correctly order the SPX and SHX along with compacting the DBF file and rebuild any index with the same any of the shape file if it exists. Note that if you have build custom index files where the name of the index differs from that of the shape file you will need to rebuild those manually using the BuildIndex methods.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​None+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**shapePathFilename** +  * Type:Void 
-  ​* **Type**:String +  * Description:​N/A
-  ​* **Description**:This parameter is the shape file you want to rebuild.+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} SetupToolsCore() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**extentToRefresh** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**bufferTime** +== Parameters == 
-  * **Type**:TimeSpan +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} OpenCore() ​**
  
-**bufferTimeType** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== RequestDrawing(RectangleShape,​TimeSpan) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} CloseCore() ​**
  
-==== Parameters ==== +  * //N/A// 
-**extentToRefresh** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**bufferTime** +== Return Value == 
-  ​* **Type**:TimeSpan +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​=
-=== RequestDrawing(IEnumerable<RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) === +<div newline></div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**extentsToRefresh** +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  ​* **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**bufferTime** +== Parameters == 
-  * **Type**:TimeSpan +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ​**
  
-**bufferTimeType** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== RequestDrawing(TimeSpan) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​eventArgs//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**bufferTime** +** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ​**
-  * **Type**:TimeSpan +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== RequestDrawing(IEnumerable<​RectangleShape>​) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**extentsToRefresh** +  //​eventArgs//​ 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> +    * Type:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== RequestDrawing(RectangleShape=== +** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**extentToRefresh** +  * Type:​[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== RequestDrawing() === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​canvas//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//e// 
-**extentsToRefresh*+    * Type:Exception 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ +    * Description:​N/​A
-  * **Description**:N/A+
  
-**bufferTime** +<div newline></​div>​ 
-  * **Type**:TimeSpan +** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**bufferTime** +  //canvas// 
-  * **Type**:TimeSpan +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**bufferTimeType** +  ​//e// 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +    * Type:Exception 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== SaveToProjection(String,​String,​Projection,​OverwriteMode=== +** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs**
-This API provide a easy way to project features in a shape file into another projection and save it to shape file. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**sourceShapeFile** +  * Type:Void 
-  ​* **Type**:String +  * Description:​N/A
-  ​* **Description**:This parameter specifies the source shape file to be projected.+
  
-**targetShapeFile** +== Parameters == 
-  * **Type**:String +  * //e// 
-  * **Description**:This parameter specifies the target shape file to be saved for the projected features.+    ​* Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] 
 +    * Description:​N/A
  
-**projection** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ​**
-  ​* **Description**:​This parameter is the projection to project the source shape file to target shape file. The source Shape file should be in the FromProjection of the Projection prameter, and the targetShapeFile will be in the ToProjection of the Projection.+
  
-**overwriteMode** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.OverwriteMode|OverwriteMode]] +== Remarks == 
-  * **Description**:​This parameter specifies the override mode when the target shape file exists.+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== ToString() === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //e// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String**
-=== Validate() === +
-This method checks all features in a shapefile is supported by Mapsuite or not. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Dictionary<​String,​String>​ +== Remarks == 
-  * **Description**:​dictionary which contains all the unsupported features. The key is the Indexs which failed to pass the check, the value contains the reason for its failure.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-===== Protected Methods ===== +  * Description:​N/A
-=== 1BU=(IEnumerable<​String>​) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​canvas//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​attribution//​ 
-**returningColumnNames*+    * Type:​String 
-  * **Type**:IEnumerable<​String> +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +<div newline></div> 
-=== 1xU=(GeoCanvas,​Dictionary<​String,​Collection<Feature>>,​Collection<SimpleCandidate>,​ZoomLevel,​RectangleShape=== +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**canvas** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**featuresForFilters** +== Parameters == 
-  * **Type**:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> +  * //args// 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] 
 +    * Description:​N/​A
  
-**labelsInAllLayers** +<div newline></​div>​ 
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ​**
-  ​* **Description**:​N/​A+
  
-**currentZoomLevel** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**marginWorldExtent** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== CloneDeepCore() === +  * //args/
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== CloseCore() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //e// 
-=== DrawAttributionCore(GeoCanvas,​String) === +    * Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**canvas** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * //N/A//
-  * **Description**:​N/A+
  
-**attribution** +== Return Value == 
-  ​* **Type**:String +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​=
-=== DrawCore(GeoCanvas,​Collection<SimpleCandidate>) === +<div newline></div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**canvas** +  * Type:Object 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**labelsInAllLayers** +== Parameters == 
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} HasBoundingBox ​**
  
-[[#​Protected Methods|Go Back]] +This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In ShapeFileFeatureLayer,​ we override this API and mark it as true. 
-=== DrawException(GeoCanvas,​Exception) === +== Remarks ​== 
-N/A +The default implementation in the base class returns false. 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:​Boolean
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} UsingSpatialIndex ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets whether the Shape File FeatureSource has an index or not. 
-**canvas** +== Remarks ​== 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +N/A 
-  * **Description**:​N/​A+== Return Value == 
 +  * Type:Boolean
  
-**e** +** {{wiki:PublicProperty.gif|}} Encoding ​**
-  * **Type**:Exception +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property gets and sets the encoding information for the DBF. 
-=== DrawExceptionCore(GeoCanvas,​Exception) === +== Remarks ==
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:​Encoding
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} ShapePathFileName ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property returns the path and filename of the Shape File you want to represent. 
-**canvas** +== Remarks ​== 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +None 
-  * **Description**:N/A+== Return Value == 
 +  * Type:String
  
-**e** +** {{wiki:PublicProperty.gif|}} IndexPathFileName ​**
-  * **Type**:Exception +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property returns the path and filename of the index file you want to represent. 
-=== Finalize() === +== Remarks ​== 
-N/A +None 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:String
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} ReadWriteMode ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== GetBoundingBoxCore() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} RequireIndex ​**
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +This property gets and sets whether an index is required when reading data. The default value is true. 
-[[#​Protected Methods|Go Back]] +== Remarks ==
-=== GetThreadSafetyLevelCore() === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:​Boolean
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} ProgressiveDrawingRecordsCount ​**
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Int32
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} SimplificationAreaInPixel ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawingAttribution(DrawingAttributionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Int32
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} WrappingExtent ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**args** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawingException(DrawingExceptionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} WrappingMode ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawingFeatures(DrawingFeaturesEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} EditTools ​**
-  * **Return Type**:Void +
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-**e** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.EditTools|EditTools]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} FeatureIdsToExclude ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​Collection<​String>​
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} QueryTools ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawnAttribution(DrawnAttributionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} MaxRecordsToDraw ​**
-  * **Return Type**:Void +
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-**args** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== OnDrawnException(DrawnExceptionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Int32
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} FeatureSource ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnRequestedDrawing(RequestedDrawingLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} DrawingQuality ​**
-  * **Return Type**:Void +
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-**eventArgs** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== OnRequestingDrawing(RequestingDrawingLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} ZoomLevelSet ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**eventArgs** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OpenCore() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} DrawingMarginPercentage ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== SetupTools() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Double
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} DrawingMarginInPixel ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== SetupToolsCore() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Single
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} GeometryValidationMode ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Attribution === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]]
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} RequestDrawingInterval ​**
-=== BlueTranslation === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Single+
  
-[[#Public Properties|Go Back]] 
-=== DrawingExceptionMode === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]+  * Type:TimeSpan
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsOpen ​**
-=== DrawingMarginInPixel === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Single+
  
-[[#Public Properties|Go Back]] 
-=== DrawingMarginPercentage === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} DrawingTime **
-=== DrawingQuality === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]+
  
-[[#Public Properties|Go Back]] 
-=== DrawingTime === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:TimeSpan+  * Type:TimeSpan 
 + 
 +** {{wiki:PublicProperty.gif|}} Name **
  
-[[#Public Properties|Go Back]] 
-=== EditTools === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.EditTools|EditTools]]+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Attribution ​**
-=== Encoding === +
-This property gets and sets the encoding information for the DBF. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Encoding+
  
-[[#Public Properties|Go Back]] 
-=== FeatureIdsToExclude === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Collection<​String>​+  * Type:String 
 + 
 +** {{wiki:PublicProperty.gif|}} IsVisible **
  
-[[#Public Properties|Go Back]] 
-=== FeatureSource === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Transparency **
-=== GeometryValidationMode === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]]+
  
-[[#Public Properties|Go Back]] 
-=== GreenTranslation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} BlueTranslation ​**
-=== HasBoundingBox === +
-This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In ShapeFileFeatureLayer,​ we override this API and mark it as true. +
-==== Remarks ==== +
-The default implementation in the base class returns false. +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== IndexPathFileName === 
-This property returns the path and filename of the index file you want to represent. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-=== IsGrayscale === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} RedTranslation ​**
-=== IsNegative === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== IsOpen === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} GreenTranslation ​**
-=== IsVisible === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== KeyColors === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} KeyColors ​**
-=== MaxRecordsToDraw === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Int32+
  
-[[#Public Properties|Go Back]] 
-=== Name === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsNegative ​**
-=== ProgressiveDrawingRecordsCount === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Int32+
  
-[[#Public Properties|Go Back]] 
-=== QueryTools === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]]+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} IsGrayscale **
  
-[[#Public Properties|Go Back]] 
-=== ReadWriteMode === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ​**
-=== RedTranslation === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Single+
  
-[[#Public Properties|Go Back]] 
-=== RequestDrawingInterval === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:TimeSpan+  * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
  
-[[#Public Properties|Go Back]] +==== Protected Properties ​==== 
-=== RequireIndex ​=== +** {{wiki:​ProtectedProperty.gif|}} FetchedCount ​**
-This property gets and sets whether an index is required when reading data. The default value is true. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== ShapePathFileName === 
-This property returns the path and filename of the Shape File you want to represent. 
-==== Remarks ==== 
-None 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-=== SimplificationAreaInPixel === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int32+  * Type:Int64 
 + 
 +** {{wiki:ProtectedProperty.gif|}} FetchedBytes **
  
-[[#Public Properties|Go Back]] 
-=== Transparency === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Int64
  
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedProperty.gif|}} StyleTime ​**
-=== UsingSpatialIndex === +
-This property gets whether the Shape File FeatureSource has an index or not. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== WrappingExtent === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+  * Type:TimeSpan
  
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedProperty.gif|}} FetchTime **
-=== WrappingMode === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]]+
  
-[[#Public Properties|Go Back]] 
-=== ZoomLevelSet === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]+  * Type:TimeSpan
  
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedProperty.gif|}} IsOpenCore ​**
-===== Protected Properties ===== +
-=== 0BU= === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:TimeSpan+
  
-[[#​Protected Properties|Go Back]] 
-=== 0xU= === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:TimeSpan+  * Type:Boolean
  
-[[#​Protected Properties|Go Back]] +==== Public Events ​==== 
-=== IsOpenCore ​=== +** {{wiki:​PublicEvent.gif|}} StreamLoading ** 
-N/A +This event allows you to pass in your own stream to represent the files. 
-==== Remarks ​==== +== Remarks ​== 
-N/A +If you choose you can pass in your own stream to represent the file. The stream can come from a variety of places such as isolated storage, a compressed file, and encrypted stream. When the Image is finished with the stream it will dispose of it so be sure to keep this in mind when passing the stream in. If you do not pass in a alternate stream the class will attempt to load the file from the file system using the PathFileName property.
-==== Return Value ==== +
-**Return Type**:​Boolean+
  
-[[#​Protected Properties|Go Back]] +Event Arguments:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]]
-=== yhU= === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Int64 +
- +
-[[#Protected Properties|Go Back]] +
-=== zRU= === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:​Int64+
  
-[[#​Protected Properties|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingFeatures **
-===== Public Events ===== +
-=== DrawingAttribution ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingWrappingFeatures **
-=== DrawingException ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} RequestedDrawing **
-=== DrawingFeatures ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} RequestingDrawing **
-=== DrawingProgressChanged ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingProgressChanged **
-=== DrawingWrappingFeatures ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingException **
-=== DrawnAttribution ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawnException ​**
-=== DrawnException ​===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingAttribution **
-=== RequestedDrawing ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawnAttribution **
-=== RequestingDrawing ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] +Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]
- +
-[[#Public Events|Go Back]] +
-=== StreamLoading === +
-This event allows you to pass in your own stream to represent the files. +
-==== Remarks ==== +
-If you choose you can pass in your own stream to represent the file. The stream can come from a variety of places such as isolated storage, a compressed file, and encrypted stream. When the Image is finished with the stream it will dispose of it so be sure to keep this in mind when passing the stream in. If you do not pass in a alternate stream the class will attempt to load the file from the file system using the PathFileName property. +
- +
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]]+
  
-[[#Public Events|Go Back]] 
  
thinkgeo.mapsuite.core.shapefilefeaturelayer.1442486375.txt.gz · Last modified: 2015/09/17 10:39 by admin