User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.tinygeofeaturelayer

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightcore.tinygeofeaturelayer [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightcore.tinygeofeaturelayer [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer ====== ====== ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +This class represents a FeatureLayer of TinyGeo File by ThinkGeo.
-<!-- 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.TinyGeoFeatureLayer]]+        ***ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} TinyGeoFeatureLayer() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#TinyGeoFeatureLayer()|TinyGeoFeatureLayer]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TinyGeoFeatureLayer(String)|TinyGeoFeatureLayer]] ​  | String ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +This is the class constructor. 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +None 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TinyGeoFeatureLayer(String) **
  
 +This is the class constructor.
 +== Remarks ==
 +None
 +== Parameters ==
 +  * //​tinyGeoPathFileName//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ​Open() ** 
-{{wiki:​PublicMethod.gif|Public Method}}[[#Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | + 
-{{wiki:​PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#​CreateTinyGeoFile(String, String, GeographyUnit,​ IEnumerable<​String>,​ Double, Encoding)|CreateTinyGeoFile]] ​  | String, String, ​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], IEnumerable<String>, Double, Encoding ​  ​| ​   |    | +N/A 
-{{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateTinyGeoFile(StringString, GeographyUnit,​ ReturningColumnsType)|CreateTinyGeoFile]] ​  | String, String, ​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]][[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]   |    ​| ​   | +== Remarks == 
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#CreateTinyGeoFile(String,​ String, GeographyUnit, ​IEnumerable<​String>​)|CreateTinyGeoFile]] ​  ​| ​StringString[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]], IEnumerable<​String> ​  ​| ​      | +N/A 
-{{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#CreateTinyGeoFile(String,​ String, GeographyUnit,​ ReturningColumnsType,​ Double)|CreateTinyGeoFile]] ​  ​| ​StringString[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]][[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]], Double ​  ​| ​      | + 
-{{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#CreateTinyGeoFile(String,​ String, GeographyUnit,​ IEnumerable<​String>​, Double)|CreateTinyGeoFile]] ​  ​| ​StringString[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]IEnumerable<​String>​, Double ​  ​| ​   |    | +== Return Value == 
-{{wiki:​PublicMethod.gif|Public Method}}[[#Draw(GeoCanvasCollection<SimpleCandidate>)|Draw]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]],​ Collection<​[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +  * Type:Void 
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +  * Description:​N/​A 
-{{wiki:PublicMethod.gif|Public Method}}[[#​GetBoundingBox()|GetBoundingBox]] ​  ​| ​   [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]]   |    | + 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +== Parameters == 
-{{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#GetOptimalPrecision(String,​ GeographyUnit,​ DistanceUnit,​ TinyGeoPrecisionMode)|GetOptimalPrecision]] ​  ​| ​String[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]][[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]], [[ThinkGeo.MapSuite.SilverlightCore.TinyGeoPrecisionMode|TinyGeoPrecisionMode]] ​  ​| ​   |    | +<div newline></​div>​ 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +** {{wiki:​PublicMethod.gif|}} ​Close() ** 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]]   |    + 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:PublicMethod.gif|}} ​GetBoundingBox() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div
 +** {{wiki:​PublicMethod.gif|}} ​Draw(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:​PublicMethod.gif|}} ToString() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Int32 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateTinyGeoFile(String,​String,​GeographyUnit,​ReturningColumnsType** 
 + 
 +Static API to create a new TinyGeo file from an existed shape file. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​tinyGeoPathFileName//​ 
 +    * Type:String 
 +    * Description:​This parameter specifies the file name for the target TinyGeo file. 
 + 
 +  * //​shapePathFileName//​ 
 +    * Type:String 
 +    * Description:​This parameter specifies the file name for the existed shape file. 
 + 
 +  * //​unitOfData//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter specifies the Geography Unit of the data. 
 + 
 +  * //​returningColumnType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] 
 +    * Description:​This parameter specifies whether the columns info in shape file will be copied to TinyGeo file. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateTinyGeoFile(String,​String,​GeographyUnit,​ReturningColumnsType,​Double) ​** 
 + 
 +Static API to create a new TinyGeo file from an existed shape file. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​tinyGeoPathFileName//​ 
 +    * Type:String 
 +    * Description:​This parameter specifies the file name for the target TinyGeo file. 
 + 
 +  * //​shapePathFileName//​ 
 +    * Type:String 
 +    * Description:​This parameter specifies the file name for the existed shape file. 
 + 
 +  * //​unitOfData//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter specifies the Geography Unit of the data. 
 + 
 +  * //​returningColumnType//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]] 
 +    * Description:​This parameter specifies whether the columns info in shape file will be copied to TinyGeo file. 
 + 
 +  * //​precisionInMeter//​ 
 +    * Type:Double 
 +    * Description:​This parameter spcifies in double what is the precision in Meter of the target TinyGeo file. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateTinyGeoFile(String,​String,​GeographyUnit,​IEnumerable<​String>​) ​** 
 + 
 +Static API to create a new TinyGeo file from an existed shape file. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​tinyGeoPathFileName//​ 
 +    * Type:String 
 +    * Description:​This parameter specifies the file name for the target TinyGeo file. 
 + 
 +  * //​shapePathFileName//​ 
 +    * Type:String 
 +    * Description:​This parameter specifies the file name for the existed shape file. 
 + 
 +  * //​unitOfData//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter specifies the Geography Unit of the data. 
 + 
 +  * //​columnNames//​ 
 +    * Type:IEnumerable<​String>​ 
 +    * Description:​This parameter specifies the columns in shape file which will be copied to TinyGeo file. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateTinyGeoFile(String,String,​GeographyUnit,​IEnumerable<String>,Double** 
 + 
 +Static API to create a new TinyGeo file from an existed shape file. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​tinyGeoPathFileName//​ 
 +    * Type:​String 
 +    * Description:​This parameter specifies the file name for the target TinyGeo file. 
 + 
 +  * //​shapePathFileName//​ 
 +    * Type:​String 
 +    * Description:​This parameter specifies the file name for the existed shape file. 
 + 
 +  * //​unitOfData//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter specifies the Geography Unit of the data. 
 + 
 +  * //​columnNames//​ 
 +    * Type:​IEnumerable<​String> 
 +    * Description:​This parameter specifies the columns in shape file which will be copied to TinyGeo file. 
 + 
 +  * //​precisionInMeter//​ 
 +    * Type:Double 
 +    * Description:​This parameter spcifies in double what is the precision in Meter of the target TinyGeo file. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ​CreateTinyGeoFile(String,​String,​GeographyUnit,​IEnumerable<​String>,​Double,​Encoding** 
 + 
 +Static API to create a new TinyGeo file from an existed shape file. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​tinyGeoPathFileName//​ 
 +    * Type:​String 
 +    * Description:​This parameter specifies the file name for the target TinyGeo file. 
 + 
 +  * //​shapePathFileName//​ 
 +    * Type:​String 
 +    * Description:​This parameter specifies the file name for the existed shape file. 
 + 
 +  * //​unitOfData//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter specifies the Geography Unit of the data. 
 + 
 +  * //​columnNames//​ 
 +    * Type:IEnumerable<​String>​ 
 +    * Description:​This parameter specifies the columns in shape file which will be copied to TinyGeo file. 
 + 
 +  * //​precisionInMeter//​ 
 +    * Type:​Double 
 +    * Description:​This parameter spcifies in double what is the precision in Meter of the target TinyGeo file. 
 + 
 +  * //​shapeEncoding//​ 
 +    * Type:​Encoding 
 +    * Description:​This parameter specifies the encoding of the existed shape file. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetOptimalPrecision(String,​GeographyUnit,​DistanceUnit,​TinyGeoPrecisionMode) ​** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Double 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​shapePathFileName//​ 
 +    * Type:String 
 +    * Description:​N/​A 
 + 
 +  * //​unitOfData//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​N/​A 
 + 
 +  * //​returningDistanceUnit//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
 +    * Description:N/A 
 + 
 +  * //​precisionMode//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.TinyGeoPrecisionMode|TinyGeoPrecisionMode]] 
 +    * Description:N/A
  
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} OnDrawingFeatures(DrawingFeaturesEventArgs) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]](overriden) ​  ​| ​   | +
-| {{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 ==== +N/A 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   | +N/A
-| {{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}}[[#​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}}[[#​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}}[[#​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}}[[#​TinyGeoPathFileName|TinyGeoPathFileName]] ​  | String ​  ​| ​   |    | +
-| {{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 ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​IsOpenCore|IsOpenCore]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]](overriden) ​  ​| ​   |+  * Description:N/A
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //e// 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​DrawingFeatures|DrawingFeatures]] ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.FeatureLayer|FeatureLayer]] ​  ​| ​   | +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]] 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingProgressChanged|DrawingProgressChanged]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]] ​  ​| ​   +    ​* Description:N/A
-| {{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 ===== +<div newline></​div>​ 
-==== TinyGeoFeatureLayer() ==== +** {{wiki:​ProtectedMethod.gif|}} OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs**
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +N/A 
-==== TinyGeoFeatureLayer(String) ==== +== Remarks ​== 
-=== Parameters === +N/A
-^  Name ^  Type ^  Description ^ +
-| tinyGeoPathFileName ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Void 
-===== Public Methods ===== +  * Description:N/A
-==== Close() ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} SetupTools() **
-==== CreateTinyGeoFile(String,​ String, GeographyUnit,​ IEnumerable<String>, Double, Encoding) ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| tinyGeoPathFileName ​  | String<​!-- System.String --> ​  ​| ​   | +N/A
-| shapePathFileName ​  | String<​!-- System.String --> ​  ​| ​   | +
-| unitOfData ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| columnNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   | +
-| precisionInMeter ​  | Double<​!-- System.Double --> ​  ​| ​   | +
-| shapeEncoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== CreateTinyGeoFile(String,​ String, GeographyUnit,​ ReturningColumnsType) ==== +  * Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| tinyGeoPathFileName ​  | String<!-- System.String --  |    | +** {{wiki:​ProtectedMethod.gif|}} SetupToolsCore() **
-| shapePathFileName ​  | String<!-- System.String --  |    | +
-| unitOfData ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| returningColumnType ​  | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CreateTinyGeoFile(String,​ String, GeographyUnit,​ IEnumerable<​String>​) ==== +N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| tinyGeoPathFileName ​  | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| shapePathFileName ​  | String<​!-- System.String --> ​  ​| ​   | +
-| unitOfData ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| columnNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div
-==== CreateTinyGeoFile(String,​ String, GeographyUnit,​ ReturningColumnsType,​ Double) ​==== +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
-<!-- static --+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| tinyGeoPathFileName ​  | String<​!-- System.String --> ​  ​| ​   | +N/A
-| shapePathFileName ​  | String<​!-- System.String --> ​  ​| ​   | +
-| unitOfData ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| returningColumnType ​  | [[ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType|ReturningColumnsType]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ReturningColumnsType --> ​  ​| ​   | +
-| precisionInMeter ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== CreateTinyGeoFile(String,​ String, GeographyUnit,​ IEnumerable<​String>,​ Double) ==== +  * Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| tinyGeoPathFileName ​  | String<!-- System.String --  |    | +** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
-| shapePathFileName ​  | String<!-- System.String --  |    | +
-| unitOfData ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| columnNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String--> ​  ​| ​   | +
-| precisionInMeter ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Draw(GeoCanvas,​ Collection<​SimpleCandidate>​) ==== +N/A
-=== 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 --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== Equals(Object) ​==== +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
-==== GetBoundingBox() ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) **
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //canvas// 
-==== GetOptimalPrecision(String,​ GeographyUnit,​ DistanceUnit,​ TinyGeoPrecisionMode) ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
-<!-- static --> +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  |    ​|+
  
-=== Parameters === +  * //​labelsInAllLayers//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Collection<​[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> 
-| shapePathFileName ​  | String<!-- System.String --> ​  ​| ​   | +    ​* Description:​N/​A
-| unitOfData ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --  |    | +
-| returningDistanceUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> ​  ​| ​   +
-| precisionMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.TinyGeoPrecisionMode|TinyGeoPrecisionMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.TinyGeoPrecisionMode --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception**
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Open() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +  * //e// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Exception 
-==== ToString() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +N/A
-==== CloseCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​canvas//​ 
-==== DrawCore(GeoCanvas,​ Collection<​SimpleCandidate>​) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //e// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Exception 
-| 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) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs**
-==== DrawException(GeoCanvas, Exception==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> ​  ​| ​   | +N/A
-| e   | Exception<​!-- System.Exception --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== DrawExceptionCore(GeoCanvas,​ Exception) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> ​  ​| ​   | +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
-| e   | Exception<​!-- System.Exception --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() ​**
-==== Finalize() ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== GetBoundingBoxCore() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Object 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== OnDrawingFeatures(DrawingFeaturesEventArgs) ​==== +==== Public Properties ​==== 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} HasBoundingBox **
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs|DrawingFeaturesEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingFeaturesEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicProperty.gif|}} TinyGeoPathFileName **
-[[#​Protected Methods|Go Back]] +
-==== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +This property returns the path and file of the TinyGeo file you want to use. 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs --> ​  ​| ​   |+When you specify the path and file name it should be in the correct format as such however the file does not need to exists on the file systemThis is to allow us to accept streams supplied by the developer at runtimeIf you choose to provide a file that exists then we will attempt to use itIf we cannot find it then we will raise the SteamLoading event and allow you to supply the streamFor example you can pass in "​C:​\NotARealPath\File1.tgeo" which does not exists on the file systemWhen we raise the event for you to supply a stream we will pass to you the path and file name for you to differentiate the files. 
 +== Return Value == 
 +  * Type:String
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +** {{wiki:​PublicProperty.gif|}} WrappingExtent **
-[[#​Protected Methods|Go Back]] +
-==== OnDrawingWrappingFeatures(DrawingWrappingFeaturesFeatureLayerEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   ​| ​[[ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs|DrawingWrappingFeaturesFeatureLayerEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightCore.DrawingWrappingFeaturesFeatureLayerEventArgs --> ​  ​| ​   |+N/A 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicProperty.gif|}} WrappingMode **
-[[#​Protected Methods|Go Back]] +
-==== OpenCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.WrappingMode|WrappingMode]]
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +** {{wiki:​PublicProperty.gif|}} EditTools **
-[[#​Protected Methods|Go Back]] +
-==== SetupTools() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.EditTools|EditTools]]
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicProperty.gif|}} FeatureIdsToExclude **
-[[#​Protected Methods|Go Back]] +
-==== SetupToolsCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:​Collection<​String>​
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicProperty.gif|}} QueryTools **
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== DrawingExceptionMode ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DrawingMarginPercentage ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.QueryTools|QueryTools]]
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicProperty.gif|}} FeatureSource **
-[[#Public Properties|Go Back]] +
-==== DrawingTime ==== +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== EditTools ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]]
-[[ThinkGeo.MapSuite.SilverlightCore.EditTools|EditTools]]<!-- ThinkGeo.MapSuite.SilverlightCore.EditTools --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicProperty.gif|}} ZoomLevelSet **
-[[#Public Properties|Go Back]] +
-==== FeatureIdsToExclude ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== FeatureSource ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.ZoomLevelSet|ZoomLevelSet]]
-[[ThinkGeo.MapSuite.SilverlightCore.FeatureSource|FeatureSource]]<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureSource --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +** {{wiki:​PublicProperty.gif|}} DrawingMarginPercentage **
-[[#Public Properties|Go Back]] +
-==== HasBoundingBox ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer(overriden) --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsOpen ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Double
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +** {{wiki:​PublicProperty.gif|}} IsOpen **
-[[#Public Properties|Go Back]] +
-==== IsVisible ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Name ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Layer --> +** {{wiki:​PublicProperty.gif|}} DrawingTime **
-[[#Public Properties|Go Back]] +
-==== QueryTools ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.QueryTools|QueryTools]]<​!-- ThinkGeo.MapSuite.SilverlightCore.QueryTools --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TinyGeoPathFileName ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:TimeSpan
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TinyGeoFeatureLayer --> +** {{wiki:​PublicProperty.gif|}} Name **
-[[#Public Properties|Go Back]] +
-==== WrappingExtent ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.FeatureLayer --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== WrappingMode ​==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ +  * Type:​String 
-| [[ThinkGeo.MapSuite.SilverlightCore.WrappingMode|WrappingMode]]<!-- ThinkGeo.MapSuite.SilverlightCore.WrappingMode --> ​  |+ 
 +** {{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 TinyGeoPathFileName 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.TinyGeoFeatureLayer --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​SilverlightMapSuiteCore]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightCore]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightcore.tinygeofeaturelayer.1440040134.txt.gz · Last modified: 2015/09/21 03:24 (external edit)