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/21 01:10]
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 10: Line 13:
 ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer() ** ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer() **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-This is the default constructor. If you use this constructor,​ then you should set the required methods manually.+  * //This is the default constructor. If you use this constructor,​ then you should set the required methods manually.//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String) ** ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
   * //​shapePathFilename//​   * //​shapePathFilename//​
Line 28: Line 31:
 ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​ShapeFileReadWriteMode) ** ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​ShapeFileReadWriteMode) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
   * //​shapePathFilename//​   * //​shapePathFilename//​
Line 43: Line 46:
 ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​String) ** ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​String) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
   * //​shapePathFilename//​   * //​shapePathFilename//​
Line 58: Line 61:
 ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode) ** ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
   * //​shapePathFilename//​   * //​shapePathFilename//​
Line 77: Line 80:
 ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode,​Encoding) ** ** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode,​Encoding) **
  
-This is a constructor for the class.+  * //This is a constructor for the class.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Parameters == == Parameters ==
   * //​shapePathFilename//​   * //​shapePathFilename//​
Line 102: Line 105:
 ** {{wiki:​PublicMethod.gif|}} GetShapeFileType() ** ** {{wiki:​PublicMethod.gif|}} GetShapeFileType() **
  
-Get the Shape File type for the Shape File FeatureSource.+  * //Get the Shape File type for the Shape File FeatureSource.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 114: Line 117:
 ** {{wiki:​PublicMethod.gif|}} Validate() ** ** {{wiki:​PublicMethod.gif|}} Validate() **
  
-This method checks all features in a shapefile is supported by Mapsuite or not.+  * //This method checks all features in a shapefile is supported by Mapsuite or not.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 124: Line 127:
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​GetThreadSafetyLevel() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]]+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​CloneDeep() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]]+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Open() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 159: Line 166:
  
 == Parameters == == Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Close() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 171: Line 182:
  
 == Parameters == == Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​GetBoundingBox() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Draw(GeoCanvas,Collection<​SimpleCandidate>​) **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(RectangleShape,TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 195: Line 218:
  
 == Parameters == == Parameters ==
-  * //canvas// +  * //extentToRefresh// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]+    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
     * Description:​N/​A     * Description:​N/​A
  
-  * //labelsInAllLayers// +  * //bufferTime// 
-    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​+    * Type:TimeSpan
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} RequestDrawing() **+** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 215: Line 238:
  
 == Parameters == == Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) **+** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 227: Line 262:
  
 == Parameters == == Parameters ==
-  * //extentToRefresh// +  * //extentsToRefresh// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+    * Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A 
 + 
 +  * //​bufferTime//​ 
 +    * Type:​TimeSpan
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) **+** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 245: Line 284:
   * //​extentsToRefresh//​   * //​extentsToRefresh//​
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan) **+** {{wiki:​PublicMethod.gif|}} ​GetThreadSafetyLevel() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]]
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //​bufferTime/​+<div newline><​/div> 
-    Type:TimeSpan +** {{wiki:PublicMethod.gif|}} CloneDeep() **
-    ​Description:​N/​A+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(RectangleShape,​TimeSpan) **+** {{wiki:​PublicMethod.gif|}} ​Open() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 275: Line 330:
  
 == Parameters == == Parameters ==
-  * //​extentToRefresh/​+<div newline><​/div> 
-    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:PublicMethod.gif|}} Close() **
-    ​Description:​N/​A+
  
-  * //bufferTime// +  * //N/A// 
-    * Type:​TimeSpan +== Remarks == 
-    Description:​N/A+  //N/A//
  
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **+** {{wiki:​PublicMethod.gif|}} ​GetBoundingBox() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,​Collection<​SimpleCandidate>​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A//
  
 == Return Value == == Return Value ==
Line 295: Line 366:
  
 == Parameters == == Parameters ==
-  * //extentsToRefresh// +  * //canvas// 
-    * Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>+    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
     * Description:​N/​A     * Description:​N/​A
  
-  * //bufferTime// +  * //labelsInAllLayers// 
-    * Type:TimeSpan+    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​
     * Description:​N/​A     * Description:​N/​A
  
