User Tools

Site Tools


thinkgeo.mapsuite.core.ringshape

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.ringshape [2015/09/17 10:38]
admin
thinkgeo.mapsuite.core.ringshape [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.RingShape ====== ====== ThinkGeo.MapSuite.Core.RingShape ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a closed ring of points. This class represents a closed ring of points.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 7: Line 10:
         ***ThinkGeo.MapSuite.Core.RingShape**         ***ThinkGeo.MapSuite.Core.RingShape**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} RingShape() **
-**{{wiki:​PublicMethod.gif|}}[[#RingShape()|RingShape]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates a RingShape. +
-</​div>​+
  
-<​div ​class_table+  * //This constructor creates a RingShape.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#RingShape(IEnumerable<​Vertex>​)|RingShape]]** +== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​ +  * //None// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} RingShape(IEnumerable<​Vertex>​) **
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​RingShape(String)|RingShape]]*+== Remarks == 
-  * **Parameters**:​String +  * //N/A// 
-  * **DeclaringType**:​N/A +== Parameters == 
-  * **Summary**:This constructor creates a RingShape+  * //​points//​ 
-</div>+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​ 
 +    * Description:​N/A
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#RingShape(Byte[])|RingShape]]** +** {{wiki:​PublicMethod.gif|}} RingShape(String) **
-  * **Parameters**:​Byte[] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates a RingShape. +
-</​div>​+
  
-=== Protected Constructors === +  * //This constructor creates a RingShape.//​ 
-=== 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|}} ​RingShape(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 a RingShape.// 
-**{{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|}} ​ToPolygon() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the current shape as a PolygonShape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Contains(Feature)|Contains]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //This method is mainly used to convert this GIS non-standard shape to a GIS standard shape.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Contains(BaseShape)|Contains]]** +  * Type:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:This method returns the current shape as a PolygonShape.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#Crosses(BaseShape)|Crosses]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:​PublicMethod.gif|}} ​RemoveVertex(Vertex) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method removes the selected vertex from ring shape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Crosses(Feature)|Crosses]]** +== 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|}}[[#​Equals(Object)|Equals]]** +  * Type:Boolean 
-  * **Parameters**:Object +  * Description:If remove sucess it will return true, otherwise return false.
-  * **DeclaringType**:Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccurateArea(Int32,​AreaUnit,​DistanceCalculationMode)|GetAccurateArea]]** +  //​selectedVertex//​ 
-  * **Parameters**:Int32,[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:The selected vertex must be a vertex of ring shape, otherwise it will return false and ring shape will keep the same.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode)|GetAccurateArea]]** +** {{wiki:​PublicMethod.gif|}} ​ReversePoints() **
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method reverses the order of the points in the ring.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccuratePerimeter(Int32,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeter]]** +== Remarks == 
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * //None//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccuratePerimeter(String,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeter]]** +  * Type:Void 
-  * **Parameters**:String,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#GetArea(GeographyUnit,AreaUnit)|GetArea]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +** {{wiki:​PublicMethod.gif|}} ​GetAccuratePerimeter(Int32,DistanceUnit,​DistanceCalculationMode) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCenterPoint()|GetCenterPoint]]** +  * Type:Double 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(BaseShape,​GeographyUnit)|GetClosestPointTo]]** +  * //​shapeSrid//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Type:Int32 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(Feature,​GeographyUnit)|GetClosestPointTo]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​distanceCalculationMode//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetConvexHull()|GetConvexHull]]** +    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetCrossing(BaseShape)|GetCrossing]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccuratePerimeter(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|}}[[#​GetDifference(Feature)|GetDifference]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDifference(AreaBaseShape)|GetDifference]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]** +  * //​shapeProj4ProjectionParameters//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Type:String 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[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|}}[[#​GetFeature(IDictionary<​String,​String>​)|GetFeature]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:​IDictionary<​String,​String>​ +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeature()|GetFeature]]** +** {{wiki:​PublicMethod.gif|}} ​GetPerimeter(GeographyUnit,​DistanceUnit) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetGeoJson()|GetGeoJson]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +  * Type:Double 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetIntersection(Feature)|GetIntersection]]** +  * //​shapeUnit//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetIntersection(AreaBaseShape)|GetIntersection]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetPerimeter(GeographyUnit,DistanceUnit)|GetPerimeter]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccurateArea(Int32,AreaUnit,​DistanceCalculationMode) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(Feature,​GeographyUnit)|GetShortestLineTo]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(BaseShape,​GeographyUnit)|GetShortestLineTo]]** +  * 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>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetSymmetricalDifference(Feature)|GetSymmetricalDifference]]** +  * //​shapeSrid//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:Int32 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetSymmetricalDifference(AreaBaseShape)|GetSymmetricalDifference]]*+    Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  * //​distanceCalculationMode//​ 
-**{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** +    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|}}[[#​GetWellKnownBinary(RingOrder)|GetWellKnownBinary]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder,​WkbByteOrder)|GetWellKnownBinary]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(WkbByteOrder)|GetWellKnownBinary]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary()|GetWellKnownBinary]]** +  * //​shapeProj4ProjectionParameters//​ 
-  * **Parameters**:​N/A +    Type:String 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText(RingOrder)|GetWellKnownText]]*+    Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​distanceCalculationMode//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText()|GetWellKnownText]]** +    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownType()|GetWellKnownType]]** +** {{wiki:​PublicMethod.gif|}} ​GetArea(GeographyUnit,​AreaUnit) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(BaseShape)|Intersects]]*+== 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:​PublicMethod.gif|}}[[#​Intersects(Feature)|Intersects]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​IsDisjointed(Feature)|IsDisjointed]]** +  * //​shapeUnit//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsDisjointed(BaseShape)|IsDisjointed]]*+    Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **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:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(BaseShape)|IsTopologicallyEqual]]** +** {{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:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(Feature)|IsTopologicallyEqual]]*+== 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|}}[[#​IsWithin(Feature)|IsWithin]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​IsWithin(BaseShape)|IsWithin]]** +  * //​percentage//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:Double 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(String)|LoadFromWellKnownData]]** +** {{wiki:​PublicMethod.gif|}} ​ScaleDown(Double) **
-  * **Parameters**:​String +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(Byte[])|LoadFromWellKnownData]]*+== Remarks == 
-  * **Parameters**:​Byte[] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Overlaps(BaseShape)|Overlaps]]** +  * 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:​PublicMethod.gif|}}[[#​Overlaps(Feature)|Overlaps]]** +  * //​percentage//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:Double 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|Register]]** +** {{wiki:​PublicMethod.gif|}} ​GetConvexHull() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Register(Feature,​Feature,​DistanceUnit,​GeographyUnit)|Register]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​RemoveVertex(Vertex,​RingShape)|RemoveVertex]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]],​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method removes the selected vertex from ring shape. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​RemoveVertex(Vertex)|RemoveVertex]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +** {{wiki:​PublicMethod.gif|}} ​GetIntersection(AreaBaseShape) **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method removes the selected vertex from ring shape. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ReversePoints()|ReversePoints]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method reverses the order of the points in the ring. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Rotate(PointShape,​Single)|Rotate]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Single +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleDown(Double)|ScaleDown]]** +  * //​targetShape//​ 
-  * **Parameters**:​Double +    Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#ScaleTo(Double)|ScaleTo]]** +** {{wiki:​PublicMethod.gif|}} ​GetIntersection(Feature) **
-  * **Parameters**:​Double +
-  * **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.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Simplify(Double,​SimplificationType)|Simplify]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType)|Simplify]]** +  * //​targetFeature//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Double,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​ToPolygon()|ToPolygon]]** +** {{wiki:​PublicMethod.gif|}} ​Union(AreaBaseShape) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the current shape as a PolygonShape. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(BaseShape)|Touches]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(Feature)|Touches]]** +  * //​targetShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double)|TranslateByDegree]]** +** {{wiki:​PublicMethod.gif|}} ​Union(Feature) **
-  * **Parameters**:​Double,​Double +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegree]]*+== Remarks == 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double)|TranslateByOffset]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​Double,​Double +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffset]]** +  * //​targetFeature//​ 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Union(Feature)|Union]]** +** {{wiki:​PublicMethod.gif|}} ​GetDifference(AreaBaseShape) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Union(AreaBaseShape)|Union]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Validate(ShapeValidationMode)|Validate]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **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>​ +  * //​targetShape//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|BufferCore]]** +    Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **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+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +** {{wiki:PublicMethod.gif|}} ​GetDifference(Feature) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns a complete copy of the shape without any references in common. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ContainsCore(BaseShape)|ContainsCore]]*+== 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|}}[[#​CrossesCore(BaseShape)|CrossesCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **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]]** +  //​targetFeature//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​Object +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode)|GetAccurateAreaCore]]** +** {{wiki:PublicMethod.gif|}} ​GetSymmetricalDifference(AreaBaseShape) **
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetAccuratePerimeterCore(String,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeterCore]]*+== Remarks == 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetAreaCore(GeographyUnit,​AreaUnit)|GetAreaCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the area of the shape, defined as the size of the region enclosed by the figure. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]** +  //​targetShape//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A +    Description:N/A
-  * **Summary**:​This method calculates the smallest RectangleShape that encompasses the entire geometry. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetCenterPointCore()|GetCenterPointCore]]** +** {{wiki:PublicMethod.gif|}} ​GetSymmetricalDifference(Feature) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetClosestPointToCore(BaseShape,​GeographyUnit)|GetClosestPointToCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns the point of the current shape that is closest to the target shape. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetConvexHullCore()|GetConvexHullCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​N/​A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetCrossingCore(BaseShape)|GetCrossingCore]]** +  * //​targetFeature//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetDifferenceCore(AreaBaseShape)|GetDifferenceCore]]** +** {{wiki:PublicMethod.gif|}} ​Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​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.MultipolygonShape|MultipolygonShape]] 
-  * **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]]** +  * //​shapeUnit//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​tolerance//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetPerimeterCore(GeographyUnit,​DistanceUnit)|GetPerimeterCore]]*+    Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the perimeter of the shape, defined as the sum of the lengths of all its sides. +
-</​div>​+
  
