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

Next revision
Previous revision
thinkgeo.mapsuite.silverlightcore.shapefilefeaturelayer [2015/08/20 03:08]
127.0.0.1 external edit
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.
-<!-- Class -->+
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightCore.Layer]] +    *ThinkGeo.MapSuite.SilverlightCore.Layer 
-***[[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer]] +      *ThinkGeo.MapSuite.SilverlightCore.FeatureLayer 
-****[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer]]+        ***ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ShapeFileFeatureLayer()|ShapeFileFeatureLayer]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ShapeFileFeatureLayer(String)|ShapeFileFeatureLayer]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ShapeFileFeatureLayer(String,​ ShapeFileReadWriteMode)|ShapeFileFeatureLayer]] ​  | String, [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ShapeFileFeatureLayer(String,​ String)|ShapeFileFeatureLayer]] ​  | String, String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ShapeFileFeatureLayer(String,​ String, ShapeFileReadWriteMode)|ShapeFileFeatureLayer]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ShapeFileFeatureLayer(String,​ String, ShapeFileReadWriteMode,​ Encoding)|ShapeFileFeatureLayer]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]],​ Encoding ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //This is a constructor for the class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //This is the default constructor. If you use this constructor,​ then you should set the required methods manually.//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String) **
  
 +  * //This is a constructor for the class.//
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +  * //​shapePathFilename//​
 +    * Type:String
 +    * Description:​This parameter is the Shape File path and filename.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​ShapeFileReadWriteMode) **
 +
 +  * //This is a constructor for the class.//
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +  * //​shapePathFilename//​
 +    * Type:String
 +    * Description:​This parameter is the Shape File path and filename.
 +
 +  * //​readWriteMode//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]
 +    * Description:​This parameter specifies whether the file will be opened in read-only or read/write mode.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​String) **
 +
 +  * //This is a constructor for the class.//
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +  * //​shapePathFilename//​
 +    * Type:String
 +    * Description:​This parameter is the Shape File path and filename.
 +
 +  * //​indexPathFilename//​
 +    * Type:String
 +    * Description:​This parameter is the index file path and filename.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode) **
 +
 +  * //This is a constructor for the class.//
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +  * //​shapePathFilename//​
 +    * Type:String
 +    * Description:​This parameter is the Shape File path and filename.
 +
 +  * //​indexPathFilename//​
 +    * Type:String
 +    * Description:​This parameter is the index file path and filename.
 +
 +  * //​readWriteMode//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]
 +    * Description:​This parameter specifies whether the file will be opened in read-only or read/write mode.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ShapeFileFeatureLayer(String,​String,​ShapeFileReadWriteMode,​Encoding) **
 +
 +  * //This is a constructor for the class.//
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +  * //​shapePathFilename//​
 +    * Type:String
 +    * Description:​This parameter is the Shape File path and filename.
 +
 +  * //​indexPathFilename//​
 +    * Type:String
 +    * Description:​This parameter is the index file path and filename.
 +
 +  * //​readWriteMode//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]
 +    * Description:​This parameter specifies whether the file will be opened in read-only or read/write mode.
 +
 +  * //​encoding//​
 +    * Type:​Encoding
 +    * Description:​This parameter specifies the encoding of the data.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetShapeFileType() ​**
-{{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(IEnumerable<​Feature>,​ String, BuildIndexMode)|BuildIndexFile]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]>,​ String, [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(IEnumerable<​Feature>,​ String, Projection)|BuildIndexFile]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]>,​ String, [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(IEnumerable<​Feature>,​ String)|BuildIndexFile]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]>,​ String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(String,​ String, Projection, String, String, BuildIndexMode)|BuildIndexFile]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]],​ String, String, [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(String,​ String, String, String, BuildIndexMode)|BuildIndexFile]] ​  | String, String, String, String, [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(IEnumerable<​Feature>,​ String, Projection, BuildIndexMode)|BuildIndexFile]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]>,​ String, [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]],​ [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(String,​ BuildIndexMode)|BuildIndexFile]] ​  | String, [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(String,​ String, Projection, String, String, BuildIndexMode,​ Encoding)|BuildIndexFile]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]],​ String, String, [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]],​ Encoding ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(String)|BuildIndexFile]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildIndexFile(String,​ String, BuildIndexMode)|BuildIndexFile]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildRecordIdColumn(String,​ String, BuildRecordIdMode,​ Int32)|BuildRecordIdColumn]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode|BuildRecordIdMode]],​ Int32   ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildRecordIdColumn(String,​ String, BuildRecordIdMode,​ Int32, Encoding)|BuildRecordIdColumn]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode|BuildRecordIdMode]],​ Int32, Encoding ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​BuildRecordIdColumn(String,​ String, BuildRecordIdMode)|BuildRecordIdColumn]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode|BuildRecordIdMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CloneShapeFileStructure(String,​ String, OverwriteMode,​ Encoding)|CloneShapeFileStructure]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]],​ Encoding ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CloneShapeFileStructure(String,​ String)|CloneShapeFileStructure]] ​  | String, String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CloneShapeFileStructure(String,​ String, OverwriteMode)|CloneShapeFileStructure]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateShapeFile(ShapeFileType,​ String, IEnumerable<​DbfColumn>,​ Encoding, OverwriteMode)|CreateShapeFile]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]],​ String, IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn|DbfColumn]]>,​ Encoding, [[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateShapeFile(ShapeFileType,​ String, IEnumerable<​DbfColumn>​)|CreateShapeFile]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]],​ String, IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn|DbfColumn]]> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateShapeFile(ShapeFileType,​ String, IEnumerable<​DbfColumn>,​ Encoding)|CreateShapeFile]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]],​ String, IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn|DbfColumn]]>,​ Encoding ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(GeoCanvas,​ Collection<​SimpleCandidate>​)|Draw]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]],​ Collection<​[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBoundingBox()|GetBoundingBox]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDataFromDbf(String)|GetDataFromDbf]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDataFromDbf(String,​ String)|GetDataFromDbf]] ​  | String, String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDataFromDbf(String,​ IEnumerable<​String>​)|GetDataFromDbf]] ​  | String, IEnumerable<​String> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDataFromDbf(IEnumerable<​String>,​ String)|GetDataFromDbf]] ​  | IEnumerable<​String>,​ String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDataFromDbf(IEnumerable<​String>​)|GetDataFromDbf]] ​  | IEnumerable<​String> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDataFromDbf(IEnumerable<​String>,​ IEnumerable<​String>​)|GetDataFromDbf]] ​  | IEnumerable<​String>,​ IEnumerable<​String> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetShapeFileType()|GetShapeFileType]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​Rebuild(String)|Rebuild]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​SaveToProjection(String,​ String, Projection, OverwriteMode)|SaveToProjection]] ​  | String, String, [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]],​ [[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateDbfData(String,​ IEnumerable<​String>,​ IEnumerable<​String>​)|UpdateDbfData]] ​  | String, IEnumerable<​String>,​ IEnumerable<​String> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateDbfData(String,​ String, String)|UpdateDbfData]] ​  | String, String, String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Validate()|Validate]] ​  ​| ​   |    |    |+
  