Line 306: Line 377:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 318: Line 389:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 334: Line 405:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 346: Line 417:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 358: Line 429:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Rebuild(String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Rebuild(String) **
  
-This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file.+  * //This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file.//
 == Remarks == == 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.+  * //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 == == Return Value ==
Line 370: Line 441:
     * Type:String     * Type:String
     * Description:​This parameter is the shape file you want to rebuild.     * Description:​This parameter is the shape file you want to rebuild.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Rebuild(String,​ShapeFileSortingMode,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​shapePathFilename//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //​sortingMode//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ShapeFileSortingMode|ShapeFileSortingMode]]
 +    * Description:​N/​A
 +
 +  * //​sridForSorting//​
 +    * Type:Int32
 +    * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>​) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>​) **
  
-Static API to create a new Shape File.+  * //Static API to create a new Shape File.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 398: Line 493:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding) **
  
-Static API to create a new Shape File.+  * //Static API to create a new Shape File.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 426: Line 521:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding,​OverwriteMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding,​OverwriteMode) **
  
-Static API to create a new Shape File.+  * //Static API to create a new Shape File.//
 == Remarks == == Remarks ==
-An exception will be thown when the target Shape File does not exist while the overwrite mode is set to DoNotOverwrite.+  * //An exception will be thown when the target Shape File does not exist while the overwrite mode is set to DoNotOverwrite.//
  
 == Return Value == == Return Value ==
Line 458: Line 553:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String) **
  
-This method builds a spatial index for the layer.+  * //This method builds a spatial index for the layer.//
 == Remarks == == Remarks ==
-This overload allows you to pass in the Shape File.+  * //This overload allows you to pass in the Shape File.//
  
 == Return Value == == Return Value ==
Line 474: Line 569:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​BuildIndexMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​BuildIndexMode) **
  
-This method build a spatial index for the shape file which increases accessspeed.+  * //This method build a spatial index for the shape file which increases accessspeed.//
 == Remarks == == 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.+  * //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 == == Return Value ==
Line 498: Line 593:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​BuildIndexMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​BuildIndexMode) **
  
-This method builds a spatial index for the layer.+  * //This method builds a spatial index for the layer.//
 == Remarks == == Remarks ==
-This overload allows you to pass in the Shape File and determines if we rebuild an index file that already exists.+  * //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 ==
Line 518: Line 613:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String) **
  
-This method builds a spatial index for the specified group of features.+  * //This method builds a spatial index for the specified group of features.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a group of features and specify the index filename to use.+  * //This overload allows you to pass in a group of features and specify the index filename to use.//
  
 == Return Value == == Return Value ==
Line 538: Line 633:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String,​Projection) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String,​Projection) **
  
-This method builds a spatial index for the specified group of features and target projection.+  * //This method builds a spatial index for the specified group of features and target projection.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a group of features and specify a target projection and the index filename to use.+  * //This overload allows you to pass in a group of features and specify a target projection and the index filename to use.//
  
 == Return Value == == Return Value ==
Line 562: Line 657:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String,​BuildIndexMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String,​BuildIndexMode) **
  
-This method builds a spatial index for the specified group of features.+  * //This method builds a spatial index for the specified group of features.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a group of features and specify the index filename to use.+  * //This overload allows you to pass in a group of features and specify the index filename to use.//
  
 == Return Value == == Return Value ==
Line 586: Line 681:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String,​Projection,​BuildIndexMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<​Feature>,​String,​Projection,​BuildIndexMode) **
  
-This method builds a spatial index for the specified group of features.+  * //This method builds a spatial index for the specified group of features.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a group of features and specify a target projection and the index filename to use.+  * //This overload allows you to pass in a group of features and specify a target projection and the index filename to use.//
  
 == Return Value == == Return Value ==
Line 614: Line 709:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​String,​String,​BuildIndexMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​String,​String,​BuildIndexMode) **
  
-This method builds a spatial index only for those features that satisfy a regular expression.+  * //This method builds a spatial index only for those features that satisfy a regular expression.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a Shape File and specify the index filename to use.+  * //This overload allows you to pass in a Shape File and specify the index filename to use.//
  
 == Return Value == == Return Value ==
Line 646: Line 741:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​Projection,​String,​String,​BuildIndexMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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.+  * //This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a Shape File and specify the index filename to use.+  * //This overload allows you to pass in a Shape File and specify the index filename to use.//
  
 == Return Value == == Return Value ==
Line 682: Line 777:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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.+  * //This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection.//
 == Remarks == == Remarks ==
-This overload allows you to pass in a Shape File and specify the index filename to use.+  * //This overload allows you to pass in a Shape File and specify the index filename to use.//
  
 == Return Value == == Return Value ==