-<div class_table>​ +  ​//​toleranceUnit//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetShortestLineToCore(BaseShape,​GeographyUnit)|GetShortestLineToCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **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>​ +  ​//​simplificationType//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetSymmetricalDifferenceCore(AreaBaseShape)|GetSymmetricalDifferenceCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetWellKnownBinaryCore(RingOrder,WkbByteOrder)|GetWellKnownBinaryCore]]** +** {{wiki:PublicMethod.gif|}} ​Simplify(Double,SimplificationType) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns a byte array that represents the shape in well-known binary. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownTextCore(RingOrder)|GetWellKnownTextCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns the well-known text representation of this shape. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​GetWellKnownTypeCore()|GetWellKnownTypeCore]]** +  Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the well-known type for the shape. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IntersectsCore(BaseShape)|IntersectsCore]]** +  * //​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|}}[[#​IsDisjointedCore(BaseShape)|IsDisjointedCore]]*+    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|}}[[#​IsTopologicallyEqualCore(BaseShape)|IsTopologicallyEqualCore]]** +** {{wiki:PublicMethod.gif|}} ​LoadFromWellKnownData(String) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsWithinCore(BaseShape)|IsWithinCore]]*+== 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|}}[[#​LoadFromWellKnownDataCore(Byte[])|LoadFromWellKnownDataCore]]** +  * Type:Void 
-  * **Parameters**:Byte[] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method hydrates the current shape with its data from well-known binary. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(String)|LoadFromWellKnownDataCore]]** +  //​wellKnownText//​ 
-  * **Parameters**:String +    Type:String 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method hydrates the current shape with its data from well-known text. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +** {{wiki:PublicMethod.gif|}} ​GetWellKnownText() **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OverlapsCore(BaseShape)|OverlapsCore]]*+== 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|}}[[#​RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|RegisterCore]]** +  * Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Description:N/A
-  * **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+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​ReversePointsCore()|ReversePointsCore]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​GetGeoJson() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method reverses the order of the points in the ring. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​RotateCore(PointShape,​Single)|RotateCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method rotates the shape a number of degrees based on a pivot point. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}}[[#​SEM=(RingShape,​Double,​Double,​Double)|SEM=]]** +  * Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]],​Double,​Double,​Double +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​ScaleDownCore(Double)|ScaleDownCore]]** +<​div ​newline></​div
-  * **Parameters**:​Double +** {{wiki:PublicMethod.gif|}} ​GetWellKnownText(RingOrder) **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method decreases the size of the area shape 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:String 
-  * **Parameters**:Double +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method increases the size of the area shape by the percentage given in the percentage parameter. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SimplifyCore(Double,​SimplificationType)|SimplifyCore]]** +  * //​outerRingOrder//​ 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +    Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#TUM=()|TUM=]]** +** {{wiki:PublicMethod.gif|}} ​LoadFromWellKnownData(Byte[]) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  * //N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TkM=()|TkM=]]** +== Remarks == 
-  * **Parameters**:​N/+  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TouchesCore(BaseShape)|TouchesCore]]** +  * 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|}}[[#​TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegreeCore]]** +  //​wellKnownBinary//​ 
-  * **Parameters**:Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]+    Type:Byte[] 
-  * **DeclaringType**:N/A +    Description: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+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffsetCore]]** +** {{wiki:PublicMethod.gif|}} ​GetWellKnownBinary() **
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method moves the base shape from one location to another, based on an X and Y offset distance. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​UnionCore(AreaBaseShape)|UnionCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ValidateCore(ShapeValidationMode)|ValidateCore]]** +  * Type:Byte[] 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]+  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns a ShapeValidationResult based on a series of tests. +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-**{{wiki:PublicProperty.gif|}}[[#​CanRotate|CanRotate]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​GetWellKnownBinary(WkbByteOrder) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Id|Id]]** +  ​//N/A// 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:PublicProperty.gif|}}[[#Tag|Tag]]** +== Return Value == 
-  * **Return**:​Object +  ​Type:Byte[] 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​Vertices|Vertices]]** +== Parameters == 
-  * **Return**:Collection<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]> +  * //​byteOrder//​ 
-  * **Summary**:This property is the collection of points that make up the RingShape.+    ​Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
 +    Description:N/A
  
