User Tools

Site Tools


thinkgeo.mapsuite.core.multipolygonshape

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.multipolygonshape [2015/09/17 10:36]
admin
thinkgeo.mapsuite.core.multipolygonshape [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.MultipolygonShape ====== ====== ThinkGeo.MapSuite.Core.MultipolygonShape ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents one or more polygons. This class represents one or more polygons.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 7: Line 10:
         ***ThinkGeo.MapSuite.Core.MultipolygonShape**         ***ThinkGeo.MapSuite.Core.MultipolygonShape**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} MultipolygonShape() **
-**{{wiki:​PublicMethod.gif|}}[[#MultipolygonShape()|MultipolygonShape]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates the PolygonShape. +
-</​div>​+
  
-<​div ​class_table+  * //This constructor creates the PolygonShape.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#MultipolygonShape(IEnumerable<​PolygonShape>​)|MultipolygonShape]]** +== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]]>​ +  * //None// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} MultipolygonShape(IEnumerable<​PolygonShape>​) **
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​MultipolygonShape(String)|MultipolygonShape]]*+== Remarks == 
-  * **Parameters**:​String +  * //N/A// 
-  * **DeclaringType**:​N/A +== Parameters == 
-  * **Summary**:This constructor creates the MultipolygonShape+  * //​polygons//​ 
-</div>+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]]>​ 
 +    * Description:​N/A
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#MultipolygonShape(Byte[])|MultipolygonShape]]** +** {{wiki:​PublicMethod.gif|}} MultipolygonShape(String) **
-  * **Parameters**:​Byte[] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates the MultipolygonShape. +
-</​div>​+
  