Line 722: Line 817:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CloneShapeFileStructure(String,​String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CloneShapeFileStructure(String,​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.+  * //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.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 742: Line 837:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CloneShapeFileStructure(String,​String,​OverwriteMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CloneShapeFileStructure(String,​String,​OverwriteMode) **
  
-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.+  * //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.//
 == Remarks == == Remarks ==
-An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite.+  * //An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite.//
  
 == Return Value == == Return Value ==
Line 766: Line 861:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CloneShapeFileStructure(String,​String,​OverwriteMode,​Encoding) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CloneShapeFileStructure(String,​String,​OverwriteMode,​Encoding) **
  
-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.+  * //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.//
 == Remarks == == Remarks ==
-An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite.+  * //An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite.//
  
 == Return Value == == Return Value ==
Line 794: Line 889:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode) **
  
-Static API used to build RecordId. The Id will start from 0.+  * //Static API used to build RecordId. The Id will start from 0.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 818: Line 913:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32) **
  
-Static API used to build RecordId from the specified starting Id number.+  * //Static API used to build RecordId from the specified starting Id number.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 846: Line 941:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32,​Encoding) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32,​Encoding) **
  
-Static API used to build RecordId from the specified starting Id number.+  * //Static API used to build RecordId from the specified starting Id number.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 878: Line 973:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SaveToProjection(String,​String,​Projection,​OverwriteMode) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SaveToProjection(String,​String,​Projection,​OverwriteMode) **
  
-This API provide a easy way to project features in a shape file into another projection and save it to shape file.+  * //This API provide a easy way to project features in a shape file into another projection and save it to shape file.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 906: Line 1001:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumns(IEnumerable<​DbfColumn>​) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumns(IEnumerable<​DbfColumn>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 922: Line 1017:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumns(IEnumerable<​DbfColumn>,​Encoding) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumns(IEnumerable<​DbfColumn>,​Encoding) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 942: Line 1037:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumnNames(IEnumerable<​String>​) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumnNames(IEnumerable<​String>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 958: Line 1053:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumnNames(IEnumerable<​String>,​Encoding) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetValidColumnNames(IEnumerable<​String>,​Encoding) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 979: Line 1074:
 ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 991: Line 1086:
 ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) ** ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1006: Line 1101:
   * //​labelsInAllLayers//​   * //​labelsInAllLayers//​
     * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​     * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} RequireLinkProcess(IEnumerable<​String>​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​returningColumnNames//​
 +    * Type:​IEnumerable<​String>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} DrawFeaturesWithStyleFilters(GeoCanvas,​Dictionary<​String,​Collection<​Feature>>,​Collection<​SimpleCandidate>,​ZoomLevel,​RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //canvas//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
 +    * Description:​N/​A
 +
 +  * //​featuresForFilters//​
 +    * Type:​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​
 +    * Description:​N/​A
 +
 +  * //​labelsInAllLayers//​
 +    * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​
 +    * Description:​N/​A
 +
 +  * //​currentZoomLevel//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevel|ZoomLevel]]
 +    * Description:​N/​A
 +
 +  * //​marginWorldExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
     * Description:​N/​A     * Description:​N/​A
  
Line 1011: Line 1154:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingFeatures(DrawingFeaturesEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingFeatures(DrawingFeaturesEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1027: Line 1170:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1043: Line 1186:
 ** {{wiki:​ProtectedMethod.gif|}} SetupTools() ** ** {{wiki:​ProtectedMethod.gif|}} SetupTools() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1055: Line 1198:
 ** {{wiki:​ProtectedMethod.gif|}} SetupToolsCore() ** ** {{wiki:​ProtectedMethod.gif|}} SetupToolsCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1067: Line 1210:
 ** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** ** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1079: Line 1222:
 ** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1091: Line 1234:
 ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1100: Line 1243:
  
 == Parameters == == Parameters ==
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​eventArgs//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​eventArgs//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1115: Line 1290:
 ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1135: Line 1310:
 ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1155: Line 1330:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1171: Line 1346:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1187: Line 1362:
 ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String) ** ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1207: Line 1382:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1223: Line 1398:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1239: Line 1414:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1250: Line 1425:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]     * Type:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​eventArgs//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​eventArgs//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] 
     * Description:​N/​A     * Description:​N/​A
  
Line 1287: Line 1430:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1299: Line 1442:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1461: Line 1604:
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
 +
 +** {{wiki:​PublicProperty.gif|}} DrawingMarginInPixel **
 +
 +N/A
 +== Remarks ==
 +N/A
 +== Return Value ==
 +  * Type:Single
 +
 +** {{wiki:​PublicProperty.gif|}} GeometryValidationMode **
 +
 +N/A
 +== Remarks ==
 +N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeometryValidationMode|GeometryValidationMode]]
 +
 +** {{wiki:​PublicProperty.gif|}} RequestDrawingInterval **
 +
 +N/A
 +== Remarks ==
 +N/A
 +== Return Value ==
 +  * Type:​TimeSpan
  
 ** {{wiki:​PublicProperty.gif|}} IsOpen ** ** {{wiki:​PublicProperty.gif|}} IsOpen **
