User Tools

Site Tools


thinkgeo.mapsuite.core.linestyle

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.linestyle [2015/09/17 10:34]
admin
thinkgeo.mapsuite.core.linestyle [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.LineStyle ====== ====== ThinkGeo.MapSuite.Core.LineStyle ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class is the style used to draw lines. This class is the style used to draw lines.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.LineStyle**       ***ThinkGeo.MapSuite.Core.LineStyle**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} LineStyle() **
-**{{wiki:​PublicMethod.gif|}}[[#LineStyle()|LineStyle]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-<​div ​class_table+  * //This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#LineStyle(GeoPen)|LineStyle]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +  * //N/A// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is a constructor for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} LineStyle(GeoPen) **
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​LineStyle(GeoPen,​GeoPen)|LineStyle]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]],​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +  * //Use this when you do not need any additional pens to draw the feature.//​ 
-  * **DeclaringType**:​N/​A +== Parameters ​== 
-  * **Summary**:This is a constructor for the class. +  ​//​outerPen//​ 
-</​div>​+    ​Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
 +    Description:This parameter ​is the outer pen used to draw the feature.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#LineStyle(GeoPen,GeoPen,​GeoPen)|LineStyle]]** +** {{wiki:​PublicMethod.gif|}} LineStyle(GeoPen,​GeoPen) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]],​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]],​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-=== Protected Constructors === +  * //This is a constructor for the class.// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //This is a common constructor for drawing roads.// 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +== Parameters ​== 
-  * **Parameters**:​N/A +  * //outerPen// 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +    Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-  * **Summary**:N/A +    Description:This parameter is the outer pen used to draw the feature.
-</​div>​+
  
-<div class_table>​ +  ​//​innerPen//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Draw(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|Draw]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +    Description:This parameter is the inner pen used to draw the feature.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Draw(IEnumerable<​BaseShape>​,GeoCanvas,Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|Draw]]** +** {{wiki:​PublicMethod.gif|}} ​LineStyle(GeoPen,GeoPen,GeoPen) **
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]>,​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawSample(GeoCanvas,​DrawingRectangleF)|DrawSample]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] +  * //This is common for drawing low level highways with center lines.// 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +== Parameters == 
-  * **Summary**:N/A +  * //​outerPen//​ 
-</​div>​+    ​Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
 +    Description:This parameter is the outer pen used to draw the feature.
  
-<div class_table>​ +  ​//​innerPen//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawSample(GeoCanvas)|DrawSample]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +    Description:This parameter is the inner pen used to draw the feature.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  * //​centerPen//​ 
-**{{wiki:PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +    Type:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-  * **Parameters**:Object +    Description:This parameter is the center pen used to draw the feature.
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ​CloneDeep() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetRequiredColumnNames()|GetRequiredColumnNames]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** +  Type:[[ThinkGeo.MapSuite.Core.Style|Style]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​SaveStyle(String)|SaveStyle]]** +<​div ​newline></​div
-  * **Parameters**:​String +** {{wiki:​PublicMethod.gif|}} ​Draw(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​SaveStyle(Stream)|SaveStyle]]*+== Remarks == 
-  * **Parameters**:​Stream +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +== Parameters ​== 
-<div class_table>​ +  * //features// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//canvas// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawCore(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|DrawCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method draws the features on the canvas you provided. +
-</​div>​+
  
-<div class_table>​ +  ​//​labelsInThisLayer//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawSampleCore(GeoCanvas,​DrawingRectangleF)|DrawSampleCore]]*+    Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method draws a sample feature on the canvas you provided. +
-</​div>​+
  