-=== Protected Properties === +<div newline></div> 
-=== Public Events === +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(RingOrder) ​**
-===== Public Constructors ===== +
-=== RingShape() === +
-This constructor creates a RingShape. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== RingShape(IEnumerable<Vertex>) === +
-N/+
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-**points** +
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​ +
-  ​* **Description:​N/​A+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-=== RingShape(String) === +== Remarks == 
-This constructor creates a RingShape. +  * //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]] +== Return Value == 
-=== RingShape(Byte[]) ​=== +  * Type:​Byte[] 
-This constructor creates a RingShape. +  * Description:​N/A
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**wellKnownBinary** +
-  ​* **Type**:Byte[] +
-  ​* **Description:​This parameter is the well-known binary used to build the shape.+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //​outerRingOrder/​
-===== Public Methods ===== +    * Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-=== Buffer(Double,​GeographyUnit,​DistanceUnit) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(RingOrder,​WkbByteOrder) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**distance** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]+  * Type:Byte[] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​outerRingOrder//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​byteOrder//​ 
-=== Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +** {{wiki:PublicMethod.gif|}} GetBoundingBox() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**distance** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-**quadrantSegments** +== Return Value == 
-  ​* **Type**:Int32 +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**shapeUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetWellKnownType() ​**
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} CloneDeep() ​**
  
-==== Parameters ==== +  * //N/A// 
-**distance** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-**quadrantSegments** +== Return Value == 
-  ​* **Type**:Int32 +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**bufferCapType** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
  
