User Tools

Site Tools


thinkgeo.mapsuite.core.multilineshape

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.multilineshape [2015/09/17 10:35]
admin
thinkgeo.mapsuite.core.multilineshape [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.MultilineShape ====== ====== ThinkGeo.MapSuite.Core.MultilineShape ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a MultilineShape,​ which is defined as one or more lines, each with two or more points. This class represents a MultilineShape,​ which is defined as one or more lines, each with two or more points.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 7: Line 10:
         ***ThinkGeo.MapSuite.Core.MultilineShape**         ***ThinkGeo.MapSuite.Core.MultilineShape**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} MultilineShape() **
-**{{wiki:​PublicMethod.gif|}}[[#MultilineShape()|MultilineShape]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates the MultilineShape. +
-</​div>​+
  
-<​div ​class_table+  * //This constructor creates the MultilineShape.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#MultilineShape(IEnumerable<​LineShape>​)|MultilineShape]]** +== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​ +  * //None// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} MultilineShape(IEnumerable<​LineShape>​) **
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​MultilineShape(String)|MultilineShape]]*+== Remarks == 
-  * **Parameters**:​String +  * //N/A// 
-  * **DeclaringType**:​N/A +== Parameters == 
-  * **Summary**:This constructor creates the MultilineShape+  * //​lineShapes//​ 
-</div>+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​ 
 +    * Description:​N/A
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#MultilineShape(Byte[])|MultilineShape]]** +** {{wiki:​PublicMethod.gif|}} MultilineShape(String) **
-  * **Parameters**:​Byte[] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates the MultilineShape. +
-</​div>​+
  
-=== Protected Constructors === +  * //This constructor creates the MultilineShape.//​ 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //None// 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​GeographyUnit,​DistanceUnit)|Buffer]]*+== Parameters ​== 
-  * **Parameters**:Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  //​wellKnownText//​ 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:String 
-  * **Summary**:​N/​A +    Description:This parameter is the well-known text used to build the shape.
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit)|Buffer]]** +** {{wiki:​PublicMethod.gif|}} ​MultilineShape(Byte[]**
-  * **Parameters**:​Double,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  ​* **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This constructor creates the MultilineShape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|Buffer]]** +== Remarks == 
-  * **Parameters**:​Double,​Int32,​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //None// 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]+== Parameters ​== 
-  * **Summary**:N/A +  * //​wellKnownBinary//​ 
-</​div>​+    ​Type:Byte[] 
 +    Description:This parameter is the well-known binary used to build the shape.
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:​PublicMethod.gif|}} ​Reorder(PointShape,​Double) **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This API is used to make the lines within the Multiline ordered.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Contains(Feature)|Contains]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //An ordered Multiline means that we can walk though the MultiLine from the first point to the last point without any branches, and that each line's end points should be within the given toleranceIf using this overload, the unit of the Multiline and the tolerance are both defaulted to meters.  ​Please use the other overload if you want to specify the units yourself.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Contains(BaseShape)|Contains]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:Returns a re-ordered MultilineShape.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvexHull()|ConvexHull]]** +  * //​startPoint//​ 
-  * **Parameters**:​N/A +    Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    Description:This parameter specifies the start point of the resulting re-ordered MultilineShape.
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  * //​tolerance//​ 
-**{{wiki:PublicMethod.gif|}}[[#​Crosses(Feature)|Crosses]]** +    Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Description:This parameter specifies the tolerance between each line among the lines in the MultilineThis parameter is very critial.  ​If it is too large or too samll, the re-order cannot suceed.
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Crosses(BaseShape)|Crosses]]** +** {{wiki:​PublicMethod.gif|}} ​Reorder(PointShape,​Double,​GeographyUnit,​DistanceUnit) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This API is used to make the lines within the Multiline ordered.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Remarks == 
-  * **Parameters**:​Object +  * //An ordered Multiline means that we can walk though the MultiLine from the first point to the last point without any branches, and that each line's end points should be within the given tolerance. When using this overload, you can specify the unit for the Multiline as well as the unit for the tolerance.//​
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccurateLength(Int32,​DistanceUnit,​DistanceCalculationMode)|GetAccurateLength]]** +  * Type:Void 
-  * **Parameters**:Int32,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * Description:Returns a re-ordered MultilineShape.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccurateLength(String,​DistanceUnit,​DistanceCalculationMode)|GetAccurateLength]]** +  //​startPoint//​ 
-  * **Parameters**:String,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    Description:This parameter specifies the start point of the resulting re-ordered MultilineShape.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​tolerance//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]*+    Type:Double 
-  * **Parameters**:N/A +    Description:This parameter specifies the tolerance between each line among the lines in the MultilineThis parameter is very critial If it is too large or too samll, the re-order cannot suceed.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​* //​shapeUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCenterPoint()|GetCenterPoint]]** +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Parameters**:​N/A +    Description:This parameter specifies the GeographicUnit for the Multineline.
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​unitOfTolerance//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(BaseShape,​GeographyUnit)|GetClosestPointTo]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Description:This parameter specifies the distance unit used when considering the tolerance.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(Feature,GeographyUnit)|GetClosestPointTo]]** +** {{wiki:​PublicMethod.gif|}} ​GetPointOnALine(StartingPoint,Single) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns a PointShape on the line, based on a percentage of the length of the line from either its first or last vertex ​(as defined by the startingPoint parameter).// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCrossing(BaseShape)|GetCrossing]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //If you pass 100 or 0 as the percentage of the line, it will return either the first or last vertex, depending on the value of the startingPoint argument.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]** +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Description:This method returns a PointShape on the line, based on a percentage of the length of the line from either its first or last vertex (as defined by the startingPoint parameter).
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]** +  //​startingPoint//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:The startingPoint defines whether the method starts at the beginning or the end of the line.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​percentageOfLine//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeature()|GetFeature]]*+    Type:Single 
-  * **Parameters**:N/A +    Description:This parameter defines the percentage into the lineValid values are between 0 and 100.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeature(IDictionary<​String,String>)|GetFeature]]** +** {{wiki:​PublicMethod.gif|}} ​GetPointOnALine(StartingPoint,​Double,​GeographyUnit,DistanceUnit) **
-  * **Parameters**:​IDictionary<​String,​String>​ +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns a PointShape on the line, based on a distance on the line from the first or last vertex ​(as defined by the startingPoint parameter)./
-**{{wiki:​PublicMethod.gif|}}[[#​GetGeoJson()|GetGeoJson]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //Passing in a distance of 0 will return either the first or last point on the line, depending on the value of the startingPoint parameter.//​
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +  Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Parameters**:N/A +  * Description:This method returns a PointShape on the line, based on a distance on the line from the first or last vertex (as defined by the startingPoint parameter).
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetIntersection(Feature)|GetIntersection]]** +  //​startingPoint//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    Description:The startingPoint defines whether the method starts at the beginning or the end of the line.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​distance//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetIntersection(AreaBaseShape)|GetIntersection]]*+    Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:This parameter specifies the distance into the line you wish to move, in the unit of the shape itselfValid values must be greater than or equal to 0.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​shapeUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetLength(GeographyUnit,​DistanceUnit)|GetLength]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Description:This is the GeographyUnit of the shape you are performing the operation on.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​distanceUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetLineOnALine(StartingPoint,​Single,​Single)|GetLineOnALine]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]],​Single,​Single +    Description:This is the DistanceUnit you would like to use for the distance parameter. For exampleif you select miles as your distanceUnit,​ then the distance will be measured in miles.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This ​method returns a BaseLineShapebased on a starting position and other factors. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#GetLineOnALine(PointShape,PointShape)|GetLineOnALine]]** +** {{wiki:​PublicMethod.gif|}} GetLineOnALine(StartingPoint,Single,​Single) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns a BaseLineShape,​ based on a starting position and other factors. +
-</​div>​+
  
-<div class_table>​ +  ​* //This method returns a BaseLineShape,​ based on a starting position and other factors.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetLineOnALine(StartingPoint,​Double,​Double,​GeographyUnit,​DistanceUnit)|GetLineOnALine]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]],​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //None//
-  * **DeclaringType**:​N/+
-  * **Summary**:​This method returns a BaseLineShape,​ based on a starting position and other factors. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetLineOnALine(StartingPoint,​PointShape)|GetLineOnALine]]** +  * Type:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Description:This method returns a BaseLineShape,​ based on a starting position and other factors.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:This method returns a BaseLineShape,​ based on a starting position and other factors. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetLineOnALine(StartingPoint,​Single)|GetLineOnALine]]** +  //​startingPoint//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]],Single +    Type:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] 
-  * **DeclaringType**:N/A +    Description:The startingPoint defines whether the method ​starts at the beginning or the end of the line.
-  * **Summary**:​This ​method ​returns a BaseLineShape,​ based on a starting position and other factors. +
-</​div>​+
  
-<div class_table>​ +  ​//​startingPercentageOfTheLine//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetPointOnALine(StartingPoint,​Double,​GeographyUnit,​DistanceUnit)|GetPointOnALine]]*+    Type:Single 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]],​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Description:This parameter defines ​the starting percentage into the line. Valid values must be greater than 0 and less than or equal to 100.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This ​method returns a PointShape on the line, based on a distance on the line from the first or last vertex (as defined by the startingPoint parameter). +
-</​div>​+
  