-=== Protected Constructors === +  * //This constructor creates the MultipolygonShape.//​ 
-=== 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|}} ​MultipolygonShape(Byte[]**
-  * **Parameters**:​Double,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  ​* **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This constructor creates the MultipolygonShape.// 
-**{{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|}} ​RemoveVertex(Vertex) **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method removes the selected vertex from multipolygon shape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Contains(Feature)|Contains]]** +== 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|}}[[#​Contains(BaseShape)|Contains]]** +  * Type:Boolean 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:If remove sucess it will return true, otherwise return false.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Crosses(Feature)|Crosses]]** +  //​selectedVertex//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:The selected vertex must be a vertex of multipolygon shape, otherwise it will return false and multipolygon shape will keep the same.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Crosses(BaseShape)|Crosses]]** +** {{wiki:​PublicMethod.gif|}} ​ToMultiLineShape() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]*+== Remarks == 
-  * **Parameters**:​Object +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode)|GetAccurateArea]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Parameters**:String,[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[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|}}[[#​GetAccurateArea(Int32,AreaUnit,​DistanceCalculationMode)|GetAccurateArea]]** +<​div ​newline></​div
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{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|}}[[#​GetAccuratePerimeter(String,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeter]]*+== 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:​PublicMethod.gif|}}[[#​GetAccuratePerimeter(Int32,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeter]]** +  * Type:Double 
-  * **Parameters**:Int32,​[[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]]** +  * //​shapeSrid//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +    Type:Int32 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** +    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​distanceCalculationMode//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCenterPoint()|GetCenterPoint]]** +    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|}}[[#​GetClosestPointTo(BaseShape,GeographyUnit)|GetClosestPointTo]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccuratePerimeter(String,DistanceUnit,​DistanceCalculationMode) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(Feature,​GeographyUnit)|GetClosestPointTo]]*+== 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|}}[[#​GetConvexHull()|GetConvexHull]]** +  * Type:Double 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCrossing(BaseShape)|GetCrossing]]** +  * //​shapeProj4ProjectionParameters//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:String 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDifference(AreaBaseShape)|GetDifference]]*+    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>​ +  ​//​distanceCalculationMode//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDifference(Feature)|GetDifference]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(Feature,GeographyUnit,​DistanceUnit)|GetDistanceTo]]** +** {{wiki:​PublicMethod.gif|}} ​GetPerimeter(GeographyUnit,​DistanceUnit) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[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|}}[[#​GetFeature()|GetFeature]]** +  * 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|}}[[#​GetFeature(IDictionary<​String,​String>​)|GetFeature]]** +  * //​shapeUnit//​ 
-  * **Parameters**:​IDictionary<​String,​String>​ +    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|}}[[#​GetGeoJson()|GetGeoJson]]** +    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **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|}}[[#​GetHashCode()|GetHashCode]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccurateArea(Int32,​AreaUnit,​DistanceCalculationMode) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetIntersection(AreaBaseShape)|GetIntersection]]*+== 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|}}[[#​GetIntersection(Feature)|GetIntersection]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetPerimeter(GeographyUnit,​DistanceUnit)|GetPerimeter]]** +  * //​shapeSrid//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Type:Int32 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(Feature,​GeographyUnit)|GetShortestLineTo]]*+    Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **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|}}[[#​GetShortestLineTo(BaseShape,​GeographyUnit)|GetShortestLineTo]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **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+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetSymmetricalDifference(Feature)|GetSymmetricalDifference]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetSymmetricalDifference(AreaBaseShape)|GetSymmetricalDifference]]*+== 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|}}[[#​GetType()|GetType]]** +  * Type:Double 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder)|GetWellKnownBinary]]** +  * //​shapeProj4ProjectionParameters//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    Type:String 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder,​WkbByteOrder)|GetWellKnownBinary]]*+    Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​distanceCalculationMode//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(WkbByteOrder)|GetWellKnownBinary]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary()|GetWellKnownBinary]]** +** {{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|}}[[#​GetWellKnownText(RingOrder)|GetWellKnownText]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText()|GetWellKnownText]]** +  * 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|}}[[#​GetWellKnownType()|GetWellKnownType]]** +  * //​shapeUnit//​ 
-  * **Parameters**:​N/A +    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|}}[[#​Intersects(Feature)|Intersects]]*+    Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(BaseShape)|Intersects]]** +** {{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|}}[[#​IsDisjointed(BaseShape)|IsDisjointed]]*+== 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|}}[[#​IsDisjointed(Feature)|IsDisjointed]]** +  * 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|}}[[#​IsTopologicallyEqual(Feature)|IsTopologicallyEqual]]** +  * //​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|}}[[#​IsTopologicallyEqual(BaseShape)|IsTopologicallyEqual]]** +** {{wiki:​PublicMethod.gif|}} ​ScaleDown(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|}}[[#​IsWithin(BaseShape)|IsWithin]]*+== 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|}}[[#​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|}}[[#​LoadFromWellKnownData(Byte[])|LoadFromWellKnownData]]** +  * //​percentage//​ 
-  * **Parameters**:​Byte[] +    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|}} ​GetConvexHull() **
-  * **Parameters**:​String +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Overlaps(Feature)|Overlaps]]*+== 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|}}[[#​Overlaps(BaseShape)|Overlaps]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  * **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|}}[[#Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|Register]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:​PublicMethod.gif|}} ​GetIntersection(AreaBaseShape) **
-  * **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|}}[[#​RemoveVertex(Vertex)|RemoveVertex]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method removes the selected vertex from multipolygon shape. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​RemoveVertex(Vertex,​MultipolygonShape)|RemoveVertex]]** +  //​targetShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]],​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method removes the selected vertex from multipolygon shape. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Rotate(PointShape,​Single)|Rotate]]** +** {{wiki:​PublicMethod.gif|}} ​GetIntersection(Feature) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleDown(Double)|ScaleDown]]*+== Remarks == 
-  * **Parameters**:​Double +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleTo(Double)|ScaleTo]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​Double +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleUp(Double)|ScaleUp]]** +  * //​targetFeature//​ 
-  * **Parameters**:​Double +    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|}}[[#Simplify(Double,​SimplificationType)|Simplify]]** +** {{wiki:​PublicMethod.gif|}} ​Union(AreaBaseShape) **
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType)|Simplify]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Double,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#​ToMultiLineShape()|ToMultiLineShape]]** +  Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** +  //​targetShape//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​Object +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Touches(BaseShape)|Touches]]** +** {{wiki:​PublicMethod.gif|}} ​Union(Feature) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(Feature)|Touches]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegree]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double)|TranslateByDegree]]** +  * //​targetFeature//​ 
-  * **Parameters**:​Double,​Double +    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|}}[[#​TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffset]]** +** {{wiki:​PublicMethod.gif|}} ​GetDifference(AreaBaseShape) **
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double)|TranslateByOffset]]*+== Remarks == 
-  * **Parameters**:​Double,​Double +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Union(AreaBaseShape)|Union]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **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|}}[[#​Union(Feature)|Union]]** +  * //​targetShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    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|}}[[#Validate(ShapeValidationMode)|Validate]]** +** {{wiki:​PublicMethod.gif|}} ​GetDifference(Feature) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +  * //N/A// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|BufferCore]]** +  * //N/A//
-  * **Parameters**:​Double,​Int32,​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +  Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns a complete copy of the shape without any references in common. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ContainsCore(BaseShape)|ContainsCore]]** +  //​targetFeature//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​CrossesCore(BaseShape)|CrossesCore]]** +** {{wiki:PublicMethod.gif|}} ​GetSymmetricalDifference(AreaBaseShape) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode)|GetAccurateAreaCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:String,[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetAccuratePerimeterCore(String,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeterCore]]** +  * //​targetShape//​ 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    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:ProtectedMethod.gif|}}[[#​GetAreaCore(GeographyUnit,​AreaUnit)|GetAreaCore]]** +** {{wiki:PublicMethod.gif|}} ​GetSymmetricalDifference(Feature) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +
-  * **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>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method calculates the smallest RectangleShape that encompasses the entire geometry. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetCenterPointCore()|GetCenterPointCore]]** +  * Type:​[[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|}}[[#​GetClosestPointToCore(BaseShape,​GeographyUnit)|GetClosestPointToCore]]** +  //​targetFeature//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method returns the point of the current shape that is closest to the target shape. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetConvexHullCore()|GetConvexHullCore]]** +** {{wiki:PublicMethod.gif|}} ​Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetCrossingCore(BaseShape)|GetCrossingCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns the crossing points between the current shape and the passed-in target shape. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetDifferenceCore(AreaBaseShape)|GetDifferenceCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceToCore]]** +  //​shapeUnit//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method computes the distance between the current shape and the targetShape. +
-</​div>​+
  
-<div class_table>​ +  ​* //​tolerance//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetGeoJsonCore()|GetGeoJsonCore]]** +    Type:Double 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​toleranceUnit//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetIntersectionCore(AreaBaseShape)|GetIntersectionCore]]*+    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>​ +  ​//​simplificationType//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetPerimeterCore(GeographyUnit,​DistanceUnit)|GetPerimeterCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **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+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetShortestLineToCore(BaseShape,GeographyUnit)|GetShortestLineToCore]]** +** {{wiki:PublicMethod.gif|}} ​Simplify(Double,SimplificationType) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetSymmetricalDifferenceCore(AreaBaseShape)|GetSymmetricalDifferenceCore]]*+== 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|}}[[#​GetWellKnownBinaryCore(RingOrder,​WkbByteOrder)|GetWellKnownBinaryCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns a byte array that represents the shape in well-known binary. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownTextCore(RingOrder)|GetWellKnownTextCore]]** +  //​tolerance//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    Type:Double 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method returns the well-known text representation of this shape. +
-</​div>​+
  
-<div class_table>​ +  * //​simplificationType//​ 
-**{{wiki:ProtectedMethod.gif|}}[[#​GetWellKnownTypeCore()|GetWellKnownTypeCore]]** +    Type:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the well-known type for the shape. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​IntersectsCore(BaseShape)|IntersectsCore]]** +** {{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|}}[[#​IsDisjointedCore(BaseShape)|IsDisjointedCore]]*+== 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|}}[[#​IsTopologicallyEqualCore(BaseShape)|IsTopologicallyEqualCore]]** +  * 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|}}[[#​IsWithinCore(BaseShape)|IsWithinCore]]** +  * //​wellKnownText//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:String 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(String)|LoadFromWellKnownDataCore]]** +** {{wiki:PublicMethod.gif|}} ​GetWellKnownText() **
-  * **Parameters**:​String +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method hydrates the current shape with its data from well-known text. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(Byte[])|LoadFromWellKnownDataCore]]*+== Remarks == 
-  * **Parameters**:​Byte[] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method hydrates the current shape with its data from well known binary. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​OverlapsCore(BaseShape)|OverlapsCore]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:PublicMethod.gif|}} ​GetGeoJson() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|RegisterCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //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>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​RkE=(Double)|RkE=]]** +  * Type:String 
-  * **Parameters**:Double +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​RotateCore(PointShape,​Single)|RotateCore]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single +** {{wiki:PublicMethod.gif|}} ​GetWellKnownText(RingOrder) **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method rotates the shape a number of degrees based on a pivot point. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleDownCore(Double)|ScaleDownCore]]*+== Remarks == 
-  * **Parameters**:​Double +  * //N/A//
-  * **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>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleToCore(Double)|ScaleToCore]]** +  * Type:String 
-  * **Parameters**:Double +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​ScaleUpCore(Double)|ScaleUpCore]]** +  //​outerRingOrder//​ 
-  * **Parameters**:​Double +    ​Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method increases the size of the area shape by the percentage given in the percentage parameter. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​SimplifyCore(Double,​SimplificationType)|SimplifyCore]]** +** {{wiki:PublicMethod.gif|}} ​LoadFromWellKnownData(Byte[]**
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]+
-  ​* **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TouchesCore(BaseShape)|TouchesCore]]*+== 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|}}[[#​TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegreeCore]]** +  * Type:Void 
-  * **Parameters**:Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method moves the base shape from one location to another based on a direction in degrees and distance. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffsetCore]]** +  //​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 an X and Y offset distance. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​UnionCore(AreaBaseShape)|UnionCore]]** +** {{wiki:PublicMethod.gif|}} ​GetWellKnownBinary() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ValidateCore(ShapeValidationMode)|ValidateCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns a ShapeValidationResult based on a series of tests. +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:PublicProperty.gif|}}[[#​CanRotate|CanRotate]]** +  Type:Byte[] 
-  * **Return**:​Boolean +  * Description:N/A
-  * **Summary**:This property specifies whether the shape can be rotated.+
  
