User Tools

Site Tools


thinkgeo.mapsuite.core.multipointshape

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.multipointshape [2015/09/17 10:35]
admin
thinkgeo.mapsuite.core.multipointshape [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.MultipointShape ====== ====== ThinkGeo.MapSuite.Core.MultipointShape ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents one or more point shapes. This class represents one or more point shapes.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 7: Line 10:
         ***ThinkGeo.MapSuite.Core.MultipointShape**         ***ThinkGeo.MapSuite.Core.MultipointShape**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} MultipointShape() **
-**{{wiki:​PublicMethod.gif|}}[[#MultipointShape()|MultipointShape]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates a MultipointShape. +
-</​div>​+
  
-<​div ​class_table+  * //This constructor creates a MultipointShape.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#MultipointShape(IEnumerable<​PointShape>​)|MultipointShape]]** +== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]>​ +  * //None// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This constructor creates a MultipointShape by passing in predefined points. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} MultipointShape(IEnumerable<​PointShape>​) **
  
-<div class_table>​ +  ​//This constructor creates a MultipointShape by passing in predefined points.// 
-**{{wiki:​PublicMethod.gif|}}[[#​MultipointShape(IEnumerable<​Feature>​)|MultipointShape]]** +== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> +  * //None// 
-  * **DeclaringType**:​N/​A +== Parameters ​== 
-  * **Summary**:​This ​constructor creates a MultipointShape by passing in predefined point features. +  ​//​points//​ 
-</​div>​+    ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]> 
 +    Description:This parameter specifies the points passed into the MultiPointShape.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#MultipointShape(Feature)|MultipointShape]]** +** {{wiki:​PublicMethod.gif|}} MultipointShape(IEnumerable<​Feature>) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates a MultipointShape by passing in a Multipoint type Feature. +
-</​div>​+
  
-<div class_table>​ +  ​//This constructor creates a MultipointShape by passing in predefined point features.// 
-**{{wiki:​PublicMethod.gif|}}[[#​MultipointShape(String)|MultipointShape]]** +== Remarks == 
-  * **Parameters**:String +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:​This ​constructor creates ​the MultipointShape. +  * //​pointFeatures//​ 
-</​div>​+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
 +    Description:This parameter specifies ​the points passed into the MultiPointShape.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#MultipointShape(Byte[])|MultipointShape]]** +** {{wiki:​PublicMethod.gif|}} MultipointShape(Feature) **
-  * **Parameters**:​Byte[] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This constructor creates the LineShape. +
-</​div>​+
  
-=== Protected Constructors === +  * //This constructor creates a MultipointShape by passing in a Multipoint type Feature.//​ 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|Buffer]]*+== Parameters ​== 
-  * **Parameters**:Double,​Int32,​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  //​multipointFeature//​ 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Summary**:​N/​A +    Description:This parameter specifies the Multipoint feature that will be used to create the Multipoint shape.
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit)|Buffer]]** +** {{wiki:​PublicMethod.gif|}} ​MultipointShape(String) **
-  * **Parameters**:​Double,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This constructor creates the MultipointShape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Buffer(Double,​GeographyUnit,​DistanceUnit)|Buffer]]** +== Remarks == 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //None// 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +== Parameters ​== 
-  * **Summary**:N/A +  * //​wellKnownText//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter is the well-known text used to build the shape.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +** {{wiki:​PublicMethod.gif|}} ​MultipointShape(Byte[]**
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]+
-  ​* **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This constructor creates the LineShape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Contains(BaseShape)|Contains]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //None// 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]+== Parameters ​== 
-  * **Summary**:N/A +  * //​wellKnownBinary//​ 
-</​div>​+    ​Type:Byte[] 
 +    Description:This parameter is the well-known binary used to build the shape.
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#Contains(Feature)|Contains]]** +==== Protected Constructors ==== 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +==== Public Methods ==== 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:​PublicMethod.gif|}} ​ScaleUp(Double) **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method increases the size of the shape by the percentage given in the percentage parameter./
-**{{wiki:​PublicMethod.gif|}}[[#​ConvexHull()|ConvexHull]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //This method ​is useful when you would like to increase ​the size of the shape. Note that a larger percentage will scale the shape up faster, ​as you are applying ​the operation multiple times. There is also a ScaleDown method ​that will shrink ​the shape.//
-  * **DeclaringType**:​N/+
-  * **Summary**:​This method ​returns ​the convex hull of the shape (defined ​as the smallest convex ring that contains all the points in the shape). +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Crosses(Feature)|Crosses]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Crosses(BaseShape)|Crosses]]** +  //​percentage//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:Double 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:This is the percentage by which to increase the shape�s size.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +** {{wiki:​PublicMethod.gif|}} ​ScaleDown(Double) **
-  * **Parameters**:​Object +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method decreases the size of the shape by the percentage given in the percentage parameter.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCenterPoint()|GetCenterPoint]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:This method is useful when you would like to decrease the size of the shapeNote that a larger percentage will scale the shape down faster, as you are applying the operation multiple timesThere is also a ScaleUp method that will enlarge the shape.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(Feature,​GeographyUnit)|GetClosestPointTo]]** +  //​percentage//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Type:Double 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:This is the percentage by which to decrease the shape�s size.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetClosestPointTo(BaseShape,​GeographyUnit)|GetClosestPointTo]]** +** {{wiki:​PublicMethod.gif|}} ​ConvexHull() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the convex hull of the shape (defined as the smallest convex ring that contains all the points in the shape).// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCrossing(BaseShape)|GetCrossing]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //This method is useful when you want to create a perimeter around the shapeFor example, if you had a MultiPolygon which represented buildings on a campus, you could easily get the convex hull of the buildings and determine the perimeter of all of the buildings togetherThis also works with MultiPoint shapes, where each point may represent a certain type of person you are doing statistics onWith convex hull, you can get an idea of the regions those points are located in.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Description:This method returns the convex hull of the shape (defined as the smallest convex ring that contains all the points in the shape).
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceTo]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:​PublicMethod.gif|}} ​RemoveVertex(Vertex) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method removes the point which the same coordinate as selected vertex from multipoint shape.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeature(IDictionary<​String,​String>​)|GetFeature]]** +== Remarks == 
-  * **Parameters**:​IDictionary<​String,​String>​ +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeature()|GetFeature]]** +  * Type:Boolean 
-  * **Parameters**:N/A +  * Description:If remove sucess it will return true, otherwise return false.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetGeoJson()|GetGeoJson]]** +  * //​selectedVertex//​ 
-  * **Parameters**:​N/A +    Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:The selected vertex must be the same coordinate of a point of multipoint shape, otherwise it will return false and multipoint shape will keep the same.
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +** {{wiki:​PublicMethod.gif|}} ​LoadFromWellKnownData(String) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(Feature,​GeographyUnit)|GetShortestLineTo]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetShortestLineTo(BaseShape,​GeographyUnit)|GetShortestLineTo]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * //​wellKnownText//​ 
-  * **Parameters**:​N/A +    Type:String 
-  * **DeclaringType**:Object +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder,​WkbByteOrder)|GetWellKnownBinary]]** +** {{wiki:​PublicMethod.gif|}} ​GetWellKnownText() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(RingOrder)|GetWellKnownBinary]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary(WkbByteOrder)|GetWellKnownBinary]]** +  * Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownBinary()|GetWellKnownBinary]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetGeoJson() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText()|GetWellKnownText]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownText(RingOrder)|GetWellKnownText]]** +  * Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWellKnownType()|GetWellKnownType]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetWellKnownText(RingOrder) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(Feature)|Intersects]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Intersects(BaseShape)|Intersects]]** +  * Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​IsDisjointed(Feature)|IsDisjointed]]** +  * //​outerRingOrder//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​IsDisjointed(BaseShape)|IsDisjointed]]** +** {{wiki:​PublicMethod.gif|}} ​LoadFromWellKnownData(Byte[]**
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]+
-  ​* **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(BaseShape)|IsTopologicallyEqual]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​IsTopologicallyEqual(Feature)|IsTopologicallyEqual]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​IsWithin(Feature)|IsWithin]]** +  * //​wellKnownBinary//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Type:Byte[] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]+    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#IsWithin(BaseShape)|IsWithin]]** +** {{wiki:​PublicMethod.gif|}} ​GetWellKnownBinary() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(Byte[])|LoadFromWellKnownData]]*+== Remarks == 
-  * **Parameters**:​Byte[] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​LoadFromWellKnownData(String)|LoadFromWellKnownData]]** +  * Type:Byte[] 
-  * **Parameters**:String +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]+
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#Overlaps(BaseShape)|Overlaps]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:​PublicMethod.gif|}} ​GetWellKnownBinary(WkbByteOrder) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Overlaps(Feature)|Overlaps]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|Register]]** +  * Type:Byte[] 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]+  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Register(Feature,​Feature,​DistanceUnit,​GeographyUnit)|Register]]** +  * //​byteOrder//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​RemoveVertex(Vertex,​MultipointShape)|RemoveVertex]]** +** {{wiki:​PublicMethod.gif|}} ​GetWellKnownBinary(RingOrder) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]],​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method removes the point which the same coordinate as selected vertex from multipoint shape. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​RemoveVertex(Vertex)|RemoveVertex]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method removes the point which the same coordinate as selected vertex from multipoint shape. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Rotate(PointShape,​Single)|Rotate]]** +  * Type:Byte[] 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Single +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:PublicMethod.gif|}}[[#​ScaleDown(Double)|ScaleDown]]** +  //​outerRingOrder//​ 
-  * **Parameters**:​Double +    ​Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method decreases the size of the shape by the percentage given in the percentage parameter. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#ScaleTo(Double)|ScaleTo]]** +** {{wiki:​PublicMethod.gif|}} ​GetWellKnownBinary(RingOrder,​WkbByteOrder) **
-  * **Parameters**:​Double +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ScaleUp(Double)|ScaleUp]]*+== Remarks == 
-  * **Parameters**:​Double +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method increases the size of the shape by the percentage given in the percentage parameter. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#​ToString()|ToString]]** +  Type:Byte[] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(BaseShape)|Touches]]** +  * //​outerRingOrder//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​byteOrder//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Touches(Feature)|Touches]]*+    Type:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double)|TranslateByDegree]]** +** {{wiki:​PublicMethod.gif|}} ​GetBoundingBox() **
-  * **Parameters**:​Double,​Double +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegree]]*+== Remarks == 
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double)|TranslateByOffset]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:​Double,​Double +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffset]]** +<​div ​newline></​div
-  * **Parameters**:​Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:​PublicMethod.gif|}} ​GetWellKnownType() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Validate(ShapeValidationMode)|Validate]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-=== Protected Methods ​=== +== Return Value == 
-<div class_table>​ +  * Type:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-**{{wiki:​ProtectedMethod.gif|}}[[#​BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit)|BufferCore]]** +  * Description:N/A
-  * **Parameters**:Double,​Int32,​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​CloneDeep() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns a complete copy of the shape without any references in common. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ContainsCore(BaseShape)|ContainsCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​ConvexHullCore()|ConvexHullCore]]** +  Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the convex hull of the shape (defined as the smallest convex ring that contains all the points in the shape). +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​CrossesCore(BaseShape)|CrossesCore]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:PublicMethod.gif|}} ​TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method calculates the smallest RectangleShape that encompasses the entire geometry. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetCenterPointCore()|GetCenterPointCore]]** +  * //​xOffsetDistance//​ 
-  * **Parameters**:​N/A +    Type:Double 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​yOffsetDistance//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetClosestPointToCore(BaseShape,​GeographyUnit)|GetClosestPointToCore]]*+    Type:Double 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the point of the current shape that is closest to the target shape. +
-</​div>​+
  