-<div class_table>​ +  * //​labelsInAllLayers//​ 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +    Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetRequiredColumnNamesCore()|GetRequiredColumnNamesCore]]** +** {{wiki:PublicMethod.gif|}} ​Draw(IEnumerable<​BaseShape>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:​PublicProperty.gif|}}[[#​CenterPen|CenterPen]]** +  * Type:Void 
-  * **Return**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +  * Description:N/A
-  * **Summary**:This property gets and sets the center pen for the line.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​CenterPenDrawingLevel|CenterPenDrawingLevel]]** +== Parameters == 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] +  * //​shapes//​ 
-  * **Summary**:N/A+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​CustomLineStyles|CustomLineStyles]]** +  ​//canvas// 
-  * **Return**:Collection<​[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]]> +    Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Summary**:This property returns a collection of line styles, allowing you to stack multiple line styles on top of each other.+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#Filters|Filters]]** +  ​//​labelsInThisLayer//​ 
-  * **Return**:​Collection<​String+    ​Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​InnerPen|InnerPen]]** +  ​//​labelsInAllLayers//​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +    Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Summary**:This property gets and sets the inner pen for the line.+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​InnerPenDrawingLevel|InnerPenDrawingLevel]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] +** {{wiki:PublicMethod.gif|}} ​GetRequiredColumnNames() ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsActive|IsActive]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Name|Name]]** +== Return Value == 
-  * **Return**:String +  * Type:Collection<​String> 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​OuterPen|OuterPen]]** +== Parameters == 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +<div newline></​div>​ 
-  * **Summary**:​This property gets and sets the outer pen for the line.+** {{wiki:PublicMethod.gif|}} ​DrawSample(GeoCanvas,​DrawingRectangleF) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​OuterPenDrawingLevel|OuterPenDrawingLevel]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​RequiredColumnNames|RequiredColumnNames]]** +== Return Value == 
-  * **Return**:Collection<​String>​ +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​XOffsetInPixel|XOffsetInPixel]]** +== Parameters == 
-  * **Return**:Single +  ​//​canvas//​ 
-  * **Summary**:​This property gets and sets the X pixel offset for drawing each feature.+    ​Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​YOffsetInPixel|YOffsetInPixel]]** +  ​//​drawingExtent//​ 
-  * **Return**:Single +    ​Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-  * **Summary**:​This property gets and sets the Y pixel offset for drawing each feature.+    Description:N/A
  
