User Tools

Site Tools


thinkgeo.mapsuite.core.rectangleshape

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.rectangleshape [2015/09/17 10:38]
admin
thinkgeo.mapsuite.core.rectangleshape [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.RectangleShape ====== ====== ThinkGeo.MapSuite.Core.RectangleShape ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a rectangle, which is defined as an upper left point and a lower right point. This class represents a rectangle, which is defined as an upper left point and a lower right point.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 7: Line 10:
         ***ThinkGeo.MapSuite.Core.RectangleShape**         ***ThinkGeo.MapSuite.Core.RectangleShape**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} RectangleShape() **
-**{{wiki:​PublicMethod.gif|}}[[#RectangleShape()|RectangleShape]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates a RectangleShape. +
-</​div>​+
  
-<​div ​class_table+  * //This constructor creates a RectangleShape.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#RectangleShape(PointShape,​PointShape)|RectangleShape]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //None// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This constructor creates a RectangleShape. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} RectangleShape(PointShape,​PointShape) **
  
-<div class_table>​ +  ​//This constructor creates a RectangleShape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​RectangleShape(Double,​Double,​Double,​Double)|RectangleShape]]** +== Remarks == 
-  * **Parameters**:​Double,​Double,​Double,​Double +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:​This ​constructor creates a RectangleShape. +  * //​upperLeftPoint//​ 
-</​div>​+    ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    Description:This parameter specifies the upper left point of the rectangle.
  
-<div class_table>​ +  * //​lowerRightPoint//​ 
-**{{wiki:PublicMethod.gif|}}[[#​RectangleShape(String)|RectangleShape]]** +    Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Parameters**:​String +    Description:This parameter specifies the lower right point of the rectangle.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This ​constructor creates a RectangleShape. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#RectangleShape(Byte[])|RectangleShape]]** +** {{wiki:​PublicMethod.gif|}} RectangleShape(Double,​Double,​Double,​Double) **
-  * **Parameters**:​Byte[] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates a RectangleShape. +
-</​div>​+
  
-=== Protected Constructors === +  * //This constructor creates a RectangleShape.//​ 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //None// 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit)|Buffer]]*+== Parameters ​== 
-  * **Parameters**:Double,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  //minX// 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:Double 
-  * **Summary**:​N/​A +    Description:This property specifies the minimum X valueThis is also the upper left X.
-</​div>​+
  
-<div class_table>​ +  ​//maxY// 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​GeographyUnit,​DistanceUnit)|Buffer]]*+    Type:Double 
-  * **Parameters**:Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Description:This property specifies the maximum Y valueThis is also the upper left Y.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//maxX// 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|Buffer]]*+    Type:Double 
-  * **Parameters**:Double,​Int32,​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Description:This property specifies the maximum X valueThis is also the lower right X.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//minY// 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]*+    Type:Double 
-  * **Parameters**:N/A +    Description:This property specifies the minimum Y valueThis is also the lower right Y.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Contains(Feature)|Contains]]** +** {{wiki:​PublicMethod.gif|}} ​RectangleShape(String) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This constructor creates a RectangleShape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Contains(BaseShape)|Contains]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //None// 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +== Parameters ​== 
-  * **Summary**:N/A +  * //​wellKnownText//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter is the well-known text used to build the shape.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Crosses(BaseShape)|Crosses]]** +** {{wiki:​PublicMethod.gif|}} ​RectangleShape(Byte[]**
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]+
-  ​* **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This constructor creates a RectangleShape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Crosses(Feature)|Crosses]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //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|}}[[#Equals(Object)|Equals]]** +==== Protected Constructors ==== 
-  * **Parameters**:​Object +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ​GetIntersection(RectangleShape) **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​* //This method ​returns the intersection of the current RectangleShape ​and the target shape, defined as the set of all points which lie in both the current shape and the target shape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​ExpandToInclude(BaseShape)|ExpandToInclude]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //None//
-  * **DeclaringType**:​N/+
-  * **Summary**:​This method ​will expand ​the current RectangleShape ​to include ​the targetShape parameter+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ExpandToInclude(IEnumerable<​BaseShape>​)|ExpandToInclude]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> +  * Description:The return type is a RectangleShape ​that contains ​the set of all points which lie in both the current shape and the target shape.
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method will expand the current ​RectangleShape ​to include ​the shapes ​in the targetShapes parameter. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​ExpandToInclude(Feature)|ExpandToInclude]]** +  //​targetShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:N/A +    Description:The shape you are trying ​to find the intersection with.
-  * **Summary**:​This method will expand the current RectangleShape ​to include ​the target feature parameter. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​ExpandToInclude(IEnumerable<​Feature>​)|ExpandToInclude]]** +** {{wiki:​PublicMethod.gif|}} ​ToPolygon() **
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method will expand the current RectangleShape to include the features in the targetFeatures parameter. +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the current shape as a PolygonShape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccurateArea(Int32,​AreaUnit,​DistanceCalculationMode)|GetAccurateArea]]** +== Remarks == 
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * //This method is mainly used to convert this GIS non-standard shape to a GIS standard shape.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode)|GetAccurateArea]]** +  * Type:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] 
-  * **Parameters**:String,[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * Description:This method returns the current shape as a PolygonShape.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccuratePerimeter(Int32,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeter]]** +<​div ​newline></​div
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{wiki:​PublicMethod.gif|}} ​ExpandToInclude(BaseShape) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method will expand the current RectangleShape to include the targetShape parameter.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccuratePerimeter(String,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeter]]** +== Remarks == 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * //There is also an overload that can expand the RectangleShape using a list of multiple shapes.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetArea(GeographyUnit,​AreaUnit)|GetArea]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** +  * //​targetShape//​ 
-  * **Parameters**:​N/A +    Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:This parameter is used to expand the current rectangle.
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetCenterPoint()|GetCenterPoint]]** +** {{wiki:​PublicMethod.gif|}} ​ExpandToInclude(Feature) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method will expand the current RectangleShape to include the target feature parameter.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(BaseShape,​GeographyUnit)|GetClosestPointTo]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //There is also an overload that can expand the RectangleShape using a collection of features.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(Feature,​GeographyUnit)|GetClosestPointTo]]** +  * Type:Void 
-  * **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>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetConvexHull()|GetConvexHull]]** +  * //​targetFeature//​ 
-  * **Parameters**:​N/A +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:This parameter is used to expand the current feature.
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetCrossing(BaseShape)|GetCrossing]]** +** {{wiki:​PublicMethod.gif|}} ​ExpandToInclude(IEnumerable<​BaseShape>) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method will expand the current RectangleShape to include the shapes in the targetShapes parameter.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDifference(AreaBaseShape)|GetDifference]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * //There is also an overload that can expand the RectangleShape using a single shape.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDifference(Feature)|GetDifference]]** +  * Type:Void 
-  * **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|}}[[#​GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]** +  * //​targetShapes//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:This parameter is used to expand the current rectangle.
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]** +** {{wiki:​PublicMethod.gif|}} ​ExpandToInclude(IEnumerable<​Feature>​) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method will expand the current RectangleShape to include the features in the targetFeatures parameter.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeature()|GetFeature]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //There also is an overload that can expand the RectangleShape using a single feature.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeature(IDictionary<​String,​String>​)|GetFeature]]** +  * Type:Void 
-  * **Parameters**:IDictionary<​String,​String>​ +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetGeoJson()|GetGeoJson]]** +  * //​targetFeatures//​ 
-  * **Parameters**:​N/A +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:This parameter is a group of features used to expand the current rectangle.
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +** {{wiki:​PublicMethod.gif|}} ​ToString() **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns a formatted representation of the UpperLeftPoint.X, UpperLeftPoint.Y, LowerRightPoint.X and LowerRightPoint.Y value.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetIntersection(Feature)|GetIntersection]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //The value will be formatted in the standard string format-180,​90,​180,​-90"​//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#​GetIntersection(AreaBaseShape)|GetIntersection]]** +  Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:This method returns a formatted representation of the UpperLeftPoint.X, UpperLeftPoint.Y, LowerRightPoint.X and LowerRightPoint.Y value.
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetIntersection(RectangleShape)|GetIntersection]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:​PublicMethod.gif|}} ​GetAccuratePerimeter(Int32,​DistanceUnit,​DistanceCalculationMode) **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the intersection of the current RectangleShape and the target shape, defined as the set of all points which lie in both the current shape and the target shape. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetPerimeter(GeographyUnit,​DistanceUnit)|GetPerimeter]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(BaseShape,​GeographyUnit)|GetShortestLineTo]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(Feature,​GeographyUnit)|GetShortestLineTo]]** +  * //​shapeSrid//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Type:Int32 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetSymmetricalDifference(AreaBaseShape)|GetSymmetricalDifference]]*+    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|}}[[#​GetSymmetricalDifference(Feature)|GetSymmetricalDifference]]*+    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|}}[[#GetType()|GetType]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccuratePerimeter(String,​DistanceUnit,​DistanceCalculationMode) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder,​WkbByteOrder)|GetWellKnownBinary]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder)|GetWellKnownBinary]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(WkbByteOrder)|GetWellKnownBinary]]** +  * //​shapeProj4ProjectionParameters//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +    Type:String 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary()|GetWellKnownBinary]]** +    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|}}[[#​GetWellKnownText()|GetWellKnownText]]** +    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText(RingOrder)|GetWellKnownText]]** +** {{wiki:​PublicMethod.gif|}} ​GetPerimeter(GeographyUnit,​DistanceUnit) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownType()|GetWellKnownType]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(Feature)|Intersects]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(BaseShape)|Intersects]]** +  * //​shapeUnit//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsDisjointed(Feature)|IsDisjointed]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **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|}}[[#​IsDisjointed(BaseShape)|IsDisjointed]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccurateArea(Int32,​AreaUnit,​DistanceCalculationMode) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(Feature)|IsTopologicallyEqual]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(BaseShape)|IsTopologicallyEqual]]** +  * Type:Double 
-  * **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|}}[[#​IsWithin(Feature)|IsWithin]]** +  * //​shapeSrid//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:Int32 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsWithin(BaseShape)|IsWithin]]*+    Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​distanceCalculationMode//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(Byte[])|LoadFromWellKnownData]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:​Byte[] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(String)|LoadFromWellKnownData]]** +** {{wiki:​PublicMethod.gif|}} ​GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode) **
-  * **Parameters**:​String +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Overlaps(BaseShape)|Overlaps]]*+== 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|}}[[#​Overlaps(Feature)|Overlaps]]** +  * Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Register(Feature,​Feature,​DistanceUnit,​GeographyUnit)|Register]]** +  * //​shapeProj4ProjectionParameters//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Type:String 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|Register]]*+    Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​distanceCalculationMode//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Rotate(PointShape,​Single)|Rotate]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Single +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleDown(Double)|ScaleDown]]** +** {{wiki:​PublicMethod.gif|}} ​GetArea(GeographyUnit,​AreaUnit) **
-  * **Parameters**:​Double +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleTo(Double)|ScaleTo]]*+== Remarks == 
-  * **Parameters**:​Double +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleUp(Double)|ScaleUp]]** +  * Type:Double 
-  * **Parameters**:Double +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Simplify(Double,​SimplificationType)|Simplify]]** +  * //​shapeUnit//​ 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​returningUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType)|Simplify]]*+    Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Double,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​ToPolygon()|ToPolygon]]** +** {{wiki:​PublicMethod.gif|}} ​ScaleUp(Double) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the current shape as a PolygonShape. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns a formatted representation of the UpperLeftPoint.X,​ UpperLeftPoint.Y,​ LowerRightPoint.X and LowerRightPoint.Y value. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(BaseShape)|Touches]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(Feature)|Touches]]** +  * //​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|}}[[#​TranslateByDegree(Double,Double)|TranslateByDegree]]** +** {{wiki:​PublicMethod.gif|}} ​ScaleDown(Double) **
-  * **Parameters**:​Double,​Double +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegree]]*+== Remarks == 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffset]]** +  * Type:Void 
-  * **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|}}[[#​TranslateByOffset(Double,​Double)|TranslateByOffset]]** +  //​percentage//​ 
-  * **Parameters**:Double,Double +    Type:Double 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Union(Feature)|Union]]** +** {{wiki:​PublicMethod.gif|}} ​GetConvexHull() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Union(AreaBaseShape)|Union]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Validate(ShapeValidationMode)|Validate]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +== Parameters ​== 
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|BufferCore]]** +** {{wiki:PublicMethod.gif|}} ​GetIntersection(AreaBaseShape) **
-  * **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>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns a complete copy of the shape without any references in common. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ContainsCore(BaseShape)|ContainsCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns if the targetShape lies within the interior of the current shape. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CrossesCore(BaseShape)|CrossesCore]]** +  * //​targetShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​ExpandToIncludeCore(BaseShape)|ExpandToIncludeCore]]** +** {{wiki:PublicMethod.gif|}} ​GetIntersection(Feature) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method will expand the current RectangleShape to include the shape in the targetShape parameter. +
-</​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]]** +  * //​targetFeature//​ 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +    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:ProtectedMethod.gif|}}[[#​GetAreaCore(GeographyUnit,​AreaUnit)|GetAreaCore]]** +** {{wiki:PublicMethod.gif|}} ​Union(AreaBaseShape) **
-  * **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**:​N/​A +
-  * **Summary**:​This method returns the center point of the current shape'​s bounding box. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetClosestPointToCore(BaseShape,​GeographyUnit)|GetClosestPointToCore]]** +  //​targetShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **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|}} ​Union(Feature) **
-  * **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]]** +  //​targetFeature//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method computes the distance between the current shape and the targetShape. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetGeoJsonCore()|GetGeoJsonCore]]** +** {{wiki:PublicMethod.gif|}} ​GetDifference(AreaBaseShape) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetIntersectionCore(AreaBaseShape)|GetIntersectionCore]]*+== 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|}}[[#​GetPerimeterCore(GeographyUnit,​DistanceUnit)|GetPerimeterCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **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>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetShortestLineToCore(BaseShape,​GeographyUnit)|GetShortestLineToCore]]** +  * //​targetShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetSymmetricalDifferenceCore(AreaBaseShape)|GetSymmetricalDifferenceCore]]** +** {{wiki:PublicMethod.gif|}} ​GetDifference(Feature) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownBinaryCore(RingOrder,​WkbByteOrder)|GetWellKnownBinaryCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns a byte array that represents the shape in well-known binary. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownTextCore(RingOrder)|GetWellKnownTextCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the well-known text representation of this shape. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​GetWellKnownTypeCore()|GetWellKnownTypeCore]]** +  //​targetFeature//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​N/​A +    Description: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|}} ​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|}}[[#​IsDisjointedCore(BaseShape)|IsDisjointedCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns whether the current shape and the targetShape have no points in common. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsTopologicallyEqualCore(BaseShape)|IsTopologicallyEqualCore]]** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsWithinCore(BaseShape)|IsWithinCore]]** +  * //​targetShape//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(Byte[])|LoadFromWellKnownDataCore]]** +** {{wiki:PublicMethod.gif|}} ​GetSymmetricalDifference(Feature) **
-  * **Parameters**:​Byte[] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method hydrates the current shape with its data from well-known binary. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(String)|LoadFromWellKnownDataCore]]*+== Remarks == 
-  * **Parameters**:​String +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method hydrates the current shape with its data from well-known text. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OverlapsCore(BaseShape)|OverlapsCore]]** +  * //​targetFeature//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​RegisterCore(PointShape,PointShape,​DistanceUnit,​GeographyUnit)|RegisterCore]]** +** {{wiki:PublicMethod.gif|}} ​Simplify(GeographyUnit,Double,​DistanceUnit,​SimplificationType) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns a MultipointShape which has been registered from its original coordinate system to another based on two anchor PointShapes. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​RotateCore(PointShape,​Single)|RotateCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​ScaleDownCore(Double)|ScaleDownCore]]** +  Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Parameters**:​Double +  * Description: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>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleToCore(Double)|ScaleToCore]]** +  * //​shapeUnit//​ 
-  * **Parameters**:​Double +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​tolerance//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleUpCore(Double)|ScaleUpCore]]*+    Type:Double 
-  * **Parameters**:Double +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method increases the size of the area shape by the percentage given in the percentage parameter. +
-</​div>​+
  