-<div class_table>​ +  ​//​percentageOfTheLine//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetPointOnALine(StartingPoint,​Single)|GetPointOnALine]]*+    Type:Single 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]],​Single +    Description:This parameter defines ​the percentage ​into the line. Valid values must be greater than 0 and less than or equal to 100.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This ​method returns a PointShape on the line, based on a percentage ​of the length of the line from either its first or last vertex (as defined by the startingPoint parameter). +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(Feature,GeographyUnit)|GetShortestLineTo]]** +** {{wiki:​PublicMethod.gif|}} ​GetLineOnALine(StartingPoint,Single) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns a BaseLineShapebased on a starting position and other factors.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(BaseShape,GeographyUnit)|GetShortestLineTo]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //None//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** +  Type:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] 
-  * **Parameters**:N/A +  * Description:This method returns a BaseLineShape,​ based on a starting position and other factors.
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(WkbByteOrder)|GetWellKnownBinary]]** +  //​startingPoint//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +    Type:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:The startingPoint defines whether the method starts at the beginning or the end of the line.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​percentageOfLine//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder,​WkbByteOrder)|GetWellKnownBinary]]*+    Type:Single 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +    Description:This parameter defines the percentage into the lineValid values must be greater than 0 and less than or equal to 100.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder)|GetWellKnownBinary]]** +** {{wiki:​PublicMethod.gif|}} ​GetLineOnALine(StartingPoint,​Double,​Double,​GeographyUnit,​DistanceUnit) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns a BaseLineShape,​ based on a starting position and other factors.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary()|GetWellKnownBinary]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //None//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText(RingOrder)|GetWellKnownText]]** +  * Type:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:This method returns a BaseLineShape,​ based on a starting position and other factors.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText()|GetWellKnownText]]** +  * //​startingPoint//​ 
-  * **Parameters**:​N/A +    Type:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:The startingPoint defines whether the method starts at the beginning or the end of the line.
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​startingDistance//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownType()|GetWellKnownType]]*+    Type:Double 
-  * **Parameters**:N/A +    Description:The starting distance from where you will start getting the lineFor example, if the line is 3 units long and you have a starting distance of 1 unit, the result will be the last two units of the lineValid values must be greater than 0. The starting distance will be in the GeographyUnit of the shape.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​distance//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(Feature)|Intersects]]*+    Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Description:The amount of the line you want to get after the startingDistanceValid values must be greater than 0.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​shapeUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(BaseShape)|Intersects]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:This is the GeographyUnit of the shape you are performing the operation on.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​distanceUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsDisjointed(Feature)|IsDisjointed]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Description:This is the DistanceUnit you would like to use for the distance parameterFor example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​IsDisjointed(BaseShape)|IsDisjointed]]** +** {{wiki:​PublicMethod.gif|}} ​GetLineOnALine(StartingPoint,​PointShape) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns a BaseLineShape,​ based on a starting position and other factors.// 
-**{{wiki:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(Feature)|IsTopologicallyEqual]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //None//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(BaseShape)|IsTopologicallyEqual]]** +  * Type:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:This method returns a BaseLineShape,​ based on a starting position and other factors.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​IsWithin(BaseShape)|IsWithin]]** +  //​startingPoint//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:The startingPoint defines whether the method starts at the beginning or the end of the line.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​endPointShape//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsWithin(Feature)|IsWithin]]*+    Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Description:The BaseLineShape returned will be between the startingPoint and the endPointShape specified in this parameter.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(String)|LoadFromWellKnownData]]** +** {{wiki:​PublicMethod.gif|}} ​GetLineOnALine(PointShape,​PointShape) **
-  * **Parameters**:​String +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns a BaseLineShape,​ based on a starting position and other factors.// 
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(Byte[])|LoadFromWellKnownData]]** +== Remarks == 
-  * **Parameters**:​Byte[] +  * //None//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Overlaps(Feature)|Overlaps]]** +  * Type:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:This method returns a BaseLineShape based on a start PointShape and an end PointShape.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Overlaps(BaseShape)|Overlaps]]** +  //​startPointShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:The startPointShape defines where you will start to get the lineIf it does not stand on this MultilineShape,​ the closest point on the MultilineShape will be the start PointShape.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​endPointShape//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|Register]]*+    Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Description:The endPointShape defines where you will stop getting the lineIf it does not stand on this MultilineShape,​ the closest point on the MultilineShape will be the end PointShape.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Register(Feature,​Feature,​DistanceUnit,​GeographyUnit)|Register]]** +** {{wiki:​PublicMethod.gif|}} ​RemoveVertex(Vertex) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​* //This method removes the selected vertex from multiline shape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​RemoveVertex(Vertex)|RemoveVertex]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +  * //N/A//
-  * **DeclaringType**:​N/+
-  * **Summary**:​This method removes the selected vertex from multiline shape. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​RemoveVertex(Vertex,​MultilineShape)|RemoveVertex]]** +  Type:Boolean 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]],[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * Description:If remove sucess it will return trueotherwise return false.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method removes the selected vertex from multiline shape. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Reorder(PointShape,​Double)|Reorder]]** +  //​selectedVertex//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double +    Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-  * **DeclaringType**:N/A +    Description:The selected vertex must be a vertex of multiline shape, otherwise it will return false and multiline shape will keep the same.
-  * **Summary**:​This API is used to make the lines within the Multiline ordered. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Reorder(PointShape,​Double,​GeographyUnit,​DistanceUnit)|Reorder]]** +** {{wiki:​PublicMethod.gif|}} ​ToMultiPolygonShape() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This API is used to make the lines within the Multiline ordered. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Rotate(PointShape,​Single)|Rotate]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleDown(Double)|ScaleDown]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​Double +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#ScaleTo(Double)|ScaleTo]]** +<​div ​newline></​div
-  * **Parameters**:​Double +** {{wiki:​PublicMethod.gif|}} ​GetAccurateLength(Int32,​DistanceUnit,​DistanceCalculationMode) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleUp(Double)|ScaleUp]]*+== Remarks == 
-  * **Parameters**:​Double +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Simplify(Double,​SimplificationType)|Simplify]]** +  * Type:Double 
-  * **Parameters**:Double,​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType)|Simplify]]** +  * //​shapeSrid//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Double,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +    Type:Int32 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  * //​returningUnit//​ 
-**{{wiki:PublicMethod.gif|}}[[#​ToMultiPolygonShape()|ToMultiPolygonShape]]** +    Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  * //​distanceCalculationMode//​ 
-**{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** +    Type:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Touches(BaseShape)|Touches]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccurateLength(String,​DistanceUnit,​DistanceCalculationMode) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(Feature)|Touches]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegree]]** +  * Type:Double 
-  * **Parameters**:Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double)|TranslateByDegree]]** +  * //​shapeProj4ProjectionParameters//​ 
-  * **Parameters**:​Double,​Double +    Type:String 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffset]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​distanceCalculationMode//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double)|TranslateByOffset]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:​Double,​Double +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Union(LineBaseShape)|Union]]** +** {{wiki:​PublicMethod.gif|}} ​GetLength(GeographyUnit,​DistanceUnit) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Union(Feature)|Union]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Validate(ShapeValidationMode)|Validate]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +== Parameters ​== 
-<div class_table>​ +  //​shapeUnit//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|BufferCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Parameters**:Double,​Int32,​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  * //​returningUnit//​ 
-**{{wiki:ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +    Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns a complete copy of the shape without any references in common. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​ContainsCore(BaseShape)|ContainsCore]]** +** {{wiki:PublicMethod.gif|}} ​ScaleUp(Double) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ConvexHullCore()|ConvexHullCore]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CrossesCore(BaseShape)|CrossesCore]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +  * //​percentage//​ 
-  * **Parameters**:​N/A +    Type:Double 
-  * **DeclaringType**:Object +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetAccurateLengthCore(String,​DistanceUnit,​DistanceCalculationMode)|GetAccurateLengthCore]]** +** {{wiki:PublicMethod.gif|}} ​ScaleDown(Double) **
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method calculates the smallest RectangleShape that encompasses the entire geometry. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetCenterPointCore()|GetCenterPointCore]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetClosestPointToCore(BaseShape,​GeographyUnit)|GetClosestPointToCore]]** +  //​percentage//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Type:Double 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method returns the point of the current shape that is closest to the target shape. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetCrossingCore(BaseShape)|GetCrossingCore]]** +** {{wiki:PublicMethod.gif|}} ​ConvexHull() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the crossing points between the current shape and the passed-in target shape. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceToCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method computes the distance between the current shape and the targetShape. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetGeoJsonCore()|GetGeoJsonCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  * **Parameters**:​N/​A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​GetIntersectionCore(AreaBaseShape)|GetIntersectionCore]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +** {{wiki:PublicMethod.gif|}} ​Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetLengthCore(GeographyUnit,​DistanceUnit)|GetLengthCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns the length of the LineShape. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetLineOnALineCore(StartingPoint,​Double,​Double,​GeographyUnit,​DistanceUnit)|GetLineOnALineCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]],​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns a BaseLineShape,​ based on a starting position and other factors. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetPointOnALineCore(StartingPoint,​Double,​GeographyUnit,​DistanceUnit)|GetPointOnALineCore]]** +  //​shapeUnit//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]],​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method returns a PointShape on the line, based on a distance on the line from the first or last vertex (as defined by the startingPoint parameter). +
-</​div>​+
  