-<div class_table>​ +  ​//​shapeUnit//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetCrossingCore(BaseShape)|GetCrossingCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the crossing points between the current shape and the passed-in target shape. +
-</​div>​+
  
-<div class_table>​ +  ​//​distanceUnit//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit)|GetDistanceToCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method computes the distance between the current shape and the targetShape. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetGeoJsonCore()|GetGeoJsonCore]]** +** {{wiki:PublicMethod.gif|}} ​TranslateByOffset(Double,​Double) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetShortestLineToCore(BaseShape,​GeographyUnit)|GetShortestLineToCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownBinaryCore(RingOrder,​WkbByteOrder)|GetWellKnownBinaryCore]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownTextCore(RingOrder)|GetWellKnownTextCore]]** +  //​xOffsetDistance//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +    Type:Double 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method returns the well-known text representation of this shape. +
-</​div>​+
  
-<div class_table>​ +  ​//​yOffsetDistance//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetWellKnownTypeCore()|GetWellKnownTypeCore]]*+    Type:Double 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the well-known type for the shape. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​IntersectsCore(BaseShape)|IntersectsCore]]** +** {{wiki:PublicMethod.gif|}} ​TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsDisjointedCore(BaseShape)|IsDisjointedCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsTopologicallyEqualCore(BaseShape)|IsTopologicallyEqualCore]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​IsWithinCore(BaseShape)|IsWithinCore]]** +  * //​distance//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Type:Double 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​angleInDegrees//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(String)|LoadFromWellKnownDataCore]]*+    Type:Double 
-  * **Parameters**:String +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method hydrates the current shape with its data from well-known text. +
-</​div>​+
  