-==== Protected Methods ==== +  * //Get the Shape File type for the Shape File FeatureSource.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]](overriden) ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(GeoCanvas,​ Collection<​SimpleCandidate>​)|DrawCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]],​ Collection<​[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawException(GeoCanvas,​ Exception)|DrawException]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawExceptionCore(GeoCanvas,​ Exception)|DrawExceptionCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingFeatures(DrawingFeaturesEventArgs)|OnDrawingFeatures]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs)|OnDrawingWrappingFeatures]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetupTools()|SetupTools]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetupToolsCore()|SetupToolsCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]] 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.DrawingExceptionMode|DrawingExceptionMode]]   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +  * Description:The ShapeFileType for the ShapeFile ​FeatureSource.
-| {{wiki:PublicProperty.gif|Public Property}}[[#​DrawingMarginPercentage|DrawingMarginPercentage]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingTime|DrawingTime]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EditTools|EditTools]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.EditTools|EditTools]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Encoding|Encoding]] ​  | Encoding ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FeatureIdsToExclude|FeatureIdsToExclude]] ​  | Collection<​String> ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FeatureSource|FeatureSource]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasBoundingBox|HasBoundingBox]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]](overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IndexPathFileName|IndexPathFileName]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsOpen|IsOpen]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaxRecordsToDraw|MaxRecordsToDraw]] ​  | Int32   ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​QueryTools|QueryTools]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.QueryTools|QueryTools]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ReadWriteMode|ReadWriteMode]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RequireIndex|RequireIndex]] ​  | Boolean ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ShapePathFileName|ShapePathFileName]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UsingSpatialIndex|UsingSpatialIndex]] ​  | Boolean ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WrappingExtent|WrappingExtent]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WrappingMode|WrappingMode]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.WrappingMode|WrappingMode]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelSet|ZoomLevelSet]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet|ZoomLevelSet]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +<div newline></​div>​ 
-{{wiki:ProtectedProperty.gif|Protected Property}}[[#​IsOpenCore|IsOpenCore]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]](overriden  |    |+** {{wiki:PublicMethod.gif|}} ​Validate() **
  
-==== Public Events ==== +  * //This method checks all features in a shapefile is supported by Mapsuite or not.// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingFeatures|DrawingFeatures]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +  * //N/A//
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingProgressChanged|DrawingProgressChanged]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingWrappingFeatures|DrawingWrappingFeatures]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​StreamLoading|StreamLoading]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StreamLoadingEventArgs|StreamLoadingEventArgs]] ​  ​| ​   |    |+
  