-<div class_table>​ +  ​//​toleranceUnit//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SimplifyCore(Double,​SimplificationType)|SimplifyCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​simplificationType//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TouchesCore(BaseShape)|TouchesCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​TranslateByDegreeCore(Double,Double,​GeographyUnit,​DistanceUnit)|TranslateByDegreeCore]]** +** {{wiki:PublicMethod.gif|}} ​Simplify(Double,SimplificationType) **
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method moves the shape from one location to another, based on a direction in degrees and distance. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffsetCore]]*+== Remarks == 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method moves the base shape from one location to another, based on an X and Y offset distance. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​UnionCore(AreaBaseShape)|UnionCore]]** +  * 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|}}[[#​ValidateCore(ShapeValidationMode)|ValidateCore]]** +  //​tolerance//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +    Type:Double 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method returns a ShapeValidationResult based on a series of tests. +
-</​div>​+
  
-=== Public Properties === +  * //​simplificationType//​ 
-**{{wiki:PublicProperty.gif|}}[[#CanRotate|CanRotate]]** +    Type:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Return**:​Boolean +    Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:PublicProperty.gif|}}[[#​Height|Height]]** +<div newline></​div>​ 
-  * **Return**:​Double +** {{wiki:PublicMethod.gif|}} ​LoadFromWellKnownData(String) ​**
-  * **Summary**:​This property returns the height of the RectangleShape in the unit of the shape.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Id|Id]]** +  ​//N/A// 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​LowerLeftPoint|LowerLeftPoint]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:Void 
-  * **Summary**:This property returns the PointShape that represents the lower left point of the RectangleShape.+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​LowerRightPoint|LowerRightPoint]]** +== Parameters == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //​wellKnownText//​ 
-  * **Summary**:This property returns or sets the PointShape that represents the lower right point of the RectangleShape.+    ​Type:String 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Tag|Tag]]** +<div newline></​div>​ 
-  * **Return**:​Object +** {{wiki:PublicMethod.gif|}} ​GetWellKnownText() ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​UpperLeftPoint|UpperLeftPoint]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +== Remarks == 
-  * **Summary**:​This property returns or sets the PointShape that represents the upper left point of the RectangleShape.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​UpperRightPoint|UpperRightPoint]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:String 
-  * **Summary**:This property returns the PointShape that represents the upper right point of the RectangleShape.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Width|Width]]** +== Parameters == 
-  * **Return**:​Double +<div newline></​div>​ 
-  * **Summary**:​This property returns the width of the RectangleShape in the unit of the shape.+** {{wiki:PublicMethod.gif|}} ​GetGeoJson() ​**
  