-<div class_table>​ +  ​//​tolerance//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetShortestLineToCore(BaseShape,​GeographyUnit)|GetShortestLineToCore]]*+    Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​toleranceUnit//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownBinaryCore(RingOrder,​WkbByteOrder)|GetWellKnownBinaryCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​simplificationType//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownTextCore(RingOrder)|GetWellKnownTextCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the well-known text representation of this shape. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetWellKnownTypeCore()|GetWellKnownTypeCore]]** +** {{wiki:PublicMethod.gif|}} ​Simplify(Double,​SimplificationType) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the well-known type for the shape. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IntersectsCore(BaseShape)|IntersectsCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsDisjointedCore(BaseShape)|IsDisjointedCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsTopologicallyEqualCore(BaseShape)|IsTopologicallyEqualCore]]** +  * //​tolerance//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:Double 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​simplificationType//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsWithinCore(BaseShape)|IsWithinCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(String)|LoadFromWellKnownDataCore]]** +** {{wiki:PublicMethod.gif|}} ​Union(LineBaseShape) **
-  * **Parameters**:​String +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method hydrates the current shape with its data from well-known text. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(Byte[])|LoadFromWellKnownDataCore]]*+== Remarks == 
-  * **Parameters**:​Byte[] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method hydrates the current shape with its data from well-known binary. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OverlapsCore(BaseShape)|OverlapsCore]]** +  * //​targetShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|RegisterCore]]** +** {{wiki:PublicMethod.gif|}} ​Union(Feature) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ReorderCore(PointShape,​Double,​GeographyUnit,​DistanceUnit)|ReorderCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This API is used to make the lines within the Multiline ordered. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​RkE=(Double)|RkE=]]** +  Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Parameters**:​Double +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​RotateCore(PointShape,​Single)|RotateCore]]** +  //​targetFeature//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Single +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method rotates the shape a number of degrees based on a pivot point. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​ScaleDownCore(Double)|ScaleDownCore]]** +** {{wiki:PublicMethod.gif|}} ​GetIntersection(Feature) **
-  * **Parameters**:​Double +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method decreases the size of the LineShape by the percentage given in the percentage parameter. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleToCore(Double)|ScaleToCore]]*+== Remarks == 
-  * **Parameters**:​Double +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​ScaleUpCore(Double)|ScaleUpCore]]** +  Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Parameters**:​Double +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method increases the size of the LineShape by the percentage given in the percentage parameter. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SimplifyCore(Double,​SimplificationType)|SimplifyCore]]** +  * //​targetFeature//​ 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​TouchesCore(BaseShape)|TouchesCore]]** +** {{wiki:PublicMethod.gif|}} ​GetIntersection(AreaBaseShape) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegreeCore]]*+== Remarks == 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method moves the base shape from one location to another based on a distance and a direction in degrees. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffsetCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Parameters**:Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns a BaseLineShape,​ based on a starting position and other factors. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​UnionCore(IEnumerable<​LineBaseShape>​)|UnionCore]]** +  * //​targetShape//​ 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]]>​ +    Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​ValidateCore(ShapeValidationMode)|ValidateCore]]** +** {{wiki:PublicMethod.gif|}} ​LoadFromWellKnownData(String) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns a ShapeValidationResult based on a series of tests. +
-</​div>​+
  
-=== Public Properties === +  * //N/A// 
-**{{wiki:​PublicProperty.gif|}}[[#​CanRotate|CanRotate]]** +== Remarks ​== 
-  * **Return**:​Boolean +  * //N/A//
-  * **Summary**:​This property specifies whether the shape can be rotated.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Id|Id]]** +== Return Value == 
-  * **Return**:String +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​Lines|Lines]]** +== Parameters == 
-  * **Return**:Collection<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​ +  * //​wellKnownText//​ 
-  * **Summary**:This property is the collection of lines that make up the MultilineShape.+    ​Type:String 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Tag|Tag]]** +<div newline></​div>​ 
-  * **Return**:​Object +** {{wiki:PublicMethod.gif|}} ​GetWellKnownText() ​**
-  * **Summary**:​N/​A+
  
-=== Protected Properties === +  * //N/A// 
-=== Public Events === +== Remarks == 
-===== Public Constructors ===== +  * //N/A//
-=== MultilineShape() === +
-This constructor creates the MultilineShape. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== MultilineShape(IEnumerable<​LineShape>​) === +
-N/A +
-==== Remarks ​==== +
-N/A +
-==== Parameters ==== +
-**lineShapes** +
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​ +
-  * **Description:​N/A+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-=== MultilineShape(String) === +  * Type:​String 
-This constructor creates the MultilineShape. +  * Description:​N/A
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**wellKnownText** +
-  ​* **Type**:String +
-  ​* **Description:​This parameter is the well-known text used to build the shape.+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-=== MultilineShape(Byte[]) === +<div newline></​div>​ 
-This constructor creates the MultilineShape. +** {{wiki:PublicMethod.gif|}} GetGeoJson() ​**
-==== Remarks ==== +
-None +
-==== Parameters ​==== +
-**wellKnownBinary** +
-  * **Type**:Byte[] +
-  ​* **Description:​This parameter is the well-known binary used to build the shape.+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //N/A//
-=== Buffer(Double,​GeographyUnit,​DistanceUnit) === +
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:String 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**distance** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:PublicMethod.gif|}} GetWellKnownText(RingOrder) ​**
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**distanceUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:String 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit) === +  * //​outerRingOrder/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]+** {{wiki:PublicMethod.gif|}} LoadFromWellKnownData(Byte[]**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**distance** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-**quadrantSegments** +== Return Value == 
-  ​* **Type**:Int32 +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**shapeUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]+  * //​wellKnownBinary//​ 
-  * **Description**:N/A+    ​* Type:Byte[] 
 +    * Description:​N/​A
  
-**distanceUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]+  * Type:Byte[] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**distance** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(WkbByteOrder) ​**
-  ​* **Description**:​N/​A+
  
-**quadrantSegments** +  ​//N/A// 
-  * **Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**bufferCapType** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]+  * Type:Byte[] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**shapeUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​byteOrder//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
 +    * Description:​N/​A
  
-**distanceUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(RingOrder) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== CloneDeep() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]+  * Type:Byte[] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​outerRingOrder//​ 
-=== Contains(Feature) === +    * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(RingOrder,​WkbByteOrder) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Contains(BaseShape) === +  * Type:Byte[] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​outerRingOrder//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​byteOrder//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ConvexHull() === +** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== Crosses(Feature) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetWellKnownType() ​**
  
-==== Parameters ==== +  * //N/A// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Crosses(BaseShape) === +  * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} CloneDeep() ​**
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Equals(Object) === +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
  
-==== Parameters ==== +  * //N/A// 
-**obj** +== Remarks ​== 
-  * **Type**:​Object +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetAccurateLength(Int32,​DistanceUnit,​DistanceCalculationMode) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Double +  * //​xOffsetDistance//​ 
-  * **Description**:N/A+    ​* Type:​Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​yOffsetDistance//​ 
-**shapeSrid*+    * Type:Double 
-  * **Type**:Int32 +    * Description:​N/​A
-  * **Description**:N/A+
  