-=== Protected Properties === +<div newline></​div>​ 
-**{{wiki:ProtectedProperty.gif|}}[[#​FiltersCore|FiltersCore]]** +** {{wiki:PublicMethod.gif|}} ​DrawSample(GeoCanvas) ​**
-  * **Return**:​Collection<​String>​ +
-  * **Summary**:​N/​A+
  
-**{{wiki:​ProtectedProperty.gif|}}[[#​uBs=|uBs=]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks ​== 
-  * **Summary**:​N/A+  * //N/A//
  
-=== Public Events ​=== +== Return Value == 
-===== Public Constructors ===== +  * Type:Void 
-=== LineStyle() === +  * Description:​N/A
-This is a constructor for the class. +
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== LineStyle(GeoPen) === +
-This is a constructor for the class. +
-==== Remarks ==== +
-Use this when you do not need any additional pens to draw the feature. +
-==== Parameters ==== +
-**outerPen** +
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +
-  ​* **Description:​This parameter is the outer pen used to draw the feature.+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-=== LineStyle(GeoPen,​GeoPen) === +  //canvas// 
-This is a constructor for the class. +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-==== Remarks ==== +    * Description:​N/A
-This is a common constructor for drawing roads. +
-==== Parameters ​==== +
-**outerPen** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +
-  * **Description:​This parameter is the outer pen used to draw the feature.+
  
-**innerPen** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +** {{wiki:PublicMethod.gif|}} SaveStyle(String) ​**
-  ​* **Description:​This parameter is the inner pen used to draw the feature.+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-=== LineStyle(GeoPen,​GeoPen,​GeoPen) === +== Remarks == 
-This is a constructor for the class. +  * //N/A//
-==== Remarks ​==== +
-This is common for drawing low level highways with center lines. +
-==== Parameters ==== +
-**outerPen** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +
-  * **Description:​This parameter is the outer pen used to draw the feature.+
  
-**innerPen** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +  * Type:Void 
-  ​* **Description:​This parameter is the inner pen used to draw the feature.+  * Description:​N/A
  
-**centerPen** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +  * //​filePathName//​ 
-  * **Description:​This parameter is the center pen used to draw the feature.+    ​* Type:String 
 +    * Description:​N/A
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} SaveStyle(Stream**
-===== Public Methods ===== +
-=== CloneDeep() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== Draw(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​stream//​ 
-  * **Description**:N/A+    ​* Type:Stream 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**features** +** {{wiki:PublicMethod.gif|}} ToString() ​**
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +
-  ​* **Description**:​N/​A+
  
-**canvas** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**labelsInThisLayer** +== Return Value == 
-  ​* **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Type:String 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**labelsInAllLayers** +== Parameters == 
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Draw(IEnumerable<​BaseShape>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapes** +  //obj// 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]>​ +    * Type:Object 
-  * **Description**:N/A+    * Description:​N/​A
  
-**canvas** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​N/​A+
  
-**labelsInThisLayer** +  ​//N/A// 
-  * **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**labelsInAllLayers** +== Return Value == 
-  ​* **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== DrawSample(GeoCanvas,​DrawingRectangleF) === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}} GetType() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**canvas** +  * Type:Type 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**drawingExtent** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} DrawCore(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) ​**
  
-[[#Public Methods|Go Back]] +  * //This method draws the features on the canvas you provided./
-=== DrawSample(GeoCanvas) === +== Remarks == 
-N/A +  * //This overridden method is called from the concrete public method Draw. In this method, we take the features you passed in and draw them on the canvas you provided. Each style (based on its properties) may draw each feature differently. When overriding this method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property and add it to the collection./​/
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​None
  
-==== Parameters ​==== +== Parameters == 
-**canvas** +  //​features//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +    * Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-  * **Description**:N/A+    * Description:​This parameter represents the features you want to draw on the canvas.
  
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-=== Equals(Object) === +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-N/A +    * Description:​This parameter represents the canvas you want to draw the features on.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​labelsInThisLayer//​ 
-  **Return ​Type**:Boolean +    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Description**:N/A+    * Description:​The labels will be drawn in the current layer only.
  
-==== Parameters ==== +  ​//​labelsInAllLayers//​ 
-**obj*+    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Type**:Object +    * Description:​The labels will be drawn in all layers.
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetHashCode() === +** {{wiki:​ProtectedMethod.gif|}} DrawSampleCore(GeoCanvas,​DrawingRectangleF**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method draws a sample feature on the canvas you provided.// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //This virtual method is called from the concrete public method Draw. In this method, we draw a sample style on the canvas you provided. This is typically used to display a legend or other sample area. When implementing this virtual method, consider the canvas size and draw the sample image appropriately. You should keep in mind that the sample typically shows up on a legend.//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetRequiredColumnNames() === +  * Description:​None
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Collection<​String>​ +  * //​canvas//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​This parameter represents the canvas you want to draw the features on.
  
-==== Parameters ==== +  * //​drawingExtent//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-=== GetType() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Type +** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== SaveStyle(String) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**filePathName** +<div newline></​div>​ 
-  * **Type**:String +** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== SaveStyle(Stream) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Collection<​String>​ 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**stream** +<div newline></​div>​ 
-  * **Type**:Stream +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== ToString() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-===== Protected Methods ===== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== CloneDeepCore() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Object 
-=== DrawCore(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) === +  * Description:​N/​A
-This method draws the features on the canvas you provided. +
-==== Remarks ==== +
-This overridden method is called from the concrete public method Draw. In this method, we take the features you passed in and draw them on the canvas you provided. Each style (based on its properties) may draw each feature differently. When overriding this method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property and add it to the collection.+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​None+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} XOffsetInPixel ​**
  
-==== Parameters ​==== +This property gets and sets the X pixel offset for drawing each feature. 
-**features** +== Remarks ​== 
-  ​* **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +This property allows you to specify an X offset. When combined with a Y offset, it is useful to allow you to achieve effects such as drop shadows, etc. There also may be times when you need to modify the location of feature data so as to better align it with raster satellite data. 
-  * **Description**:​This parameter represents the features you want to draw on the canvas.+== Return Value == 
 +  * Type:Single
  
-**canvas** +** {{wiki:PublicProperty.gif|}} YOffsetInPixel ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  ​* **Description**:​This parameter represents the canvas you want to draw the features on.+
  
-**labelsInThisLayer** +This property gets and sets the Y pixel offset for drawing each feature. 
-  * **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +== Remarks == 
-  * **Description**:The labels will be drawn in the current layer only.+This property allows you to specify an Y offsetWhen combined with an X offset, it is useful to allow you to achieve effects such as drop shadows, etcThere also may be times when you need to modify the location of feature data so as to better align it with raster satellite data. 
 +== Return Value == 
 +  * Type:Single
  
-**labelsInAllLayers** +** {{wiki:PublicProperty.gif|}} CustomLineStyles ​**
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +
-  ​* **Description**:​The labels will be drawn in all layers.+
  
-[[#​Protected Methods|Go Back]] +This property returns ​collection of line styles, allowing you to stack multiple line styles ​on top of each other
-=== DrawSampleCore(GeoCanvas,​DrawingRectangleF) === +== Remarks == 
-This method draws sample feature ​on the canvas you provided+Using this collectionyou can stack multiple styles ​on top of each other. When we draw the featurewe will draw them in order that they exist in the collectionYou can use these stacks to create drop shadow effects, multiple colored outlines, etc. 
-==== Remarks ​==== +== Return Value == 
-This virtual method is called from the concrete public method Draw. In this methodwe draw a sample style on the canvas you provided. This is typically used to display a legend or other sample area. When implementing this virtual methodconsider the canvas size and draw the sample image appropriately. You should keep in mind that the sample typically shows up on a legend.+  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]]>​
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} OuterPen ​**
-  * **Return Type**:Void +
-  ​* **Description**:​None+
  
-==== Parameters ​==== +This property gets and sets the outer pen for the line. 
-**canvas** +== Remarks ​== 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +You can set an inner, outer and center pen to give you a nice effect. The outer pen draws first, and should typically be black and larger then the inner pen. The inner pen draws next, and should be set as the color of the road you want. It should be thinner than the outer pen. The center pen draws last, and is used to represent a centerline in the road. We suggest that you only use the center pen for highways at low zoom level, as the dashed pen has some performance penalties. 
-  * **Description**:​This parameter represents the canvas you want to draw the features on.+== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]
  
-**drawingExtent** +** {{wiki:PublicProperty.gif|}} InnerPen ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property gets and sets the inner pen for the line. 
-=== Finalize() === +== Remarks ​== 
-N/A +You can set an inner, outer and center pen to give you a nice effect. The outer pen draws first, and should typically be black and larger then the inner pen. The inner pen draws next, and should be set as the color of the road you want. It should be thinner than the outer pen. The center pen draws last, and is used to represent a centerline in the road. We suggest that you only use the center pen for highways at low zoom level, as the dashed pen has some performance penalties. 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} CenterPen ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets and sets the center pen for the line. 
-[[#Protected Methods|Go Back]] +== Remarks ​== 
-=== GetRequiredColumnNamesCore() === +You can set an inner, outer and center pen to give you a nice effect. The outer pen draws first, and should typically be black and larger then the inner pen. The inner pen draws next, and should be set as the color of the road you want. It should be thinner than the outer pen. The center pen draws last, and is used to represent a centerline in the road. We suggest that you only use the center pen for highways at low zoom level, as the dashed pen has some performance penalties. 
-N/A +== Return Value == 
-==== Remarks ==== +  * Type:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]
-N/A+
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} OuterPenDrawingLevel ​**
-  * **Return Type**:Collection<​String>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} InnerPenDrawingLevel ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CenterPen === 
-This property gets and sets the center pen for the line. 
-==== Remarks ==== 
-You can set an inner, outer and center pen to give you a nice effect. The outer pen draws first, and should typically be black and larger then the inner pen. The inner pen draws next, and should be set as the color of the road you want. It should be thinner than the outer pen. The center pen draws last, and is used to represent a centerline in the road. We suggest that you only use the center pen for highways at low zoom level, as the dashed pen has some performance penalties. 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
- 
-[[#Public Properties|Go Back]] 
-=== CenterPenDrawingLevel === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]+  * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} CenterPenDrawingLevel **
-=== CustomLineStyles === +
-This property returns a collection of line styles, allowing you to stack multiple line styles on top of each other. +
-==== Remarks ==== +
-Using this collection, you can stack multiple styles on top of each other. When we draw the feature, we will draw them in order that they exist in the collection. You can use these stacks to create drop shadow effects, multiple colored outlines, etc. +
-==== Return Value ==== +
-**Return Type**:Collection<​[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]]>​+
  