-===== Public Constructors ===== +== Return Value == 
-==== ShapeFileFeatureLayer() ==== +  ​Type:​Dictionary<​String,​String>​ 
-=== Parameters === +  Description:A dictionary which contains all the unsupported features. The key is the Indexs which failed to pass the check, the value contains the reason for its failure.
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== ShapeFileFeatureLayer(String) ==== +<div newline></​div>​ 
-=== Parameters ​=== +** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(String,String) **
-^  Name ^  Type ^  Description ^ +
-shapePathFilename ​  ​| ​String<!-- System.String ​--> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== ShapeFileFeatureLayer(String,​ ShapeFileReadWriteMode) ==== +== Remarks ​== 
-=== Parameters === +  ​* //N/A//
- Name ^  Type ^  Description ^ +
-| shapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +
-| readWriteMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== ShapeFileFeatureLayer(String,​ String) ​==== +  ​Type:String 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​+
-| shapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +
-| indexPathFilename ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== ShapeFileFeatureLayer(String,​ String, ShapeFileReadWriteMode) ==== +  ​* //id// 
-=== Parameters ​=== +    ​* Type:String 
- Name ^  Type ^  Description ^ +    ​* Description:​N/​A
-| shapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   +
-| indexPathFilename ​  ​| ​String<!-- System.String --> ​  ​| ​   | +
-| readWriteMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //​columnName//​ 
-==== ShapeFileFeatureLayer(String,​ String, ShapeFileReadWriteMode,​ Encoding) ==== +    ​* ​Type:String 
-=== Parameters === +    ​* Description:​N/​A
-^  Name ^  ​Type ^  Description ^ +
-| shapePathFilename ​  ​| ​String<!-- System.String --> ​  ​| ​   | +
-| indexPathFilename ​  | String<​!-- System.String --> ​  ​| ​   +
-| readWriteMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode --> ​  ​| ​   | +
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></div
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(String) **
-===== Public Methods ===== +
-==== BuildIndexFile(IEnumerable<Feature>, String, BuildIndexMode) ==== +
-<!-- static --+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| features ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  ​| ​   | +  ​* //N/A//
-| indexPathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +
-| buildIndexMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Dictionary<String,​String>​ 
-==== BuildIndexFile(IEnumerable<Feature>, String, Projection) ==== +  ​* ​Description:N/A
-<!-- static --+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //id// 
-| features ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  ​| ​   +    ​* Type:String 
-| indexPathFilename ​  ​| ​String<!-- System.String --> ​  ​| ​   | +    ​* Description:​N/​A
-| projection ​  | [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Projection --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(String,IEnumerable<​String>) **
-==== BuildIndexFile(IEnumerable<​Feature>, String==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| features ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  ​| ​   | +  ​* //N/A//
-| indexPathFilename ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Dictionary<​String,​String>​ 
-==== BuildIndexFile(String, String, Projection, String, String, BuildIndexMode) ==== +  ​* ​Description:N/A
-<!-- static --+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //id// 
-| shapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   +    ​* Type:String 
-| indexPathFilename ​  ​| ​String<!-- System.String --> ​  ​| ​   | +    ​* Description:​N/​A
-| projection ​  | [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Projection --> ​  ​| ​   +
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   | +
-| regularExpression ​  | String<​!-- System.String --> ​  ​| ​   | +
-| buildIndexMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //​returningColumnNames//​ 
-[[#Public Methods|Go Back]] +    * Type:​IEnumerable<​String>​ 
-==== BuildIndexFile(String, String, String, String, BuildIndexMode) ==== +    ​* ​Description:N/A
-<!-- static --+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(IEnumerable<​String>​) **
-| shapePathFilename ​  | String<!-- System.String --  |    | +
-| indexPathFilename ​  | String<!-- System.String --  |    | +
-| columnName ​  | String<​!-- System.String --> ​     | +
-| regularExpression ​  | String<!-- System.String ​--  |    | +
-| buildIndexMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== BuildIndexFile(IEnumerable<​Feature>,​ String, Projection, BuildIndexMode) ==== +  * //N/A//
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:Collection<Dictionary<String,String>>​ 
-| features ​  | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]>​<!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  ​| ​   | +  * Description:​N/​A
-| indexPathFilename ​  ​| ​String<!-- System.String ​--  |    | +
-| projection ​  | [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Projection --  |    | +
-| buildIndexMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //ids// 
-==== BuildIndexFile(String,​ BuildIndexMode) ​==== +    ​* ​Type:​IEnumerable<String> 
-<!-- static --> +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(IEnumerable<String>,String) **
-| pathFilename ​  | String<!-- System.String --  |    | +
-| rebuildExistingIndexMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]]<!-- ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode --  |    |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== BuildIndexFile(String,​ String, Projection, String, String, BuildIndexMode,​ Encoding) ==== +  * //N/A//
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:Collection<Dictionary<String,String>>​ 
-| shapePathFilename ​  | String<!-- System.String --> ​  ​| ​   | +  * Description:​N/​A
-| indexPathFilename ​  | String<!-- System.String ​--> ​  ​| ​   | +
-| projection ​  | [[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Projection --> ​  ​| ​   | +
-| columnName ​  | String<​!-- System.String ​--  |    | +
-| regularExpression ​  | String<​!-- System.String --  |    | +
-| buildIndexMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode --> ​  ​| ​   | +
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //ids// 
-==== BuildIndexFile(String) ​==== +    ​* ​Type:​IEnumerable<String> 
-<!-- static --> +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters === +  * //​columnName//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:String 
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetDataFromDbf(IEnumerable<​String>,IEnumerable<​String>**
-==== BuildIndexFile(String, String, BuildIndexMode==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| shapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +  ​* //N/A//
-| indexPathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +
-| buildIndexMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Collection<​Dictionary<​String,​String>
-==== BuildRecordIdColumn(String, String, BuildRecordIdMode,​ Int32) ==== +  ​* ​Description:N/A
-<!-- static --+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //ids// 
-| shapeFilename ​  | String<​!-- System.String --> ​  ​| ​   +    ​* Type:​IEnumerable<​String>​ 
-| fieldname ​  | String<!-- System.String ​--  |    | +    ​* Description:​N/​A
-| rebuildNeeded ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode|BuildRecordIdMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode --> ​  ​| ​   +
-| startNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //​returningColumnNames//​ 
-[[#Public Methods|Go Back]] +    * Type:​IEnumerable<​String>​ 
-==== BuildRecordIdColumn(String, String, BuildRecordIdMode,​ Int32, Encoding) ==== +    ​* ​Description:N/A
-<!-- static --+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} UpdateDbfData(String,​String,​String) **
-| shapeFilename ​  | String<!-- System.String --  |    | +
-| fieldname ​  | String<!-- System.String --  |    | +
-| rebuildNeeded ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode|BuildRecordIdMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode --> ​  ​| ​   | +
-| startNumber ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== BuildRecordIdColumn(String,​ String, BuildRecordIdMode) ==== +  * //N/A//
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| shapeFilename ​  | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| fieldname ​  | String<​!-- System.String --> ​  ​| ​   | +
-| rebuildNeeded ​  | [[ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode|BuildRecordIdMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //id// 
-==== CloneShapeFileStructure(String,​ String, OverwriteMode,​ Encoding) ​==== +    ​* ​Type:String 
-<!-- static --> +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​columnName//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:String 
-| sourceShapePathFilename ​  ​| ​String<!-- System.String --> ​  ​| ​   | +    ​* Description:​N/​A
-| targetShapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   +
-| overwriteMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.OverwriteMode --> ​  ​| ​   | +
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //​decimalDegreesValue//​ 
-[[#Public Methods|Go Back]] +    * Type:String 
-==== CloneShapeFileStructure(String, String) ==== +    ​* ​Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} UpdateDbfData(String,​IEnumerable<​String>​,​IEnumerable<​String>​) **
-sourceShapePathFilename ​  ​| ​String<!-- System.String ​--  |    | +
-| targetShapePathFilename ​  | String<!-- System.String ​--  |    |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CloneShapeFileStructure(String,​ String, OverwriteMode) ==== +  * //N/A//
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| sourceShapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| targetShapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +
-| overwriteMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.OverwriteMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //id// 
-==== Close() ​==== +    ​* ​Type:String 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​returningColumnNames//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​IEnumerable<​String>​ 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +  * //values// 
-[[#Public Methods|Go Back]] +    * Type:IEnumerable<​String
-==== CreateShapeFile(ShapeFileType,​ String, ​IEnumerable<​DbfColumn>, Encoding, OverwriteMode) ==== +    ​* ​Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Open() **
-| shapeType ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]]<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileType --  |    | +
-| pathFilename ​  | String<!-- System.String --  |    | +
-| databaseColumns ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn|DbfColumn]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.DbfColumn--> ​  ​| ​   | +
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   | +
-| overwriteMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.OverwriteMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CreateShapeFile(ShapeFileType,​ String, IEnumerable<​DbfColumn>​) ==== +  * //N/A//
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| shapeType ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileType --> ​  ​| ​   | +  Description:N/A
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +
-| databaseColumns ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn|DbfColumn]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.DbfColumn} --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== CreateShapeFile(ShapeFileType,​ String, IEnumerable<DbfColumn>, Encoding) ==== +** {{wiki:​PublicMethod.gif|}} Close() **
-<!-- static --+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| shapeType ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileType --> ​  ​| ​   | +  ​* //N/A//
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +
-| databaseColumns ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn|DbfColumn]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.DbfColumn} --> ​  ​| ​   | +
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Draw(GeoCanvas,​ Collection<​SimpleCandidate>​) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div> 
-| canvas ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --  |    | +** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
-| labelsInAllLayers ​  | Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate--> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetBoundingBox() ​==== +** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,​Collection<SimpleCandidate>) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --  |    |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetDataFromDbf(String) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| id   | String<​!-- System.String --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //​labelsInAllLayers//​ 
-[[#Public Methods|Go Back]] +    * Type:​Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> 
-==== GetDataFromDbf(String,​ String) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToString() **
-| id   | String<!-- System.String --  |    | +
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetDataFromDbf(String,​ IEnumerable<​String>​) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| id   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| returningColumnNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div> 
-==== GetDataFromDbf(IEnumerable<String>, String) ==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​Dictionary<String,​String>><!-- System.Collections.ObjectModel.Collection{System.Collections.Generic.Dictionary{System.String,​System.String}} --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| ids   | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   | +  ​* //N/A//
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetDataFromDbf(IEnumerable<​String>​) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Collection<​Dictionary<​String,​String>><​!-- System.Collections.ObjectModel.Collection{System.Collections.Generic.Dictionary{System.String,​System.String}} --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //obj// 
-| ids   | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   |+    * Type:Object 
 +    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-==== GetDataFromDbf(IEnumerable<String>, IEnumerable<​String>​) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​Dictionary<​String,​String>><​!-- System.Collections.ObjectModel.Collection{System.Collections.Generic.Dictionary{System.String,​System.String}} --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| ids   | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   | +  ​* //N/A//
-| returningColumnNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== GetHashCode() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetShapeFileType() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileType --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Type 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Rebuild(String) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method rebuilds the SHP, SHX, DBF, IDX and IDS files for the given shape file.// 
-^  Name ^  Type ^  Description ^+== 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.//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Open() ==== +  * Description:None
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​shapePathFilename//​ 
 +    * Type:String 
 +    * Description:This parameter is the shape file you want to rebuild.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<DbfColumn>) **
-==== Rebuild(String) ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //Static API to create a new Shape File.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| shapePathFilename ​  | String<​!-- System.String --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SaveToProjection(String,​ String, Projection, OverwriteMode) ==== +  * Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​shapeType//​ 
-| sourceShapeFile ​  | String<​!-- System.String --> ​  ​| ​   +    ​* Type:[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]] 
-| targetShapeFile ​  | String<​!-- System.String --> ​  ​| ​   | +    * Description:​This parameter specifies the the Shape File type for the target Shape File.
-| projection ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]]<!-- ThinkGeo.MapSuite.SilverlightCore.Projection --> ​  ​| ​   +
-| overwriteMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.OverwriteMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //​pathFilename//​ 
-[[#Public Methods|Go Back]] +    * Type:String 
-==== ToString() ==== +    ​* ​Description:This parameter specifies the Shape filename for the target Shape File.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +  * //​databaseColumns//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn|DbfColumn]]>​ 
 +    * Description:This parameter specifies the DBF column information for the target Shape File.
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,Encoding**
-==== UpdateDbfData(String, IEnumerable<​String>, IEnumerable<​String>​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //Static API to create a new Shape File.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| id   | String<​!-- System.String --> ​  ​| ​   | +  ​* //N/A//
-| returningColumnNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   | +
-| values ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== UpdateDbfData(String,​ String, String) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​shapeType//​ 
-| id   | String<​!-- System.String --> ​  ​| ​   ​+    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]] 
-| columnName ​  | String<​!-- System.String --> ​  ​| ​   +    ​* Description:​This parameter specifies the the Shape File type for the target Shape File.
-| decimalDegreesValue ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //​pathFilename//​ 
-[[#Public Methods|Go Back]] +    * Type:String 
-==== Validate() ==== +    ​* ​Description:This parameter specifies the Shape filename for the target Shape File.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String} --> ​  ​| ​   |+
  
-=== Parameters === +  * //​databaseColumns//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn|DbfColumn]]>​ 
 +    * Description:This parameter specifies the DBF column information for the target Shape File.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //​encoding//​ 
-[[#Public Methods|Go Back]] +    * Type:​Encoding 
-===== Protected Methods ===== +    ​* ​Description:This parameter specifies the DBF encoding infromation for the target Shape File.
-==== CloseCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateShapeFile(ShapeFileType,​String,​IEnumerable<​DbfColumn>,​Encoding,​OverwriteMode) **
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +  * //Static API to create a new Shape File.// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DrawCore(GeoCanvas,​ Collection<​SimpleCandidate>​) ==== +  * //An exception will be thown when the target Shape File does not exist while the overwrite mode is set to DoNotOverwrite.//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| canvas ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> ​  ​| ​   | +  Description:N/A
-| labelsInAllLayers ​  | Collection<​[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​shapeType//​ 
-==== DrawException(GeoCanvas,​ Exception) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileType|ShapeFileType]] 
-=== Return Value === +    ​* ​Description:This parameter specifies the the Shape File type for the target Shape File.
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​pathFilename//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:String 
-| canvas ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> ​  ​| ​   +    ​* Description:​This parameter specifies the Shape filename for the target Shape File.
-| e   | Exception<​!-- System.Exception --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +  * //​databaseColumns//​ 
-[[#​Protected Methods|Go Back]] +    * Type:​IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.DbfColumn|DbfColumn]]> 
-==== DrawExceptionCore(GeoCanvas,​ Exception) ==== +    ​* ​Description:This parameter specifies the DBF column information for the target Shape File.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​encoding//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Encoding 
-| canvas ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> ​  ​| ​   +    ​* Description:​This parameter specifies the DBF encoding infromation for the target Shape File.
-| e   | Exception<​!-- System.Exception --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.Layer --> +  * //​overwriteMode//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]] 
-==== Finalize() ==== +    ​* ​Description:This parameter specifies the override mode when the target Shape File exists.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String) **
  
-<!-- System.Object --> +  * //This method builds a spatial index for the layer.// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetBoundingBoxCore() ==== +  * //This overload allows you to pass in the Shape File.//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:None
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​pathFilename//​ 
-==== MemberwiseClone() ​==== +    ​* ​Type:String 
-=== Return Value === +    * Description:The path and filename to the Shape File.
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​BuildIndexMode) **
  
-<!-- System.Object --> +  * //This method build a spatial index for the shape file which increases accessspeed.// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnDrawingFeatures(DrawingFeaturesEventArgs) ==== +  * //This overload builds an index file with the same name as the shape file with only the extension being differentYou can also specify if you want to rebuild an existing index file.//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs --> ​  ​| ​   |+  Description:None
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​shapePathFilename//​ 
-==== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ​==== +    ​* ​Type:String 
-=== Return Value === +    * Description:This parameter is the shape file name and path that you want to build an index for.
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​indexPathFilename//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:String 
-| e   | [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs --> ​  ​| ​   |+    * Description:This parameter specifies the index file name.
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.Layer --> +  * //​buildIndexMode//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] 
-==== OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) ==== +    ​* ​Description:This parameter determines what will happen if there is an existing index file.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​BuildIndexMode) **
-| e   | [[ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +  * //This method builds a spatial index for the layer.// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OpenCore() ==== +  * //This overload allows you to pass in the Shape File and determines if we rebuild an index file that already exists.//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:None
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​pathFilename//​ 
-==== SetupTools() ​==== +    ​* ​Type:String 
-=== Return Value === +    * Description:This parameter is the matching pattern that defines which Shape Files to include.
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​rebuildExistingIndexMode//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] 
 +    * Description:This parameter determines whether an index file will be rebuilt if it already exists.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<Feature>,String) **
-==== SetupToolsCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters === +  * //This method builds a spatial index for the specified group of features.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //This overload allows you to pass in a group of features and specify the index filename to use.//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-===== Public Properties ===== +  * Description:​None
-==== DrawingExceptionMode ==== +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +== Parameters == 
-[[#Public Properties|Go Back]] +  * //​features//​ 
-==== DrawingMarginPercentage ==== +    * Type:​IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> 
-=== Return Value === +    * Description:​This parameter specifies the features for which to build the index.
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +  * //​indexPathFilename//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:String 
-==== DrawingTime ==== +    * Description:​This parameter specifies the target index path and filename.
-=== Return Value === +
-^ Return ​Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<Feature>,​String,​Projection) **
-==== EditTools ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.EditTools|EditTools]]<!-- ThinkGeo.MapSuite.SilverlightCore.EditTools --  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +  * //This method builds a spatial index for the specified group of features and target projection.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Encoding ==== +  * //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 Type ^ +
-| Encoding<​!-- System.Text.Encoding --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== FeatureIdsToExclude ==== +  * Description:​None
-=== Return Value === +
-^ Return ​Type ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​features//​ 
-==== FeatureSource ​==== +    ​* ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]
-=== Return Value === +    * Description:​This parameter specifies the features for which to build the index.
-^ Return ​Type +
-[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]]<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +  * //​indexPathFilename//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:String 
-==== HasBoundingBox ==== +    * Description:​This parameter specifies the target index path and filename.
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +  * //​projection//​ 
-[[#Public Properties|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]] 
-==== IndexPathFileName ==== +    * Description:​This parameter specifies the projection to build index against those features.
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<Feature>,​String,​BuildIndexMode) **
-==== IsOpen ==== +
-=== Return Value === +
-^ Return Type ^ +
-Boolean<!-- System.Boolean --  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +  * //This method builds a spatial index for the specified group of features.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsVisible ==== +  * //This overload allows you to pass in a group of features and specify the index filename to use.//
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== MaxRecordsToDraw ==== +  * Description:​None
-=== Return Value === +
-^ Return ​Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Parameters == 
-[[#Public Properties|Go Back]] +  * //​features//​ 
-==== Name ==== +    * Type:​IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> 
-=== Return Value === +    * Description:​This parameter specifies the features for which to build the index.
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +  * //​indexPathFilename//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:String 
-==== QueryTools ==== +    * Description:​This parameter determines the target index path filename.
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.QueryTools|QueryTools]]<​!-- ThinkGeo.MapSuite.SilverlightCore.QueryTools --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +  * //​buildIndexMode//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] 
-==== ReadWriteMode ==== +    * Description:​This parameter determines whether an index file will be rebuilt if it already exists.
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]]<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(IEnumerable<Feature>,​String,​Projection,​BuildIndexMode) **
-==== RequireIndex ==== +
-=== Return Value === +
-^ Return Type ^ +
-Boolean<!-- System.Boolean --  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +  * //This method builds a spatial index for the specified group of features.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ShapePathFileName ==== +  * //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 Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== UsingSpatialIndex ==== +  * Description:​None
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​features//​ 
-==== WrappingExtent ​==== +    ​* ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]
-=== Return Value === +    * Description:​This parameter specifies the features for which to build the index.
-^ Return ​Type +
-[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +  * //​indexPathFilename//​ 
-[[#Public Properties|Go Back]] +    * Type:​String 
-==== WrappingMode ​==== +    * Description:​This parameter determines the target index path filename. 
-=== Return Value === + 
-Return Type ^ +  * //​projection//​ 
-| [[ThinkGeo.MapSuite.SilverlightCore.WrappingMode|WrappingMode]]<​!-- ​ThinkGeo.MapSuite.SilverlightCore.WrappingMode --  ​|+    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]] 
 +    * Description:​This parameter determines the Projection to build index against those features. 
 + 
 +  * //​buildIndexMode//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] 
 +    * Description:​This parameter determines whether an index file will be rebuilt if it already exists. 
 + 
 +<div newline></​div>​ 
 +** {{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.//​ 
 +== Remarks == 
 +  * //This overload allows you to pass in a Shape File and specify the index filename to use.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​None 
 + 
 +== Parameters == 
 +  * //​shapePathFilename//​ 
 +    * Type:​String 
 +    * Description:​This parameter specifies the Shape File for which to build the index. 
 + 
 +  * //​indexPathFilename//​ 
 +    * Type:​String 
 +    * Description:​This parameter determines the target index path filename. 
 + 
 +  * //​columnName//​ 
 +    * Type:​String 
 +    * Description:​This parameter determines the column name whose values will be tested against the regular expression. 
 + 
 +  * //​regularExpression//​ 
 +    * Type:​String 
 +    * Description:​This parameter represents the regular expression to test against each feature for inclusion in the index. 
 + 
 +  * //​buildIndexMode//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] 
 +    * Description:​This parameter determines whether an index file will be rebuilt if it already exists. 
 + 
 +<div newline></​div>​ 
 +** {{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.//​ 
 +== Remarks == 
 +  * //This overload allows you to pass in a Shape File and specify the index filename to use.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​None 
 + 
 +== Parameters == 
 +  * //​shapePathFilename//​ 
 +    * Type:​String 
 +    * Description:​This parameter specifies the Shape File for which to build the index. 
 + 
 +  * //​indexPathFilename//​ 
 +    * Type:​String 
 +    * Description:​This parameter determines the target index path filename. 
 + 
 +  * //​projection//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]] 
 +    * Description:​This parameter determines the projection that will be used to build the index against those features that satisfy the regular expression. 
 + 
 +  * //​columnName//​ 
 +    * Type:​String 
 +    * Description:​This parameter determines the column name whose values will be tested against the regular expression. 
 + 
 +  * //​regularExpression//​ 
 +    * Type:​String 
 +    * Description:​This parameter represents the regular expression to test against each feature for inclusion in the index. 
 + 
 +  * //​buildIndexMode//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] 
 +    * Description:​This parameter determines whether an index file will be rebuilt if it already exists. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildIndexFile(String,​String,​Projection,​String,​String,​BuildIndexMode,​Encoding) ** 
 + 
 +  * //This method builds a spatial index only for those features that satisfy a regular expression, based on a passed-in projection.//​ 
 +== Remarks == 
 +  * //This overload allows you to pass in a Shape File and specify the index filename to use.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​None 
 + 
 +== Parameters == 
 +  * //​shapePathFilename//​ 
 +    * Type:​String 
 +    * Description:​This parameter specifies the Shape File for which to build the index. 
 + 
 +  * //​indexPathFilename//​ 
 +    * Type:​String 
 +    * Description:​This parameter determines the target index path filename. 
 + 
 +  * //​projection//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]] 
 +    * Description:​This parameter determines the projection that will be used to build the index against those features that satisfy the regular expression. 
 + 
 +  * //​columnName//​ 
 +    * Type:​String 
 +    * Description:​This parameter determines the column name whose values will be tested against the regular expression. 
 + 
 +  * //​regularExpression//​ 
 +    * Type:​String 
 +    * Description:​This parameter represents the regular expression to test against each feature for inclusion in the index. 
 + 
 +  * //​buildIndexMode//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BuildIndexMode|BuildIndexMode]] 
 +    * Description:​This parameter determines whether an index file will be rebuilt if it already exists. 
 + 
 +  * //​encoding//​ 
 +    * Type:​Encoding 
 +    * Description:​This parameter specifies the encoding information used in the source DBF file. 
 + 
 +<div newline></​div
 +** {{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.// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sourceShapePathFilename//​ 
 +    * Type:​String 
 +    * Description:​The source Shape File to be cloned. 
 + 
 +  * //​targetShapePathFilename//​ 
 +    * Type:​String 
 +    * Description:​The target Shape File, which will have the same structure as the source Shape File after cloning operation is complete. 
 + 
 +<div newline></​div>​ 
 +** {{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.// 
 +== Remarks == 
 +  * //An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite.//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sourceShapePathFilename//​ 
 +    * Type:​String 
 +    * Description:​The source Shape File to be cloned. 
 + 
 +  * //​targetShapePathFilename//​ 
 +    * Type:​String 
 +    * Description:​The target Shape File, which will have the same structure as the source Shape File after cloning operation is complete. 
 + 
 +  * //​overwriteMode//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]] 
 +    * Description:​This parameter specifies the overwrite mode when the target ShapeFile already exists. 
 + 
 +<div newline></​div>​ 
 +** {{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.// 
 +== Remarks == 
 +  * //An exception will be thown when the target ShapeFile does not exist and the overwrite mode is set to DoNotOverwrite.//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sourceShapePathFilename//​ 
 +    * Type:​String 
 +    * Description:​The source Shape File to be cloned. 
 + 
 +  * //​targetShapePathFilename//​ 
 +    * Type:​String 
 +    * Description:​The target Shape File, which will have the same structure as the source Shape File after cloning operation is complete. 
 + 
 +  * //​overwriteMode//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]] 
 +    * Description:​This parameter specifies the overwrite mode when the target ShapeFile already exists. 
 + 
 +  * //​encoding//​ 
 +    * Type:​Encoding 
 +    * Description:​This parameter specifies the encoding information in the source Shape File. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode) ** 
 + 
 +  * //Static API used to build RecordId. The Id will start from 0.// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​shapeFilename//​ 
 +    * Type:​String 
 +    * Description:​The name of the target ShapeFile on which to base the newly built RecordId. 
 + 
 +  * //​fieldname//​ 
 +    * Type:​String 
 +    * Description:​The field name for the RecordId. 
 + 
 +  * //​rebuildNeeded//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode|BuildRecordIdMode]] 
 +    * Description:​The RecordId build mode. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32) ** 
 + 
 +  * //Static API used to build RecordId from the specified starting Id number.// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​shapeFilename//​ 
 +    * Type:​String 
 +    * Description:​The name of the target ShapeFile on which to base the newly built RecordId. 
 + 
 +  * //​fieldname//​ 
 +    * Type:​String 
 +    * Description:​The field name for the RecordId. 
 + 
 +  * //​rebuildNeeded//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode|BuildRecordIdMode]] 
 +    * Description:​The RecordId build mode. 
 + 
 +  * //​startNumber//​ 
 +    * Type:​Int32 
 +    * Description:​The starting Id number of the RecordId. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} BuildRecordIdColumn(String,​String,​BuildRecordIdMode,​Int32,​Encoding) ** 
 + 
 +  * //Static API used to build RecordId from the specified starting Id number.// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​shapeFilename//​ 
 +    * Type:​String 
 +    * Description:​The name of the target ShapeFile on which to base the newly built RecordId. 
 + 
 +  * //​fieldname//​ 
 +    * Type:​String 
 +    * Description:​The field name for the RecordId. 
 + 
 +  * //​rebuildNeeded//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BuildRecordIdMode|BuildRecordIdMode]] 
 +    * Description:​The RecordId build mode. 
 + 
 +  * //​startNumber//​ 
 +    * Type:​Int32 
 +    * Description:​The starting Id number of the RecordId. 
 + 
 +  * //​encoding//​ 
 +    * Type:​Encoding 
 +    * Description:​This parameter specifies the encoding information in the DBF. 
 + 
 +<div newline></​div>​ 
 +** {{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.// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​sourceShapeFile//​ 
 +    * Type:​String 
 +    * Description:​This parameter specifies the source shape file to be projected. 
 + 
 +  * //​targetShapeFile//​ 
 +    * Type:​String 
 +    * Description:​This parameter specifies the target shape file to be saved for the projected features. 
 + 
 +  * //​projection//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Projection|Projection]] 
 +    * Description:​This parameter is the projection to project the source shape file to target shape file. The source Shape file should be in the FromProjection of the Projection prameter, and the targetShapeFile will be in the ToProjection of the Projection. 
 + 
 +  * //​overwriteMode//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.OverwriteMode|OverwriteMode]] 
 +    * Description:​This parameter specifies the override mode when the target shape file exists. 
 + 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingFeatures(DrawingFeaturesEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetupTools() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetupToolsCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +  * //​labelsInAllLayers//​ 
 +    * Type:​Collection<​[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]>​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +  * //e// 
 +    * Type:​Exception 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +  * //e// 
 +    * Type:​Exception 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ​==== 
 +** {{wiki:​PublicProperty.gif|}} HasBoundingBox ** 
 + 
 +This property checks to see if a Layer has a BoundingBox or not. If it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. In ShapeFileFeatureLayer,​ we override this API and mark it as true. 
 +== Remarks == 
 +The default implementation in the base class returns false. 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} UsingSpatialIndex ** 
 + 
 +This property gets whether the Shape File FeatureSource has an index or not. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Encoding ** 
 + 
 +This property gets and sets the encoding information for the DBF. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Encoding 
 + 
 +** {{wiki:​PublicProperty.gif|}} ShapePathFileName ** 
 + 
 +This property returns the path and filename of the Shape File you want to represent. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} IndexPathFileName ** 
 + 
 +This property returns the path and filename of the index file you want to represent. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ReadWriteMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.ShapeFileReadWriteMode|ShapeFileReadWriteMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} RequireIndex ** 
 + 
 +This property gets and sets whether an index is required when reading data. The default value is true. 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} MaxRecordsToDraw ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value =
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} WrappingExtent ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} WrappingMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.WrappingMode|WrappingMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} EditTools ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.EditTools|EditTools]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} FeatureIdsToExclude ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Collection<​String> 
 + 
 +** {{wiki:​PublicProperty.gif|}} QueryTools ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.QueryTools|QueryTools]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} FeatureSource ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomLevelSet ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet|ZoomLevelSet]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingMarginPercentage ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsOpen ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingTime ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DrawingExceptionMode|DrawingExceptionMode]] 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} IsOpenCore ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} StreamLoading ** 
 +This event allows you to pass in your own stream to represent the files. 
 +== Remarks == 
 +If you choose you can pass in your own stream to represent the file. The stream can come from a variety of places such as isolated storage, a compressed file, and encrypted stream. When the Image is finished with the stream it will dispose of it so be sure to keep this in mind when passing the stream in. If you do not pass in a alternate stream the class will attempt to load the file from the file system using the PathFileName property.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.StreamLoadingEventArgs|StreamLoadingEventArgs]]
-[[#Public Properties|Go Back]] +
-==== ZoomLevelSet ==== +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet|ZoomLevelSet]]<!-- ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicEvent.gif|}} DrawingFeatures ** 
-[[#Public Properties|Go Back]] +N/A 
-===== Protected Properties ===== +== Remarks ​== 
-==== IsOpenCore ==== +N/A
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== DrawingFeatures ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicEvent.gif|}} DrawingWrappingFeatures ** 
-[[#Public Events|Go Back]] +N/A 
-==== DrawingProgressChanged ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]
-[[#Public Events|Go Back]] +
-==== DrawingWrappingFeatures ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicEvent.gif|}} DrawingProgressChanged ** 
-[[#Public Events|Go Back]] +N/A 
-==== StreamLoading ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.StreamLoadingEventArgs|StreamLoadingEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightCore.StreamLoadingEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.ShapeFileFeatureLayer --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​SilverlightMapSuiteCore]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightCore]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightcore.shapefilefeaturelayer.1440040134.txt.gz · Last modified: 2015/09/21 03:24 (external edit)