-**{{wiki:PublicProperty.gif|}}[[#Id|Id]]** +== Parameters == 
-  * **Return**:​String +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetWellKnownBinary(WkbByteOrder) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​Polygons|Polygons]]** +  ​//N/A// 
-  * **Return**:​Collection<​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]]>​ +== Remarks == 
-  * **Summary**:​This property is the collection of PolygonShapes that make up the MultipolygonShape.+  * //N/A//
  
-**{{wiki:PublicProperty.gif|}}[[#Tag|Tag]]** +== Return Value == 
-  * **Return**:​Object +  ​Type:Byte[] 
-  * **Summary**:N/A+  * Description:N/A
  
-=== Protected Properties === +== Parameters == 
-=== Public Events === +  * //byteOrder// 
-===== Public Constructors ===== +    * Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-=== MultipolygonShape() === +    * Description:​N/​A
-This constructor creates the PolygonShape. +
-==== Remarks ==== +
-None +
-==== Parameters ​==== +
-[[#Public Constructors|Go Back]] +
-=== MultipolygonShape(IEnumerable<​PolygonShape>​) === +
-N/+
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-**polygons** +
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]]> +
-  * **Description:​N/​A+
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-=== MultipolygonShape(String) === +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(RingOrder) ​**
-This constructor creates the MultipolygonShape. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**wellKnownText** +
-  * **Type**:String +
-  ​* **Description:​This parameter is the well-known text used to build the shape.+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-=== MultipolygonShape(Byte[]) === +== Remarks == 
-This constructor creates the MultipolygonShape. +  * //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]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:Byte[] 
-===== Public Methods ===== +  * Description:​N/A
-=== Buffer(Double,​GeographyUnit,​DistanceUnit) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * //​outerRingOrder//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**distance** +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(RingOrder,​WkbByteOrder) ​**
-  * **Type**:Double +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**distanceUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]+  * Type:Byte[] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit) === +  * //​outerRingOrder/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​byteOrder//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**distance** +** {{wiki:PublicMethod.gif|}} GetBoundingBox() ​**
-  * **Type**:Double +
-  ​* **Description**:​N/​A+
  
-**quadrantSegments** +  ​//N/A// 
-  * **Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetWellKnownType() ​**
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**distance** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:PublicMethod.gif|}} CloneDeep() ​**
-  ​* **Description**:​N/​A+
  
