User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.areabaseshape

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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