Line 1479: Line 1646:
  
 ** {{wiki:​PublicProperty.gif|}} Name ** ** {{wiki:​PublicProperty.gif|}} Name **
 +
 +N/A
 +== Remarks ==
 +N/A
 +== Return Value ==
 +  * Type:String
 +
 +** {{wiki:​PublicProperty.gif|}} Attribution **
  
 N/A N/A
Line 1502: Line 1677:
   * Type:Single   * Type:Single
  
-** {{wiki:​PublicProperty.gif|}} ​IsNegative ​**+** {{wiki:​PublicProperty.gif|}} ​BlueTranslation ​**
  
 N/A N/A
Line 1508: Line 1683:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Single
  
-** {{wiki:​PublicProperty.gif|}} ​IsGrayscale ​**+** {{wiki:​PublicProperty.gif|}} ​RedTranslation ​**
  
 N/A N/A
Line 1516: Line 1691:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Single
  
-** {{wiki:​PublicProperty.gif|}} ​DrawingExceptionMode ​**+** {{wiki:​PublicProperty.gif|}} ​GreenTranslation ​**
  
 N/A N/A
Line 1524: Line 1699:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]+  * Type:Single
  
-** {{wiki:​PublicProperty.gif|}} ​Attribution ​**+** {{wiki:​PublicProperty.gif|}} ​KeyColors ​**
  
 N/A N/A
Line 1532: Line 1707:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:String+  * Type:Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​
  
-** {{wiki:​PublicProperty.gif|}} ​RequestDrawingInterval ​**+** {{wiki:​PublicProperty.gif|}} ​IsNegative ​**
  
 N/A N/A
Line 1540: Line 1715:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:TimeSpan+  * Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsGrayscale ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
  
 ==== Protected Properties ==== ==== Protected Properties ====
-** {{wiki:​ProtectedProperty.gif|}} ​DmU= **+** {{wiki:​ProtectedProperty.gif|}} ​FetchedCount ​**
  
 N/A N/A
Line 1551: Line 1742:
   * Type:Int64   * Type:Int64
  
-** {{wiki:​ProtectedProperty.gif|}} ​FWU= **+** {{wiki:​ProtectedProperty.gif|}} ​FetchedBytes ​**
  
 N/A N/A
Line 1559: Line 1750:
   * Type:Int64   * Type:Int64
  
-** {{wiki:​ProtectedProperty.gif|}} ​HGU= **+** {{wiki:​ProtectedProperty.gif|}} ​StyleTime ​**
  
 N/A N/A
Line 1567: Line 1758:
   * Type:​TimeSpan   * Type:​TimeSpan
  
-** {{wiki:​ProtectedProperty.gif|}} ​I2U= **+** {{wiki:​ProtectedProperty.gif|}} ​FetchTime ​**
  
 N/A N/A
Line 1605: Line 1796:
 Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawingException ​**+** {{wiki:​PublicEvent.gif|}} ​RequestedDrawing ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawingProgressChanged ​**+** {{wiki:​PublicEvent.gif|}} ​RequestingDrawing ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawnException ​**+** {{wiki:​PublicEvent.gif|}} ​DrawingProgressChanged ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawingAttribution ​**+** {{wiki:​PublicEvent.gif|}} ​DrawingException ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawnAttribution ​**+** {{wiki:​PublicEvent.gif|}} ​DrawnException ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​RequestedDrawing ​**+** {{wiki:​PublicEvent.gif|}} ​DrawingAttribution ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​RequestingDrawing ​**+** {{wiki:​PublicEvent.gif|}} ​DrawnAttribution ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]
  
  
thinkgeo.mapsuite.core.shapefilefeaturelayer.1442797817.txt.gz · Last modified: 2015/09/21 01:10 by admin