-**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:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== CloneDeep() === +  * //​xOffsetDistance/​
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​yOffsetDistance//​ 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-=== Contains(Feature) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} TranslateByOffset(Double,​Double) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Contains(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //​xOffsetDistance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​yOffsetDistance/​
-=== Crosses(BaseShape) === +    * Type:Double 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  ​* **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 == 
-=== Crosses(Feature) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​angleInDegrees//​ 
-**targetFeature*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== Equals(Object) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**obj** +** {{wiki:PublicMethod.gif|}} TranslateByDegree(Double,​Double) ​**
-  * **Type**:Object +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetAccurateArea(Int32,​AreaUnit,​DistanceCalculationMode) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeSrid** +  //​distance//​ 
-  * **Type**:Int32 +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-**returningUnit** +  ​//​angleInDegrees//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceCalculationMode** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{wiki:PublicMethod.gif|}} Rotate(PointShape,​Single) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeProj4ProjectionParameters** +  //​pivotPoint//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**returningUnit** +  ​//​degreeAngle//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +    * Type:Single 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceCalculationMode** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{wiki:PublicMethod.gif|}} GetShortestLineTo(BaseShape,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetAccuratePerimeter(Int32,​DistanceUnit,​DistanceCalculationMode) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeSrid** +  //​targetShape//​ 
-  * **Type**:Int32 +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **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** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{wiki:PublicMethod.gif|}} GetShortestLineTo(Feature,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetAccuratePerimeter(String,​DistanceUnit,​DistanceCalculationMode) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeProj4ProjectionParameters** +  //​targetFeature//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **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** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{wiki:PublicMethod.gif|}} GetClosestPointTo(BaseShape,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetArea(GeographyUnit,​AreaUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeUnit** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**returningUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetBoundingBox() === +** {{wiki:​PublicMethod.gif|}} GetClosestPointTo(Feature,​GeographyUnit**
-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:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-=== GetCenterPoint() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-=== GetClosestPointTo(BaseShape,​GeographyUnit) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +** {{wiki:PublicMethod.gif|}} GetCenterPoint() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​=
-=== GetClosestPointTo(Feature,​GeographyUnit) ​=== +<div newline></​div>​ 
-N/A +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​GeographyUnit,​DistanceUnit**
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetFeature** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**shapeUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== GetConvexHull() === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit**
-=== GetCrossing(BaseShape=== +
-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:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetDifference(Feature) === +  * //distance/
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​quadrantSegments//​ 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:Int32 
-  * **Description**:N/A+    * 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]] +  * //​distanceUnit//​ 
-=== GetDifference(AreaBaseShape) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +** {{wiki:PublicMethod.gif|}} Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Double +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:​Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​quadrantSegments//​ 
-**targetFeature*+    * Type:Int32 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**shapeUnit** +  ​//​bufferCapType//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-=== GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Double +** {{wiki:PublicMethod.gif|}} GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Double 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== GetFeature(IDictionary<​String,​String>​) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**columnValues** +** {{wiki:PublicMethod.gif|}} GetDistanceTo(Feature,GeographyUnit,​DistanceUnit) ​**
-  * **Type**:IDictionary<​String,String>​ +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetFeature() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Type:Double 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​targetFeature//​ 
-=== GetGeoJson() === +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​distanceUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-=== GetHashCode() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Int32 +** {{wiki:PublicMethod.gif|}} Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetIntersection(Feature) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​fromPoint//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​toPoint//​ 
-=== GetIntersection(AreaBaseShape) === +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​fromUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//toUnit// 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetPerimeter(GeographyUnit,​DistanceUnit) ​=== +** {{wiki:​PublicMethod.gif|}} Register(Feature,​Feature,​DistanceUnit,​GeographyUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**shapeUnit** +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**returningUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​fromPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​toPoint//​ 
-=== GetShortestLineTo(Feature,​GeographyUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​fromUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//toUnit// 
-**targetFeature*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:PublicMethod.gif|}} Validate(ShapeValidationMode) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetShortestLineTo(BaseShape,​GeographyUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //​validationMode//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:PublicMethod.gif|}} IsDisjointed(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetSymmetricalDifference(Feature) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetSymmetricalDifference(AreaBaseShape=== +** {{wiki:​PublicMethod.gif|}} IsDisjointed(Feature**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetType() === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Type +** {{wiki:PublicMethod.gif|}} Intersects(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetWellKnownBinary(RingOrder) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Byte[] +  * 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>​ 
-=== GetWellKnownBinary(RingOrder,​WkbByteOrder=== +** {{wiki:​PublicMethod.gif|}} Intersects(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+
  
-**byteOrder** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetWellKnownBinary(WkbByteOrder=== +** {{wiki:​PublicMethod.gif|}} Touches(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Byte[] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**byteOrder** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetWellKnownBinary() === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Byte[] +** {{wiki:PublicMethod.gif|}} Touches(Feature) ​**
-  ​* **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** +  //​targetFeature//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetWellKnownText() === +** {{wiki:​PublicMethod.gif|}} Crosses(BaseShape**
-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]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Crosses(Feature**
-=== Intersects(BaseShape=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Intersects(Feature) === +  * //​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// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //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 +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} IsWithin(Feature**
-  * **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** +  //​targetFeature//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== IsTopologicallyEqual(BaseShape) ​=== +** {{wiki:​PublicMethod.gif|}} Contains(BaseShape) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== IsTopologicallyEqual(Feature) === +  * //​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|}} Contains(Feature) ​**
-  ​* **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 == 
-=== IsWithin(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// 
-=== IsWithin(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>​ 
-=== LoadFromWellKnownData(String=== +** {{wiki:​PublicMethod.gif|}} Overlaps(Feature**
-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[]) === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} IsTopologicallyEqual(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**wellKnownBinary** +== Remarks ​== 
-  * **Type**:​Byte[] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Overlaps(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|}} IsTopologicallyEqual(Feature) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Overlaps(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>​ 
-=== Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit=== +** {{wiki:​PublicMethod.gif|}} GetFeature() **
-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:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**toPoint** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetFeature(IDictionary<​String,​String>​) ​**
  
-**fromUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**toUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) === +  * //​columnValues/​
-N/A +    * Type:​IDictionary<​String,​String>​ 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:PublicMethod.gif|}} GetCrossing(BaseShape**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**fromPoint** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **Description**:​N/A+
  
-**toPoint** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**fromUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-**toUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:PublicMethod.gif|}} ScaleTo(Double) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== RemoveVertex(Vertex,​RingShape) === +== Remarks == 
-This method removes the selected vertex from ring shape. +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Void 
-  ​* **Description**:If remove sucess it will return true, otherwise return false.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**selectedVertex** +  //scale// 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +    * Type:Double 
-  * **Description**:The selected vertex must be a vertex of ring shape, otherwise it will return false and ring shape will keep the same.+    * Description:​N/A
  
-**ringShape** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +** {{wiki:PublicMethod.gif|}} ToString() ​**
-  ​* **Description**:​The line shape will be removed one vertex.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== RemoveVertex(Vertex) === +== Remarks == 
-This method removes the selected vertex from ring shape. +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:String 
-  ​* **Description**:If remove sucess it will return true, otherwise return false.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**selectedVertex** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
-  ​* **Description**:​The selected vertex must be a vertex of ring shape, otherwise it will return false and ring shape will keep the same.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== ReversePoints() === +== Remarks == 
-This method reverses the order of the points in the ring. +  * //N/A//
-==== Remarks ​==== +
-None+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //obj/
-=== Rotate(PointShape,​Single) === +    * Type:Object 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**pivotPoint** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**degreeAngle** +== Return Value == 
-  ​* **Type**:Single +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ScaleDown(Double) === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}} GetType() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**percentage** +  * Type:Type 
-  ​* **Type**:Double +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ScaleTo(Double) === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} RemoveVertex(Vertex,​RingShape) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method removes the selected vertex from ring shape.// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**scale** +  * Type:Boolean 
-  ​* **Type**:Double +  * Description:​If remove sucess it will return true, otherwise return false.
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ScaleUp(Double) === +  * //​selectedVertex/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-==== Remarks ==== +    * Description:​The selected vertex must be a vertex of ring shape, otherwise it will return false and ring shape will keep the same.
-N/A+
  
-**Return Value** +  ​//​ringShape//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  * **Description**:N/A+    * Description:​The line shape will be removed one vertex.
  
-==== Parameters ​==== +<div newline></​div>​ 
-**percentage** +==== Protected Methods ​==== 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} GetWellKnownTypeCore() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //This method returns the well-known type for the shape./
-=== Simplify(Double,​SimplificationType) === +== Remarks == 
-N/A +  * //None//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-  ​* **Description**:N/A+  * Description:​This method returns the well-known type for the shape.
  
-==== Parameters ​==== +== Parameters == 
-**tolerance** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ​**
-  ​* **Description**:​N/​A+
  
-**simplificationType** +  ​//This method returns a complete copy of the shape without any references in common.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +== 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.//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType) === +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-N/A +  * Description:​This method returns a complete copy of the shape without any references in common.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} GetPerimeterCore(GeographyUnit,​DistanceUnit) ​**
  
-==== Parameters ==== +  * //This method returns the perimeter of the shape, defined as the sum of the lengths of all its sides.// 
-**shapeUnit** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //You would use this method to find the distance around the area shape.//
-  * **Description**:​N/A+
  
-**tolerance** +== Return Value == 
-  ​* **Type**:Double +  * Type:​Double 
-  ​* **Description**:N/A+  * Description:​The return unit is based on the LengthUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit.
  
-**toleranceUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​shapeUnit//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
  
-**simplificationType** +  ​//​returningUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This is the DistanceUnit you would like to use as the return value. For example, if you select miles as your returningUnit,​ then the distance will be returned in miles.
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToPolygon() === +** {{wiki:​ProtectedMethod.gif|}} GetAreaCore(GeographyUnit,​AreaUnit**
-This method returns the current shape as a PolygonShape. +
-==== Remarks ==== +
-This method is mainly used to convert this GIS non-standard shape to a GIS standard shape.+
  
-**Return Value** +  ​//This method returns the area of the shape, defined as the size of the region enclosed by the figure.// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] +== Remarks == 
-  * **Description**:​This ​method ​returns ​the current ​shape as a PolygonShape.+  * //You would use this method ​to find the area inside ​the shape.//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Double 
-=== ToString() === +  * Description:​The return unit is based on the AreaUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //​shapeUnit//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
  
-==== Parameters ==== +  * //​returningUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-=== Touches(BaseShape) === +    * Description:​This is the AreaUnit you would like to use as the return value. For example, if you select square miles as your returningUnit,​ then the distance will be returned in square miles.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:ProtectedMethod.gif|}} ScaleUpCore(Double) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method increases the size of the area shape by the percentage given in the percentage parameter.//​ 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //This method is useful when you would like to increase the size of the shapeNote that a larger percentage will scale the shape up faster, as you are applying the operation multiple timesThere is also a ScaleDown method that will shrink the shape.//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Touches(Feature) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​percentage//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​This is the percentage by which to increase the shape'​s size.
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:ProtectedMethod.gif|}} ScaleDownCore(Double) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //This method decreases the size of the area shape by the percentage given in the percentage parameter./
-=== TranslateByDegree(Double,​Double) === +== Remarks == 
-N/A +  * //None//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​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.
  
