User Tools

Site Tools


thinkgeo.mapsuite.core.areabaseshape

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.areabaseshape [2015/09/17 10:01]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.AreaBaseShape ====== 
-This abstract class is the root of all area-based shapes, such as RectangleShape and PolygonShape. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.Core.BaseShape 
-      ***ThinkGeo.MapSuite.Core.AreaBaseShape** 
-        *[[ThinkGeo.MapSuite.Core.EllipseShape]] 
-        *[[ThinkGeo.MapSuite.Core.RingShape]] 
-        *[[ThinkGeo.MapSuite.Core.MultipolygonShape]] 
-        *[[ThinkGeo.MapSuite.Core.PolygonShape]] 
-        *[[ThinkGeo.MapSuite.Core.RectangleShape]] 
-===== Members Summary ===== 
-=== Public Constructors === 
-=== Protected Constructors === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​AreaBaseShape()|AreaBaseShape]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is the default constructor for AreaBaseShape. 
-</​div>​ 
- 
-=== Public Methods === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​GeographyUnit,​DistanceUnit)|Buffer]]** 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|Buffer]]** 
-  * **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>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit)|Buffer]]** 
-  * **Parameters**:​Double,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Contains(Feature)|Contains]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Contains(BaseShape)|Contains]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Crosses(Feature)|Crosses]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Crosses(BaseShape)|Crosses]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** 
-  * **Parameters**:​Object 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccurateArea(Int32,​AreaUnit,​DistanceCalculationMode)|GetAccurateArea]]** 
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode)|GetAccurateArea]]** 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccuratePerimeter(Int32,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeter]]** 
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetAccuratePerimeter(String,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeter]]** 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetArea(GeographyUnit,​AreaUnit)|GetArea]]** 
-  * **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>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCenterPoint()|GetCenterPoint]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(BaseShape,​GeographyUnit)|GetClosestPointTo]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(Feature,​GeographyUnit)|GetClosestPointTo]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetConvexHull()|GetConvexHull]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the convex hull of the shape, defined as the smallest convex ring that contains all of the points in the shape. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCrossing(BaseShape)|GetCrossing]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDifference(Feature)|GetDifference]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the difference between current shape and the specified feature, defined as the set of all points which lie in the current shape but not in the targetShape. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDifference(AreaBaseShape)|GetDifference]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the difference between two shapes, defined as the set of all points which lie in the current shape but not in the targetShape. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]** 
-  * **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>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeature(IDictionary<​String,​String>​)|GetFeature]]** 
-  * **Parameters**:​IDictionary<​String,​String>​ 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeature()|GetFeature]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetGeoJson()|GetGeoJson]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetIntersection(Feature)|GetIntersection]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the intersection of the current shape and the target feature, defined as the set of all points which lie in both the current shape and the target feature. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetIntersection(AreaBaseShape)|GetIntersection]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the intersection of the current shape 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>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetPerimeter(GeographyUnit,​DistanceUnit)|GetPerimeter]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **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>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(Feature,​GeographyUnit)|GetShortestLineTo]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(BaseShape,​GeographyUnit)|GetShortestLineTo]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetSymmetricalDifference(Feature)|GetSymmetricalDifference]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the symmetrical difference between current shape and the specified feature, defined as the set of all points which lie in the current shape or the targetFeature but not both. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetSymmetricalDifference(AreaBaseShape)|GetSymmetricalDifference]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the symmetrical difference between two shapes, defined as the set of all points which lie in the current shape or the targetShape but not both. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder,​WkbByteOrder)|GetWellKnownBinary]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder)|GetWellKnownBinary]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(WkbByteOrder)|GetWellKnownBinary]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary()|GetWellKnownBinary]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText()|GetWellKnownText]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText(RingOrder)|GetWellKnownText]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownType()|GetWellKnownType]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(BaseShape)|Intersects]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(Feature)|Intersects]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsDisjointed(Feature)|IsDisjointed]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsDisjointed(BaseShape)|IsDisjointed]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(Feature)|IsTopologicallyEqual]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(BaseShape)|IsTopologicallyEqual]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsWithin(Feature)|IsWithin]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​IsWithin(BaseShape)|IsWithin]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(Byte[])|LoadFromWellKnownData]]** 
-  * **Parameters**:​Byte[] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(String)|LoadFromWellKnownData]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Overlaps(Feature)|Overlaps]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Overlaps(BaseShape)|Overlaps]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|Register]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Register(Feature,​Feature,​DistanceUnit,​GeographyUnit)|Register]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Rotate(PointShape,​Single)|Rotate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleDown(Double)|ScaleDown]]** 
-  * **Parameters**:​Double 
-  * **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>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ScaleDown(AreaBaseShape,​Double)|ScaleDown]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]],​Double 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a new area shape that has been scaled down by the percentage given in the percentage parameter. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ScaleDown(Feature,​Double)|ScaleDown]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Double 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a new area feature that has been scaled down by the percentage given in the percentage parameter. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleTo(Double)|ScaleTo]]** 
-  * **Parameters**:​Double 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ScaleUp(Feature,​Double)|ScaleUp]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Double 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a new area shape that has been scaled up by the percentage given in the percentage parameter. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ScaleUp(AreaBaseShape,​Double)|ScaleUp]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]],​Double 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a new area shape that has been scaled up by the percentage given in the percentage parameter. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleUp(Double)|ScaleUp]]** 
-  * **Parameters**:​Double 
-  * **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>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Simplify(AreaBaseShape,​Double,​SimplificationType)|Simplify]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]],​Double,​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Simplify(AreaBaseShape,​GeographyUnit,​Double,​DistanceUnit,​SimplificationType)|Simplify]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Double,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType)|Simplify]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Double,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Simplify(Double,​SimplificationType)|Simplify]]** 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Split(Feature,​Feature)|Split]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a collection of Features split by the specified parameters. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Split(AreaBaseShape,​AreaBaseShape)|Split]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]],​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a collection of MultiPolygonShapes split by the specified parameters. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(BaseShape)|Touches]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(Feature)|Touches]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double)|TranslateByDegree]]** 
-  * **Parameters**:​Double,​Double 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegree]]** 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffset]]** 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double)|TranslateByOffset]]** 
-  * **Parameters**:​Double,​Double 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Union(IEnumerable<​Feature>​)|Union]]** 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the union of the current shape and the target features, defined as the set of all points in the current shape or the target features. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Union(IEnumerable<​AreaBaseShape>​)|Union]]** 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]]>​ 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the union of the specified area shapes. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Union(AreaBaseShape)|Union]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the union of the current shape and the target shape, defined as the set of all points in the current shape or the target shape. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Union(Feature)|Union]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the union of the current shape and the target feature, defined as the set of all points in the current shape or the target feature. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Validate(ShapeValidationMode)|Validate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Protected Methods === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|BufferCore]]** 
-  * **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>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ContainsCore(BaseShape)|ContainsCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CrossesCore(BaseShape)|CrossesCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode)|GetAccurateAreaCore]]** 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetAccuratePerimeterCore(String,​DistanceUnit,​DistanceCalculationMode)|GetAccuratePerimeterCore]]** 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetAreaCore(GeographyUnit,​AreaUnit)|GetAreaCore]]** 
-  * **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>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetCenterPointCore()|GetCenterPointCore]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetClosestPointToCore(BaseShape,​GeographyUnit)|GetClosestPointToCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetConvexHullCore()|GetConvexHullCore]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the convex hull of the shape, defined as the smallest convex ring that contains all of the points in the shape. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetCrossingCore(BaseShape)|GetCrossingCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetDifferenceCore(AreaBaseShape)|GetDifferenceCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the difference between two shapes, defined as the set of all points which lie in the current shape but not in the targetShape. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceToCore]]** 
-  * **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>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetGeoJsonCore()|GetGeoJsonCore]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetIntersectionCore(AreaBaseShape)|GetIntersectionCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the intersection of the current shape 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>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetPerimeterCore(GeographyUnit,​DistanceUnit)|GetPerimeterCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **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>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetShortestLineToCore(BaseShape,​GeographyUnit)|GetShortestLineToCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetSymmetricalDifferenceCore(AreaBaseShape)|GetSymmetricalDifferenceCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the symmetrical difference between two shapes, defined as the set of all points which lie in the current shape or the targetShape but not both. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownBinaryCore(RingOrder,​WkbByteOrder)|GetWellKnownBinaryCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownTextCore(RingOrder)|GetWellKnownTextCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownTypeCore()|GetWellKnownTypeCore]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IntersectsCore(BaseShape)|IntersectsCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsDisjointedCore(BaseShape)|IsDisjointedCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsTopologicallyEqualCore(BaseShape)|IsTopologicallyEqualCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsWithinCore(BaseShape)|IsWithinCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(Byte[])|LoadFromWellKnownDataCore]]** 
-  * **Parameters**:​Byte[] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(String)|LoadFromWellKnownDataCore]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OverlapsCore(BaseShape)|OverlapsCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|RegisterCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​RotateCore(PointShape,​Single)|RotateCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleDownCore(Double)|ScaleDownCore]]** 
-  * **Parameters**:​Double 
-  * **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>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleToCore(Double)|ScaleToCore]]** 
-  * **Parameters**:​Double 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleUpCore(Double)|ScaleUpCore]]** 
-  * **Parameters**:​Double 
-  * **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>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SimplifyCore(Double,​SimplificationType)|SimplifyCore]]** 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TouchesCore(BaseShape)|TouchesCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegreeCore]]** 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffsetCore]]** 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​UnionCore(AreaBaseShape)|UnionCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the union of the current shape and the target shapes, defined as the set of all points in the current shape or the target shape. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ValidateCore(ShapeValidationMode)|ValidateCore]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Public Properties === 
-**{{wiki:​PublicProperty.gif|}}[[#​CanRotate|CanRotate]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Id|Id]]** 
-  * **Return**:​String 
-  * **Summary**:​N/​A 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Tag|Tag]]** 
-  * **Return**:​Object 
-  * **Summary**:​N/​A 
- 
-=== Protected Properties === 
-=== Public Events === 
-===== Public Constructors ===== 
-===== Protected Constructors ===== 
-=== AreaBaseShape() === 
-This is the default constructor for AreaBaseShape. 
-==== Remarks ==== 
-This constructor simply calls the base constructor. 
-==== Parameters ==== 
-[[#​Protected Constructors|Go Back]] 
-===== Public Methods ===== 
-=== Buffer(Double,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**distance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**distance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**quadrantSegments** 
-  * **Type**:​Int32 
-  * **Description**:​N/​A 
- 
-**bufferCapType** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**distance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**quadrantSegments** 
-  * **Type**:​Int32 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== CloneDeep() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== Contains(Feature) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Contains(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Crosses(Feature) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Crosses(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Equals(Object) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**obj** 
-  * **Type**:​Object 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetAccurateArea(Int32,​AreaUnit,​DistanceCalculationMode) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**shapeSrid** 
-  * **Type**:​Int32 
-  * **Description**:​N/​A 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceCalculationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetAccurateArea(String,​AreaUnit,​DistanceCalculationMode) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**shapeProj4ProjectionParameters** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceCalculationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetAccuratePerimeter(Int32,​DistanceUnit,​DistanceCalculationMode) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**shapeSrid** 
-  * **Type**:​Int32 
-  * **Description**:​N/​A 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceCalculationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetAccuratePerimeter(String,​DistanceUnit,​DistanceCalculationMode) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**shapeProj4ProjectionParameters** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceCalculationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetArea(GeographyUnit,​AreaUnit) === 
-This method returns the area of the shape, defined as the size of the region enclosed by the figure. 
-==== Remarks ==== 
-You would use this method to find the area inside the shape. 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​The return unit is based on a AreaUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit. 
- 
-==== Parameters ==== 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This is the GeographyUnit of the shape you are performing the operation on. 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **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. 
- 
-[[#Public Methods|Go Back]] 
-=== GetBoundingBox() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetCenterPoint() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetClosestPointTo(BaseShape,​GeographyUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetClosestPointTo(Feature,​GeographyUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetConvexHull() === 
-This method returns the convex hull of the shape, defined as the smallest convex ring that contains all of the points in the shape. 
-==== Remarks ==== 
-This method is useful when you want to create a perimeter around the shape. For example, if you had a MultiPolygon that represented buildings on a campus, you could easily get the convex hull of the buildings and determine the perimeter of all of the buildings together. This also works with MultiPoint shapes, where each point may represent a certain type of person you are doing statistics on. With convex hull, you can get an idea of the regions those points are located in. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  * **Description**:​This method returns the convex hull of the shape, defined as the smallest convex ring that contains all of the points in the shape. 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetCrossing(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetDifference(Feature) === 
-This method returns the difference between current shape and the specified feature, defined as the set of all points which lie in the current shape but not in the targetShape. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that is the set of all points which lie in the current shape but not in the target feature. 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​The feture you are trying to find the difference with. 
- 
-[[#Public Methods|Go Back]] 
-=== GetDifference(AreaBaseShape) === 
-This method returns the difference between two shapes, defined as the set of all points which lie in the current shape but not in the targetShape. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that is the set of all points which lie in the current shape but not in the targetShape. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​The shape you are trying to find the difference with. 
- 
-[[#Public Methods|Go Back]] 
-=== GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetFeature(IDictionary<​String,​String>​) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**columnValues** 
-  * **Type**:​IDictionary<​String,​String>​ 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetFeature() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetGeoJson() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Int32 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetIntersection(Feature) === 
-This method returns the intersection of the current shape and the target feature, defined as the set of all points which lie in both the current shape and the target feature. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that contains the set of all points which lie in both the current shape and the target feature. 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​The feature you are trying to find the intersection with. 
- 
-[[#Public Methods|Go Back]] 
-=== GetIntersection(AreaBaseShape) === 
-This method returns the intersection of the current shape 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** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that contains the set of all points which lie in both the current shape and the target shape. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​The shape you are trying to find the intersection with. 
- 
-[[#Public Methods|Go Back]] 
-=== GetPerimeter(GeographyUnit,​DistanceUnit) === 
-This method returns the perimeter of the shape, defined as the sum of the lengths of all its sides. 
-==== Remarks ==== 
-You would use this method to find the distance around the area shape. 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​The return unit is based on a LengthUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit. 
- 
-==== Parameters ==== 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This is the GeographyUnit of the shape you are performing the operation on. 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​This is the DistanceUnit you would like to use as the return value. For example, if you select miles as your returningUnit,​ then the distance will be returned in miles. 
- 
-[[#Public Methods|Go Back]] 
-=== GetShortestLineTo(Feature,​GeographyUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetShortestLineTo(BaseShape,​GeographyUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetSymmetricalDifference(Feature) === 
-This method returns the symmetrical difference between current shape and the specified feature, defined as the set of all points which lie in the current shape or the targetFeature but not both. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that is the set of all points which lie in the current shape or the targetFeature but not both. 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​The feature you are trying to find the symmetrical difference with. 
- 
-[[#Public Methods|Go Back]] 
-=== GetSymmetricalDifference(AreaBaseShape) === 
-This method returns the symmetrical difference between two shapes, defined as the set of all points which lie in the current shape or the targetShape but not both. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that is the set of all points which lie in the current shape or the targetShape but not both. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​The shape you are trying to find the symmetrical difference with. 
- 
-[[#Public Methods|Go Back]] 
-=== GetType() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Type 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetWellKnownBinary(RingOrder,​WkbByteOrder) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Byte[] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**outerRingOrder** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **Description**:​N/​A 
- 
-**byteOrder** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetWellKnownBinary(RingOrder) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Byte[] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**outerRingOrder** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetWellKnownBinary(WkbByteOrder) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Byte[] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**byteOrder** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetWellKnownBinary() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Byte[] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetWellKnownText() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetWellKnownText(RingOrder) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**outerRingOrder** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetWellKnownType() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== Intersects(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Intersects(Feature) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== IsDisjointed(Feature) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== IsDisjointed(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== IsTopologicallyEqual(Feature) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== IsTopologicallyEqual(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== IsWithin(Feature) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== IsWithin(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== LoadFromWellKnownData(Byte[]) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**wellKnownBinary** 
-  * **Type**:​Byte[] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== LoadFromWellKnownData(String) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**wellKnownText** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Overlaps(Feature) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Overlaps(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**fromPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-**toPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-**fromUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-**toUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**fromPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-**toPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-**fromUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-**toUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Rotate(PointShape,​Single) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**pivotPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-**degreeAngle** 
-  * **Type**:​Single 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== ScaleDown(Double) === 
-This method decreases the size of the area shape by the percentage given in the percentage parameter. 
-==== Remarks ==== 
-This method is useful when you would like to decrease the size of the shape. Note that a larger percentage will scale the shape down faster, since you apply the operation multiple times. There is a ScaleUp method that will enlarge the shape as well. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **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, since you apply the operation multiple times. There is a ScaleUp method that will enlarge the shape as well. 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Double 
-  * **Description**:​This is the percentage by which to decrease the shape'​s size. 
- 
-[[#Public Methods|Go Back]] 
-=== ScaleDown(AreaBaseShape,​Double) === 
-This method returns a new area shape that has been scaled down by the percentage given in the percentage parameter. 
-==== Remarks ==== 
-This method is useful when you would like to decrease the size of the shape. Note that a larger percentage will scale the shape down faster, since you apply the operation multiple times. There is a ScaleUp method that will enlarge the shape as well. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **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, since you apply the operation multiple times. There is a ScaleUp method that will enlarge the shape as well. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​This parameter is the shape to use as the base for the scaling. 
- 
-**percentage** 
-  * **Type**:​Double 
-  * **Description**:​This is the percentage by which to decrease the shape'​s size. 
- 
-[[#Public Methods|Go Back]] 
-=== ScaleDown(Feature,​Double) === 
-This method returns a new area feature that has been scaled down by the percentage given in the percentage parameter. 
-==== Remarks ==== 
-This method is useful when you would like to decrease the size of the feature. Note that a larger percentage will scale the shape down faster, since you apply the operation multiple times. There is a ScaleUp method that will enlarge the shape as well. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This method is useful when you would like to decrease the size of the feature. Note that a larger percentage will scale the shape down faster, since you apply the operation multiple times. There is a ScaleUp method that will enlarge the shape as well. 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the shape to use as the base for the scaling. 
- 
-**percentage** 
-  * **Type**:​Double 
-  * **Description**:​This is the percentage by which to decrease the shape'​s size. 
- 
-[[#Public Methods|Go Back]] 
-=== ScaleTo(Double) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**scale** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== ScaleUp(Feature,​Double) === 
-This method returns a new area shape that has been scaled up by the percentage given in the percentage parameter. 
-==== Remarks ==== 
-This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, since you apply the operation multiple times. There is a ScaleDown method that will shrink the shape as well. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the feature to use as the base for the scaling. 
- 
-**percentage** 
-  * **Type**:​Double 
-  * **Description**:​This is the percentage by which to increase the shape'​s size. 
- 
-[[#Public Methods|Go Back]] 
-=== ScaleUp(AreaBaseShape,​Double) === 
-This method returns a new area shape that has been scaled up by the percentage given in the percentage parameter. 
-==== Remarks ==== 
-This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, since you apply the operation multiple times. There is a ScaleDown method that will shrink the shape as well. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​This parameter is the shape to use as the base for the scaling. 
- 
-**percentage** 
-  * **Type**:​Double 
-  * **Description**:​This is the percentage by which to increase the shape'​s size. 
- 
-[[#Public Methods|Go Back]] 
-=== ScaleUp(Double) === 
-This method increases the size of the area shape by the percentage given in the percentage parameter. 
-==== Remarks ==== 
-This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, since you apply the operation multiple times. There is a ScaleDown method that will shrink the shape. as well. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Double 
-  * **Description**:​This is the percentage by which to increase the shape'​s size. 
- 
-[[#Public Methods|Go Back]] 
-=== Simplify(AreaBaseShape,​Double,​SimplificationType) === 
-This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​This method returns a simplification multipolgyon by the specified parameters. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​This parameter specifies the area shape to be simplfied. 
- 
-**tolerance** 
-  * **Type**:​Double 
-  * **Description**:​This parameter specifes the tolerance to be used when simplification. 
- 
-**simplificationType** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Description**:​This prameter specifies the type of simplification operation. 
- 
-[[#Public Methods|Go Back]] 
-=== Simplify(AreaBaseShape,​GeographyUnit,​Double,​DistanceUnit,​SimplificationType) === 
-This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​This method returns a simplification multipolgyon by the specified parameters. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​This parameter specifies the area shape to be simplfied. 
- 
-**targetShapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the geographic unit of the shape you are performing the operation 
- 
-**tolerance** 
-  * **Type**:​Double 
-  * **Description**:​This parameter specifes the tolerance to be used when simplification. 
- 
-**toleranceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​This parameter specifes the distance unit of the tolerance. 
- 
-**simplificationType** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Description**:​This prameter specifies the type of simplification operation. 
- 
-[[#Public Methods|Go Back]] 
-=== Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType) === 
-This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​This method returns a simplification multipolgyon by the specified parameters. 
- 
-==== Parameters ==== 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the geographic unit of this current shape you are performing the operation 
- 
-**tolerance** 
-  * **Type**:​Double 
-  * **Description**:​This parameter specifes the tolerance to be used when simplification. 
- 
-**toleranceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​This parameter specifes the distance unit of the tolerance. 
- 
-**simplificationType** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Description**:​This prameter specifies the type of simplification operation. 
- 
-[[#Public Methods|Go Back]] 
-=== Simplify(Double,​SimplificationType) === 
-This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​This method returns a simplification multipolgyon by the specified parameters. 
- 
-==== Parameters ==== 
-**tolerance** 
-  * **Type**:​Double 
-  * **Description**:​This parameter specifes the tolerance to be used when simplification. 
- 
-**simplificationType** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Description**:​This prameter specifies the type of simplification operation. 
- 
-[[#Public Methods|Go Back]] 
-=== Split(Feature,​Feature) === 
-This method returns a collection of Features split by the specified parameters. 
-==== Remarks ==== 
-None. 
- 
-**Return Value** 
-  * **Return Type**:​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * **Description**:​This method returns a collection of Features split by the specified parameters. 
- 
-==== Parameters ==== 
-**areaToSplit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter represents the feature to be split. 
- 
-**areaToSplitBy** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter represents the feature that will be used to perform the split. 
- 
-[[#Public Methods|Go Back]] 
-=== Split(AreaBaseShape,​AreaBaseShape) === 
-This method returns a collection of MultiPolygonShapes split by the specified parameters. 
-==== Remarks ==== 
-None. 
- 
-**Return Value** 
-  * **Return Type**:​Collection<​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]]>​ 
-  * **Description**:​This method returns a collection of MultiPolygonShape split by the specified parameters. 
- 
-==== Parameters ==== 
-**areaToSplit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​This parameter represents the shape to be split. 
- 
-**areaToSplitBy** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​This parameter represents the shape that will be used to perform the split. 
- 
-[[#Public Methods|Go Back]] 
-=== ToString() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== Touches(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Touches(Feature) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== TranslateByDegree(Double,​Double) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**distance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**angleInDegrees** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**distance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**angleInDegrees** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**xOffsetDistance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**yOffsetDistance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== TranslateByOffset(Double,​Double) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**xOffsetDistance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**yOffsetDistance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== Union(IEnumerable<​Feature>​) === 
-This method returns the union of the current shape and the target features, defined as the set of all points in the current shape or the target features. 
-==== Remarks ==== 
-This is useful for adding area shapes together to form a larger area shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that contains the set of all points which lie in the current shape or the target features. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-==== Parameters ==== 
-**targetFeatures** 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * **Description**:​The target features you are trying to find the union with. 
- 
-[[#Public Methods|Go Back]] 
-=== Union(IEnumerable<​AreaBaseShape>​) === 
-This method returns the union of the specified area shapes. 
-==== Remarks ==== 
-This is useful for adding area shapes together to form a larger area shape. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that contains the set of all points that lie within the shapes you specified. 
- 
-==== Parameters ==== 
-**areaShapes** 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]]>​ 
-  * **Description**:​The shapes you are trying to find the union with. 
- 
-[[#Public Methods|Go Back]] 
-=== Union(AreaBaseShape) === 
-This method returns the union of the current shape and the target shape, defined as the set of all points in the current shape or the target shape. 
-==== Remarks ==== 
-This is useful for adding area shapes together to form a larger area shape. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that contains the set of all points which lie in the current shape or the target shape. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​The shape you are trying to find the union with. 
- 
-[[#Public Methods|Go Back]] 
-=== Union(Feature) === 
-This method returns the union of the current shape and the target feature, defined as the set of all points in the current shape or the target feature. 
-==== Remarks ==== 
-This is useful for adding area shapes together to form a larger area shape. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that contains the set of all points which lie in the current shape or the target feature. 
- 
-==== Parameters ==== 
-**targetFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​The feature you are trying to find the union with. 
- 
-[[#Public Methods|Go Back]] 
-=== Validate(ShapeValidationMode) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**validationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**distance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**quadrantSegments** 
-  * **Type**:​Int32 
-  * **Description**:​N/​A 
- 
-**bufferCapType** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== CloneDeepCore() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== ContainsCore(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== CrossesCore(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== Finalize() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== GetAccurateAreaCore(String,​AreaUnit,​DistanceCalculationMode) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**shapeProj4ProjectionParameters** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceCalculationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetAccuratePerimeterCore(String,​DistanceUnit,​DistanceCalculationMode) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**shapeProj4ProjectionParameters** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceCalculationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetAreaCore(GeographyUnit,​AreaUnit) === 
-This method returns the area of the shape, defined as the size of the region enclosed by the figure. 
-==== Remarks ==== 
-You would use this method to find the area inside the shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​The return unit is based on a AreaUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit. 
- 
-==== Parameters ==== 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This is the GeographyUnit of the shape you are performing the operation on. 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] 
-  * **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. 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetBoundingBoxCore() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== GetCenterPointCore() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== GetClosestPointToCore(BaseShape,​GeographyUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetConvexHullCore() === 
-This method returns the convex hull of the shape, defined as the smallest convex ring that contains all of the points in the shape. 
-==== Remarks ==== 
-This method is useful when you want to create a perimeter around the shape. For example, if you had a MultiPolygon that represented buildings on a campus, you could easily get the convex hull of the buildings and determine the perimeter of all of the buildings together. This also works with MultiPoint shapes, where each point may represent a certain type of person you are doing statistics on. With convex hull, you can get an idea of the regions those points are located in. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  * **Description**:​This method returns the convex hull of the shape, defined as the smallest convex ring that contains all of the points in the shape. 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== GetCrossingCore(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetDifferenceCore(AreaBaseShape) === 
-This method returns the difference between two shapes, defined as the set of all points which lie in the current shape but not in the targetShape. 
-==== Remarks ==== 
-Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that is the set of all points which lie in the current shape but not in the targetShape. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​The shape you are trying to find the difference with. 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetGeoJsonCore() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== GetIntersectionCore(AreaBaseShape) === 
-This method returns the intersection of the current shape and the target shape, defined as the set of all points which lie in both the current shape and the target shape. 
-==== Remarks ==== 
-Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that contains the set of all points which lie in both the current shape and the target shape. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​The shape you are trying to find the intersection with. 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetPerimeterCore(GeographyUnit,​DistanceUnit) === 
-This method returns the perimeter of the shape, defined as the sum of the lengths of all its sides. 
-==== Remarks ==== 
-You would use this method to find the distance around the area shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​The return unit is based on a LengthUnit you specify in the returningUnit parameter, regardless of the shape'​s GeographyUnit. 
- 
-==== Parameters ==== 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This is the GeographyUnit of the shape you are performing the operation on. 
- 
-**returningUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **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. 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetShortestLineToCore(BaseShape,​GeographyUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetSymmetricalDifferenceCore(AreaBaseShape) === 
-This method returns the symmetrical difference between two shapes, defined as the set of all points which lie in the current shape or the targetShape but not both. 
-==== Remarks ==== 
-Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that is the set of all points which lie in the current shape or the targetShape but not both. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​The shape you are trying to find the symmetrical difference with. 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Byte[] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**outerRingOrder** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **Description**:​N/​A 
- 
-**byteOrder** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetWellKnownTextCore(RingOrder) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**outerRingOrder** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== GetWellKnownTypeCore() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== IntersectsCore(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== IsDisjointedCore(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== IsTopologicallyEqualCore(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== IsWithinCore(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== LoadFromWellKnownDataCore(Byte[]) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**wellKnownBinary** 
-  * **Type**:​Byte[] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== LoadFromWellKnownDataCore(String) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**wellKnownText** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== OverlapsCore(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**fromPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-**toPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-**fromUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-**toUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== RotateCore(PointShape,​Single) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**pivotPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​N/​A 
- 
-**degreeAngle** 
-  * **Type**:​Single 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== ScaleDownCore(Double) === 
-This method decreases the size of the area shape by the percentage given in the percentage parameter. 
-==== Remarks ==== 
-This method is useful when you would like to decrease the size of the shape. Note that a larger percentage will scale the shape down faster, since you apply the operation multiple times. There is a ScaleUp method that will enlarge the shape as well. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Double 
-  * **Description**:​This is the percentage by which to decrease the shape'​s size. 
- 
-[[#​Protected Methods|Go Back]] 
-=== ScaleToCore(Double) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**scale** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== ScaleUpCore(Double) === 
-This method increases the size of the area shape by the percentage given in the percentage parameter. 
-==== Remarks ==== 
-This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, since you apply the operation multiple times. There is a ScaleDown method that will shrink the shape as well. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Double 
-  * **Description**:​This is the percentage by which to increase the shape'​s size. 
- 
-[[#​Protected Methods|Go Back]] 
-=== SimplifyCore(Double,​SimplificationType) === 
-This method performed a simplification operation based on the parameters passed in. Simplify permanently alters the input geometry so that the geometry becomes topologically consistent. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​This method returns a simplification multipolgyon by the specified parameters. 
- 
-==== Parameters ==== 
-**tolerance** 
-  * **Type**:​Double 
-  * **Description**:​This parameter specifes the tolerance to be used when simplification. 
- 
-**simplificationType** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] 
-  * **Description**:​This prameter specifies the type of simplification operation. 
- 
-[[#​Protected Methods|Go Back]] 
-=== TouchesCore(BaseShape) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**distance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**angleInDegrees** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**xOffsetDistance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**yOffsetDistance** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**shapeUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​N/​A 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== UnionCore(AreaBaseShape) === 
-This method returns the union of the current shape and the target shapes, defined as the set of all points in the current shape or the target shape. 
-==== Remarks ==== 
-This is useful for adding area shapes together to form a larger area shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  * **Description**:​The return type is a MultiPolygonShape that contains the set of all points which lie in the current shape or the target shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. 
- 
-==== Parameters ==== 
-**targetShape** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-  * **Description**:​The shape you are trying to find the union with. 
- 
-[[#​Protected Methods|Go Back]] 
-=== ValidateCore(ShapeValidationMode) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**validationMode** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CanRotate === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-=== Id === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-=== Tag === 
-N/A 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Object 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
  
thinkgeo.mapsuite.core.areabaseshape.1442484080.txt.gz ยท Last modified: 2015/09/17 10:01 by admin