User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.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.silverlightcore.shapefilefeaturelayer [2015/09/21 03:24]
admin
thinkgeo.mapsuite.silverlightcore.shapefilefeaturelayer [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer ====== ====== ThinkGeo.MapSuite.SilverlightCore.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|}} GetDataFromDbf(String,​String) ** ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(String,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 146: Line 149:
 ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(String) ** ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 162: Line 165:
 ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(String,​IEnumerable<​String>​) ** ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(String,​IEnumerable<​String>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 182: Line 185:
 ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(IEnumerable<​String>​) ** ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(IEnumerable<​String>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 198: Line 201:
 ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(IEnumerable<​String>,​String) ** ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(IEnumerable<​String>,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 218: Line 221:
 ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(IEnumerable<​String>,​IEnumerable<​String>​) ** ** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(IEnumerable<​String>,​IEnumerable<​String>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 238: Line 241:
 ** {{wiki:​PublicMethod.gif|}} UpdateDbfData(String,​String,​String) ** ** {{wiki:​PublicMethod.gif|}} UpdateDbfData(String,​String,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 262: Line 265:
 ** {{wiki:​PublicMethod.gif|}} UpdateDbfData(String,​IEnumerable<​String>,​IEnumerable<​String>​) ** ** {{wiki:​PublicMethod.gif|}} UpdateDbfData(String,​IEnumerable<​String>,​IEnumerable<​String>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 286: Line 289:
 ** {{wiki:​PublicMethod.gif|}} Open() ** ** {{wiki:​PublicMethod.gif|}} Open() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 298: Line 301:
 ** {{wiki:​PublicMethod.gif|}} Close() ** ** {{wiki:​PublicMethod.gif|}} Close() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 310: Line 313:
 ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() ** ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 322: Line 325:
 ** {{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 342: Line 345:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 354: Line 357:
 ** {{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 370: Line 373:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 382: Line 385:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 394: Line 397:
 ** {{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 410: Line 413:
 ** {{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 434: Line 437:
 ** {{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 462: Line 465:
 ** {{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 494: Line 497:
 ** {{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 510: Line 513:
 ** {{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 534: Line 537:
 ** {{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 554: Line 557:
 ** {{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 574: Line 577:
 ** {{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 598: Line 601:
 ** {{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 622: Line 625:
 ** {{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 650: Line 653:
 ** {{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 682: Line 685:
 ** {{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 718: Line 721:
 ** {{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 758: Line 761:
 ** {{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 778: Line 781:
 ** {{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 802: Line 805:
 ** {{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 830: Line 833:
 ** {{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 854: Line 857:
 ** {{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 882: Line 885:
 ** {{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 914: Line 917:
 ** {{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 943: Line 946:
 ** {{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 959: Line 962:
 ** {{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 975: Line 978:
 ** {{wiki:​ProtectedMethod.gif|}} SetupTools() ** ** {{wiki:​ProtectedMethod.gif|}} SetupTools() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 987: Line 990:
 ** {{wiki:​ProtectedMethod.gif|}} SetupToolsCore() ** ** {{wiki:​ProtectedMethod.gif|}} SetupToolsCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 999: Line 1002:
 ** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** ** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1011: Line 1014:
 ** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1023: Line 1026:
 ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1035: Line 1038:
 ** {{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 1055: Line 1058:
 ** {{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 1075: Line 1078:
 ** {{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 1095: Line 1098:
 ** {{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 1111: Line 1114:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1123: Line 1126:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.silverlightcore.shapefilefeaturelayer.1442805847.txt.gz ยท Last modified: 2015/09/21 03:24 by admin