-<div class_table>​ +  * //​shapeUnit//​ 
-**{{wiki:ProtectedMethod.gif|}}[[#​LoadFromWellKnownDataCore(Byte[])|LoadFromWellKnownDataCore]]** +    Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Parameters**:​Byte[] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method hydrates the current shape with its data from well-known binary. +
-</​div>​+
  
-<div class_table>​ +  * //​distanceUnit//​ 
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +    Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​OverlapsCore(BaseShape)|OverlapsCore]]** +** {{wiki:PublicMethod.gif|}} ​TranslateByDegree(Double,​Double) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit)|RegisterCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​RotateCore(PointShape,​Single)|RotateCore]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method rotates the shape a number of degrees based on a pivot point. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleDownCore(Double)|ScaleDownCore]]** +  //​distance//​ 
-  * **Parameters**:Double +    Type:Double 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method decreases the size of the shape by the percentage given in the percentage parameter. +
-</​div>​+
  
-<div class_table>​ +  ​//​angleInDegrees//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ScaleToCore(Double)|ScaleToCore]]*+    Type:Double 
-  * **Parameters**:Double +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​ScaleUpCore(Double)|ScaleUpCore]]** +** {{wiki:PublicMethod.gif|}} ​Rotate(PointShape,​Single) **
-  * **Parameters**:​Double +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method increases the size of the shape by the percentage given in the percentage parameter. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TouchesCore(BaseShape)|TouchesCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByDegreeCore]]** +  * Type:Void 
-  * **Parameters**:Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method moves the shape from one location to another based on a direction in degrees and distance. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit)|TranslateByOffsetCore]]** +  //​pivotPoint//​ 
-  * **Parameters**:Double,​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​This method moves the base shape from one location to another based on an X and Y offset distance. +
-</​div>​+
  
-<div class_table>​ +  ​//​degreeAngle//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ValidateCore(ShapeValidationMode)|ValidateCore]]*+    Type:Single 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns a ShapeValidationResult based on a series of tests. +
-</​div>​+
  
-=== Public Properties === +<div newline></​div>​ 
-**{{wiki:PublicProperty.gif|}}[[#​CanRotate|CanRotate]]** +** {{wiki:PublicMethod.gif|}} ​GetShortestLineTo(BaseShape,​GeographyUnit) ​**
-  * **Return**:​Boolean +
-  * **Summary**:​This property specifies whether the shape can be rotated.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Id|Id]]** +  ​//N/A// 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Points|Points]]** +== Return Value == 
-  * **Return**:Collection<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]> +  * Type:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-  * **Summary**:This property is the collection of points that make up the MultipointShape.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#Tag|Tag]]** +== Parameters == 
-  * **Return**:​Object +  ​//​targetShape//​ 
-  * **Summary**:N/A+    ​Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    Description:N/A
  
-=== Protected Properties === +  ​//​shapeUnit//​ 
-=== Public Events === +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-===== Public Constructors ===== +    * Description:​N/A
-=== MultipointShape() === +
-This constructor creates a MultipointShape. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== MultipointShape(IEnumerable<​PointShape>​) === +
-This constructor creates a MultipointShape by passing in predefined points. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**points*+
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]> +
-  * **Description:​This parameter specifies the points passed into the MultiPointShape.+
  