-**returningUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceCalculationMode** +  ​//​distanceUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetAccurateLength(String,DistanceUnit,​DistanceCalculationMode=== +** {{wiki:​PublicMethod.gif|}} TranslateByOffset(Double,Double**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**shapeProj4ProjectionParameters** +  * Type:Void 
-  ​* **Type**:String +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**returningUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​xOffsetDistance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-**distanceCalculationMode** +  ​//​yOffsetDistance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetBoundingBox() === +** {{wiki:​PublicMethod.gif|}} TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetCenterPoint() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​angleInDegrees/​
-[[#Public Methods|Go Back]] +    * Type:Double 
-=== GetClosestPointTo(BaseShape,​GeographyUnit) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​distanceUnit//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:PublicMethod.gif|}} TranslateByDegree(Double,​Double) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetClosestPointTo(Feature,​GeographyUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​distance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-**shapeUnit** +  ​//​angleInDegrees//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetCrossing(BaseShape=== +** {{wiki:​PublicMethod.gif|}} Rotate(PointShape,​Single**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit) === +  * //​pivotPoint/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​degreeAngle//​ 
-  **Return ​Type**:Double +    * Type:Single 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} GetShortestLineTo(BaseShape,​GeographyUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**distanceUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:PublicMethod.gif|}} GetShortestLineTo(Feature,​GeographyUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**distanceUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetFeature() === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetClosestPointTo(BaseShape,GeographyUnit**
-=== GetFeature(IDictionary<​String,String>=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**columnValues** +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Type**:IDictionary<​String,​String>​ +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetGeoJson() === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetClosestPointTo(Feature,​GeographyUnit**
-=== GetHashCode() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-=== GetIntersection(Feature) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​shapeUnit//​ 
-**targetFeature*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetIntersection(AreaBaseShape=== +** {{wiki:​PublicMethod.gif|}} GetCenterPoint() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​=
-=== GetLength(GeographyUnit,​DistanceUnit) ​=== +<div newline></​div>​ 
-N/A +** {{wiki:​PublicMethod.gif|}} Buffer(Double,GeographyUnit,​DistanceUnit) ​**
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**shapeUnit** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**returningUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== GetLineOnALine(StartingPoint,​Single,​Single) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-This method returns a BaseLineShape,​ based on a starting position and other factors. +    * Description:​N/​A
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:This method returns a BaseLineShape,​ based on a starting position and other factors.+    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-**startingPoint** +** {{wiki:PublicMethod.gif|}} Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] +
-  ​* **Description**:​The startingPoint defines whether the method starts at the beginning or the end of the line.+
  
-**startingPercentageOfTheLine** +  ​//N/A// 
-  * **Type**:​Single +== Remarks == 
-  * **Description**:​This parameter defines the starting percentage into the line. Valid values must be greater than 0 and less than or equal to 100.+  * //N/A//
  
-**percentageOfTheLine** +== Return Value == 
-  ​* **Type**:Single +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:This parameter defines the percentage into the line. Valid values must be greater than 0 and less than or equal to 100.+  * Description:​N/A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetLineOnALine(PointShape,​PointShape) === +  * //​distance//​ 
-This method returns a BaseLineShape,​ based on a starting position and other factors. +    * Type:Double 
-==== Remarks ==== +    * Description:​N/​A
-None+
  
-**Return Value** +  ​//​quadrantSegments//​ 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    * Type:Int32 
-  * **Description**:This method returns a BaseLineShape based on a start PointShape and an end PointShape.+    * Description:​N/A
  
-==== Parameters ==== +  ​//​shapeUnit//​ 
-**startPointShape*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Description:​N/A
-  * **Description**:The startPointShape defines where you will start to get the line. If it does not stand on this MultilineShape,​ the closest point on the MultilineShape will be the start PointShape.+
  
-**endPointShape** +  ​//​distanceUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:The endPointShape defines where you will stop getting the line. If it does not stand on this MultilineShape,​ the closest point on the MultilineShape will be the end PointShape.+    * Description:​N/A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetLineOnALine(StartingPoint,​Double,Double,​GeographyUnit,​DistanceUnit) ​=== +** {{wiki:​PublicMethod.gif|}} Buffer(Double,Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ​**
-This method returns a BaseLineShape,​ based on a starting position and other factors. +
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +== Remarks == 
-  * **Description**:​This method returns a BaseLineShape,​ based on a starting position and other factors.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**startingPoint** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] +  * Description:​N/A
-  ​* **Description**:The startingPoint defines whether the method starts at the beginning or the end of the line.+
  
-**startingDistance** +== Parameters == 
-  * **Type**:Double +  * //​distance//​ 
-  * **Description**:The starting distance from where you will start getting the line. For example, if the line is 3 units long and you have a starting distance of 1 unit, the result will be the last two units of the line. Valid values must be greater than 0. The starting distance will be in the GeographyUnit of the shape.+    ​* Type:​Double 
 +    * Description:​N/A
  
-**distance** +  ​//​quadrantSegments//​ 
-  * **Type**:Double +    * Type:Int32 
-  * **Description**:The amount of the line you want to get after the startingDistance. Valid values must be greater than 0.+    * Description:​N/A
  
-**shapeUnit** +  ​//​bufferCapType//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:This is the GeographyUnit of the shape you are performing the operation on.+    * Description:​N/A
  
-**distanceUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.+    * Description:​N/A
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-=== GetLineOnALine(StartingPoint,​PointShape) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-This method returns a BaseLineShape,​ based on a starting position and other factors. +    * Description:​N/​A
-==== Remarks ==== +
-None+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +** {{wiki:PublicMethod.gif|}} GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​This method returns a BaseLineShape,​ based on a starting position and other factors.+
  
-==== Parameters ==== +  * //N/A// 
-**startingPoint** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] +  * //N/A//
-  * **Description**:​The startingPoint defines whether the method starts at the beginning or the end of the line.+
  
-**endPointShape** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:Double 
-  ​* **Description**:The BaseLineShape returned will be between the startingPoint and the endPointShape specified in this parameter.+  * Description:​N/A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetLineOnALine(StartingPoint,​Single) === +  * //​targetShape//​ 
-This method returns a BaseLineShape,​ based on a starting position and other factors+    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/​A
-None+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:This method returns a BaseLineShape,​ based on a starting position and other factors.+    * Description:​N/A
  
-==== Parameters ==== +  ​//​distanceUnit//​ 
-**startingPoint*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] +    * Description:​N/A
-  * **Description**:The startingPoint defines whether the method starts at the beginning or the end of the line.+
  
-**percentageOfLine** +<div newline></​div>​ 
-  * **Type**:Single +** {{wiki:PublicMethod.gif|}} GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​This parameter defines the percentage into the line. Valid values must be greater than 0 and less than or equal to 100.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetPointOnALine(StartingPoint,​Double,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-This method returns a PointShape on the line, based on a distance on the line from the first or last vertex (as defined by the startingPoint parameter). +  * //N/A//
-==== Remarks ​==== +
-Passing in a distance of 0 will return either the first or last point on the line, depending on the value of the startingPoint parameter.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:Double 
-  ​* **Description**:This method returns a PointShape on the line, based on a distance on the line from the first or last vertex (as defined by the startingPoint parameter).+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**startingPoint** +  //​targetFeature//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:The startingPoint defines whether the method starts at the beginning or the end of the line.+    * Description:​N/A
  
-**distance** +  ​//​shapeUnit//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:This parameter specifies the distance into the line you wish to move, in the unit of the shape itself. Valid values must be greater than or equal to 0.+    * Description:​N/A
  
-**shapeUnit** +  ​//​distanceUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:This is the GeographyUnit of the shape you are performing the operation on.+    * Description:​N/A
  
-**distanceUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:PublicMethod.gif|}} Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ​**
-  ​* **Description**:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetPointOnALine(StartingPoint,​Single) === +== Remarks == 
-This method returns a PointShape on the line, based on a percentage of the length of the line from either its first or last vertex (as defined by the startingPoint parameter). +  * //N/A//
-==== Remarks ​==== +
-If you pass 100 or 0 as the percentage of the line, it will return either the first or last vertex, depending on the value of the startingPoint argument.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:This method returns a PointShape on the line, based on a percentage of the length of the line from either its first or last vertex (as defined by the startingPoint parameter).+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**startingPoint** +  //​fromPoint//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:The startingPoint defines whether the method starts at the beginning or the end of the line.+    * Description:​N/A
  
-**percentageOfLine** +  ​//toPoint// 
-  * **Type**:Single +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:This parameter defines the percentage into the line. Valid values are between 0 and 100.+    * Description:​N/A
  
