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 07:52]
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 126: Line 129:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing() ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 138: Line 141:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 154: Line 157:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 170: Line 173:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 186: Line 189:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 206: Line 209:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 226: Line 229:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 250: Line 253:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 270: Line 273:
 ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 294: Line 297:
 ** {{wiki:​PublicMethod.gif|}} GetThreadSafetyLevel() ** ** {{wiki:​PublicMethod.gif|}} GetThreadSafetyLevel() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 306: Line 309:
 ** {{wiki:​PublicMethod.gif|}} CloneDeep() ** ** {{wiki:​PublicMethod.gif|}} CloneDeep() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 318: Line 321:
 ** {{wiki:​PublicMethod.gif|}} Open() ** ** {{wiki:​PublicMethod.gif|}} Open() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 330: Line 333:
 ** {{wiki:​PublicMethod.gif|}} Close() ** ** {{wiki:​PublicMethod.gif|}} Close() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 342: Line 345:
 ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() ** ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 354: Line 357:
 ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,​Collection<​SimpleCandidate>​) ** ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,​Collection<​SimpleCandidate>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 374: 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 386: 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 402: 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 414: 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 426: 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 442: Line 445:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Rebuild(String,​ShapeFileSortingMode,​Int32) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Rebuild(String,​ShapeFileSortingMode,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 466: Line 469:
 ** {{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 490: 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 518: 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 550: 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 566: 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 590: 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 610: 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 630: 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 654: 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 678: 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 706: 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 738: 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 774: 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 814: 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 834: 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 858: 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 886: 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 910: 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 938: 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 970: 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 998: 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 1014: 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 1034: 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 1050: 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 1071: 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 1083: 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 1101: Line 1104:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​1BU=(IEnumerable<​String>​) **+** {{wiki:​ProtectedMethod.gif|}} ​RequireLinkProcess(IEnumerable<​String>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1117: Line 1120:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​1xU=(GeoCanvas,​Dictionary<​String,​Collection<​Feature>>,​Collection<​SimpleCandidate>,​ZoomLevel,​RectangleShape) **+** {{wiki:​ProtectedMethod.gif|}} ​DrawFeaturesWithStyleFilters(GeoCanvas,​Dictionary<​String,​Collection<​Feature>>,​Collection<​SimpleCandidate>,​ZoomLevel,​RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1151: 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 1167: 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 1183: 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 1195: 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 1207: 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 1219: 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 1231: 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 1243: Line 1246:
 ** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1259: Line 1262:
 ** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1275: Line 1278:
 ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1287: 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 1307: 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 1327: 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 1343: 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 1359: 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 1379: 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 1395: 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 1411: 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 1427: 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 1439: 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 1731: Line 1734:
  
 ==== Protected Properties ==== ==== Protected Properties ====
-** {{wiki:​ProtectedProperty.gif|}} ​yhU= **+** {{wiki:​ProtectedProperty.gif|}} ​FetchedCount ​**
  
 N/A N/A
Line 1739: Line 1742:
   * Type:Int64   * Type:Int64
  
-** {{wiki:​ProtectedProperty.gif|}} ​zRU= **+** {{wiki:​ProtectedProperty.gif|}} ​FetchedBytes ​**
  
 N/A N/A
Line 1747: Line 1750:
   * Type:Int64   * Type:Int64
  
-** {{wiki:​ProtectedProperty.gif|}} ​0BU= **+** {{wiki:​ProtectedProperty.gif|}} ​StyleTime ​**
  
 N/A N/A
Line 1755: Line 1758:
   * Type:​TimeSpan   * Type:​TimeSpan
  
-** {{wiki:​ProtectedProperty.gif|}} ​0xU= **+** {{wiki:​ProtectedProperty.gif|}} ​FetchTime ​**
  
 N/A N/A
thinkgeo.mapsuite.core.shapefilefeaturelayer.1442821938.txt.gz ยท Last modified: 2015/09/21 07:52 by admin