-=== Protected Properties === +  * //N/A// 
-=== Public Events === +== Remarks == 
-===== Public Constructors ===== +  * //N/A//
-=== RectangleShape() === +
-This constructor creates a RectangleShape. +
-==== Remarks ​==== +
-None +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== RectangleShape(PointShape,​PointShape) === +
-This constructor creates a RectangleShape. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**upperLeftPoint** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +
-  * **Description:​This parameter specifies the upper left point of the rectangle.+
  
-**lowerRightPoint** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:String 
-  ​* **Description:​This parameter specifies the lower right point of the rectangle.+  * Description:​N/A
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-=== RectangleShape(Double,​Double,​Double,​Double) === +<div newline></​div>​ 
-This constructor creates a RectangleShape. +** {{wiki:PublicMethod.gif|}} GetWellKnownText(RingOrder) ​**
-==== Remarks ==== +
-None +
-==== Parameters ​==== +
-**minX** +
-  * **Type**:Double +
-  ​* **Description:​This property specifies the minimum X value. This is also the upper left X.+
  
-**maxY** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description:​This property specifies the maximum Y value. This is also the upper left Y.+  * //N/A//
  
-**maxX** +== Return Value == 
-  ​* **Type**:Double +  * Type:String 
-  ​* **Description:​This property specifies the maximum X value. This is also the lower right X.+  * Description:​N/A
  
-**minY** +== Parameters == 
-  * **Type**:Double +  * //​outerRingOrder//​ 
-  * **Description:​This property specifies the minimum Y value. This is also the lower right Y.+    ​* Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/A
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-=== RectangleShape(String) === +** {{wiki:PublicMethod.gif|}} LoadFromWellKnownData(Byte[]) ​**
-This constructor creates a RectangleShape. +
-==== 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// 
-=== RectangleShape(Byte[]) === +== Remarks == 
-This constructor creates a RectangleShape. +  * //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:Void 
-===== Public Methods ===== +  * Description:​N/A
-=== Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]+  * //​wellKnownBinary//​ 
-  * **Description**:N/A+    ​* Type:Byte[] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**distance** +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary() ​**
-  * **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:Byte[] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(WkbByteOrder) ​**
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Buffer(Double,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]+  * Type:Byte[] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**distance** +  //​byteOrder//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(RingOrder) ​**
-  ​* **Description**:​N/​A+
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === +  * Type:Byte[] 
-N/A +  * Description:​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+
  
-**quadrantSegments** +  ​//N/A// 
-  * **Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**bufferCapType** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]+  * Type:Byte[] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**shapeUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​outerRingOrder//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/​A
  
-**distanceUnit** +  ​//​byteOrder//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== CloneDeep() === +** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== Contains(Feature) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetWellKnownType() ​**
  
-==== Parameters ==== +  * //N/A// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Contains(BaseShape) === +  * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} CloneDeep() ​**
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Crosses(BaseShape) === +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Crosses(Feature) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​xOffsetDistance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​yOffsetDistance//​ 
-**targetFeature*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== Equals(Object) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**obj** +** {{wiki:PublicMethod.gif|}} TranslateByOffset(Double,​Double) ​**
-  * **Type**:Object +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== ExpandToInclude(BaseShape) === +== Remarks == 
-This method will expand the current RectangleShape to include the targetShape parameter. +  * //N/A//
-==== Remarks ​==== +
-There is also an overload that can expand the RectangleShape using a list of multiple shapes.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //​xOffsetDistance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:Double 
-  * **Description**:This parameter is used to expand the current rectangle.+    * Description:​N/A
  