-[[#Public Constructors|Go Back]] +<div newline></​div
-=== MultipointShape(IEnumerable<Feature>) === +** {{wiki:PublicMethod.gif|}} GetShortestLineTo(Feature,​GeographyUnit) ​**
-This constructor creates a MultipointShape by passing in predefined point features. +
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**pointFeatures** +
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> +
-  ​* **Description:​This parameter specifies the points passed into the MultiPointShape.+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-=== MultipointShape(Feature) === +== Remarks ​== 
-This constructor creates a MultipointShape by passing in a Multipoint type Feature. +  * //N/A//
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-**multipointFeature** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  * **Description:​This parameter specifies the Multipoint feature that will be used to create the Multipoint shape.+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-=== MultipointShape(String) ​=== +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-This constructor creates the MultipointShape. +  * Description:​N/A
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**wellKnownText** +
-  ​* **Type**:String +
-  ​* **Description:​This parameter is the well-known text used to build the shape.+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-=== MultipointShape(Byte[]) === +  //​targetFeature//​ 
-This constructor creates the LineShape. +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]
-==== Remarks ==== +    * Description:​N/A
-None +
-==== Parameters ​==== +
-**wellKnownBinary** +
-  * **Type**:Byte[] +
-  * **Description:​This parameter is the well-known binary used to build the shape.+
  
-[[#Public Constructors|Go Back]] +  * //​shapeUnit//​ 
-===== Protected Constructors ===== +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-===== Public Methods ===== +    * Description:​N/A
-=== Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +** {{wiki:PublicMethod.gif|}} GetClosestPointTo(BaseShape,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**distance** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-**quadrantSegments** +== Return Value == 
-  ​* **Type**:Int32 +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**bufferCapType** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-**shapeUnit** +  ​//shapeUnit// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:PublicMethod.gif|}} GetClosestPointTo(Feature,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**distance** +  //​targetFeature//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**quadrantSegments** +  ​//​shapeUnit//​ 
-  * **Type**:Int32 +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**shapeUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +** {{wiki:PublicMethod.gif|}} GetCenterPoint() ​**
-  ​* **Description**:​N/​A+
  
-**distanceUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Buffer(Double,​GeographyUnit,​DistanceUnit) === +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} Buffer(Double,​GeographyUnit,​DistanceUnit) ​**
  
-==== Parameters ==== +  * //N/A// 
-**distance** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​N/A+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * //​distance//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== CloneDeep() === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit**
-=== Contains(BaseShape=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Contains(Feature) === +  * //distance/
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​quadrantSegments//​ 
-  **Return ​Type**:Boolean +    * Type:Int32 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​shapeUnit//​ 
-**targetFeature*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-=== ConvexHull() === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-This method returns the convex hull of the shape (defined as the smallest convex ring that contains all the points in the shape). +    * Description:​N/​A
-==== Remarks ==== +
-This method is useful when you want to create a perimeter around the shape. For example, if you had a MultiPolygon which 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** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +** {{wiki:PublicMethod.gif|}} Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​This method returns the convex hull of the shape (defined as the smallest convex ring that contains all the points in the shape).+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== Crosses(Feature) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​distance//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​quadrantSegments/​
-=== Crosses(BaseShape) === +    * Type:Int32 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​bufferCapType//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​shapeUnit//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-=== Equals(Object) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**obj** +== Remarks ​== 
-  * **Type**:​Object +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetBoundingBox() === +  * Type:Double 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-=== GetCenterPoint() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit**
-=== GetClosestPointTo(Feature,​GeographyUnit) ​=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetFeature** +  * Type:Double 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**shapeUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​shapeUnit//​ 
-=== GetClosestPointTo(BaseShape,​GeographyUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:PublicMethod.gif|}} Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetCrossing(BaseShape) === +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +  * //​fromPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//toPoint// 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​fromUnit//​ 
-=== GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//toUnit// 
-  **Return ​Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**distanceUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit) === +  * //​fromPoint/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//toPoint// 
-  **Return ​Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​fromUnit//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**shapeUnit** +  ​//toUnit// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**distanceUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:PublicMethod.gif|}} Validate(ShapeValidationMode) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetFeature(IDictionary<​String,​String>​) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**columnValues** +  //​validationMode//​ 
-  * **Type**:IDictionary<​String,​String>​ +    * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetFeature() === +** {{wiki:​PublicMethod.gif|}} IsDisjointed(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Boolean 
-=== GetGeoJson() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} IsDisjointed(Feature**
-=== GetHashCode() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Boolean 
-=== GetShortestLineTo(Feature,​GeographyUnit) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} Intersects(BaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetShortestLineTo(BaseShape,​GeographyUnit) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:PublicMethod.gif|}} Intersects(Feature) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetType() === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Type +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Touches(BaseShape**
-=== GetWellKnownBinary(RingOrder,​WkbByteOrder=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Byte[] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**outerRingOrder** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**byteOrder** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetWellKnownBinary(RingOrder=== +** {{wiki:​PublicMethod.gif|}} Touches(Feature**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Byte[] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**outerRingOrder** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetWellKnownBinary(WkbByteOrder) === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Byte[] +** {{wiki:PublicMethod.gif|}} Crosses(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**byteOrder** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetWellKnownBinary() === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Byte[] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Crosses(Feature**
-=== GetWellKnownText() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Boolean 
-=== GetWellKnownText(RingOrder) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**outerRingOrder** +** {{wiki:PublicMethod.gif|}} IsWithin(BaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetWellKnownType() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​targetShape//​ 
-=== Intersects(Feature) === +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} IsWithin(Feature) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetFeature** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Intersects(BaseShape) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:PublicMethod.gif|}} Contains(BaseShape**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== IsDisjointed(Feature) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== IsDisjointed(BaseShape=== +** {{wiki:​PublicMethod.gif|}} Contains(Feature**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== IsTopologicallyEqual(BaseShape) === +  * //​targetFeature/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} Overlaps(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== IsTopologicallyEqual(Feature) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetFeature** +** {{wiki:PublicMethod.gif|}} Overlaps(Feature**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== IsWithin(Feature) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //targetFeature// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== IsWithin(BaseShape) ​=== +** {{wiki:​PublicMethod.gif|}} IsTopologicallyEqual(BaseShape) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== LoadFromWellKnownData(Byte[]) === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} IsTopologicallyEqual(Feature) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**wellKnownBinary** +== Remarks ​== 
-  * **Type**:​Byte[] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== LoadFromWellKnownData(String) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​targetFeature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**wellKnownText** +** {{wiki:PublicMethod.gif|}} GetFeature() ​**
-  * **Type**:String +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Overlaps(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetShape** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +** {{wiki:PublicMethod.gif|}} GetFeature(IDictionary<​String,​String>​) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Overlaps(Feature) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​columnValues//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:IDictionary<​String,​String>​ 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit=== +** {{wiki:​PublicMethod.gif|}} GetCrossing(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**fromPoint** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**toPoint** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-**fromUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:PublicMethod.gif|}} ScaleTo(Double) ​**
-  ​* **Description**:​N/​A+
  
-**toUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //scale// 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**fromPoint** +** {{wiki:PublicMethod.gif|}} ToString() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-**toPoint** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**fromUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:String 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**toUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== RemoveVertex(Vertex,​MultipointShape) === +== Remarks == 
-This method removes the point which the same coordinate as selected vertex from multipoint shape. +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:​Boolean 
-  ​* **Description**:If remove sucess it will return true, otherwise return false.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**selectedVertex** +  //obj// 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +    * Type:Object 
-  * **Description**:The selected vertex must be the same coordinate as a point of multipoint shape, otherwise it will return false and multipoint shape will keep the same.+    * Description:​N/A
  
-**multipointShape** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​The multipoint shape will be removed one vertex.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== RemoveVertex(Vertex) === +== Remarks == 
-This method removes the point which the same coordinate as selected vertex from multipoint shape. +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Int32 
-  ​* **Description**:If remove sucess it will return true, otherwise return false.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**selectedVertex** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +** {{wiki:PublicMethod.gif|}} GetType() ​**
-  ​* **Description**:​The selected vertex must be the same coordinate of a point of multipoint shape, otherwise it will return false and multipoint shape will keep the same.+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Rotate(PointShape,​Single) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Type 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**pivotPoint** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} RemoveVertex(Vertex,​MultipointShape) ​**
-  ​* **Description**:​N/​A+
  
-**degreeAngle** +  ​//This method removes the point which the same coordinate as selected vertex from multipoint shape.// 
-  * **Type**:​Single +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== ScaleDown(Double) === +  * Type:​Boolean 
-This method decreases the size of the shape by the percentage given in the percentage parameter. +  * Description:​If remove sucess it will return true, otherwise return false.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​selectedVertex//​ 
-  * **Description**:This method is useful when you would like to decrease ​the size of the shape. Note that a larger percentage ​will scale the shape down faster, as you are applying the operation multiple times. There is also a ScaleUp method that will enlarge ​the shape.+    ​* Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
 +    * Description:​The selected vertex must be the same coordinate as a point of multipoint ​shape, otherwise it will return false and multipoint ​shape will keep the same.
  
-==== Parameters ==== +  ​//​multipointShape//​ 
-**percentage*+    * Type:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-  * **Type**:Double +    * Description:​The multipoint ​shape will be removed one vertex.
-  * **Description**:This is the percentage by which to decrease the shape�s size.+
  
-[[#Public Methods|Go Back]] +<div newline><​/div> 
-=== ScaleTo(Double) === +==== Protected Methods ​==== 
-N/A +** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +  ​//This method returns a complete copy of the shape without any references in common.// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //When you override this method, you need to ensure that there are no references in common between the original and the copy.//
  
-==== Parameters ==== +== Return Value == 
-**scale** +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Type**:Double +  * Description:​This method returns a complete copy of the shape without any references in common.
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ScaleUp(Double) === +<div newline></​div>​ 
-This method increases the size of the shape by the percentage given in the percentage parameter. +** {{wiki:​ProtectedMethod.gif|}} GetCenterPointCore() **
-==== Remarks ==== +
-This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**percentage** +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Type**:Double +  * Description:​N/A
-  ​* **Description**:This is the percentage by which to increase the shape�s size.+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ToString() === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} ScaleUpCore(Double) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method increases the size of the shape by the percentage given in the percentage parameter.//​ 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== Touches(BaseShape) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​percentage//​ 
-  * **Description**:N/A+    ​* Type:Double 
 +    * Description:​This is the percentage by which to increase the shape�s size.
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} ScaleDownCore(Double) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //This method decreases the size of the shape by the percentage given in the percentage parameter./
-=== Touches(Feature) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​This method is useful when you would like to decrease the size of the shape. Note that a larger percentage will scale the shape down faster, as you are applying the operation multiple times. There is also a ScaleUp method that will enlarge the shape.
  
-==== Parameters ​==== +== Parameters == 
-**targetFeature** +  //​percentage//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​This is the percentage by which to decrease the shape�s size.
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== TranslateByDegree(Double,​Double=== +** {{wiki:​ProtectedMethod.gif|}} ConvexHullCore() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method returns the convex hull of the shape (defined as the smallest convex ring that contains all the points in the shape).// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //This method is useful when you want to create a perimeter around the shape. For example, if you had a MultiPolygon which 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.//
  
-==== Parameters ==== +== Return Value == 
-**distance** +  * Type:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] 
-  ​* **Type**:Double +  * Description:​This method returns the convex hull of the shape (defined as the smallest convex ring that contains all the points in the shape).
-  ​* **Description**:N/A+
  
-**angleInDegrees** +== Parameters == 
-  * **Type**:Double +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) ​**
  
-[[#Public Methods|Go Back]] +  * //This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes./​
-=== TranslateByDegree(Double,​Double,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-N/A +  ​* ​//​Registering allows you to take a geometric shape generated in a planar system and attach it to the ground in a Geographic Unit.common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a map. You may have the schematics of a building in a CAD system and the relationship between all the points of the building are in feet. You want to then take the CAD image and attach it to where it really exists on a map. You would use the register method to do this.Registering is also useful for scientific modeling, where software models things such as a plume of hazardous materials or the fallout from a volcano. The modeling software typically generates these models in a fictitious planar system. You would then use the register to take the abstract model and attach it to a map with real coordinates.//​
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.
  
-==== Parameters ​==== +== Parameters == 
-**distance** +  //​fromPoint//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:N/A+    * Description:​This parameter is the anchor PointShape in the coordinate of origin.
  
-**angleInDegrees** +  ​//toPoint// 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:N/A+    * Description:​This parameter is the anchor PointShape in the coordinate of destination.
  
-**shapeUnit** +  ​//​fromUnit//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:N/A+    * Description:​This parameter is the DistanceUnit of the coordinate of origin.
  
-**distanceUnit** +  ​//toUnit// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This parameter is the GeographyUnit of the coordinate of destination.
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== TranslateByOffset(Double,​Double) ​=== +** {{wiki:​ProtectedMethod.gif|}} TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method moves the base shape from one location to another based on an X and Y offset distance.// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //This method moves the base shape from one location to another based on an X and Y offset distance. It is important to note that with this overload the X and Y offset units are based off of the distanceUnit parameter. For example if your shape is in decimal degrees and you call this method with an X offset of one and a Y offset of one and you're going to move this shape one unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way you can easily move a shape in decimal degrees five miles to on the X axis and 3 miles on the Y axis.//
  
-==== Parameters ==== +== Return Value == 
-**xOffsetDistance** +  * Type:Void 
-  ​* **Type**:Double +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**yOffsetDistance** +== Parameters == 
-  * **Type**:Double +  * //​xOffsetDistance//​ 
-  * **Description**:N/A+    ​* Type:​Double 
 +    * Description:​This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.
  
-[[#Public Methods|Go Back]] +  * //​yOffsetDistance//​ 
-=== TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) === +    * Type:Double 
-N/A +    * Description:​This is the number of horizontal units of movement in the DistanceUnit ​specified as the distanceUnit.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
  
-==== Parameters ==== +  ​//​distanceUnit//​ 
-**xOffsetDistance*+    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Type**:Double +    * Description:​This is the DistanceUnit you would like to use as the measure of the translate. For example, if you select miles as your distanceUnit,​ then the xOffsetDistance and yOffsetDistance will be calculated in miles.
-  * **Description**:N/A+
  
-**yOffsetDistance** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit) ​**
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//This method moves the shape from one location to another based on a direction in degrees and distance.//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //This method moves the base shape from one location to another, based on an angleInDegrees and distance parameterWith this overload, it is important to note that the distance units are the same GeographicUnit as the shapeFor example, if your shape is in decimal degrees and you call this method with a distance of 1, you're going to move this shape 1 decimal degree in direction of the angleInDegreesIn many cases it is more useful to specify the DistanceUnit of movement, such as in miles or yards, so for these scenarios there is another overload you may want to use instead.If you pass a distance of 0, then the operation is ignored.//
  
-**distanceUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Validate(ShapeValidationMode) === +  * //distance/
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​The distance is the number of units to move the shape in the angle specified. The distance unit will be the same as the GeographyUnit for the shape. The distance must be greater than or equal to 0.
-N/A+
  
-**Return Value** +  ​//​angleInDegrees//​ 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​A ​number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.
  
-==== Parameters ==== +  ​//​shapeUnit//​ 
-**validationMode*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​distanceUnit//​ 
-===== Protected Methods ===== +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-=== BufferCore(Double,Int32,BufferCapType,​GeographyUnit,​DistanceUnit) === +    * Description:​This is the DistanceUnit you would like to use for the distance parameter. For exampleif you select miles as your distanceUnitthen the distance will be measured in miles.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] +** {{wiki:ProtectedMethod.gif|}} RotateCore(PointShape,​Single) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method rotates the shape a number of degrees based on a pivot point.// 
-**distance** +== Remarks ​== 
-  * **Type**:​Double +  * //This method rotates the shape a number of degrees based on a pivot point. By placing the pivot point in the center of the shape, you can achieve in-place rotation. By moving the pivot point outside of the center of the shape, you can translate the shape in a circular motion. Moving the pivot point further outside of the center will make the circular area larger.//
-  * **Description**:​N/A+
  
-**quadrantSegments** +== Return Value == 
-  ​* **Type**:Int32 +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**bufferCapType** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] +  * //​pivotPoint//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​The pivotPoint represents the center of rotation.
  
-**shapeUnit** +  ​//​degreeAngle//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +    * Type:Single 
-  * **Description**:N/A+    * Description:​The number of degrees of rotation required from 0 to 360.
  
-**distanceUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:ProtectedMethod.gif|}} GetClosestPointToCore(BaseShape,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //This method returns ​the point of the current shape that is closest to the target ​shape.// 
-=== CloneDeepCore() === +== Remarks == 
-This method returns ​a complete copy of the shape without any references in common+  * //​This ​method ​returns the point of the current shape that is closest ​to the target shape. It is often the case that the point returned is not a point of the object itself. An example would be a line with two points ​that are far apart from each other. If you set the targetShape to be a point midway ​between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points that make up the line.//
-==== Remarks ​==== +
-When you override this method, you need to ensure ​that there are no references in common ​between the original and the copy.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  ​* **Description**:This method returns a complete copy of the shape without any references in common.+  * Description:​A PointShape representing the closest point of the current ​shape to the targetShape.
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //​targetShape//​ 
-=== ContainsCore(BaseShape) === +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-N/A +    * Description:​The shape you are trying to find the closest point to.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographicUnit of the shape you are performing the operation on.
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //This method ​calculates ​the smallest ​RectangleShape ​that encompasses ​the entire geometry.// 
-=== ConvexHullCore() === +== Remarks == 
-This method ​returns the convex hull of the shape (defined as the smallest ​convex ring that contains all the points in the shape)+  * //The GetBoundingBox ​method ​calculates ​the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometryDepending ​on the number ​of PointShapes ​and complexity ​of the geometry, this operation can take longer for larger objects. If the shape is a PointShape, then the bounding box�s upper left and lower right points will be equal. This will create a RectangleShape ​with no areaOverriding: Please ensure that you validate ​the parameters being passed ​in and raise the exceptions defined above.//
-==== Remarks ​==== +
-This method ​is useful when you want to create a perimeter around ​the shapeFor example, if you had a MultiPolygon which 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 onWith convex hull, you can get an idea of the regions those points are located ​in.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  ​* **Description**:This method returns the convex hull of the shape (defined as the smallest ​convex ring that contains all the points in the shape).+  * Description:​The RectangleShape returned is the smallest ​RectangleShape ​that can encompass ​the entire geometry.
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== CrossesCore(BaseShape) ​=== +** {{wiki:​ProtectedMethod.gif|}} GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method computes the distance between the current shape and the targetShape.//​ 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //None//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Double 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​This method returns the distance between the current shape and the targetShape.
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== Finalize() === +  * //​targetShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​The shape you are trying to find the distance to.
-N/A+
  
-**Return Value** +  ​//​shapeUnit//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:N/A+    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
  
-==== Parameters ==== +  * //​distanceUnit//​ 
-[[#Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-=== GetBoundingBoxCore() === +    * Description:​This is the DistanceUnit you would like to use for the distance parameterFor exampleif you select miles as your distanceUnit, then the distance ​will be measured ​in miles.
-This method calculates ​the smallest RectangleShape that encompasses ​the entire geometry. +
-==== Remarks ==== +
-The GetBoundingBox method calculates the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometry. Depending on the number of PointShapes and complexity of the geometrythis operation can take longer for larger objects. If the shape is a PointShape, then the bounding box�s upper left and lower right points ​will be equal. This will create a RectangleShape with no area. Overriding: Please ensure that you validate the parameters being passed ​in and raise the exceptions defined above.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:ProtectedMethod.gif|}} GetWellKnownTextCore(RingOrder) ​**
-  ​* **Description**:​The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry.+
  
-==== Parameters ==== +  * //This method returns the well-known text representation of this shape./
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== GetCenterPointCore() === +  * //This method returns a string that represents the shape in well-known text. Well-known text allows you to describe a geometry as a string of text. Well-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applications. An alternative to well-known text is well-known binary, which is a binary representation of a geometry object. We have methods that work with well-known binary as well. Below are some samples of what well-known text might look like for various kinds of geometric shapes.POINT(5 17)LINESTRING(4 5,10 50,25 80)POLYGON((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3))MULTIPOINT(3.7 9.7,4.9 11.6)MULTILINESTRING((4 5,11 51,21 26),(-4 -7,-9 -7,-14 -3))MULTIPOLYGON(((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3)),((4 4,7 3,7 5,4 4)))//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * Type:String 
-  ​* **Description**:N/A+  * Description:​This method returns a string that represents the shape in well-known text.
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //​outerRingOrder//​ 
-=== GetClosestPointToCore(BaseShape,​GeographyUnit) === +    * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
-This method returns the point of the current shape that is closest to the target shape. +    * Description:​N/​A
-==== Remarks ==== +
-This method returns the point of the current shape that is closest to the target shape. It is often the case that the point returned is not a point of the object itself. An example would be a line with two points that are far apart from each other. If you set the targetShape to be a point midway between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points that make up the line.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +** {{wiki:ProtectedMethod.gif|}} GetWellKnownTypeCore() ​**
-  ​* **Description**:​A PointShape representing the closest point of the current shape to the targetShape.+
  
-==== Parameters ==== +  * //This method returns the well-known type for the shape.// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //None//
-  * **Description**:​The shape you are trying to find the closest point to.+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] 
-  ​* **Description**:This is the GeographicUnit of the shape you are performing the operation on.+  * Description:​This ​method returns ​the well-known type for the shape.
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetCrossingCore(BaseShape) === +<div newline></​div>​ 
-This method returns the crossing points between the current shape and the passed-in target shape. +** {{wiki:​ProtectedMethod.gif|}} LoadFromWellKnownDataCore(String) **
-==== Remarks ==== +
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.+
  
-**Return Value** +  ​//This method ​hydrates ​the current shape with its data from well-known text.// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] +== Remarks == 
-  * **Description**:​This method ​returns the crossing points between ​the current shape and the passed-in target shape.+  * //None//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​None
-  ​* **Description**:The target shape you wish to get crossing with.+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) === +  * //​wellKnownText//​ 
-This method computes ​the distance between the current shape and the targetShape. +    * Type:​String 
-==== Remarks ==== +    * Description:​This parameter is the well-known text you will use to hydrate your object.
-None+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Double +** {{wiki:ProtectedMethod.gif|}} LoadFromWellKnownDataCore(Byte[]) ​**
-  ​* **Description**:​This method returns the distance between the current shape and the targetShape.+
  
-==== Parameters ==== +  * //This method hydrates the current shape with its data from well-known binary.// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //This is used when you want to hydrate a shape based on well-known binary. You can create ​the shape and then load the well-known binary using this method.//
-  * **Description**:​The shape you are trying ​to find the distance to.+
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Void 
-  ​* **Description**:This is the GeographyUnit of the shape you are performing the operation on.+  * Description:​None
  
-**distanceUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]+  * //​wellKnownBinary//​ 
-  * **Description**:This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.+    ​* Type:Byte[] 
 +    * Description:​This ​parameter ​is the well-known binary used to populate ​the shape.
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== GetGeoJsonCore() === +** {{wiki:​ProtectedMethod.gif|}} ValidateCore(ShapeValidationMode**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method returns a ShapeValidationResult based on a series of tests.// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //We use this method, with the simple enumeration,​ internally before doing any kind of other methods on the shape. In this way, we are able to verify the integrity of the shape itself. If you wish to test things such as whether a polygon self-intersects,​ we invite you to call this method with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test.//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] 
-=== GetShortestLineToCore(BaseShape,​GeographyUnit) === +  * Description:​This method returns a ShapeValidationResult based on a series of tests.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] +  * //​validationMode//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] 
 +    * Description:​This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast.
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} GetCrossingCore(BaseShape**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-**shapeUnit** +  ​//This method returns the crossing points between the current shape and the passed-in target shape.// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) === +  * Type:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] 
-N/A +  * Description:​This method returns the crossing points between the current shape and the passed-in target shape.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Byte[] +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]
 +    * Description:​The target shape you wish to get crossing with.
  
-==== Parameters ==== +<div newline></​div>​ 
-**outerRingOrder** +** {{wiki:ProtectedMethod.gif|}} GetGeoJsonCore() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +
-  ​* **Description**:​N/​A+
  
-**byteOrder** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetWellKnownTextCore(RingOrder) === +  * Type:String 
-This method returns the well-known text representation of this shape. +  * Description:​N/​A
-==== Remarks ==== +
-This method returns a string that represents the shape in well-known text. Well-known text allows you to describe a geometry as a string of text. Well-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applications. An alternative to well-known text is well-known binary, which is a binary representation of a geometry object. We have methods that work with well-known binary as well. Below are some samples of what well-known text might look like for various kinds of geometric shapes.POINT(5 17)LINESTRING(4 5,10 50,25 80)POLYGON((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3))MULTIPOINT(3.7 9.7,4.9 11.6)MULTILINESTRING((4 5,11 51,21 26),(-4 -7,-9 -7,-14 -3))MULTIPOLYGON(((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3)),((4 4,7 3,7 5,4 4)))+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:String +<div newline></​div>​ 
-  ​* **Description**:​This method returns a string that represents the shape in well-known text.+** {{wiki:ProtectedMethod.gif|}} GetWellKnownBinaryCore(RingOrder,​WkbByteOrder) ​**
  
-==== Parameters ==== +  * //N/A// 
-**outerRingOrder** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetWellKnownTypeCore() === +  * Type:Byte[] 
-This method returns the well-known type for the shape. +  * Description:​N/​A
-==== Remarks ==== +
-None+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] +  * //​outerRingOrder//​ 
-  * **Description**:This method returns the well-known type for the shape.+    ​* Type:​[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] 
 +    * Description:​N/A
  
-==== Parameters ==== +  * //​byteOrder//​ 
-[[#Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] 
-=== IntersectsCore(BaseShape) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:ProtectedMethod.gif|}} GetShortestLineToCore(BaseShape,​GeographyUnit) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**targetShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== IsDisjointedCore(BaseShape) === +  * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​shapeUnit//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== IsTopologicallyEqualCore(BaseShape=== +** {{wiki:​ProtectedMethod.gif|}} BufferCore(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:​[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== IsWithinCore(BaseShape) === +  * //distance/
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​quadrantSegments//​ 
-  **Return ​Type**:Boolean +    * Type:Int32 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​bufferCapType//​ 
-**targetShape*+    * Type:​[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Protected Methods|Go Back]] +  * //​shapeUnit//​ 
-=== LoadFromWellKnownDataCore(String) === +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-This method hydrates the current shape with its data from well-known text. +    * Description:​N/​A
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//​distanceUnit//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:None+    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-**wellKnownText** +** {{wiki:ProtectedMethod.gif|}} IsDisjointedCore(BaseShape) ​**
-  * **Type**:String +
-  ​* **Description**:​This parameter is the well-known text you will use to hydrate your object.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== LoadFromWellKnownDataCore(Byte[]) === +== Remarks == 
-This method hydrates the current shape with its data from well-known binary. +  * //N/A//
-==== Remarks ​==== +
-This is used when you want to hydrate a shape based on well-known binary. You can create the shape and then load the well-known binary using this method.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:None+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**wellKnownBinary** +  //​targetShape//​ 
-  * **Type**:Byte[] +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]
-  * **Description**:This parameter is the well-known binary used to populate the shape.+    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== MemberwiseClone() === +** {{wiki:​ProtectedMethod.gif|}} IntersectsCore(BaseShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Object +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:​Boolean 
-=== OverlapsCore(BaseShape) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**targetShape** +** {{wiki:ProtectedMethod.gif|}} TouchesCore(BaseShape**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== RegisterCore(PointShape,​PointShape,​DistanceUnit,​GeographyUnit) === +== Remarks == 
-This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. +  * //N/A//
-==== Remarks ​==== +
-Registering allows you to take a geometric shape generated in a planar system and attach it to the ground in a Geographic Unit.common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a map. You may have the schematics of a building in a CAD system and the relationship between all the points of the building are in feet. You want to then take the CAD image and attach it to where it really exists on a map. You would use the register method to do this.Registering is also useful for scientific modeling, where software models things such as a plume of hazardous materials or the fallout from a volcano. The modeling software typically generates these models in a fictitious planar system. You would then use the register to take the abstract model and attach it to a map with real coordinates.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Type:Boolean 
-  ​* **Description**:This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**fromPoint** +  //​targetShape//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:This parameter is the anchor PointShape in the coordinate of origin.+    * Description:​N/A
  
-**toPoint** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +** {{wiki:ProtectedMethod.gif|}} CrossesCore(BaseShape) ​**
-  ​* **Description**:​This parameter is the anchor PointShape in the coordinate of destination.+
  
-**fromUnit** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +== Remarks == 
-  * **Description**:​This parameter is the DistanceUnit of the coordinate of origin.+  * //N/A//
  
-**toUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Boolean 
-  ​* **Description**:This parameter is the GeographyUnit of the coordinate of destination.+  * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== RotateCore(PointShape,​Single) === +  * //​targetShape//​ 
-This method rotates the shape a number of degrees based on a pivot point. +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/​A
-This method rotates the shape a number of degrees based on a pivot pointBy placing the pivot point in the center of the shape, you can achieve in-place rotationBy moving the pivot point outside of the center of the shape, you can translate the shape in a circular motion. Moving the pivot point further outside of the center will make the circular area larger.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} IsWithinCore(BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**pivotPoint** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //N/A//
-  * **Description**:​The pivotPoint represents the center of rotation.+
  
-**degreeAngle** +== Return Value == 
-  ​* **Type**:Single +  * Type:Boolean 
-  ​* **Description**:The number of degrees of rotation required from 0 to 360.+  * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== ScaleDownCore(Double) === +  * //​targetShape//​ 
-This method decreases the size of the shape by the percentage given in the percentage parameter+    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} ContainsCore(BaseShape) ​**
-  ​* **Description**:​This method is useful when you would like to decrease the size of the shape. Note that a larger percentage will scale the shape down faster, as you are applying the operation multiple times. There is also a ScaleUp method that will enlarge the shape.+
  
-==== Parameters ==== +  * //N/A// 
-**percentage** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​This is the percentage by which to decrease the shape�s size.+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== ScaleToCore(Double) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​targetShape//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**scale** +** {{wiki:ProtectedMethod.gif|}} OverlapsCore(BaseShape) ​**
-  * **Type**:Double +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== ScaleUpCore(Double) === +== Remarks == 
-This method increases the size of the shape by the percentage given in the percentage parameter. +  * //N/A//
-==== Remarks ​==== +
-This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**percentage** +  //​targetShape//​ 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:This is the percentage by which to increase the shape�s size.+    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== TouchesCore(BaseShape) ​=== +** {{wiki:​ProtectedMethod.gif|}} IsTopologicallyEqualCore(BaseShape) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**targetShape** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== TranslateByDegreeCore(Double,​Double,​GeographyUnit,​DistanceUnit) === +  * //​targetShape//​ 
-This method moves the shape from one location to another based on a direction in degrees and distance. +    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== Remarks ==== +    * Description:​N/​A
-This method moves the base shape from one location to another, based on an angleInDegrees and distance parameterWith this overload, it is important to note that the distance units are the same GeographicUnit as the shapeFor example, if your shape is in decimal degrees and you call this method with a distance of 1, you're going to move this shape 1 decimal degree in direction of the angleInDegrees. In many cases it is more useful to specify the DistanceUnit of movement, such as in miles or yards, so for these scenarios there is another overload you may want to use instead.If you pass a distance of 0, then the operation is ignored.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} ScaleToCore(Double) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**distance** +== Remarks ​== 
-  * **Type**:​Double +  * //N/A//
-  * **Description**:​The distance is the number of units to move the shape in the angle specified. The distance unit will be the same as the GeographyUnit for the shape. The distance must be greater than or equal to 0.+
  
-**angleInDegrees** +== Return Value == 
-  ​* **Type**:Double +  * Type:Void 
-  ​* **Description**:A number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up.+  * Description:​N/A
  
-**shapeUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //scale// 
-  * **Description**:This is the GeographicUnit of the shape you are performing the operation on.+    ​* Type:Double 
 +    * Description:​N/A
  
-**distanceUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  ​* **Description**:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== TranslateByOffsetCore(Double,​Double,​GeographyUnit,​DistanceUnit) === +== Remarks == 
-This method moves the base shape from one location to another based on an X and Y offset distance. +  * //N/A//
-==== Remarks ​==== +
-This method moves the base shape from one location to another based on an X and Y offset distance. It is important to note that with this overload the X and Y offset units are based off of the distanceUnit parameter. For example if your shape is in decimal degrees and you call this method with an X offset of one and a Y offset of one and you're going to move this shape one unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way you can easily move a shape in decimal degrees five miles to on the X axis and 3 miles on the Y axis.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**xOffsetDistance** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
-  ​* **Description**:​This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.+
  
-**yOffsetDistance** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​This is the number of horizontal units of movement in the DistanceUnit specified as the distanceUnit.+  * //N/A//
  
-**shapeUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Object 
-  ​* **Description**:This is the GeographicUnit of the shape you are performing the operation on.+  * Description:​N/A
  
-**distanceUnit** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] +<div newline></​div>​ 
-  ​* **Description**:​This is the DistanceUnit you would like to use as the measure of the translate. For example, if you select miles as your distanceUnit,​ then the xOffsetDistance and yOffsetDistance will be calculated in miles.+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} CanRotate ​**
  