-[[#Public Properties|Go Back]] 
-=== Filters === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Collection<​String>​+  * Type:[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Name **
-=== InnerPen === +
-This property gets and sets the inner pen for the line. +
-==== Remarks ==== +
-You can set an inner, outer and center pen to give you a nice effect. The outer pen draws first, and should typically be black and larger then the inner pen. The inner pen draws next, and should be set as the color of the road you want. It should be thinner than the outer pen. The center pen draws last, and is used to represent a centerline in the road. We suggest that you only use the center pen for highways at low zoom level, as the dashed pen has some performance penalties. +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]+
  
-[[#Public Properties|Go Back]] 
-=== InnerPenDrawingLevel === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsActive **
-=== IsActive ​=== +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:​Boolean+
  
-[[#Public Properties|Go Back]] 
-=== Name === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} RequiredColumnNames **
-=== OuterPen === +
-This property gets and sets the outer pen for the line. +
-==== Remarks ==== +
-You can set an inner, outer and center pen to give you a nice effect. The outer pen draws first, and should typically be black and larger then the inner pen. The inner pen draws next, and should be set as the color of the road you want. It should be thinner than the outer pen. The center pen draws last, and is used to represent a centerline in the road. We suggest that you only use the center pen for highways at low zoom level, as the dashed pen has some performance penalties. +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]+
  
-[[#Public Properties|Go Back]] 
-=== OuterPenDrawingLevel === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]+  * Type:​Collection<​String>​ 
 + 
 +** {{wiki:PublicProperty.gif|}} Filters **
  
-[[#Public Properties|Go Back]] 
-=== RequiredColumnNames === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​Collection<​String>​+  * Type:​Collection<​String>​
  
-[[#Public Properties|Go Back]] +==== Protected Properties ​==== 
-=== XOffsetInPixel ​=== +** {{wiki:ProtectedProperty.gif|}} IsDefault ​**
-This property gets and sets the X pixel offset for drawing each feature. +
-==== Remarks ==== +
-This property allows you to specify an X offset. When combined with a Y offset, it is useful to allow you to achieve effects such as drop shadows, etc. There also may be times when you need to modify the location of feature data so as to better align it with raster satellite data. +
-==== Return Value ==== +
-**Return Type**:Single +
- +
-[[#Public Properties|Go Back]] +
-=== YOffsetInPixel === +
-This property gets and sets the Y pixel offset for drawing each feature. +
-==== Remarks ==== +
-This property allows you to specify an Y offset. When combined with an X offset, it is useful to allow you to achieve effects such as drop shadows, etc. There also may be times when you need to modify the location of feature data so as to better align it with raster satellite data. +
-==== Return Value ==== +
-**Return Type**:​Single+
  
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-=== FiltersCore === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Collection<​String>​+  * Type:Boolean 
 + 
 +** {{wiki:ProtectedProperty.gif|}} FiltersCore **
  
-[[#​Protected Properties|Go Back]] 
-=== uBs= === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Collection<​String>​
  
-[[#​Protected Properties|Go Back]] +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.linestyle.1442486057.txt.gz · Last modified: 2015/09/17 10:34 by admin