-[[#Public Methods|Go Back]] +  * //​yOffsetDistance//​ 
-=== ExpandToInclude(IEnumerable<​BaseShape>​) === +    * Type:Double 
-This method will expand the current RectangleShape to include the shapes in the targetShapes parameter. +    * Description:​N/​A
-==== Remarks ==== +
-There is also an overload that can expand the RectangleShape using a single shape.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShapes** +== Remarks ​== 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]>​ +  * //N/A//
-  * **Description**:​This parameter is used to expand the current rectangle.+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== ExpandToInclude(Feature) === +  * Type:Void 
-This method will expand the current RectangleShape to include the target feature parameter. +  * Description:​N/​A
-==== Remarks ==== +
-There is also an overload that can expand the RectangleShape using a collection of features.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​angleInDegrees//​ 
-**targetFeature*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/A
-  * **Description**:This parameter is used to expand the current feature.+
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== ExpandToInclude(IEnumerable<​Feature>​) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-This method will expand the current RectangleShape to include the features in the targetFeatures parameter. +    * Description:​N/​A
-==== Remarks ==== +
-There also is an overload that can expand the RectangleShape using a single feature.+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeatures** +** {{wiki:PublicMethod.gif|}} TranslateByDegree(Double,​Double) ​**
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +
-  ​* **Description**:​This parameter is a group of features used to expand the current rectangle.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetAccurateArea(Int32,​AreaUnit,​DistanceCalculationMode) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeSrid** +  //​distance//​ 
-  * **Type**:Int32 +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-**returningUnit** +  ​//​angleInDegrees//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceCalculationMode** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{wiki:PublicMethod.gif|}} Rotate(PointShape,​Single) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeProj4ProjectionParameters** +  //​pivotPoint//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**returningUnit** +  ​//​degreeAngle//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +    * Type:Single 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceCalculationMode** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{wiki:PublicMethod.gif|}} GetShortestLineTo(BaseShape,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetAccuratePerimeter(Int32,​DistanceUnit,​DistanceCalculationMode) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeSrid** +  //​targetShape//​ 
-  * **Type**:Int32 +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**returningUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceCalculationMode** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{wiki:PublicMethod.gif|}} GetShortestLineTo(Feature,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetAccuratePerimeter(String,​DistanceUnit,​DistanceCalculationMode) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeProj4ProjectionParameters** +  //​targetFeature//​ 
-  * **Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**returningUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceCalculationMode** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +** {{wiki:PublicMethod.gif|}} GetClosestPointTo(BaseShape,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetArea(GeographyUnit,​AreaUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**shapeUnit** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**returningUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetBoundingBox() === +** {{wiki:​PublicMethod.gif|}} GetClosestPointTo(Feature,​GeographyUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-=== GetCenterPoint() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-=== GetClosestPointTo(BaseShape,​GeographyUnit) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +** {{wiki:PublicMethod.gif|}} GetCenterPoint() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​=
-=== GetClosestPointTo(Feature,​GeographyUnit) ​=== +<div newline></​div>​ 
-N/A +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​GeographyUnit,​DistanceUnit**
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetFeature** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**shapeUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== GetConvexHull() === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit**
-=== GetCrossing(BaseShape=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetDifference(AreaBaseShape) === +  * //distance/
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​quadrantSegments//​ 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:Int32 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​shapeUnit//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-=== GetDifference(Feature) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +** {{wiki:PublicMethod.gif|}} Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Double +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:​Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​quadrantSegments//​ 
-**targetFeature*+    * Type:Int32 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**shapeUnit** +  ​//​bufferCapType//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceUnit** +  ​//​shapeUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-=== GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Double +** {{wiki:PublicMethod.gif|}} GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Double 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== GetFeature() === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetDistanceTo(Feature,GeographyUnit,​DistanceUnit**
-=== GetFeature(IDictionary<​String,String>=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**columnValues** +  * Type:Double 
-  ​* **Type**:IDictionary<​String,​String>​ +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetGeoJson() === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:String +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​distanceUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-=== GetHashCode() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Int32 +** {{wiki:PublicMethod.gif|}} Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetIntersection(Feature) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​fromPoint//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​toPoint//​ 
-=== GetIntersection(AreaBaseShape) === +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​fromUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//toUnit// 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetIntersection(RectangleShape=== +** {{wiki:​PublicMethod.gif|}} Register(Feature,​Feature,​DistanceUnit,​GeographyUnit**
-This method returns the intersection of the current RectangleShape and the target shape, defined as the set of all points which lie in both the current shape and the target shape. +
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:​The return type is a RectangleShape that contains the set of all points which lie in both the current shape and the target shape.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/A
-  ​* **Description**:The shape you are trying to find the intersection with.+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetPerimeter(GeographyUnit,​DistanceUnit) === +  * //​fromPoint/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//toPoint// 
-  **Return ​Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​fromUnit//​ 
-**shapeUnit*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**returningUnit** +  ​//toUnit// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * 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>​ 
-=== GetShortestLineTo(Feature,​GeographyUnit=== +** {{wiki:​PublicMethod.gif|}} IsDisjointed(BaseShape**
-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 == 
-**targetFeature** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**shapeUnit** +== 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>​ 
-=== GetSymmetricalDifference(AreaBaseShape=== +** {{wiki:​PublicMethod.gif|}} IsDisjointed(Feature**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetSymmetricalDifference(Feature) === +  * //​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.MultipolygonShape|MultipolygonShape]] +** {{wiki:PublicMethod.gif|}} Intersects(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 == 
-=== GetType() === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Type +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Intersects(Feature**
-=== GetWellKnownBinary(RingOrder,​WkbByteOrder=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Byte[] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**outerRingOrder** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**byteOrder** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetWellKnownBinary(RingOrder=== +** {{wiki:​PublicMethod.gif|}} Touches(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Byte[] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**outerRingOrder** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetWellKnownBinary(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|}} Touches(Feature) ​**
-  ​* **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[] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Crosses(BaseShape**
-=== GetWellKnownText() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Boolean 
-=== GetWellKnownText(RingOrder) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**outerRingOrder** +** {{wiki:PublicMethod.gif|}} Crosses(Feature) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetWellKnownType() === +== Remarks == 
-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]] +  * //​targetFeature//​ 
-=== Intersects(Feature) === +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} IsWithin(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Intersects(BaseShape) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:PublicMethod.gif|}} IsWithin(Feature) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== IsDisjointed(Feature) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //targetFeature// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== IsDisjointed(BaseShape) ​=== +** {{wiki:​PublicMethod.gif|}} Contains(BaseShape) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== IsTopologicallyEqual(Feature) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} Contains(Feature) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== IsTopologicallyEqual(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|}} Overlaps(BaseShape**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== IsWithin(Feature) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​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>​ 
-=== IsWithin(BaseShape=== +** {{wiki:​PublicMethod.gif|}} Overlaps(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 ​== 
-=== LoadFromWellKnownData(Byte[]) === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} IsTopologicallyEqual(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**wellKnownBinary** +== Remarks ​== 
-  * **Type**:​Byte[] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== LoadFromWellKnownData(String) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**wellKnownText** +** {{wiki:PublicMethod.gif|}} IsTopologicallyEqual(Feature) ​**
-  * **Type**:String +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Overlaps(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //​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>​ 
-=== Overlaps(Feature=== +** {{wiki:​PublicMethod.gif|}} GetFeature() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetFeature** +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}} GetFeature(IDictionary<​String,​String>​) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**fromPoint** +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**toPoint** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //​columnValues//​ 
-  * **Description**:N/A+    ​* Type:IDictionary<​String,​String>​ 
 +    * Description:​N/​A
  
-**fromUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:PublicMethod.gif|}} GetCrossing(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-**toUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**fromPoint** +** {{wiki:PublicMethod.gif|}} ScaleTo(Double) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +
-  ​* **Description**:​N/​A+
  
-**toPoint** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**fromUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**toUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //scale// 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Rotate(PointShape,​Single=== +** {{wiki:​PublicMethod.gif|}} Equals(Object**
-N/A +
-==== 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 +==== Protected Methods ​==== 
-==== Remarks ​==== +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownTypeCore() **
-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 == 
-**percentage** +  * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-  ​* **Type**:Double +  * Description:​This method returns the well-known type for the shape.
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Simplify(Double,​SimplificationType) === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method returns a complete copy of the shape without any references in common.// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +== Remarks == 
-  * **Description**:​N/A+  * //When you override this method, you need to ensure that there are no references in common between the original and copy.//
  
-==== Parameters ==== +== Return Value == 
-**tolerance** +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Type**:Double +  * Description:​This method returns a complete copy of the shape without any references in common.
-  ​* **Description**:N/A+
  
-**simplificationType** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} GetCenterPointCore() ​**
  
-[[#Public Methods|Go Back]] +  * //This method returns the center point of the current shape'​s bounding box./
-=== Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType) === +== Remarks == 
-N/A +  * //This method returns the center point of the current shape'​s bounding box. It is important to note that this is the center point of the bounding box. There are numerous ways to calculate the "​center"​ of a geometry such, as its weighted center, etc. You can find other centers by examining the various methods of the shape itself. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​A ​PointShape representing the center point of the current shape'​s bounding box.
  
-==== Parameters ​==== +== Parameters == 
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} ExpandToIncludeCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-**tolerance** +  ​//This method will expand the current RectangleShape to include the shape in the targetShape parameter.//​ 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //There is also an overload that can expand the RectangleShape using a list of shapes.//
  
-**toleranceUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**simplificationType** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​This parameter is used to expand the current rectangle.
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToPolygon() === +** {{wiki:​ProtectedMethod.gif|}} GetPerimeterCore(GeographyUnit,​DistanceUnit**
-This method returns the current shape as a PolygonShape. +
-==== Remarks ==== +
-This method is mainly used to convert this GIS non-standard shape to a GIS standard shape.+
  
-**Return Value** +  ​//This method returns the perimeter of the shape (defined as the sum of the lengths of all its sides).// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] +== Remarks == 
-  * **Description**:​This ​method ​returns ​the current ​shape as a PolygonShape.+  * //You would use this method ​to find the distance around the area shape.//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Double 
-=== ToString() === +  * Description:​The return unit is based on the LengthUnit you specify ​in the returningUnit parameterregardless of the shape'​s GeographyUnit.
-This method returns a formatted representation of the UpperLeftPoint.X,​ UpperLeftPoint.Y,​ LowerRightPoint.X and LowerRightPoint.Y value. +
-==== Remarks ==== +
-The value will be formatted ​in the standard string format: -180,90,​180,​-90"​+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //​shapeUnit//​ 
-  * **Description**:This method returns a formatted representation ​of the UpperLeftPoint.X,​ UpperLeftPoint.Y,​ LowerRightPoint.X and LowerRightPoint.Y value.+    ​* 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.DistanceUnit|DistanceUnit]] 
-=== Touches(BaseShape) === +    * Description:​This is the DistanceUnit you would like to use as the return value. For example, if you select miles as your returningUnit,​ then the distance will be returned in miles.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:ProtectedMethod.gif|}} GetAreaCore(GeographyUnit,​AreaUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method returns the area of the shape (defined as the size of the region enclosed by the figure).//​ 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //You would use this method to find the area inside the shape.//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Touches(Feature) === +  * Type:Double 
-N/A +  * Description:​The return unit is based on the AreaUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​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//​ 
-**targetFeature*+    * Type:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * 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.
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== TranslateByDegree(Double,Double) ​=== +** {{wiki:​ProtectedMethod.gif|}} ScaleUpCore(Double) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method increases the size of the area shape by the percentage given in the percentage parameter.//​ 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.//
  
-==== Parameters ==== +== Return Value == 
-**distance** +  * Type:Void 
-  ​* **Type**:Double +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**angleInDegrees** +== Parameters == 
-  * **Type**:Double +  * //​percentage//​ 
-  * **Description**:N/A+    ​* Type:​Double 
 +    * Description:​This is the percentage by which to increase the shape'​s size.
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit=== +** {{wiki:​ProtectedMethod.gif|}} ScaleDownCore(Double) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method decreases the size of the area shape by the percentage given in the percentage parameter.//​ 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //None//
  
-==== Parameters ==== +== Return Value == 
-**distance** +  * Type:Void 
-  ​* **Type**:Double +  * 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.
-  ​* **Description**:N/A+
  
-**angleInDegrees** +== Parameters == 
-  * **Type**:Double +  * //​percentage//​ 
-  * **Description**:N/A+    ​* Type:​Double 
 +    * Description:​This is the percentage by which to decrease the shape'​s size.
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ​**
-  ​* **Description**:​N/​A+
  
-**distanceUnit** +  ​//This method calculates the smallest RectangleShape that encompasses the entire geometry.//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //The GetBoundingBox method calculates the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometryDepending on the number of PointShapes and complexity of the geometry, this operation can take longer for larger objectsIf the shape is a PointShape, then the bounding box's upper left and lower right points will be equalThis will create a RectangleShape with no area.//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-N/A +  * Description:​The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ​**
  
-==== Parameters ==== +  * //This method returns a MultipointShape which has been registered from its original coordinate system to another based on two anchor PointShapes.//​ 
-**xOffsetDistance** +== Remarks ​== 
-  * **Type**:​Double +  * //The register method is useful, for example, when a group of points represented by a MultipointShape has been generated in a non-geographic coordinate in meters, and you want to plot the points on a map that is in decimal degrees.//
-  * **Description**:​N/A+
  
-**yOffsetDistance** +== Return Value == 
-  ​* **Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​This method returns a MultipointShape which has been registered from its original coordinate system to another based on two anchor PointShapes.
  
-**shapeUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​fromPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter is the anchor PointShape in the coordinate of origin.
  
-**distanceUnit** +  ​//toPoint// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:N/A+    * Description:​This parameter is the anchor PointShape in the coordinate of destination.
  
-[[#Public Methods|Go Back]] +  * //​fromUnit//​ 
-=== TranslateByOffset(Double,​Double) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​This parameter is the GeographyUnit of the coordinate of origin.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//toUnit// 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This parameter is the GeographyUnit of the coordinate of destination.
  
-==== Parameters ==== +<div newline></​div>​ 
-**xOffsetDistance** +** {{wiki:ProtectedMethod.gif|}} TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  * **Type**:Double +
-  ​* **Description**:​N/​A+
  
-**yOffsetDistance** +  ​//This method moves the base shape from one location to another, based on an X and Y offset distance.// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //This method moves the base shape from one location to another, based on an X and Y offset distance. With this overload, it is important to note that the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of 1 and a Y offset of 1, you're going to move this shape 1 unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles to on the X axis and 3 miles on the Y axis.//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Union(Feature) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * //​xOffsetDistance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.
  
-==== Parameters ==== +  ​//​yOffsetDistance//​ 
-**targetFeature*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== Union(AreaBaseShape) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This is the DistanceUnit you would like to use as the measure for the move. For example, if you select miles as your distanceUnit,​ then the xOffsetDistance and yOffsetDistance will be calculated in miles.
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //This method moves the shape from one location to another, based on a direction in degrees and distance./
-=== Validate(ShapeValidationMode) === +== Remarks == 
-N/A +  * //This method moves the base shape from one location to another, based on an angleInDegrees and distance parameter. With this overload, it is important to note that the distance units are the same GeographicUnit as the shape. For example, if your shape is in decimal degrees and you call this method with a distance of 1, you're going to move this shape 1 decimal degree in direction of the angleInDegrees. In many cases it is more useful to specify the DistanceUnit of movement, such as in miles or yards, so for these scenarios there is another overload you may want to use instead.If you pass a distance of 0, then the operation is ignored.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**validationMode** +  //​distance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +    * Type:Double 
-  * **Description**:​N/​A+    ​Description:The distance is the number of units to move the shape in the angle specifiedThe distance unit will be the same as the GeographyUnit for the shapeThe distance must be greater than or equal to 0.
  
-[[#Public Methods|Go Back]] +  * //​angleInDegrees//​ 
-===== Protected Methods ===== +    * Type:Double 
-=== BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === +    * Description:​number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
  
-==== Parameters ==== +  ​//​distanceUnit//​ 
-**distance*+    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:Double +    * Description:​This is the DistanceUnit you would like to use as the measure for the move. For example, if you select miles as your distanceUnit,​ then the xOffsetDistance and yOffsetDistance will be calculated in miles.
-  * **Description**:N/A+
  
-**quadrantSegments** +<div newline></​div>​ 
-  * **Type**:Int32 +** {{wiki:ProtectedMethod.gif|}} GetClosestPointToCore(BaseShape,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-**bufferCapType** +  ​//This method returns the point of the current shape that is closest to the target shape.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] +== 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.//
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​A ​PointShape representing the closest point of the current shape to the targetShape.
  
-**distanceUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the closest point to.
  
-[[#Protected Methods|Go Back]] +  * //​shapeUnit//​ 
-=== CloneDeepCore() === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-This method returns a complete copy of the shape without any references in common. +    * Description:​This is the GeographicUnit ​of the shape you are performing ​the operation on.
-==== Remarks ==== +
-When you override this method, ​you need to ensure that there are no references in common between ​the original and copy.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:ProtectedMethod.gif|}} GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​This method returns a complete copy of the shape without any references in common.+
  
-==== Parameters ==== +  * //This method ​computes ​the distance between ​the current shape and the targetShape.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== ContainsCore(BaseShape) === +  * //In this method, we compute ​the closest distance between the two shapes. The returned unit will be in the unit of distance specified.//
-This method ​returns if the targetShape lies within the interior of the current shape. +
-==== Remarks ​==== +
-Overriding: Please ensure that you validate ​the parameters being passed ​in and raise the exceptions defined above.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Double 
-  ​* **Description**:This method returns if the targetShape ​lies within ​the interior ​of the current ​shape.+  * Description:​The return type is the distance between this shape and the targetShape ​in the GeographyUnit ​of the shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //targetShape// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:The shape you wish to compare ​the current one to.+    * Description:​The shape you are trying ​to find the distance ​to.
  
-[[#Protected Methods|Go Back]] +  * //​shapeUnit//​ 
-=== CrossesCore(BaseShape) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​The GeographyUnit of the targetShape.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​The DistanceUnit of the returned value.
  
-==== 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.// 
-=== ExpandToIncludeCore(BaseShape) === +== Remarks == 
-This method ​will expand the current RectangleShape to include ​the shape in the targetShape parameter+  * //This method returns a string ​that represents ​the shape in well-known text. Well-known text allows you to describe ​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 ​==== +
-There is also an overload ​that can expand ​the RectangleShape using list of shapes.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:String 
-  ​* **Description**:N/A+  * Description:​This method returns a string that represents the shape in well-known text.
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //​outerRingOrder//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **Description**:This parameter is used to expand the current rectangle.+    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== Finalize() === +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownBinaryCore(RingOrder,​WkbByteOrder**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method returns a byte array that represents the shape in well-known binary.// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //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.//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]+  * Type:Byte[] 
-=== GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode) === +  * Description:​This method returns a byte array that represents the shape in well-known binary.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Double +  * //​outerRingOrder//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​byteOrder//​ 
-**shapeProj4ProjectionParameters*+    * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Type**:String +    * Description:​This parameter specifies whether the byte order is big- or little-endian.
-  * **Description**:N/A+
  
-**returningUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +** {{wiki:ProtectedMethod.gif|}} LoadFromWellKnownDataCore(String) ​**
-  ​* **Description**:​N/​A+
  
-**distanceCalculationMode** +  ​//This method hydrates the current shape with its data from well-known text.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +== Remarks == 
-  * **Description**:​N/A+  * //None//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetAccuratePerimeterCore(String,​DistanceUnit,​DistanceCalculationMode) === +  * Type:Void 
-N/A +  * Description:​None
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Double +  * //​wellKnownText//​ 
-  * **Description**:N/A+    ​* Type:String 
 +    * Description:​This parameter is the well-known text you will use to hydrate your object.
  
-==== Parameters ==== +<div newline></​div>​ 
-**shapeProj4ProjectionParameters** +** {{wiki:ProtectedMethod.gif|}} LoadFromWellKnownDataCore(Byte[]) ​**
-  * **Type**:String +
-  ​* **Description**:​N/​A+
  
-**returningUnit** +  ​//This method hydrates the current shape with its data from well-known binary.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== 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.//
  
-**distanceCalculationMode** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​None
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetAreaCore(GeographyUnit,​AreaUnit) === +  * //​wellKnownBinary//​ 
-This method returns ​the area of the shape (defined as the size of the region enclosed by the figure). +    * Type:​Byte[] 
-==== Remarks ==== +    * Description:​This parameter is the well-known binary used to populate ​the shape.
-You would use this method ​to find the area inside ​the shape.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Double +** {{wiki:ProtectedMethod.gif|}} IsDisjointedCore(BaseShape) ​**
-  ​* **Description**:​The return unit is based on the AreaUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit.+
  
-==== Parameters ==== +  * //This method returns whether the current shape and the targetShape have no points in common.// 
-**shapeUnit** +== Remarks ​== 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​OverridingPlease ensure that you validate ​the parameters being passed in and raise the exceptions defined above.//
-  * **Description**:​This is the GeographyUnit of the shape you are performing ​the operation on.+
  
-**returningUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] +  * Type:Boolean 
-  ​* **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.+  * Description:​This ​method returns whether ​the current shape and the targetShape have no points ​in common.
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetBoundingBoxCore() === +  * //​targetShape//​ 
-This method calculates the smallest RectangleShape that encompasses the entire geometry+    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​The shape you wish to compare ​the current one to.
-The GetBoundingBox method calculates the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometry. Depending on the number of PointShapes and complexity of the geometry, this operation can take longer for larger objects. If the shape is a PointShape, then the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:ProtectedMethod.gif|}} ValidateCore(ShapeValidationMode) ​**
-  ​* **Description**:​The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry.+
  
-==== Parameters ==== +  * //This method returns ​a ShapeValidationResult based on a series ​of tests.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== GetCenterPointCore() === +  * //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 itselfIf you wish to test things ​such as whether a polygon self-intersectswe invite you to call this method with the advanced ShapeValidationModeOne thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster testIf you are dealing with polygon shapes ​that are suspect, we suggest ​you run the advanced test.//
-This method returns ​the center point of the current shape'​s bounding box+
-==== Remarks ​==== +
-This method ​returns ​the center point of the current ​shape's bounding boxIt is important ​to note that this is the center point of the bounding boxThere are numerous ways to calculate the "​center"​ of a geometry ​suchas its weighted centeretcYou can find other centers by examining ​the various methods of the shape itselfOverriding: Please ensure ​that you validate the parameters being passed in and raise the exceptions defined above.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-  ​* **Description**:A PointShape representing the center point of the current shape'​s bounding box.+  * Description:​This method returns a ShapeValidationResult based on a series ​of tests.
  
-==== Parameters ==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //​validationMode//​ 
-=== GetClosestPointToCore(BaseShape,​GeographyUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-This method returns ​the point of the current shape that is closest to the target shape. +    * Description:​This parameter determines whether ​the test is simple or advancedIn some cases, ​the advanced tests can take some timeThe simple test is designed ​to always ​be fast.
-==== Remarks ==== +
-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 itself. An example would be a line with two points that are far apart from each other. If you set the targetShape ​to be a point midway between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points that make up the line.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +** {{wiki:ProtectedMethod.gif|}} GetCrossingCore(BaseShape) ​**
-  ​* **Description**:​A PointShape representing the closest point of the current shape to the targetShape.+
  
-==== Parameters ==== +  * //This method returns the crossing points between the current shape and the passed-in target shape.// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer ​to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-  * **Description**:​The shape you are trying to find the closest point to.+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-  ​* **Description**:This is the GeographicUnit of the shape you are performing ​the operation on.+  * Description:​This ​method returns ​the crossing points between ​the current ​shape and the passed-in target shape.
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetConvexHullCore() === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​The target shape you wish to get crossing with.
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +** {{wiki:ProtectedMethod.gif|}} ContainsCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method returns ​if the targetShape lies within the interior of the current shape.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== GetCrossingCore(BaseShape) === +  * //​Overriding:​ Please ensure ​that you validate ​the parameters being passed in and raise the exceptions defined above.//
-This method returns the crossing points between ​the current ​shape and the passed-in target ​shape. +
-==== 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** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +  * Type:Boolean 
-  ​* **Description**:This method returns the crossing points between ​the current shape and the passed-in target ​shape.+  * Description:​This method returns ​if the targetShape lies within ​the interior of the current ​shape.
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +  //targetShape// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:The target ​shape you wish to get crossing with.+    * Description:​The shape you wish to compare the current one to.
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetDifferenceCore(AreaBaseShape=== +** {{wiki:​ProtectedMethod.gif|}} GetAccuratePerimeterCore(String,​DistanceUnit,​DistanceCalculationMode**
-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:Double 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) === +  * //​shapeProj4ProjectionParameters//​ 
-This method computes the distance between the current shape and the targetShape. +    * Type:String 
-==== Remarks ==== +    * Description:​N/​A
-In this method, we compute the closest distance between the two shapes. The returned unit will be in the unit of distance specified.+
  
-**Return Value** +  ​//​returningUnit//​ 
-  **Return ​Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:The return type is the distance between this shape and the targetShape in the GeographyUnit of the shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.+    * Description:​N/A
  
-==== Parameters ==== +  ​//​distanceCalculationMode//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/A
-  * **Description**:The shape you are trying to find the distance to.+
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode) ​**
-  ​* **Description**:​The GeographyUnit of the targetShape.+
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​The DistanceUnit of the returned value.+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetGeoJsonCore() === +  * Type:Double 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //​shapeProj4ProjectionParameters//​ 
-  * **Description**:N/A+    ​* Type:​String 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​returningUnit//​ 
-[[#Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-=== GetIntersectionCore(AreaBaseShape) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceCalculationMode//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} GetConvexHullCore() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== GetPerimeterCore(GeographyUnit,​DistanceUnit) === +== Remarks == 
-This method returns the perimeter of the shape (defined as the sum of the lengths of all its sides). +  * //N/A//
-==== Remarks ​==== +
-You would use this method to find the distance around the area shape.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Double +  * Type:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  ​* **Description**:The return unit is based on the LengthUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} GetIntersectionCore(AreaBaseShape) ​**
-  ​* **Description**:​This is the GeographyUnit of the shape you are performing the operation on.+
  
-**returningUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This is the DistanceUnit you would like to use as the return value. For example, if you select miles as your returningUnit,​ then the distance will be returned in miles.+  * //N/A//
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== GetShortestLineToCore(BaseShape,​GeographyUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} UnionCore(AreaBaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== GetSymmetricalDifferenceCore(AreaBaseShape) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} GetDifferenceCore(AreaBaseShape**
-  * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) === +== Remarks == 
-This method returns a byte array that represents the shape in well-known binary. +  * //N/A//
-==== Remarks ​==== +
-This method returns a byte array that represents the shape in well-known binary. Well-known binary allows you to describe a geometry as a binary array. Well-known binary is useful when you want to save a geometry in an efficient format using as little space as possible. An alternative to well-known binary is well-known text, which is a textual representation of a geometry object. We have methods that work with well-known text as well.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Byte[] +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]
-  ​* **Description**:This method returns a byte array that represents the shape in well-known binary.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**outerRingOrder** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**byteOrder** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +** {{wiki:ProtectedMethod.gif|}} GetSymmetricalDifferenceCore(AreaBaseShape) ​**
-  ​* **Description**:​This parameter specifies whether the byte order is big- or little-endian.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== GetWellKnownTextCore(RingOrder) === +== Remarks == 
-This method returns the well-known text representation of this shape. +  * //N/A//
-==== Remarks ​==== +
-This method returns a string that represents the shape in well-known text. Well-known text allows you to describe a geometry as a string of text. Well-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applications. An alternative to well-known text is well-known binary, which is a binary representation of a geometry object. We have methods that work with well-known binary as well. Below are some samples of what well-known text might look like for various kinds of geometric shapes.POINT(5 17)LINESTRING(4 5,10 50,25 80)POLYGON((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3))MULTIPOINT(3.7 9.7,4.9 11.6)MULTILINESTRING((4 5,11 51,21 26),(-4 -7,-9 -7,-14 -3))MULTIPOLYGON(((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3)),((4 4,7 3,7 5,4 4)))+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:This method returns a string that represents the shape in well-known text.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**outerRingOrder** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetWellKnownTypeCore() === +** {{wiki:​ProtectedMethod.gif|}} SimplifyCore(Double,​SimplificationType**
-This method returns the well-known type for the shape. +
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] +== Remarks == 
-  * **Description**:​This method returns the well-known type for the shape.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-=== IntersectsCore(BaseShape) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​tolerance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​simplificationType//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== IsDisjointedCore(BaseShape=== +** {{wiki:​ProtectedMethod.gif|}} GetGeoJsonCore() **
-This method returns whether the current shape and the targetShape have no points in common. +
-==== Remarks ==== +
-Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​This method returns whether the current shape and the targetShape have no points in common.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:String 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/A
-  ​* **Description**:The shape you wish to compare the current one to.+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== IsTopologicallyEqualCore(BaseShape) === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} RotateCore(PointShape,​Single) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== IsWithinCore(BaseShape) === +  * //​pivotPoint/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​degreeAngle//​ 
-  **Return ​Type**:Boolean +    * Type:Single 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} GetShortestLineToCore(BaseShape,​GeographyUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== LoadFromWellKnownDataCore(Byte[]) === +== Remarks == 
-This method hydrates the current shape with its data from well-known binary. +  * //N/A//
-==== Remarks ​==== +
-This is used when you want to hydrate a shape based on well-known binary. You can create the shape and then load the well-known binary using this method.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  ​* **Description**:None+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**wellKnownBinary** +  //​targetShape//​ 
-  * **Type**:Byte[] +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]
-  * **Description**:This parameter is the well-known binary used to populate the shape.+    * Description:​N/A
  
-[[#Protected Methods|Go Back]] +  * //​shapeUnit//​ 
-=== LoadFromWellKnownDataCore(String) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-This method hydrates the current shape with its data from well-known text. +    * Description:​N/​A
-==== Remarks ==== +
-None+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​None+
  
-==== Parameters ==== +  * //N/A// 
-**wellKnownText** +== Remarks ​== 
-  * **Type**:​String +  * //N/A//
-  * **Description**:​This parameter is the well-known text you will use to hydrate your object.+
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== MemberwiseClone() === +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Object +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​quadrantSegments/​
-[[#​Protected Methods|Go Back]] +    * Type:Int32 
-=== OverlapsCore(BaseShape) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​bufferCapType//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​shapeUnit//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Protected Methods|Go Back]] +  * //​distanceUnit//​ 
-=== RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-This method returns a MultipointShape which has been registered from its original coordinate system to another based on two anchor PointShapes. +    * Description:​N/​A
-==== Remarks ==== +
-The register method is useful, for example, when a group of points represented by a MultipointShape has been generated in a non-geographic coordinate in meters, and you want to plot the points on a map that is in decimal degrees.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:ProtectedMethod.gif|}} IntersectsCore(BaseShape**
-  ​* **Description**:​This method returns a MultipointShape which has been registered from its original coordinate system to another based on two anchor PointShapes.+
  
-==== Parameters ==== +  * //N/A// 
-**fromPoint** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //N/A//
-  * **Description**:​This parameter is the anchor PointShape in the coordinate of origin.+
  
-**toPoint** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:Boolean 
-  ​* **Description**:This parameter is the anchor PointShape in the coordinate of destination.+  * Description:​N/A
  
-**fromUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​targetShape//​ 
-  * **Description**:This parameter is the GeographyUnit of the coordinate of origin.+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/A
  
-**toUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:ProtectedMethod.gif|}} TouchesCore(BaseShape) ​**
-  ​* **Description**:​This parameter is the GeographyUnit of the coordinate of destination.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== RotateCore(PointShape,​Single) === +== 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 == 
-**pivotPoint** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**degreeAngle** +<div newline></​div>​ 
-  * **Type**:Single +** {{wiki:ProtectedMethod.gif|}} CrossesCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== ScaleDownCore(Double) === +== Remarks == 
-This method decreases the size of the area shape by the percentage given in the percentage parameter. +  * //N/A//
-==== Remarks ​==== +
-None+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **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.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**percentage** +  //​targetShape//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:This is the percentage by which to decrease the shape'​s size.+    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== ScaleToCore(Double=== +** {{wiki:​ProtectedMethod.gif|}} IsWithinCore(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**scale** +  * Type:Boolean 
-  ​* **Type**:Double +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== ScaleUpCore(Double) === +  * //​targetShape//​ 
-This method increases the size of the area shape by the percentage given in the percentage parameter. +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/​A
-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.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} OverlapsCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**percentage** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​This is the percentage by which to increase the shape'​s size.+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== SimplifyCore(Double,​SimplificationType) === +  * 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>​ 
-**tolerance** +** {{wiki:ProtectedMethod.gif|}} IsTopologicallyEqualCore(BaseShape) ​**
-  * **Type**:Double +
-  ​* **Description**:​N/​A+
  
-**simplificationType** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== TouchesCore(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:ProtectedMethod.gif|}} ScaleToCore(Double) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-This method moves the shape from one location to another, based on a direction in degrees and distance. +  * //N/A//
-==== 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** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**distance** +  //scale// 
-  * **Type**:Double +    * Type:​Double 
-  * **Description**:The distance is the number of units to move the shape in the angle specified. The distance unit will be the same as the GeographyUnit for the shape. The distance must be greater than or equal to 0.+    * Description:​N/A
  
-**angleInDegrees** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  ​* **Description**:​A number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​This is the GeographicUnit of the shape you are performing the operation on.+  * //N/A//
  
-**distanceUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:Void 
-  ​* **Description**:This is the DistanceUnit you would like to use as the measure for the move. For example, if you select miles as your distanceUnit,​ then the xOffsetDistance and yOffsetDistance will be calculated in miles.+  * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) === +<div newline></​div>​ 
-This method moves the base shape from one location to another, based on an X and Y offset distance. +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-==== Remarks ==== +
-This method moves the base shape from one location to another, based on an X and Y offset distance. With this overload, it is important to note that the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of 1 and a Y offset of 1, you're going to move this shape 1 unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles to on the X axis and 3 miles on the Y axis.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**xOffsetDistance** +  * Type:Object 
-  ​* **Type**:Double +  * Description:​N/A
-  ​* **Description**:This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.+
  
-**yOffsetDistance** +== Parameters == 
-  * **Type**:Double +<div newline></​div>​ 
-  ​* **Description**:​This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} UpperLeftPoint ​**
  
-**shapeUnit** +This property returns or sets the PointShape that represents the upper left point of the RectangleShape. 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​This is the GeographicUnit of the shape you are performing the operation on.+None 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
  
-**distanceUnit** +** {{wiki:PublicProperty.gif|}} UpperRightPoint ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  ​* **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.+
  
-[[#​Protected Methods|Go Back]] +This property returns the PointShape that represents the upper right point of the RectangleShape. 
-=== UnionCore(AreaBaseShape) === +== Remarks ​== 
-N/A +None 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} LowerRightPoint ​**
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property returns or sets the PointShape that represents the lower right point of the RectangleShape. 
-**targetShape** +== Remarks ​== 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] +None 
-  * **Description**:​N/​A+== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
  
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicProperty.gif|}} LowerLeftPoint **
-=== ValidateCore(ShapeValidationMode) === +
-This method returns a ShapeValidationResult based on a series of tests. +
-==== Remarks ==== +
-We use this method, with the simple enumeration,​ internally before doing any kind of other methods on the shape. In this way, we are able to verify the integrity of the shape itself. If you wish to test things such as whether a polygon self-intersects,​ we invite you to call this method with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test.+
  
-**Return Value** +This property returns the PointShape that represents the lower left point of the RectangleShape. 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +== Remarks == 
-  * **Description**:​This method returns a ShapeValidationResult based on a series of tests.+None 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
  
-==== Parameters ==== +** {{wiki:PublicProperty.gif|}} Height ​**
-**validationMode** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +
-  ​* **Description**:​This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast.+
  
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CanRotate === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-=== Height === 
 This property returns the height of the RectangleShape in the unit of the shape. This property returns the height of the RectangleShape in the unit of the shape.
-==== Remarks ​====+== Remarks ==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Double
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Width **
-=== Id === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] +This property returns the width of the RectangleShape in the unit of the shape
-=== LowerLeftPoint === +== Remarks ==
-This property returns the PointShape that represents ​the lower left point of the RectangleShape+
-==== Remarks ​====+
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]+  * Type:Double
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Id **
-=== LowerRightPoint === +
-This property returns or sets the PointShape that represents the lower right point of the RectangleShape. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]+
  
-[[#Public Properties|Go Back]] 
-=== Tag === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Object+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Tag **
-=== UpperLeftPoint === +
-This property returns or sets the PointShape that represents the upper left point of the RectangleShape. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]+
  
-[[#Public Properties|Go Back]] +N/A 
-=== UpperRightPoint === +== Remarks == 
-This property returns the PointShape that represents the upper right point of the RectangleShape. +N/A 
-==== Remarks ​==== +== Return Value == 
-None +  * Type:Object
-==== Return Value ==== +
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]+
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} CanRotate ** 
-=== Width === + 
-This property returns the width of the RectangleShape in the unit of the shape. +N/A 
-==== Remarks ​==== +== Remarks == 
-None +N/A 
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.rectangleshape.1442486302.txt.gz · Last modified: 2015/09/17 10:38 by admin