-[[#Public Methods|Go Back]] +  * //​fromUnit//​ 
-=== GetShortestLineTo(Feature,​GeographyUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//toUnit// 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetShortestLineTo(BaseShape,​GeographyUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * //​fromPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//toPoint// 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**shapeUnit** +  ​//​fromUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​toUnit//​ 
-=== GetType() === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Type +** {{wiki:PublicMethod.gif|}} Validate(ShapeValidationMode) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetWellKnownBinary(WkbByteOrder) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Byte[] +  * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**byteOrder** +  //​validationMode//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +    * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetWellKnownBinary(RingOrder,​WkbByteOrder=== +** {{wiki:​PublicMethod.gif|}} IsDisjointed(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Byte[] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**outerRingOrder** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**byteOrder** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetWellKnownBinary(RingOrder=== +** {{wiki:​PublicMethod.gif|}} IsDisjointed(Feature**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Byte[] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**outerRingOrder** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetWellKnownBinary() === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Byte[] +** {{wiki:PublicMethod.gif|}} Intersects(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetWellKnownText(RingOrder) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**outerRingOrder** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetWellKnownText() === +** {{wiki:​PublicMethod.gif|}} Intersects(Feature**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Boolean 
-=== GetWellKnownType() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Touches(BaseShape**
-=== Intersects(Feature=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetFeature** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Intersects(BaseShape) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} Touches(Feature) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== IsDisjointed(Feature) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} Crosses(BaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== IsDisjointed(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //targetShape// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== IsTopologicallyEqual(Feature) ​=== +** {{wiki:​PublicMethod.gif|}} Crosses(Feature) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetFeature** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== IsTopologicallyEqual(BaseShape) === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} IsWithin(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== IsWithin(BaseShape) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:PublicMethod.gif|}} IsWithin(Feature) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== IsWithin(Feature) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //targetFeature// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== LoadFromWellKnownData(String=== +** {{wiki:​PublicMethod.gif|}} Contains(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**wellKnownText** +  * Type:Boolean 
-  ​* **Type**:String +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== LoadFromWellKnownData(Byte[]) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} Contains(Feature) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**wellKnownBinary** +== Remarks ​== 
-  * **Type**:​Byte[] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Overlaps(Feature) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} Overlaps(BaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Overlaps(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //targetShape// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit=== +** {{wiki:​PublicMethod.gif|}} Overlaps(Feature**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**fromPoint** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**toPoint** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-**fromUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:PublicMethod.gif|}} IsTopologicallyEqual(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-**toUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**fromPoint** +** {{wiki:PublicMethod.gif|}} IsTopologicallyEqual(Feature**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-**toPoint** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**fromUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**toUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== RemoveVertex(Vertex=== +** {{wiki:​PublicMethod.gif|}} GetFeature() **
-This method removes the selected vertex from multiline shape. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​If remove sucess it will return true, otherwise return false.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**selectedVertex** +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +  * Description:​N/A
-  ​* **Description**:The selected vertex must be a vertex of multiline shape, otherwise it will return false and multiline shape will keep the same.+
  
-[[#Public Methods|Go Back]] +== Parameters ​=
-=== RemoveVertex(Vertex,MultilineShape=== +<div newline></​div>​ 
-This method removes the selected vertex from multiline shape. +** {{wiki:​PublicMethod.gif|}} GetFeature(IDictionary<​String,String>**
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​If remove sucess it will return true, otherwise return false.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**selectedVertex** +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +  * Description:​N/A
-  ​* **Description**:The selected vertex must be a vertex of multiline shape, otherwise it will return false and multiline shape will keep the same.+
  
-**multilineShape** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * //​columnValues//​ 
-  * **Description**:The multiline shape will be removed one vertex.+    ​* Type:IDictionary<​String,​String>​ 
 +    * Description:​N/A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Reorder(PointShape,​Double=== +** {{wiki:​PublicMethod.gif|}} GetCrossing(BaseShape**
-This API is used to make the lines within the Multiline ordered. +
-==== Remarks ==== +
-An ordered Multiline means that we can walk though the MultiLine from the first point to the last point without any branches, and that each line's end points should be within the given tolerance. If using this overload, the unit of the Multiline and the tolerance are both defaulted to meters. ​ Please use the other overload if you want to specify the units yourself.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​Returns a re-ordered MultilineShape.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**startPoint** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Description:​N/A
-  ​* **Description**:This parameter specifies the start point of the resulting re-ordered MultilineShape.+
  
-**tolerance** +== Parameters == 
-  * **Type**:Double +  * //​targetShape//​ 
-  * **Description**:This parameter specifies the tolerance between each line among the lines in the Multiline. This parameter is very critial. ​ If it is too large or too samll, the re-order cannot suceed.+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Reorder(PointShape,Double,​GeographyUnit,​DistanceUnit=== +** {{wiki:​PublicMethod.gif|}} ScaleTo(Double) ​**
-This API is used to make the lines within the Multiline ordered. +
-==== Remarks ==== +
-An ordered Multiline means that we can walk though the MultiLine from the first point to the last point without any branches, and that each line's end points should be within the given tolerance. When using this overload, you can specify the unit for the Multiline as well as the unit for the tolerance.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​Returns a re-ordered MultilineShape.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**startPoint** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Description:​N/A
-  ​* **Description**:This parameter specifies the start point of the resulting re-ordered MultilineShape.+
  
-**tolerance** +== Parameters == 
-  * **Type**:Double +  * //scale// 
-  * **Description**:This parameter specifies the tolerance between each line among the lines in the Multiline. This parameter is very critial. ​ If it is too large or too samll, the re-order cannot suceed.+    ​* Type:​Double 
 +    * Description:​N/A
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:PublicMethod.gif|}} ToString() ​**
-  ​* **Description**:​This parameter specifies the GeographicUnit for the Multineline.+
  
-**unitOfTolerance** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This parameter specifies the distance unit used when considering the tolerance.+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Rotate(PointShape,​Single) === +  * Type:String 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
  
-==== Parameters ==== +  * //N/A// 
-**pivotPoint** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**degreeAngle** +== Return Value == 
-  ​* **Type**:Single +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ScaleDown(Double) === +  * //obj/
-N/A +    * Type:Object 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**percentage** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== ScaleTo(Double) === +  * Type:Int32 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetType() ​**
  
-==== Parameters ==== +  * //N/A// 
-**scale** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== ScaleUp(Double) === +  * Type:Type 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} RemoveVertex(Vertex,​MultilineShape) ​**
  
-==== Parameters ==== +  * //This method removes the selected vertex from multiline shape.// 
-**percentage** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Simplify(Double,​SimplificationType) === +  * Type:​Boolean 
-N/A +  * Description:​If remove sucess it will return true, otherwise return false.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * //​selectedVertex//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
 +    * Description:​The selected vertex must be a vertex of multiline shape, otherwise it will return false and multiline shape will keep the same.
  
-==== Parameters ==== +  ​//​multilineShape//​ 
-**tolerance*+    * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Type**:Double +    * Description:​The multiline shape will be removed one vertex.
-  * **Description**:N/A+
  
-**simplificationType** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +==== Protected Methods ==== 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ​**
  
-[[#Public Methods|Go Back]] +  * //This method calculates the smallest RectangleShape that encompasses the entire geometry./
-=== Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType) === +== Remarks == 
-N/A +  * //The GetBoundingBox method calculates the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometry. Depending on the number of PointShapes and complexity of the geometry, this operation can take longer for larger objects. If the shape is a PointShape, then the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  ​* **Description**:N/A+  * Description:​The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry.
  
-==== Parameters ​==== +== Parameters == 
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ​**
-  ​* **Description**:​N/​A+
  
-**tolerance** +  ​//This method returns a complete copy of the shape without any references in common.// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //When you override this method, you need to ensure that there are no references in common between the original and the copy.//
  
-**toleranceUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​This method returns a complete copy of the shape without any references in common.
  
-**simplificationType** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} GetCenterPointCore() ​**
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== ToMultiPolygonShape() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToString() === +** {{wiki:​ProtectedMethod.gif|}} ReorderCore(PointShape,​Double,​GeographyUnit,​DistanceUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This API is used to make the lines within the Multiline ordered.// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //An ordered Multiline means that we can walk though the MultiLine from the first point to the last point without any branches, and that each line's end points should be within the given tolerance. When using this overload, you can specify the unit for the Multiline as well as the unit for the tolerance.//​
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== Touches(BaseShape) === +  * Description:​Returns a re-ordered MultilineShape.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​startPoint//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter specifies the start point of the resulting re-ordered MultilineShape.
  
-==== Parameters ==== +  ​//​tolerance//​ 
-**targetShape*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    ​Description:This parameter specifies the tolerance between each line among the lines in the MultilineThis parameter is very critial If it is too large or too samll, the re-order cannot suceed.
-  * **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== Touches(Feature) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​This parameter specifies the GeographicUnit for the Multineline.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​unitOfTolerance//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This parameter specifies the distance unit used when considering the tolerance.
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:ProtectedMethod.gif|}} GetLengthCore(GeographyUnit,​DistanceUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //This method returns the length of the LineShape./
-=== TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-N/A +  * //This method is useful when you want to know the total length of a line-based shape. If the shape is a MultilineShape,​ then the length is the sum of all of its lines. There is also an overload which allows you to specify the returning length in the unit of your choice.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Double 
-  ​* **Description**:N/A+  * Description:​The returned length is in the GeographyUnit of the shape.
  
-==== Parameters ​==== +== Parameters == 
-**distance** +  //​shapeUnit//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
  
-**angleInDegrees** +  ​//​returningUnit//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your returningUnit,​ then the distance will be returned in miles.
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetPointOnALineCore(StartingPoint,​Double,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-**distanceUnit** +  ​//This method returns a PointShape on the line, based on a distance on the line from the first or last vertex (as defined by the startingPoint parameter).//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //Passing in a distance of 0 will return either the first or last point on the line, depending on the value of the startingPoint parameter.//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== TranslateByDegree(Double,​Double=== +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-N/A +  * Description:​This method returns a PointShape on the line, based on a distance on the line from the first or last vertex ​(as defined by the startingPoint parameter).
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​startingPoint//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] 
 +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line.
  
-==== Parameters ==== +  ​//distance// 
-**distance** +    * Type:​Double 
-  * **Type**:Double +    * Description:​This parameter specifies the distance into the line you wish to move, in the unit of the shape itself. Valid values must be greater than or equal to 0.
-  * **Description**:N/A+
  
-**angleInDegrees** +  ​//​shapeUnit//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-=== TranslateByOffset(Double,Double,GeographyUnit,​DistanceUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​This is the DistanceUnit you would like to use for the distance parameter. For exampleif you select miles as your distanceUnitthen the distance will be measured in miles.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} GetLineOnALineCore(StartingPoint,​Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.//​ 
-**xOffsetDistance** +== Remarks ​== 
-  * **Type**:​Double +  * //None//
-  * **Description**:​N/A+
  
-**yOffsetDistance** +== Return Value == 
-  ​* **Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] 
-  ​* **Description**:N/A+  * Description:​This method returns a BaseLineShape,​ based on a starting position and other factors.
  
-**shapeUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​startingPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] 
 +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line.
  
-**distanceUnit** +  ​//​startingDistance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:Double 
-  * **Description**:​N/​A+    ​Description:The starting distance from where you will start getting the lineFor example, if the line is 3 units long and you have a starting distance of 1 unit, the result will be the last two units of the lineValid values must be greater than 0. The starting distance will be in the GeographyUnit of the shape.
  
-[[#Public Methods|Go Back]] +  * //​distance//​ 
-=== TranslateByOffset(Double,Double) === +    * Type:Double 
-N/A +    * Description:​The amount of the line you want to get after the startingDistance. Valid values must be greater than 0.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
  
-==== Parameters ==== +  ​//​distanceUnit//​ 
-**xOffsetDistance*+    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:Double +    * Description:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.
-  * **Description**:N/A+
  
-**yOffsetDistance** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} ScaleUpCore(Double**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //This method increases the size of the LineShape by the percentage given in the percentage parameter./
-=== Union(LineBaseShape) === +== Remarks == 
-N/A +  * //This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //​percentage//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​This is the percentage by which to increase the shape'​s size.
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Union(Feature=== +** {{wiki:​ProtectedMethod.gif|}} ScaleDownCore(Double**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method decreases the size of the LineShape by the percentage given in the percentage parameter.//​ 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +== Remarks == 
-  * **Description**:​N/A+  * //This method is useful when you would like to decrease the size of the shapeNote that a larger percentage will scale the shape down faster, as you are applying the operation multiple timesThere is also a ScaleUp method that will enlarge the shape.//
  
-==== Parameters ==== +== Return Value == 
-**targetFeature** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Validate(ShapeValidationMode) === +  * //​percentage/​
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​This is the percentage by which to decrease the shape'​s size.
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +** {{wiki:ProtectedMethod.gif|}} RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.//​ 
-**validationMode** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +  * //​Registering allows you to take a geometric shape generated in a planar system and attach it to the ground in a Geographic Unit.A common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a map. You may have the schematics of a building in a CAD system and the relationship between all the points of the building are in feetYou want to then take the CAD image and attach it to where it really exists on a map. You would use the register method to do this.Registering is also useful for scientific modeling, where software models things such as a plume of hazardous materials or the fallout from a volcano. The modeling software typically generates these models in a fictitious planar system. You would then use the register to take the abstract model and attach it to a map with real coordinates.//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-===== Protected Methods ===== +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-=== BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === +  * Description:​This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * //​fromPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter is the anchor PointShape in the coordinate of origin.
  
-==== Parameters ==== +  ​//toPoint// 
-**distance*+    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Type**:Double +    * Description:​This parameter is the anchor PointShape in the coordinate of destination.
-  * **Description**:N/A+
  
-**quadrantSegments** +  ​//​fromUnit//​ 
-  * **Type**:Int32 +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This parameter is the DistanceUnit of the coordinate of origin.
  
-**bufferCapType** +  ​//toUnit// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This parameter is the GeographyUnit of the coordinate of destination.
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-**distanceUnit** +  ​//This method returns a BaseLineShape,​ based on a starting position and other factors.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //None//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== CloneDeepCore() === +  * Type:Void 
-This method returns a complete copy of the shape without any references in common. +  * Description:​This method returns a BaseLineShapebased on a starting position ​and other factors.
-==== Remarks ==== +
-When you override this methodyou need to ensure that there are no references in common between the original ​and the copy.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //​xOffsetDistance//​ 
-  * **Description**:This method returns a complete copy of the shape without any references ​in common.+    ​* Type:Double 
 +    * Description:​This ​is the number of horizontal units of movement in the DistanceUnit specified ​in the distanceUnit parameter.
  
-==== Parameters ==== +  * //​yOffsetDistance/​
-[[#​Protected Methods|Go Back]] +    * Type:Double 
-=== ContainsCore(BaseShape) === +    * Description:​This is the number of vertical units of movement in the DistanceUnit specified in the distanceUnit parameter.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
  
-==== Parameters ==== +  ​//​distanceUnit//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.
-  * **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== ConvexHullCore() === +** {{wiki:​ProtectedMethod.gif|}} TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method moves the base shape from one location to another based on a distance and a direction in degrees.//​ 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +== Remarks == 
-  * **Description**:​N/A+  * //This method moves the base shape from one location to another, based on an angleInDegrees and distance parameterWith this overload, it is important to note that the distance units are the same GeographicUnit as the shapeFor example, if your shape is in decimal degrees and you call this method with a distance of 1, you're going to move this shape 1 decimal degree in direction of the angleInDegreesIn many cases it is more useful to specify the DistanceUnit of movement, such as in miles or yards, so for these scenarios there is another overload you may want to use instead.If you pass a distance of 0, then the operation is ignored.//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Void 
-=== CrossesCore(BaseShape) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​The distance is the number of units to move the shape in the angle specified. The distance unit will be the same as the GeographyUnit for the shape. The distance must be greater than or equal to 0.
  
-==== Parameters ==== +  ​//​angleInDegrees//​ 
-**targetShape*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​A ​number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.
-  * **Description**:N/A+
  
-[[#Protected Methods|Go Back]] +  * //​shapeUnit//​ 
-=== Finalize() === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} RotateCore(PointShape,Single**
-=== GetAccurateLengthCore(String,DistanceUnit,​DistanceCalculationMode=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method rotates the shape a number of degrees based on a pivot point.// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //This method rotates the shape by a number of degrees based on a pivot point. By placing the pivot point in the center of the shape, you can achieve in-place rotation. By moving the pivot point outside of the center of the shape, you can translate the shape in a circular motion. Moving the pivot point further outside of the center will make the circular area larger.//
  
-==== Parameters ==== +== Return Value == 
-**shapeProj4ProjectionParameters** +  * Type:Void 
-  ​* **Type**:String +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**returningUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​pivotPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​The pivotPoint represents the center of rotation.
  
-**distanceCalculationMode** +  ​//​degreeAngle//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    * Type:Single 
-  * **Description**:N/A+    * Description:​The number of degrees of rotation required from 0 to 360.
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetBoundingBoxCore() === +** {{wiki:​ProtectedMethod.gif|}} GetClosestPointToCore(BaseShape,​GeographyUnit**
-This method calculates the smallest RectangleShape that encompasses the entire geometry. +
-==== Remarks ==== +
-The GetBoundingBox method calculates the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometry. Depending on the number of PointShapes and complexity of the geometry, this operation can take longer for larger objects. If the shape is a PointShape, then the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.+
  
-**Return Value** +  ​//This method returns the point of the current shape that is closest to the target shape.// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:​The RectangleShape returned ​is the smallest RectangleShape ​that can encompass ​the entire geometry.+  * //This method returns the point of the current shape that is closest to the target shapeIt is often the case that the point returned is not a point of the object itselfAn example would be a line with two points that are far apart from each otherIf you set the targetShape to be a point midway between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points ​that make up the line.//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-=== GetCenterPointCore() === +  * Description:​PointShape representing the closest point of the current shape to the targetShape.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the closest point to.
  
-==== Parameters ==== +  * //​shapeUnit//​ 
-[[#Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-=== GetClosestPointToCore(BaseShape,​GeographyUnit) === +    * Description:​This is the GeographyUnit ​of the shape you are performing ​the operation ​on.
-This method returns the point of the current shape that is closest to the target shape. +
-==== Remarks ==== +
-This method returns the point of the current ​shape that is closest to the target shape. It is often the case that the point returned is not a point of the object itself. An example would be a line with two points that are far apart from each other. If you set the targetShape to be a point midway between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points that make up the line.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +** {{wiki:ProtectedMethod.gif|}} GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​A PointShape representing the closest point of the current shape to the targetShape.+
  
-==== Parameters ==== +  * //This method computes the distance between the current shape and the targetShape.//​ 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //None//
-  * **Description**:​The shape you are trying to find the closest point to.+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Double 
-  ​* **Description**:This is the GeographyUnit of the shape you are performing ​the operation on.+  * Description:​This ​method returns ​the distance between ​the current ​shape and the targetShape.
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetCrossingCore(BaseShape) === +  * //​targetShape//​ 
-This method returns the crossing points between the current shape and the passed-in target shape. +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​The shape you are trying to find the distance ​to.
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer ​to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:This method returns ​the crossing points between ​the current ​shape and the passed-in target shape.+    * Description:​This ​is the GeographyUnit of the shape you are performing ​the operation on.
  
-==== Parameters ==== +  ​//​distanceUnit//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​This is the DistanceUnit ​you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.
-  * **Description**:The target shape you wish to get crossing with.+
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit=== +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownTextCore(RingOrder**
-This method computes the distance between the current shape and the targetShape. +
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//This method returns the well-known text representation of this shape.// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​This method returns the distance between the current ​shape and the targetShape.+  * //This method returns ​a string that represents ​the shape in well-known text. Well-known text allows you to describe a geometry as a string of text. Well-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applications. An alternative to well-known text is well-known binary, which is a binary representation of a geometry object. We have methods that work with well-known binary as well. Below are some samples of what well-known text might look like for various kinds of geometric shapes.POINT(5 17)LINESTRING(4 5,10 50,25 80)POLYGON((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3))MULTIPOINT(3.7 9.7,4.9 11.6)MULTILINESTRING((4 5,11 51,21 26),(-4 -7,-9 -7,-14 -3))MULTIPOLYGON(((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3)),((4 4,7 3,7 5,4 4)))//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:String 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​This method returns a string that represents the shape in well-known text.
-  ​* **Description**:The shape you are trying to find the distance to.+
  
-**shapeUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​outerRingOrder//​ 
-  * **Description**:This is the GeographyUnit of the shape you are performing the operation on.+    ​* Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/A
  
-**distanceUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:ProtectedMethod.gif|}} GetWellKnownTypeCore() ​**
-  ​* **Description**:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.+
  
-[[#​Protected Methods|Go Back]] +  * //This method returns the well-known type for the shape./
-=== GetGeoJsonCore() === +== Remarks == 
-N/A +  * //None//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-  ​* **Description**:N/A+  * Description:​This method returns the well-known type for the shape.
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetIntersectionCore(AreaBaseShape=== +** {{wiki:​ProtectedMethod.gif|}} LoadFromWellKnownDataCore(String**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method hydrates the current shape with its data from well-known text.// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +== Remarks == 
-  * **Description**:​N/A+  * //None//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:​None
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetLengthCore(GeographyUnit,​DistanceUnit) === +  * //​wellKnownText//​ 
-This method returns the length of the LineShape. +    * Type:String 
-==== Remarks ==== +    * Description:​This parameter ​is the well-known text you will use to hydrate ​your object.
-This method ​is useful when you want to know the total length of a line-based shape. If the shape is a MultilineShape,​ then the length is the sum of all of its lines. There is also an overload which allows ​you to specify the returning length in the unit of your choice.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Double +** {{wiki:ProtectedMethod.gif|}} LoadFromWellKnownDataCore(Byte[]) ​**
-  ​* **Description**:​The returned length is in the GeographyUnit of the shape.+
  
-==== Parameters ==== +  * //This method hydrates the current shape with its data from well-known binary.// 
-**shapeUnit** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //This is used when you want to hydrate a shape based on well-known binary. You can create ​the shape and then load the well-known binary using this method.//
-  * **Description**:​This is the GeographyUnit of the shape you are performing ​the operation on.+
  
-**returningUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:Void 
-  ​* **Description**:This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your returningUnit,​ then the distance will be returned in miles.+  * Description:​None
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetLineOnALineCore(StartingPoint,​Double,​Double,​GeographyUnit,​DistanceUnit) === +  * //​wellKnownBinary//​ 
-This method returns a BaseLineShape,​ based on a starting position and other factors. +    * Type:​Byte[] 
-==== Remarks ==== +    * Description:​This parameter is the well-known binary used to populate the shape.
-None+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] +** {{wiki:ProtectedMethod.gif|}} ValidateCore(ShapeValidationMode) ​**
-  ​* **Description**:​This method returns a BaseLineShape,​ based on a starting position and other factors.+
  
-==== Parameters ==== +  * //This method returns a ShapeValidationResult based on a series of tests.// 
-**startingPoint** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] +  * //We use this method, with the simple enumeration,​ internally before doing any kind of other methods on the shapeIn this way, we are able to verify the integrity of the shape itselfIf you wish to test things such as whether ​a polygon self-intersects,​ we invite you to call this method ​with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test.//
-  * **Description**:​The startingPoint defines ​whether ​the method ​starts at the beginning or the end of the line.+
  
-**startingDistance** +== Return Value == 
-  ​* **Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-  ​* **Description**:The starting distance from where you will start getting the line. For example, if the line is 3 units long and you have starting distance of 1 unit, the result will be the last two units of the line. Valid values must be greater than 0. The starting distance will be in the GeographyUnit ​of the shape.+  * Description:​This method returns ​ShapeValidationResult based on a series ​of tests.
  
-**distance** +== Parameters == 
-  * **Type**:Double +  * //​validationMode//​ 
-  * **Description**:The amount of the line you want to get after the startingDistanceValid values must be greater than 0.+    ​* Type:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
 +    * Description:​This parameter determines whether ​the test is simple or advanced. In some cases, ​the advanced tests can take some timeThe simple test is designed to always ​be fast.
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetCrossingCore(BaseShape) ​**
-  ​* **Description**:​This is the GeographyUnit of the shape you are performing the operation on.+
  
-**distanceUnit** +  ​//This method returns the crossing points between the current shape and the passed-in target shape.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This ​is the DistanceUnit you would like to use for the distance parameterFor exampleif you select miles as your distanceUnitthen the distance will be measured in miles.+  * //As this is a concrete public method that wraps a Core method, we reserve ​the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our endbut also allow you the developer to extend our logic to suit your needs. If you have questions about thisplease contact our support team as we would be happy to work with you on extending our framework.//
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== GetPointOnALineCore(StartingPoint,​Double,​GeographyUnit,​DistanceUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-This method returns ​a PointShape on the line, based on a distance on the line from the first or last vertex (as defined by the startingPoint parameter). +  * Description:​This method returns the crossing points between ​the current shape and the passed-in target shape.
-==== Remarks ==== +
-Passing ​in a distance of 0 will return either the first or last point on the line, depending on the value of the startingPoint parameter.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //​targetShape//​ 
-  * **Description**:This method returns a PointShape on the line, based on a distance on the line from the first or last vertex (as defined by the startingPoint parameter).+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The target shape you wish to get crossing with.
  
-==== Parameters ==== +<div newline></​div>​ 
-**startingPoint** +** {{wiki:ProtectedMethod.gif|}} Scale(Double) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.StartingPoint|StartingPoint]] +
-  ​* **Description**:​The startingPoint defines whether the method starts at the beginning or the end of the line.+
  
-**distance** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​This parameter specifies the distance into the line you wish to move, in the unit of the shape itself. Valid values must be greater than or equal to 0.+  * //N/A//
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Void 
-  ​* **Description**:This is the GeographyUnit of the shape you are performing the operation on.+  * Description:​N/A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​factor//​ 
-  * **Description**:This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.+    ​* Type:Double 
 +    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetShortestLineToCore(BaseShape,GeographyUnit=== +** {{wiki:​ProtectedMethod.gif|}} GetAccurateLengthCore(String,DistanceUnit,​DistanceCalculationMode**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Double 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**shapeUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​shapeProj4ProjectionParameters//​ 
-  * **Description**:N/A+    ​* Type:String 
 +    * Description:​N/​A
  
-[[#Protected Methods|Go Back]] +  * //​returningUnit//​ 
-=== GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceCalculationMode//​ 
-  **Return ​Type**:Byte[] +    * Type:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**outerRingOrder** +** {{wiki:ProtectedMethod.gif|}} ConvexHullCore() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +
-  ​* **Description**:​N/​A+
  
-**byteOrder** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetWellKnownTextCore(RingOrder) === +  * Type:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-This method returns the well-known text representation of this shape. +  * Description:​N/​A
-==== Remarks ==== +
-This method returns a string that represents the shape in well-known textWell-known text allows you to describe a geometry as a string of textWell-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applications. An alternative to well-known text is well-known binary, which is a binary representation of a geometry object. We have methods that work with well-known binary as well. Below are some samples of what well-known text might look like for various kinds of geometric shapes.POINT(5 17)LINESTRING(4 5,10 50,25 80)POLYGON((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3))MULTIPOINT(3.7 9.7,4.9 11.6)MULTILINESTRING((4 5,11 51,21 26),(-4 -7,-9 -7,-14 -3))MULTIPOLYGON(((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3)),((4 4,7 3,7 5,4 4)))+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:String +<div newline></​div>​ 
-  ​* **Description**:​This method returns a string that represents the shape in well-known text.+** {{wiki:ProtectedMethod.gif|}} SimplifyCore(Double,​SimplificationType) ​**
  
-==== Parameters ==== +  * //N/A// 
-**outerRingOrder** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetWellKnownTypeCore() === +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-This method returns the well-known type for the shape+  * Description:​N/​A
-==== Remarks ==== +
-None+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] +  * //​tolerance//​ 
-  * **Description**:This method returns the well-known type for the shape.+    ​* Type:Double 
 +    * Description:​N/A
  
-==== Parameters ==== +  * //​simplificationType//​ 
-[[#Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-=== IntersectsCore(BaseShape) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:ProtectedMethod.gif|}} UnionCore(IEnumerable<​LineBaseShape>​) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== IsDisjointedCore(BaseShape) === +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​lineBaseShapes//​ 
-  * **Description**:N/A+    ​* Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]]>​ 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} GetIntersectionCore(AreaBaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== IsTopologicallyEqualCore(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //targetShape// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== IsWithinCore(BaseShape=== +** {{wiki:​ProtectedMethod.gif|}} GetGeoJsonCore() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:String 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== LoadFromWellKnownDataCore(String) === +<div newline></​div>​ 
-This method hydrates the current shape with its data from well-known text. +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) **
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​None+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**wellKnownText** +  * Type:Byte[] 
-  ​* **Type**:String +  * Description:​N/A
-  ​* **Description**:This parameter is the well-known text you will use to hydrate your object.+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== LoadFromWellKnownDataCore(Byte[]) === +  * //​outerRingOrder//​ 
-This method hydrates the current shape with its data from well-known binary. +    * Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-==== Remarks ==== +    * Description:​N/​A
-This is used when you want to hydrate a shape based on well-known binaryYou can create the shape and then load the well-known binary using this method.+
  
-**Return Value** +  ​//​byteOrder//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Description**:None+    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-**wellKnownBinary** +** {{wiki:ProtectedMethod.gif|}} GetShortestLineToCore(BaseShape,​GeographyUnit) ​**
-  * **Type**:Byte[] +
-  ​* **Description**:​This parameter is the well-known binary used to populate the shape.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== MemberwiseClone() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Object +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //​targetShape//​ 
-=== OverlapsCore(BaseShape) === +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) === +== Remarks == 
-This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. +  * //N/A//
-==== Remarks ​==== +
-Registering allows you to take a geometric shape generated in a planar system and attach it to the ground in a Geographic Unit.common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a map. You may have the schematics of a building in a CAD system and the relationship between all the points of the building are in feet. You want to then take the CAD image and attach it to where it really exists on a map. You would use the register method to do this.Registering is also useful for scientific modeling, where software models things such as a plume of hazardous materials or the fallout from a volcano. The modeling software typically generates these models in a fictitious planar system. You would then use the register to take the abstract model and attach it to a map with real coordinates.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**fromPoint** +  //​distance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:Double 
-  * **Description**:This parameter is the anchor PointShape in the coordinate of origin.+    * Description:​N/A
  
-**toPoint** +  ​//​quadrantSegments//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:Int32 
-  * **Description**:This parameter is the anchor PointShape in the coordinate of destination.+    * Description:​N/A
  
-**fromUnit** +  ​//​bufferCapType//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:This parameter is the DistanceUnit of the coordinate of origin.+    * Description:​N/A
  
-**toUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:This parameter is the GeographyUnit of the coordinate of destination.+    * Description:​N/A
  
-[[#Protected Methods|Go Back]] +  * //​distanceUnit//​ 
-=== ReorderCore(PointShape,​Double,​GeographyUnit,​DistanceUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-This API is used to make the lines within the Multiline ordered. +    * Description:​N/​A
-==== Remarks ==== +
-An ordered Multiline means that we can walk though the MultiLine from the first point to the last point without any branches, and that each line's end points should be within the given tolerance. When using this overload, you can specify the unit for the Multiline as well as the unit for the tolerance.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} IsDisjointedCore(BaseShape) ​**
-  ​* **Description**:​Returns a re-ordered MultilineShape.+
  
-==== Parameters ==== +  * //N/A// 
-**startPoint** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //N/A//
-  * **Description**:​This parameter specifies the start point of the resulting re-ordered MultilineShape.+
  
-**tolerance** +== Return Value == 
-  ​* **Type**:Double +  * Type:Boolean 
-  ​* **Description**:This parameter specifies the tolerance between each line among the lines in the Multiline. This parameter is very critial. ​ If it is too large or too samll, the re-order cannot suceed.+  * Description:​N/A
  
-**shapeUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​targetShape//​ 
-  * **Description**:This parameter specifies the GeographicUnit for the Multineline.+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/A
  
-**unitOfTolerance** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:ProtectedMethod.gif|}} IntersectsCore(BaseShape) ​**
-  ​* **Description**:​This parameter specifies the distance unit used when considering the tolerance.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== RkE=(Double) === +== 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 == 
-**factor** +  //​targetShape//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== RotateCore(PointShape,​Single=== +** {{wiki:​ProtectedMethod.gif|}} TouchesCore(BaseShape**
-This method rotates the shape a number of degrees based on a pivot point. +
-==== Remarks ==== +
-This method rotates the shape by a number of degrees based on a pivot point. By placing the pivot point in the center of the shape, you can achieve in-place rotation. By moving the pivot point outside of the center of the shape, you can translate the shape in a circular motion. Moving the pivot point further outside of the center will make the circular area larger.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**pivotPoint** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Description:​N/A
-  ​* **Description**:The pivotPoint represents the center of rotation.+
  
-**degreeAngle** +== Parameters == 
-  * **Type**:Single +  * //​targetShape//​ 
-  * **Description**:The number of degrees of rotation required from 0 to 360.+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== ScaleDownCore(Double=== +** {{wiki:​ProtectedMethod.gif|}} CrossesCore(BaseShape**
-This method decreases the size of the LineShape by the percentage given in the percentage parameter. +
-==== Remarks ==== +
-This method is useful when you would like to decrease the size of the shape. Note that a larger percentage will scale the shape down faster, as you are applying the operation multiple times. There is also a ScaleUp method that will enlarge the shape.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**percentage** +  * Type:Boolean 
-  ​* **Type**:Double +  * Description:​N/A
-  ​* **Description**:This is the percentage by which to decrease the shape'​s size.+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== ScaleToCore(Double) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} IsWithinCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**scale** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== ScaleUpCore(Double) === +  * Type:​Boolean 
-This method increases the size of the LineShape by the percentage given in the percentage parameter. +  * Description:​N/​A
-==== Remarks ==== +
-This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**percentage** +** {{wiki:ProtectedMethod.gif|}} ContainsCore(BaseShape) ​**
-  * **Type**:Double +
-  ​* **Description**:​This is the percentage by which to increase the shape'​s size.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== SimplifyCore(Double,​SimplificationType) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**tolerance** +  //​targetShape//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**simplificationType** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +** {{wiki:ProtectedMethod.gif|}} OverlapsCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== TouchesCore(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //targetShape// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit=== +** {{wiki:​ProtectedMethod.gif|}} IsTopologicallyEqualCore(BaseShape**
-This method moves the base shape from one location to another based on a distance and a direction in degrees. +
-==== Remarks ==== +
-This method moves the base shape from one location to another, based on an angleInDegrees and distance parameter. With this overload, it is important to note that the distance units are the same GeographicUnit as the shape. For example, if your shape is in decimal degrees and you call this method with a distance of 1, you're going to move this shape 1 decimal degree in direction of the angleInDegrees. In many cases it is more useful to specify the DistanceUnit of movement, such as in miles or yards, so for these scenarios there is another overload you may want to use instead.If you pass a distance of 0, then the operation is ignored.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**distance** +  * Type:Boolean 
-  ​* **Type**:Double +  * Description:​N/A
-  ​* **Description**:The distance is the number of units to move the shape in the angle specified. The distance unit will be the same as the GeographyUnit for the shape. The distance must be greater than or equal to 0.+
  
-**angleInDegrees** +== Parameters == 
-  * **Type**:Double +  * //​targetShape//​ 
-  * **Description**:A number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/A
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} ScaleToCore(Double) ​**
-  ​* **Description**:​This is the GeographyUnit of the shape you are performing the operation on.+
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) === +  * Type:Void 
-This method returns a BaseLineShape,​ based on a starting position and other factors. +  * Description:​N/​A
-==== Remarks ==== +
-None+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //scale// 
-  * **Description**:This method returns a BaseLineShape,​ based on a starting position and other factors.+    ​* Type:Double 
 +    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-**xOffsetDistance** +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  * **Type**:Double +
-  ​* **Description**:​This is the number of horizontal units of movement in the DistanceUnit specified in the distanceUnit parameter.+
  
-**yOffsetDistance** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​This is the number of vertical units of movement in the DistanceUnit specified in the distanceUnit parameter.+  * //N/A//
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Void 
-  ​* **Description**:This is the GeographyUnit of the shape you are performing the operation on.+  * Description:​N/A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +<div newline></​div>​ 
-  ​* **Description**:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== UnionCore(IEnumerable<​LineBaseShape>​) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters ​== 
-**lineBaseShapes** +<div newline></​div>​ 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]]>​ +==== Public Properties ​==== 
-  ​* **Description**:​N/​A+** {{wiki:PublicProperty.gif|}} Lines **
  
-[[#​Protected Methods|Go Back]] +This property is the collection ​of lines that make up the MultilineShape
-=== ValidateCore(ShapeValidationMode) === +== Remarks ​== 
-This method returns a ShapeValidationResult based on a series ​of tests+None 
-==== Remarks ​==== +== Return Value == 
-We use this method, with the simple enumeration,​ internally before doing any kind of other methods on the shapeIn this way, we are able to verify the integrity of the shape itselfIf you wish to test things such as whether a polygon self-intersects,​ we invite you to call this method with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test.+  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} CanRotate ​**
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +
-  ​* **Description**:​This method returns a ShapeValidationResult based on a series of tests.+
  
-==== Parameters ==== 
-**validationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **Description**:​This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast. 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CanRotate === 
 This property specifies whether the shape can be rotated. This property specifies whether the shape can be rotated.
-==== Remarks ​====+== Remarks ==
 If this property returns false and you attempt call the rotate method, it will throw a NotImplementedException. If this property returns false and you attempt call the rotate method, it will throw a NotImplementedException.
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} Id **
  
-[[#Public Properties|Go Back]] 
-=== Id === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Tag **
-=== Lines === +
-This property is the collection of lines that make up the MultilineShape. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:Collection<​[[ThinkGeo.MapSuite.Core.LineShape|LineShape]]>​+
  
-[[#Public Properties|Go Back]] 
-=== Tag === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Object+  * Type:Object
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.multilineshape.1442486126.txt.gz · Last modified: 2015/09/17 10:35 by admin