-==== Parameters ​==== +== Parameters == 
-**distance** +  //​percentage//​ 
-  * **Type**:Double +    * Type:​Double 
-  * **Description**:N/A+    * Description:​This is the percentage by which to decrease the shape'​s size.
  
-**angleInDegrees** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //This method calculates the smallest RectangleShape that encompasses the entire geometry./
-=== TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit) === +== 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.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * 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 == 
-**distance** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-**angleInDegrees** +  ​//This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.//​ 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //​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.//​
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.
  
-**distanceUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​fromPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter is the anchor PointShape in the coordinate of origin.
  
-[[#Public Methods|Go Back]] +  * //​toPoint//​ 
-=== TranslateByOffset(Double,​Double) === +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-N/A +    * Description:​This parameter is the anchor PointShape in the coordinate of destination.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​fromUnit//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This parameter is the DistanceUnit of the coordinate of origin.
  
-==== Parameters ==== +  ​//toUnit// 
-**xOffsetDistance*+    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:Double +    * Description:​This parameter is the GeographyUnit of the coordinate of destination.
-  * **Description**:N/A+
  
-**yOffsetDistance** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //This method moves the base shape from one location to anotherbased on an X and Y offset distance./
-=== TranslateByOffset(Double,Double,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-N/A +  * //This method moves the base shape from one location to another, based on an X and Y offset distance. With this overload, it is important to note that the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of 1 and a Y offset of 1, you're going to move this shape 1 unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles to on the X axis and 3 miles on the Y axis.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**xOffsetDistance** +  //xOffsetDistance// 
-  * **Type**:Double +    * Type:​Double 
-  * **Description**:N/A+    * Description:​This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.
  
-**yOffsetDistance** +  ​//yOffsetDistance// 
-  * **Type**:Double +    * Type:​Double 
-  * **Description**:N/A+    * Description:​This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.
  
-**shapeUnit** +  ​//shapeUnit// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
  
-**distanceUnit** +  ​//distanceUnit// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This is the DistanceUnit you would like to use as the measure for the move. For example, if you select miles as your distanceUnit,​ then the xOffsetDistance and yOffsetDistance will be calculated in miles.
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Union(Feature=== +** {{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.MultipolygonShape|MultipolygonShape]] +== 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 == 
-**targetFeature** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Union(AreaBaseShape) === +  * //distance/
-N/A +    * Type:Double 
-==== Remarks ==== +    * 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.
-N/A+
  
-**Return Value** +  ​//​angleInDegrees//​ 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​A ​number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.
  
-==== Parameters ==== +  ​//​shapeUnit//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-=== Validate(ShapeValidationMode) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​This is the DistanceUnit you would like to use as the measure for the move. For example, if you select miles as your distanceUnit,​ then the xOffsetDistance and yOffsetDistance will be calculated in miles.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +** {{wiki:ProtectedMethod.gif|}} RotateCore(PointShape,​Single) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method rotates the shape a number of degrees based on a pivot point.// 
-**validationMode** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +  * //This method rotates the shape a number of degrees based on a pivot pointBy placing the pivot point in the center of the shape, you can achieve in-place rotationBy moving the pivot point outside of the center of the shape, you can translate the shape in a circular motionMoving the pivot point further outside of the center will make the circular area larger.//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-===== Protected Methods ===== +  * Type:Void 
-=== BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * //​pivotPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​The pivotPoint represents the center of rotation.
  
-==== Parameters ==== +  ​//​degreeAngle//​ 
-**distance*+    * Type:Single 
-  * **Type**:Double +    * Description:​The number of degrees of rotation required from 0 to 360.
-  * **Description**:N/A+
  
-**quadrantSegments** +<div newline></​div>​ 
-  * **Type**:Int32 +** {{wiki:ProtectedMethod.gif|}} GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-**bufferCapType** +  ​//This method computes the distance between the current shape and the targetShape.//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] +== Remarks == 
-  * **Description**:​N/A+  * //In this method, we compute the closest distance between the two shapesThe returned unit will be in the unit of distance specified.//
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Double 
-  ​* **Description**:N/A+  * Description:​The return type is the distance between this shape and the targetShape in the GeographyUnit of the shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.
  
-**distanceUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the distance to.
  
-[[#Protected Methods|Go Back]] +  * //​shapeUnit//​ 
-=== CloneDeepCore() === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-This method returns a complete copy of the shape without any references in common. +    * Description:​The GeographUnit ​of the targetShape.
-==== Remarks ==== +
-When you override this method, you need to ensure that there are no references in common between the original and the copy.+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:This method returns a complete copy of the shape without any references in common.+    * Description:​The DistanceUnit ​of the returned value.
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetClosestPointToCore(BaseShape,​GeographyUnit**
-=== ContainsCore(BaseShape) ​=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method returns the point of the current shape that is closest to the target shape.// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //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.//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​A ​PointShape representing the closest point of the current shape to the targetShape.
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== CrossesCore(BaseShape) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​The shape you are trying to find the closest point to.
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} GetWellKnownTextCore(RingOrder) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //This method returns the well-known text representation of this shape./
-=== Finalize() === +== Remarks == 
-N/A +  * //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)))//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:String 
-  ​* **Description**:N/A+  * Description:​This method returns a string that represents the shape in well-known text.
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //​outerRingOrder//​ 
-=== GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode) === +    * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Double +** {{wiki:ProtectedMethod.gif|}} GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method returns a byte array that represents the shape in well-known binary.// 
-**shapeProj4ProjectionParameters** +== Remarks ​== 
-  * **Type**:​String +  * //This method returns a byte array that represents the shape in well-known binary. Well-known binary allows you to describe a geometry as a binary array. Well-known binary is useful when you want to save a geometry in an efficient format using as little space as possible. An alternative to well-known binary is well-known text, which is a textual representation of a geometry object. We have methods that work with well-known text as well.//
-  * **Description**:​N/A+
  
-**returningUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]+  * Type:Byte[] 
-  ​* **Description**:N/A+  * Description:​This method returns a byte array that represents the shape in well-known binary.
  
-**distanceCalculationMode** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * //​outerRingOrder//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/​A
  
-[[#Protected Methods|Go Back]] +  * //​byteOrder//​ 
-=== GetAccuratePerimeterCore(String,​DistanceUnit,​DistanceCalculationMode) === +    * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-N/A +    * Description:​This parameter specifies whether the byte order is big- or little-endian.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Double +** {{wiki:ProtectedMethod.gif|}} LoadFromWellKnownDataCore(String) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method hydrates the current shape with its data from well-known text.// 
-**shapeProj4ProjectionParameters** +== Remarks ​== 
-  * **Type**:​String +  * //None//
-  * **Description**:​N/A+
  
-**returningUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​None
  
-**distanceCalculationMode** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * //​wellKnownText//​ 
-  * **Description**:N/A+    ​* Type:String 
 +    * Description:​This parameter is the well-known text you will use to hydrate your object.
  
-[[#Protected Methods|Go Back]+<div newline></​div>​ 
-=== GetAreaCore(GeographyUnit,​AreaUnit=== +** {{wiki:​ProtectedMethod.gif|}} LoadFromWellKnownDataCore(Byte[]) **
-This method returns the area of the shape, defined as the size of the region enclosed by the figure. +
-==== Remarks ==== +
-You would use this method to find the area inside the shape.+
  
-**Return Value** +  ​//This method hydrates the current shape with its data from well-known binary.// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​The return unit is based on the AreaUnit you specify in the returningUnit parameter, regardless of the shape'​s 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.//
  
-==== Parameters ==== +== Return Value == 
-**shapeUnit** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Description:​None
-  ​* **Description**:This is the GeographyUnit of the shape you are performing the operation on.+
  
-**returningUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]+  * //​wellKnownBinary//​ 
-  * **Description**:This is the AreaUnit you would like to use as the return value. For example, if you select square miles as your returningUnit,​ then the distance will be returned in square miles.+    ​* Type:Byte[] 
 +    * Description:​This ​parameter ​is the well-known binary used to populate ​the shape.
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetBoundingBoxCore() === +** {{wiki:​ProtectedMethod.gif|}} ValidateCore(ShapeValidationMode**
-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.+
  
-**Return Value** +  ​//This method returns a ShapeValidationResult based on a series of tests.// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:​The RectangleShape returned ​is the smallest RectangleShape ​that can encompass ​the entire geometry.+  * //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 ShapeValidationModeOne 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.//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-=== GetCenterPointCore() === +  * Description:​This method returns a ShapeValidationResult based on a series of tests.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //​validationMode//​ 
-  * **Description**:N/A+    ​* 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.
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} IsCounterClockwise() **
-=== GetClosestPointToCore(BaseShape,​GeographyUnit=== +
-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** +  ​//Tests whether a ring is oriented counter-clockwise.// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +== Remarks == 
-  * **Description**:​PointShape representing the closest point of the current shape to the targetShape.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​Returns true if ring is oriented counter-clockwise.
-  ​* **Description**:The shape you are trying to find the closest point to.+
  
-**shapeUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +<div newline></​div>​ 
-  ​* **Description**:​This is the GeographicUnit of the shape you are performing the operation on.+** {{wiki:ProtectedMethod.gif|}} ReversePointsCore() ​**
  
-[[#​Protected Methods|Go Back]] +  * //This method reverses the order of the points in the ring./
-=== GetConvexHullCore() === +== Remarks == 
-N/A +  * //None//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetCrossingCore(BaseShape=== +** {{wiki:​ProtectedMethod.gif|}} IsSelSelfIntersecting() **
-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:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetDifferenceCore(AreaBaseShape) === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} GetAccuratePerimeterCore(String,​DistanceUnit,​DistanceCalculationMode) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Double 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) === +  * //​shapeProj4ProjectionParameters//​ 
-This method computes the distance between the current shape and the targetShape. +    * Type:String 
-==== Remarks ==== +    * Description:​N/​A
-In this method, we compute the closest distance between the two shapes. The returned unit will be in the unit of distance specified.+
  
-**Return Value** +  ​//​returningUnit//​ 
-  **Return ​Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:The return type is the distance between this shape and the targetShape in the GeographyUnit of the shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.+    * Description:​N/A
  
-==== Parameters ==== +  ​//​distanceCalculationMode//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/A
-  * **Description**:The shape you are trying to find the distance to.+
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode) ​**
-  ​* **Description**:​The GeographUnit of the targetShape.+
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​The DistanceUnit of the returned value.+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetGeoJsonCore() === +  * Type:Double 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //​shapeProj4ProjectionParameters//​ 
-  * **Description**:N/A+    ​* Type:​String 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​returningUnit//​ 
-[[#Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-=== GetIntersectionCore(AreaBaseShape) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceCalculationMode//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} GetConvexHullCore() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== GetPerimeterCore(GeographyUnit,​DistanceUnit) === +== Remarks == 
-This method returns the perimeter of the shape, defined as the sum of the lengths of all its sides. +  * //N/A//
-==== Remarks ​==== +
-You would use this method to find the distance around the area shape.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  ​* **Description**:The return unit is based on the LengthUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetIntersectionCore(AreaBaseShape) ​**
-  ​* **Description**:​This is the GeographyUnit of the shape you are performing the operation on.+
  
-**returningUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This is the DistanceUnit you would like to use as the return value. For example, if you select miles as your returningUnit,​ then the distance will be returned in miles.+  * //N/A//
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== GetShortestLineToCore(BaseShape,​GeographyUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} UnionCore(AreaBaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== GetSymmetricalDifferenceCore(AreaBaseShape) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} GetDifferenceCore(AreaBaseShape**
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) === +== Remarks == 
-This method returns a byte array that represents the shape in well-known binary. +  * //N/A//
-==== Remarks ​==== +
-This method returns a byte array that represents the shape in well-known binary. Well-known binary allows you to describe a geometry as a binary array. Well-known binary is useful when you want to save a geometry in an efficient format using as little space as possible. An alternative to well-known binary is well-known text, which is a textual representation of a geometry object. We have methods that work with well-known text as well.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Byte[] +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]
-  ​* **Description**:This method returns a byte array that represents the shape in well-known binary.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**outerRingOrder** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**byteOrder** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +** {{wiki:ProtectedMethod.gif|}} GetSymmetricalDifferenceCore(AreaBaseShape) ​**
-  ​* **Description**:​This parameter specifies whether the byte order is big- or little-endian.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== GetWellKnownTextCore(RingOrder) === +== Remarks == 
-This method returns the well-known text representation of this shape. +  * //N/A//
-==== Remarks ​==== +
-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)))+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:This method returns a string that represents the shape in well-known text.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**outerRingOrder** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetWellKnownTypeCore() === +** {{wiki:​ProtectedMethod.gif|}} SimplifyCore(Double,​SimplificationType**
-This method returns the well-known type for the shape. +
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] +== Remarks == 
-  * **Description**:​This method returns the well-known type for the shape.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-=== IntersectsCore(BaseShape) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​tolerance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​simplificationType//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== IsDisjointedCore(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 ​== 
-=== IsTopologicallyEqualCore(BaseShape) === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} GetShortestLineToCore(BaseShape,​GeographyUnit) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== IsWithinCore(BaseShape) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-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|}} GetCenterPointCore() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== LoadFromWellKnownDataCore(Byte[]) === +== Remarks == 
-This method hydrates the current shape with its data from well-known binary. +  * //N/A//
-==== Remarks ​==== +
-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.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:None+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**wellKnownBinary** +<div newline></​div>​ 
-  * **Type**:Byte[] +** {{wiki:ProtectedMethod.gif|}} BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​This parameter is the well-known binary used to populate the shape.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== LoadFromWellKnownDataCore(String) === +== Remarks == 
-This method hydrates the current shape with its data from well-known text. +  * //N/A//
-==== Remarks ​==== +
-None+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:None+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**wellKnownText** +  //​distance//​ 
-  * **Type**:String +    * Type:Double 
-  * **Description**:This parameter is the well-known text you will use to hydrate your object.+    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +  * //​quadrantSegments/​
-=== MemberwiseClone() === +    * Type:Int32 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​bufferCapType//​ 
-  **Return ​Type**:Object +    * Type:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​shapeUnit//​ 
-[[#Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-=== OverlapsCore(BaseShape) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} IsDisjointedCore(BaseShape**
-  * **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:Boolean 
-  ​* **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** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:This parameter is the anchor PointShape in the coordinate of origin.+    * Description:​N/A
  
-**toPoint** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +** {{wiki:ProtectedMethod.gif|}} IntersectsCore(BaseShape) ​**
-  ​* **Description**:​This parameter is the anchor PointShape in the coordinate of destination.+
  
-**fromUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This parameter is the DistanceUnit of the coordinate of origin.+  * //N/A//
  
-**toUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Boolean 
-  ​* **Description**:This parameter is the GeographyUnit of the coordinate of destination.+  * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== ReversePointsCore() === +  * //​targetShape//​ 
-This method reverses the order of the points in the ring+    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/​A
-None+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} TouchesCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== RotateCore(PointShape,​Single) === +  * //N/A//
-This method rotates the shape a number of degrees based on a pivot point. +
-==== Remarks ​==== +
-This method rotates the shape 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** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**pivotPoint** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:The pivotPoint represents the center of rotation.+    * Description:​N/A
  
-**degreeAngle** +<div newline></​div>​ 
-  * **Type**:Single +** {{wiki:ProtectedMethod.gif|}} CrossesCore(BaseShape) ​**
-  ​* **Description**:​The number of degrees of rotation required from 0 to 360.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== SEM=(RingShape,​Double,​Double,​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 == 
-**targetRingShape** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**multiplicator** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} IsWithinCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-**centerX** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**centerY** +== Return Value == 
-  ​* **Type**:Double +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== ScaleDownCore(Double) === +  * //​targetShape//​ 
-This method decreases the size of the area shape by the percentage given in the percentage parameter+    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/​A
-None+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} ContainsCore(BaseShape) ​**
-  ​* **Description**:​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.+
  
-==== Parameters ==== +  * //N/A// 
-**percentage** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​This is the percentage by which to decrease the shape'​s size.+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== ScaleToCore(Double) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**scale** +** {{wiki:ProtectedMethod.gif|}} OverlapsCore(BaseShape) ​**
-  * **Type**:Double +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== ScaleUpCore(Double) === +== Remarks == 
-This method increases the size of the area shape by the percentage given in the percentage parameter. +  * //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** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**percentage** +  //​targetShape//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:This is the percentage by which to increase the shape'​s size.+    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== SimplifyCore(Double,​SimplificationType=== +** {{wiki:​ProtectedMethod.gif|}} IsTopologicallyEqualCore(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**tolerance** +  * Type:Boolean 
-  ​* **Type**:Double +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**simplificationType** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== TUM=() === +** {{wiki:​ProtectedMethod.gif|}} GetCrossingCore(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-=== TkM=() === +  * Description:​N/A
-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>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ScaleToCore(Double**
-=== TouchesCore(BaseShape=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit) === +  * //scale// 
-This method moves the base shape from one location to another, based on a distance and a direction in degrees. +    * Type:Double 
-==== Remarks ==== +    * Description:​N/​A
-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** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**distance** +== Remarks ​== 
-  * **Type**:​Double +  * //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** +== Return Value == 
-  ​* **Type**:Double +  * Type:Void 
-  ​* **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
  
-**shapeUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +<div newline></​div>​ 
-  ​* **Description**:​This is the GeographicUnit of the shape you are performing the operation on.+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This is the DistanceUnit you would like to use as the measure for the move. For example, if you select miles as your distanceUnit,​ then the xOffsetDistance and yOffsetDistance will be calculated in miles.+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) === +  * Type:Object 
-This method moves the base shape from one location to another, based on an X and Y offset distance. +  * Description:​N/​A
-==== Remarks ==== +
-This method moves the base shape from one location to another, based on an X and Y offset distance. With this overload, it is important to note that the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of 1 and a Y offset of 1, you're going to move this shape 1 unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles to on the X axis and 3 miles on the Y axis.+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}}{{wiki:​Static.gif|}} ScaleOneRing(RingShape,​Double,​Double,​Double) ​**
  
-==== Parameters ==== +  * //N/A// 
-**xOffsetDistance** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.+
  
-**yOffsetDistance** +== Return Value == 
-  ​* **Type**:Double +  * Type:Void 
-  ​* **Description**:This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.+  * Description:​N/A
  
-**shapeUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​targetRingShape//​ 
-  * **Description**:This is the GeographicUnit of the shape you are performing the operation on.+    ​* Type:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
 +    * Description:​N/A
  
-**distanceUnit** +  ​//​multiplicator//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:Double 
-  * **Description**:This is the DistanceUnit you would like to use as the measure for the move. For example, if you select miles as your distanceUnit,​ then the xOffsetDistance and yOffsetDistance will be calculated in miles.+    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +  * //centerX/
-=== UnionCore(AreaBaseShape) === +    * Type:Double 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//centerY// 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ​==== +<div newline></​div>​ 
-**targetShape** +==== Public Properties ​==== 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +** {{wiki:PublicProperty.gif|}} Vertices ​**
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property is the collection ​of points that make up the RingShape
-=== 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 shape. In this way, we are able to verify the integrity of the shape itself. If 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.Vertex|Vertex]]>
- +
-**Return Value** +
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +
-  * **Description**:​This method returns a ShapeValidationResult based on a series of tests.+
  
-==== Parameters ==== +** {{wiki:PublicProperty.gif|}} Id **
-**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 === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:String 
 + 
 +** {{wiki:PublicProperty.gif|}} Tag **
  
-[[#Public Properties|Go Back]] 
-=== Id === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:Object 
 + 
 +** {{wiki:PublicProperty.gif|}} CanRotate **
  
-[[#Public Properties|Go Back]] 
-=== Tag === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Object +  * Type:Boolean
- +
-[[#Public Properties|Go Back]] +
-=== Vertices === +
-This property is the collection of points that make up the RingShape. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:Collection<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​+
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.ringshape.1442486332.txt.gz · Last modified: 2015/09/17 10:38 by admin