-[[#​Protected Methods|Go Back]] +This property specifies whether the shape can be rotated. 
-=== ValidateCore(ShapeValidationMode) === +== Remarks ​== 
-This method ​returns ​ShapeValidationResult based on a series of tests+If this property returns false and you attempt call the rotate ​method, it will throw NotImplementedException
-==== Remarks ==== +== Return Value == 
-We use this method, with the simple enumeration,​ internally before doing any kind of other methods on the shape. In this way, we are able to verify the integrity of the shape itself. If you wish to test things such as whether a polygon self-intersects,​ we invite you to call this method with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test.+  * Type:​Boolean
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Points ​**
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] +
-  ​* **Description**:​This method returns a ShapeValidationResult based on a series of tests.+
  
-==== Parameters ​==== +This property is the collection of points that make up the MultipointShape. 
-**validationMode** +== Remarks ​== 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] +None 
-  * **Description**:​This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast.+== Return Value == 
 +  * Type:Collection<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]>
  
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicProperty.gif|}} Id **
-===== Public Properties ===== +
-=== CanRotate === +
-This property specifies whether the shape can be rotated. +
-==== Remarks ==== +
-If this property returns false and you attempt call the rotate method, it will throw a NotImplementedException. +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== Id === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Tag **
-=== Points === +
-This property is the collection of points that make up the MultipointShape. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:Collection<​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]>​+
  
-[[#Public Properties|Go Back]] 
-=== Tag === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Object+  * Type:Object
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.multipointshape.1442486155.txt.gz · Last modified: 2015/09/17 10:35 by admin