-**quadrantSegments** +  ​//N/A// 
-  * **Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**bufferCapType** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**shapeUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== CloneDeep() === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //​xOffsetDistance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​yOffsetDistance/​
-[[#Public Methods|Go Back]] +    * Type:Double 
-=== Contains(Feature) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​distanceUnit//​ 
-**targetFeature*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Contains(BaseShape=== +** {{wiki:​PublicMethod.gif|}} TranslateByOffset(Double,​Double**
-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+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Crosses(Feature) === +  * //​xOffsetDistance/​
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​yOffsetDistance//​ 
-  **Return ​Type**:Boolean +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Crosses(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** +  //​distance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​angleInDegrees/​
-=== Equals(Object) === +    * Type:Double 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​distanceUnit//​ 
-**obj*+    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:Object +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetAccurateArea(String,AreaUnit,​DistanceCalculationMode=== +** {{wiki:​PublicMethod.gif|}} TranslateByDegree(Double,Double**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**shapeProj4ProjectionParameters** +  * Type:Void 
-  ​* **Type**:String +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**returningUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-**distanceCalculationMode** +  ​//​angleInDegrees//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetAccurateArea(Int32,AreaUnit,​DistanceCalculationMode=== +** {{wiki:​PublicMethod.gif|}} Rotate(PointShape,Single**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**shapeSrid** +  * Type:Void 
-  ​* **Type**:Int32 +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**returningUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +  * //​pivotPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​N/​A
  
-**distanceCalculationMode** +  ​//​degreeAngle//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    * Type:Single 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetAccuratePerimeter(String,DistanceUnit,​DistanceCalculationMode=== +** {{wiki:​PublicMethod.gif|}} GetShortestLineTo(BaseShape,GeographyUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**shapeProj4ProjectionParameters** +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Type**:String +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**returningUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-**distanceCalculationMode** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetAccuratePerimeter(Int32,DistanceUnit,​DistanceCalculationMode=== +** {{wiki:​PublicMethod.gif|}} GetShortestLineTo(Feature,GeographyUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**shapeSrid** +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Type**:Int32 +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**returningUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-**distanceCalculationMode** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetArea(GeographyUnit,AreaUnit=== +** {{wiki:​PublicMethod.gif|}} GetClosestPointTo(BaseShape,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.PointShape|PointShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**returningUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== GetBoundingBox() === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:PublicMethod.gif|}} GetClosestPointTo(Feature,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetCenterPoint() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​targetFeature//​ 
-=== GetClosestPointTo(BaseShape,​GeographyUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:PublicMethod.gif|}} GetCenterPoint() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetClosestPointTo(Feature,​GeographyUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} Buffer(Double,​GeographyUnit,​DistanceUnit) ​**
  
-==== Parameters ==== +  * //N/A// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **Description**:​N/A+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetConvexHull() === +  * //distance/
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​distanceUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-=== GetCrossing(BaseShape) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +** {{wiki:PublicMethod.gif|}} Buffer(Double,​Int32,​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 == 
-=== GetDifference(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]] +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​quadrantSegments//​ 
-**targetShape*+    * Type:Int32 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== GetDifference(Feature) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​distance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-**shapeUnit** +  ​//​quadrantSegments//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:Int32 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceUnit** +  ​//​bufferCapType//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:PublicMethod.gif|}} GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**distanceUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:Double 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetFeature() === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​distanceUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-=== GetFeature(IDictionary<​String,​String>​) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +** {{wiki:PublicMethod.gif|}} GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**columnValues** +== Remarks ​== 
-  * **Type**:​IDictionary<​String,​String>​ +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetGeoJson() === +  * Type:Double 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //​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]] 
-=== GetHashCode() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Int32 +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit**
-=== GetIntersection(AreaBaseShape=== +
-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:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetIntersection(Feature) === +  * //​fromPoint/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//toPoint// 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​fromUnit//​ 
-**targetFeature*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​toUnit//​ 
-=== GetPerimeter(GeographyUnit,​DistanceUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Double +** {{wiki:PublicMethod.gif|}} Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**shapeUnit** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //N/A//
-  * **Description**:​N/A+
  
-**returningUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetShortestLineTo(Feature,​GeographyUnit) === +  * //​fromPoint/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//toPoint// 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​fromUnit//​ 
-**targetFeature*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**shapeUnit** +  ​//toUnit// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetShortestLineTo(BaseShape,​GeographyUnit=== +** {{wiki:​PublicMethod.gif|}} Validate(ShapeValidationMode**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**shapeUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​validationMode//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetSymmetricalDifference(Feature=== +** {{wiki:​PublicMethod.gif|}} IsDisjointed(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 == 
-**targetFeature** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetSymmetricalDifference(AreaBaseShape) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +** {{wiki:PublicMethod.gif|}} IsDisjointed(Feature) ​**
-  ​* **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 == 
-=== GetType() === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Type +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Intersects(BaseShape**
-=== GetWellKnownBinary(RingOrder=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Byte[] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**outerRingOrder** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetWellKnownBinary(RingOrder,​WkbByteOrder) === +  * //​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|}} Intersects(Feature) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**outerRingOrder** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * //N/A//
-  * **Description**:​N/A+
  
-**byteOrder** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetWellKnownBinary(WkbByteOrder) === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Byte[] +** {{wiki:PublicMethod.gif|}} Touches(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**byteOrder** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetWellKnownBinary() === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Byte[] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Touches(Feature**
-=== GetWellKnownText(RingOrder=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**outerRingOrder** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetWellKnownText() === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:PublicMethod.gif|}} Crosses(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetWellKnownType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​targetShape//​ 
-=== Intersects(Feature) === +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} Crosses(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 == 
-=== Intersects(BaseShape) === +  * 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>​ 
-**targetShape** +** {{wiki:PublicMethod.gif|}} IsWithin(BaseShape**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== IsDisjointed(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //targetShape// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== IsDisjointed(Feature) ​=== +** {{wiki:​PublicMethod.gif|}} IsWithin(Feature) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetFeature** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== IsTopologicallyEqual(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|}} Contains(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 == 
-=== IsTopologicallyEqual(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|}} Contains(Feature) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **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** +  //​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>​ 
-=== IsWithin(Feature=== +** {{wiki:​PublicMethod.gif|}} Overlaps(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetFeature** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== LoadFromWellKnownData(Byte[]) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} Overlaps(Feature) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**wellKnownBinary** +== Remarks ​== 
-  * **Type**:​Byte[] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== LoadFromWellKnownData(String) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**wellKnownText** +** {{wiki:PublicMethod.gif|}} IsTopologicallyEqual(BaseShape) ​**
-  * **Type**:String +
-  ​* **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** +  //​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>​ 
-=== Overlaps(BaseShape=== +** {{wiki:​PublicMethod.gif|}} IsTopologicallyEqual(Feature**
-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 ​== 
-=== Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:PublicMethod.gif|}} GetFeature() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**fromPoint** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**toPoint** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**fromUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetFeature(IDictionary<​String,​String>​) ​**
  
-**toUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //​columnValues//​ 
-  * **Description**:N/A+    ​* Type:IDictionary<​String,​String>​ 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**fromPoint** +** {{wiki:PublicMethod.gif|}} GetCrossing(BaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-**toPoint** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**fromUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**toUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== RemoveVertex(Vertex=== +** {{wiki:​PublicMethod.gif|}} ScaleTo(Double**
-This method removes the selected vertex from multipolygon shape. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​If remove sucess it will return true, otherwise return false.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**selectedVertex** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +  * Description:​N/A
-  ​* **Description**:The selected vertex must be a vertex of multipolygon shape, otherwise it will return false and multipolygon shape will keep the same.+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== RemoveVertex(Vertex,​MultipolygonShape) === +  * //scale// 
-This method removes the selected vertex from multipolygon shape. +    * Type:Double 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} ToString() ​**
-  ​* **Description**:​If remove sucess it will return true, otherwise return false.+
  
-==== Parameters ==== +  * //N/A// 
-**selectedVertex** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +  * //N/A//
-  * **Description**:​The selected vertex must be a vertex of multipolygon shape, otherwise it will return false and multipolygon shape will keep the same.+
  
-**multipolygonShape** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:String 
-  ​* **Description**:The multipolygon shape will be removed one vertex.+  * Description:​N/A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Rotate(PointShape,​Single) === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**pivotPoint** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**degreeAngle** +== Parameters == 
-  * **Type**:Single +  * //obj// 
-  * **Description**:N/A+    ​* Type:Object 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ScaleDown(Double=== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**percentage** +  * Type:Int32 
-  ​* **Type**:Double +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ScaleTo(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 == 
-**scale** +  * Type:Type 
-  ​* **Type**:Double +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ScaleUp(Double) === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} RemoveVertex(Vertex,​MultipolygonShape) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method removes the selected vertex from multipolygon shape.// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**percentage** +  * Type:Boolean 
-  ​* **Type**:Double +  * Description:​If remove sucess it will return true, otherwise return false.
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Simplify(Double,​SimplificationType) === +  * //​selectedVertex/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-==== Remarks ==== +    * Description:​The selected vertex must be a vertex of multipolygon shape, otherwise it will return false and multipolygon shape will keep the same.
-N/A+
  
-**Return Value** +  ​//​multipolygonShape//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:N/A+    * Description:​The multipolygon shape will be removed one vertex.
  
-==== Parameters ​==== +<div newline></​div>​ 
-**tolerance** +==== Protected Methods ​==== 
-  * **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 an 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>​ 
-=== ToMultiLineShape() === +** {{wiki:​ProtectedMethod.gif|}} GetAreaCore(GeographyUnit,​AreaUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**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.MultilineShape|MultilineShape]] +== Remarks == 
-  * **Description**:​N/A+  * //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,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== 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|}} RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== 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.A common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a mapYou 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.//
  
-**distanceUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * 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.
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== TranslateByDegree(Double,​Double) === +  * //​fromPoint/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== Remarks ==== +    * Description:​This parameter is the anchor PointShape in the coordinate of origin.
-N/A+
  
-**Return Value** +  ​//toPoint// 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:N/A+    * Description:​This parameter is the anchor PointShape in the coordinate of destination.
  
-==== Parameters ==== +  ​//​fromUnit//​ 
-**distance*+    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:Double +    * Description:​This parameter is the DistanceUnit of the coordinate of origin.
-  * **Description**:N/A+
  
-**angleInDegrees** +  ​//toUnit// 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This parameter is the GeographyUnit of the coordinate of destination.
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) ​=== +** {{wiki:​ProtectedMethod.gif|}} TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method moves the base shape from one location to another based on an X and Y offset distance.// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //This method moves the base shape from one location to another based on an X and Y offset distance. It is important to note that with this overload the X and Y offset units are based off of the distanceUnit parameter. For example if your shape is in decimal degrees and you call this method with an X offset of one and a Y offset of one and you're going to move this shape one 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.//
  
-==== Parameters ==== +== Return Value == 
-**xOffsetDistance** +  * Type:Void 
-  ​* **Type**:Double +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**yOffsetDistance** +== Parameters == 
-  * **Type**:Double +  * //​xOffsetDistance//​ 
-  * **Description**:N/A+    ​* Type:​Double 
 +    * Description:​This is the number of horizontal units of movement in the DistanceUnit specified by the distanceUnit parameter.
  
-**shapeUnit** +  ​//​yOffsetDistance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​This is the number of vertical units of movement in the DistanceUnit specified by the distanceUnit parameter.
  
-**distanceUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-=== TranslateByOffset(Double,Double) === +    * 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 exampleif 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**:Void +** {{wiki:ProtectedMethod.gif|}} TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method moves the base shape from one location to another based on a direction in degrees and distance.//​ 
-**xOffsetDistance** +== Remarks ​== 
-  * **Type**:​Double +  * //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.//
-  * **Description**:​N/A+
  
-**yOffsetDistance** +== Return Value == 
-  ​* **Type**:Double +  * Type:Void 
-  ​* **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//​ 
-=== Union(Feature) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​This is the DistanceUnit you would like to use as the measure of the translate. 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.MultipolygonShape|MultipolygonShape]] +** {{wiki:ProtectedMethod.gif|}} RotateCore(PointShape,​Single) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method rotates the shape a number of degrees based on a pivot point.// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //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 == 
-=== Validate(ShapeValidationMode) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +  * //​pivotPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​The pivotPoint represents the center of rotation.
  
-==== Parameters ==== +  ​//​degreeAngle//​ 
-**validationMode*+    * Type:Single 
-  * **Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +    * Description:​The number of degrees of rotation required from 0 to 360.
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-===== Protected Methods ===== +** {{wiki:​ProtectedMethod.gif|}} GetClosestPointToCore(BaseShape,​GeographyUnit) ​**
-=== BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit=== +
-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**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +== Remarks == 
-  * **Description**:​N/A+  * //This method returns the point of the current shape that is closest to the target shapeIt is often the case that the point returned is not a point of the object itselfAn example would be a line with two points that are far apart from each otherIf you set the targetShape to be a point midway between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points that make up the line.//
  
-==== Parameters ==== +== Return Value == 
-**distance** +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Type**:Double +  * Description:​A ​PointShape representing the closest point of the current shape to the targetShape.
-  ​* **Description**:N/A+
  
-**quadrantSegments** +== Parameters == 
-  * **Type**:Int32 +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the closest point to.
  
-**bufferCapType** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-**distanceUnit** +  ​//This method computes the distance between the current shape and the targetShape.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //None//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== CloneDeepCore() === +  * Type:​Double 
-This method returns ​a complete copy of the shape without any references in common. +  * Description:​This method returns the distance ​between the current shape and 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** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //​targetShape//​ 
-  * **Description**:This method returns a complete copy of the shape without any references in common.+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the distance to.
  
-==== Parameters ==== +  * //​shapeUnit//​ 
-[[#Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-=== ContainsCore(BaseShape) === +    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This is the DistanceUnit you would like to use for the distance parameter. For example if you select miles as your distanceUnit,​ then the distance will be measured in miles.
  
-==== Parameters ==== +<div newline></​div>​ 
-**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./
-=== CrossesCore(BaseShape) === +== 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**:Boolean +  * Type:String 
-  ​* **Description**:N/A+  * Description:​This method returns a string that represents the shape in well-known text.
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //​outerRingOrder//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== Finalize() === +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownTypeCore() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method returns the well-known type for the shape.// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //None//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-=== GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode) === +  * Description:​This method returns the well-known type for the shape.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Double +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) ​**
  
-==== 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 whther 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|}} GetBoundingBoxCore() ​**
-This method calculates the smallest RectangleShape that encompasses the entire geometry. +
-==== Remarks ==== +
-The GetBoundingBox method calculates the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometry. Depending on the number of PointShapes and complexity of the geometry, this operation can take longer for larger objects. If the shape is a PointShape, then the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.+
  
-**Return Value** +  ​//This method calculates the smallest ​RectangleShape ​that encompasses the entire geometry.//​ 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:​The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry.+  * //The GetBoundingBox method calculates ​the smallest RectangleShape that can encompass the entire geometry ​by examining each point in the geometry. Depending on the number of PointShapes and complexity of the geometry, this operation can take longer for larger objects. If the shape is a PointShape, then the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== GetCenterPointCore() === +  * Description:​The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} ValidateCore(ShapeValidationMode) ​**
  
-==== Parameters ==== +  * //This method returns ​a ShapeValidationResult based on a series ​of tests.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== GetClosestPointToCore(BaseShape,​GeographyUnit) === +  * //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 ​polygon self-intersectswe 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.//
-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 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** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-  ​* **Description**:A PointShape representing the closest point of the current shape to the targetShape.+  * Description:​This method returns a ShapeValidationResult based on a series ​of tests.
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //​validationMode//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **Description**:The shape you are trying to find the closest point to.+    * 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.
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetCrossingCore(BaseShape) ​**
-  ​* **Description**:​This is the GeographicUnit of the shape you are performing the operation on.+
  
-[[#​Protected Methods|Go Back]] +  * //This method returns the crossing points between the current shape and the passed-in target shape./
-=== GetConvexHullCore() === +== Remarks == 
-N/A +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-  ​* **Description**:N/A+  * Description:​This method returns the crossing points between the current shape and the passed-in target shape.
  
-==== Parameters ==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //​targetShape//​ 
-=== GetCrossingCore(BaseShape) === +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-This method returns the crossing points between the current shape and the passed-in ​target shape+    * Description:​The ​target shape you wish to get crossing ​with.
-==== Remarks ==== +
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer ​to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +** {{wiki:ProtectedMethod.gif|}} ContainsCore(BaseShape) ​**
-  ​* **Description**:​This method returns the crossing points between the current shape and the passed-in target shape.+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​The target shape you wish to get crossing with.+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetDifferenceCore(AreaBaseShape) === +  * Type:​Boolean 
-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.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} Scale(Double) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-This method computes the distance between the current shape and the targetShape. +  * //N/A//
-==== Remarks ​==== +
-None+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:Void 
-  ​* **Description**:This method returns the distance between the current shape and the targetShape.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //​multiplicator//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:Double 
-  * **Description**:The shape you are trying to find the distance to.+    * Description:​N/A
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetAccuratePerimeterCore(String,​DistanceUnit,​DistanceCalculationMode) ​**
-  ​* **Description**:​This is the GeographyUnit of the shape you are performing the operation on.+
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This is the DistanceUnit you would like to use for the distance parameter. For example if you select miles as your distanceUnit,​ then the distance will be measured in miles.+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== 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.DistanceUnit|DistanceUnit]] 
-=== 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|}} GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode) ​**
-  * **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 an area shape.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:​Double 
-  ​* **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** +  //​shapeProj4ProjectionParameters//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:String 
-  * **Description**:This is the GeographyUnit of the shape you are performing the operation on.+    * Description:​N/A
  
-**returningUnit** +  ​//returningUnit// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **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.+    * Description:​N/A
  
-[[#Protected Methods|Go Back]] +  * //​distanceCalculationMode//​ 
-=== GetShortestLineToCore(BaseShape,​GeographyUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +** {{wiki:ProtectedMethod.gif|}} GetConvexHullCore() ​**
-  ​* **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.RingShape|RingShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetSymmetricalDifferenceCore(AreaBaseShape) === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} GetIntersectionCore(AreaBaseShape) **
-==== 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:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) === +  * //​targetShape//​ 
-This method returns a byte array that represents the shape in well-known binary. +    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-==== Remarks ==== +    * Description:​N/​A
-This method returns a byte array that represents the shape in well-known binaryWell-known binary allows you to describe a geometry as a binary arrayWell-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** +<div newline></​div>​ 
-  * **Return Type**:Byte[] +** {{wiki:ProtectedMethod.gif|}} UnionCore(AreaBaseShape) ​**
-  ​* **Description**:​This method returns a byte array that represents the shape in well-known binary.+
  
-==== Parameters ==== +  * //N/A// 
-**outerRingOrder** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * //N/A//
-  * **Description**:​N/A+
  
-**byteOrder** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:This parameter specifies whther the byte order is big- or little-endian.+  * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetWellKnownTextCore(RingOrder) === +  * //​targetShape//​ 
-This method returns the well-known text representation of this shape. +    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-==== Remarks ==== +    * Description:​N/​A
-This method returns a string that represents the shape in well-known textWell-known text allows you to describe a geometry as a string of textWell-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applicationsAn 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** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:ProtectedMethod.gif|}} GetDifferenceCore(AreaBaseShape) ​**
-  ​* **Description**:​This method returns a string that represents the shape in well-known text.+
  
-==== Parameters ==== +  * //N/A// 
-**outerRingOrder** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetWellKnownTypeCore() === +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-This method returns the well-known type for the shape+  * Description:​N/​A
-==== Remarks ==== +
-None+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] +  * //​targetShape//​ 
-  * **Description**:This method returns the well-known type for the shape.+    ​* Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
 +    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetSymmetricalDifferenceCore(AreaBaseShape**
-=== IntersectsCore(BaseShape=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== 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+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== IsDisjointedCore(BaseShape) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:ProtectedMethod.gif|}} SimplifyCore(Double,​SimplificationType) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== IsTopologicallyEqualCore(BaseShape) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-N/A +  * Description:​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>​ 
-=== IsWithinCore(BaseShape=== +** {{wiki:​ProtectedMethod.gif|}} GetGeoJsonCore() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:String 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== LoadFromWellKnownDataCore(String) === +<div newline></​div>​ 
-This method hydrates the current shape with its data from well-known text. +** {{wiki:​ProtectedMethod.gif|}} GetShortestLineToCore(BaseShape,​GeographyUnit) **
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​None+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**wellKnownText** +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Type**:String +  * Description:​N/A
-  ​* **Description**:This parameter is the well-known text you will use to hydrate your object.+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== LoadFromWellKnownDataCore(Byte[]) === +  * //​targetShape//​ 
-This method hydrates the current shape with its data from well known binary. +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/​A
-This is used when you want to hydrate a shape based on well-known binaryYou can create the shape and then load the well-known binary using this method.+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:None+    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-**wellKnownBinary** +** {{wiki:ProtectedMethod.gif|}} GetCenterPointCore() ​**
-  * **Type**:Byte[] +
-  ​* **Description**:​This parameter is the well-known binary used to populate the shape.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== MemberwiseClone() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Object +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== OverlapsCore(BaseShape=== +** {{wiki:​ProtectedMethod.gif|}} BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== 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+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) === +  * //​distance//​ 
-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.+
  
-**Return Value** +  ​//​quadrantSegments//​ 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:Int32 
-  * **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 ==== +  ​//​bufferCapType//​ 
-**fromPoint*+    * Type:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Description:​N/A
-  * **Description**:This parameter is the anchor PointShape in the coordinate of origin.+
  
-**toPoint** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:This parameter is the anchor PointShape in the coordinate of destination.+    * Description:​N/A
  
-**fromUnit** +  ​//​distanceUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:This parameter is the DistanceUnit of the coordinate of origin.+    * Description:​N/A
  
-**toUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} IsDisjointedCore(BaseShape) ​**
-  ​* **Description**:​This parameter is the GeographyUnit of the coordinate of destination.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== RkE=(Double) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**multiplicator** +  //​targetShape//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== RotateCore(PointShape,​Single=== +** {{wiki:​ProtectedMethod.gif|}} IntersectsCore(BaseShape**
-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** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**pivotPoint** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Description:​N/A
-  ​* **Description**:The pivotPoint represents the center of rotation.+
  
-**degreeAngle** +== Parameters == 
-  * **Type**:Single +  * //​targetShape//​ 
-  * **Description**:The number of degrees of rotation required from 0 to 360.+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== ScaleDownCore(Double=== +** {{wiki:​ProtectedMethod.gif|}} TouchesCore(BaseShape**
-This method decreases the size of the area shape by the percentage given in the percentage parameter. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **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.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**percentage** +  * Type:Boolean 
-  ​* **Type**:Double +  * Description:​N/A
-  ​* **Description**:This is the percentage by which to decrease the shape'​s size.+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== ScaleToCore(Double) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} CrossesCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**scale** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== ScaleUpCore(Double) === +  * Type:​Boolean 
-This method increases the size of the area shape by the percentage given in the percentage parameter. +  * Description:​N/​A
-==== Remarks ==== +
-This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**percentage** +** {{wiki:ProtectedMethod.gif|}} IsWithinCore(BaseShape) ​**
-  * **Type**:Double +
-  ​* **Description**:​This is the percentage by which to increase the shape'​s size.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== SimplifyCore(Double,​SimplificationType) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**tolerance** +  //​targetShape//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**simplificationType** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +** {{wiki:ProtectedMethod.gif|}} OverlapsCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== TouchesCore(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //targetShape// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit=== +** {{wiki:​ProtectedMethod.gif|}} IsTopologicallyEqualCore(BaseShape**
-This method moves the base shape from one location to another based on a direction in degrees and distance. +
-==== Remarks ==== +
-This method moves the base shape from one location to another, based on an angleInDegrees and distance parameter. With this overload, it is important to note that the distance units are the same GeographicUnit as the shape. For example, if your shape is in decimal degrees and you call this method with a distance of 1, you're going to move this shape 1 decimal degree in direction of the angleInDegrees. In many cases it is more useful to specify the DistanceUnit of movement, such as in miles or yards, so for these scenarios there is another overload you may want to use instead.If you pass a distance of 0, then the operation is ignored.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**distance** +  * Type:Boolean 
-  ​* **Type**:Double +  * Description:​N/A
-  ​* **Description**:The distance is the number of units to move the shape in the angle specified. The distance unit will be the same as the GeographyUnit for the shape. The distance must be greater than or equal to 0.+
  
-**angleInDegrees** +== Parameters == 
-  * **Type**:Double +  * //​targetShape//​ 
-  * **Description**:A number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/A
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} ScaleToCore(Double) ​**
-  ​* **Description**:​This is the GeographicUnit of the shape you are performing the operation on.+
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This is the DistanceUnit you would like to use as the measure of the translate. 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:Void 
-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. It is important to note that with this overload the X and Y offset units are based off of the distanceUnit parameter. For example if your shape is in decimal degrees and you call this method with an X offset of one and a Y offset of one and you're going to move this shape one 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 +  * //scale// 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**xOffsetDistance** +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  * **Type**:Double +
-  ​* **Description**:​This is the number of horizontal units of movement in the DistanceUnit specified by the distanceUnit parameter.+
  
-**yOffsetDistance** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​This is the number of vertical units of movement in the DistanceUnit specified by the distanceUnit parameter.+  * //N/A//
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Void 
-  ​* **Description**:This is the GeographicUnit of the shape you are performing the operation on.+  * Description:​N/A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +<div newline></​div>​ 
-  ​* **Description**:​This is the DistanceUnit you would like to use 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.+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== UnionCore(AreaBaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters ​== 
-**targetShape** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +==== Public Properties ​==== 
-  ​* **Description**:​N/​A+** {{wiki:PublicProperty.gif|}} Polygons ​**
  
-[[#​Protected Methods|Go Back]] +This property is the collection ​of PolygonShapes that make up the MultipolygonShape
-=== ValidateCore(ShapeValidationMode) === +== Remarks ​== 
-This method returns a ShapeValidationResult based on a series ​of tests+None 
-==== Remarks ​==== +== Return Value == 
-We use this method, with the simple enumeration,​ internally before doing any kind of other methods on the shapeIn this way, we are able to verify the integrity of the shape itselfIf you wish to test things such as whether a polygon self-intersects,​ we invite you to call this method with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test.+  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]]>​
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} CanRotate ​**
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +
-  ​* **Description**:​This method returns a ShapeValidationResult based on a series of tests.+
  
-==== Parameters ==== 
-**validationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **Description**:​This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast. 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CanRotate === 
 This property specifies whether the shape can be rotated. This property specifies whether the shape can be rotated.
-==== Remarks ​====+== Remarks ==
 If this property returns false and you attempt call the rotate method, it will throw a NotImplementedException. If this property returns false and you attempt call the rotate method, it will throw a NotImplementedException.
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} Id **
  
-[[#Public Properties|Go Back]] 
-=== Id === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Tag **
-=== Polygons === +
-This property is the collection of PolygonShapes that make up the MultipolygonShape. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:Collection<​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]]>​+
  
-[[#Public Properties|Go Back]] 
-=== Tag === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Object+  * Type:Object
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.multipolygonshape.1442486162.txt.gz · Last modified: 2015/09/17 10:36 by admin