User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.lineshape

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightcore.lineshape [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightcore.lineshape [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightCore.LineShape ====== ====== ThinkGeo.MapSuite.SilverlightCore.LineShape ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +This class represents a LineShape, which is defined as a single line with two or more points.
-<!-- Class -->+
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightCore.BaseShape]] +    *ThinkGeo.MapSuite.SilverlightCore.BaseShape 
-***[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape]] +      *ThinkGeo.MapSuite.SilverlightCore.LineBaseShape 
-****[[ThinkGeo.MapSuite.SilverlightCore.LineShape]]+        ***ThinkGeo.MapSuite.SilverlightCore.LineShape**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} LineShape() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#LineShape()|LineShape]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LineShape(IEnumerable<​Vertex>​)|LineShape]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LineShape(String)|LineShape]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LineShape(Byte[])|LineShape]] ​  | Byte[] ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //This constructor creates the LineShape.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} LineShape(IEnumerable<​Vertex>​) **
  
 +  * //This constructor creates the LineShape.//​
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +  * //points//
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} LineShape(String) **
 +
 +  * //This constructor creates the LineShape.//​
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +  * //​wellKnownText//​
 +    * Type:String
 +    * Description:​This parameter is the well-known text used to build the shape.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} LineShape(Byte[]) **
 +
 +  * //This constructor creates the LineShape.//​
 +== Remarks ==
 +  * //None//
 +== Parameters ==
 +  * //​wellKnownBinary//​
 +    * Type:Byte[]
 +    * Description:​This parameter is the well-known binary used to build the shape.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ReversePoints() ​**
-{{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}}[[#​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}}[[#​CloneDeep()|CloneDeep]] ​  ​| ​   | [[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}}[[#​Contains(BaseShape)|Contains]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ConvexHull()|ConvexHull]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateShapeFromWellKnownData(String)|CreateShapeFromWellKnownData]] ​  | String ​  | [[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}}[[#​Crosses(BaseShape)|Crosses]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  | [[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}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{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(Feature,​ GeographyUnit)|GetClosestPointTo]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]],​ [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] ​  | [[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}}[[#​GetCrossing(BaseShape)|GetCrossing]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  | [[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}}[[#​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}}[[#​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(AreaBaseShape)|GetIntersection]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape|AreaBaseShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetIntersection(Feature)|GetIntersection]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLength(GeographyUnit,​ DistanceUnit)|GetLength]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]],​ [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLineOnALine(StartingPoint,​ Single, Single)|GetLineOnALine]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ Single, Single ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLineOnALine(StartingPoint,​ PointShape)|GetLineOnALine]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLineOnALine(StartingPoint,​ Single)|GetLineOnALine]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ Single ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLineOnALine(StartingPoint,​ Double, Double, GeographyUnit,​ DistanceUnit)|GetLineOnALine]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ Double, Double, [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]],​ [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLineOnALine(PointShape,​ PointShape)|GetLineOnALine]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetPointOnALine(StartingPoint,​ Double, GeographyUnit,​ DistanceUnit)|GetPointOnALine]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ Double, [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]],​ [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetPointOnALine(StartingPoint,​ Single)|GetPointOnALine]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ Single ​  ​| ​   |    | +
-| {{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}}[[#​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}}[[#​IsClosed()|IsClosed]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​IsDisjointed(BaseShape)|IsDisjointed]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  | [[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}}[[#​IsTopologicallyEqual(Feature)|IsTopologicallyEqual]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] ​  | [[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}}[[#​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(Byte[])|LoadFromWellKnownData]] ​  | Byte[] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LoadFromWellKnownData(String)|LoadFromWellKnownData]] ​  | String ​  | [[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}}[[#​Overlaps(BaseShape)|Overlaps]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  | [[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}}[[#​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}}{{wiki:​Static.gif|Static Member}}[[#​RemoveVertex(Vertex,​ LineShape)|RemoveVertex]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]],​ [[ThinkGeo.MapSuite.SilverlightCore.LineShape|LineShape]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveVertex(Vertex)|RemoveVertex]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ReversePoints()|ReversePoints]] ​  ​| ​   |    |    | +
-| {{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(Feature,​ Double)|ScaleDown]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]],​ Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ScaleDown(Double)|ScaleDown]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​ScaleDown(LineBaseShape,​ Double)|ScaleDown]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]],​ Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{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}}[[#​ScaleUp(Double)|ScaleUp]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​ScaleUp(LineBaseShape,​ Double)|ScaleUp]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]],​ Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​ScaleUp(Feature,​ Double)|ScaleUp]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]],​ Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​Simplify(LineBaseShape,​ Double, SimplificationType)|Simplify]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]],​ Double, [[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​Simplify(LineBaseShape,​ GeographyUnit,​ Double, DistanceUnit,​ SimplificationType)|Simplify]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]],​ [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]],​ Double, [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]],​ [[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{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]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Simplify(Double,​ SimplificationType)|Simplify]] ​  | Double, [[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{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}}[[#​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}}{{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}}[[#​TranslateByDegree(Double,​ Double)|TranslateByDegree]] ​  | Double, Double ​  | [[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}}{{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}}[[#​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}}[[#​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}}[[#​Union(Feature)|Union]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Union(LineBaseShape)|Union]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​Union(IEnumerable<​LineBaseShape>​)|Union]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]> ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​Union(IEnumerable<​Feature>​)|Union]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Validate(ShapeValidationMode)|Validate]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode|ShapeValidationMode]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //This method reverses the order of the points in the line.// 
-^ 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]] ​  ​| ​   | +  * //None//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloneDeepCore()|CloneDeepCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ContainsCore(BaseShape)|ContainsCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ConvexHullCore()|ConvexHullCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{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}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   | +
-| {{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]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetCrossingCore(BaseShape)|GetCrossingCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   | +
-| {{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]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetIntersectionCore(AreaBaseShape)|GetIntersectionCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape|AreaBaseShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetLengthCore(GeographyUnit,​ DistanceUnit)|GetLengthCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]],​ [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetLineOnALineCore(StartingPoint,​ Single)|GetLineOnALineCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ Single ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetLineOnALineCore(StartingPoint,​ Double, Double, GeographyUnit,​ DistanceUnit)|GetLineOnALineCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ Double, Double, [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]],​ [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetLineOnALineCore(PointShape,​ PointShape)|GetLineOnALineCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetLineOnALineCore(StartingPoint,​ PointShape)|GetLineOnALineCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetPointOnALineCore(StartingPoint,​ Single)|GetPointOnALineCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ Single ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetPointOnALineCore(StartingPoint,​ Double, GeographyUnit,​ DistanceUnit)|GetPointOnALineCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]],​ Double, [[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}}[[#​GetWellKnownBinaryCore(WkbByteOrder)|GetWellKnownBinaryCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.WkbByteOrder|WkbByteOrder]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetWellKnownTextCore()|GetWellKnownTextCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetWellKnownTypeCore()|GetWellKnownTypeCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​IntersectsCore(BaseShape)|IntersectsCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​IsClosedCore()|IsClosedCore]] ​  ​| ​   |    |    | +
-| {{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]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​LoadFromWellKnownDataCore(Byte[])|LoadFromWellKnownDataCore]] ​  | Byte[] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   | +
-| {{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]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ReversePointsCore()|ReversePointsCore]] ​  ​| ​   |    |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RotateCore(PointShape,​ Single)|RotateCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]],​ Single ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ScaleDownCore(Double)|ScaleDownCore]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ScaleToCore(Double)|ScaleToCore]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ScaleUpCore(Double)|ScaleUpCore]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SimplifyCore(Double,​ SimplificationType)|SimplifyCore]] ​  | Double, [[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{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]](overriden) ​  ​| ​   | +
-| {{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]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​UnionCore(IEnumerable<​LineBaseShape>​)|UnionCore]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]> ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ValidateCore(ShapeValidationMode)|ValidateCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode|ShapeValidationMode]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanRotate|CanRotate]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]](overriden) ​  ​| ​   | +  * Description:N/A
-| {{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]] ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Vertices|Vertices]] ​  | Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]> ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} IsClosed() **
  
-==== Public Events ==== +  * //This method determines whether the line is closed, meaning that the last point and first point are the same.// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None//
  
-===== Public Constructors ===== +== Return Value == 
-==== LineShape() ==== +  ​Type:Boolean 
-=== Parameters === +  Description:The return value indicating whether the line is closed.
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== LineShape(IEnumerable<​Vertex>​) ==== +<div newline></div> 
-=== Parameters ​=== +** {{wiki:​PublicMethod.gif|}GetPointOnALine(StartingPoint,​Single) **
-^  Name ^  Type ^  Description ^ +
-| points ​  | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Vertex--> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //This method returns a PointShape on the line, based on a percentage of the length of the line from the first or last vertex defined in the startingPoint parameter.//​ 
-==== LineShape(String) ==== +== Remarks ​== 
-=== Parameters === +  ​* //If you pass 100 or 0 as the percentage of the line, it will return either the first or last vertex, depending on the value of the startingPoint argument.//
- Name ^  Type ^  Description ^ +
-| wellKnownText ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== LineShape(Byte[]) ​==== +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-=== Parameters === +  * Description:​This method returns a PointShape on the line, based on a percentage of the length of the line from the first or last vertex defined in the startingPoint parameter.
-^  Name ^  ​Type ​^  Description ^ +
-| wellKnownBinary ​  | Byte[]<​!-- System.Byte[[]] --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //​startingPoint//​ 
-===== Public Methods ===== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
-==== Buffer(Double,​ GeographyUnit,​ DistanceUnit) ==== +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line.
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape|MultipolygonShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​percentageOfLine//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Single 
-| distance ​  | Double<​!-- System.Double --> ​  ​| ​   +    ​* Description:​This parameter defines the percentage into the lineValid values are between 0 and 100.
-| 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|}} GetPointOnALine(StartingPoint,​Double,​GeographyUnit,​DistanceUnit) ​**
-==== Buffer(Double, Int32, BufferCapType, GeographyUnit,​ DistanceUnit) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape|MultipolygonShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //This method returns a PointShape on the line, based on a distance on the line from the first or last vertex defined in the startingPoint parameter.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-distance ​  | Double<​!-- System.Double --> ​  ​| ​   | +  ​* //Passing in a 0 distance ​will return either the first or last point on the line, depending upon the value of the startingPoint parameter.//
-| 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 --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== Buffer(Double,​ Int32, GeographyUnit,​ DistanceUnit) ==== +  * Description:​This method returns a PointShape on the line, based on a distance on the line from the first or last vertex defined in the startingPoint parameter.
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape|MultipolygonShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​startingPoint//​ 
-| distance ​  | Double<​!-- System.Double --> ​  ​| ​   +    ​* Type:[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
-| quadrantSegments ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line.
-| shapeUnit ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   +
-| distanceUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //​distance//​ 
-[[#Public Methods|Go Back]] +    * Type:Double 
-==== CloneDeep() ==== +    ​* ​Description:This parameter specifies the distance into the line you wish to move in the unit specified by the distanceUnit parameterValid values must be greater than or equal to 0.
-=== 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]] 
 +    * Description:This is the GeographyUnit of the shape you are performing the operation on.
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //​distanceUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-==== Contains(Feature) ==== +    ​* ​Description:This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetLineOnALine(StartingPoint,​Single,​Single) **
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Contains(BaseShape) ==== +  * //None//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+  * Description:​This method returns a BaseLineShape,​ based on a starting position and other factors.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​startingPoint//​ 
-==== ConvexHull() ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
-=== Return Value === +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line.
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.RingShape|RingShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RingShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​startingPercentageOfTheLine//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Single 
 +    * Description:This parameter defines the starting percentage into the line. Valid values must be greater than 0 and less than or equal to 100.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //​percentageOfTheLine//​ 
-[[#Public Methods|Go Back]] +    * Type:Single 
-==== CreateShapeFromWellKnownData(String) ==== +    ​* ​Description:This parameter defines the percentage into the lineValid values must be greater than 0 and less than or equal to 100.
-<!-- 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|}} GetLineOnALine(StartingPoint,​Single) **
-| wellKnownText ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CreateShapeFromWellKnownData(Byte[]) ==== +  * //None//
-<!-- 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.LineBaseShape|LineBaseShape]] 
-| wellKnownBinary ​  | Byte[]<​!-- System.Byte[[]] --> ​  ​| ​   |+  * Description:​This method returns a BaseLineShape,​ based on a starting position and other factors.
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​startingPoint//​ 
-==== Crosses(BaseShape) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
-=== Return Value === +    ​* ​Description:The startingPoint defines whether the method starts at the beginning or the end of the line.
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​percentageOfLine//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Single 
-| targetShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Description:This parameter defines the percentage into the lineValid values must be greater than 0 and less than or equal to 100.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetLineOnALine(StartingPoint,​Double,​Double,​GeographyUnit,​DistanceUnit**
-==== Crosses(Feature==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+  ​* //None//
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] 
-==== Equals(Object) ==== +  ​* ​Description:This method returns a BaseLineShape,​ based on a starting position and other factors.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​startingPoint//​ 
-| obj   | Object<​!-- System.Object --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
 +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line.
  
-<!-- System.Object --> +  * //​startingDistance//​ 
-[[#Public Methods|Go Back]] +    * Type:Double 
-==== GetBoundingBox() ==== +    ​* ​Description:The starting distance from which you will start getting the lineFor example, if the line is 3 units long and you have a starting distance of 1 unit, the result will be the last two units of the lineValid values must be greater than 0The starting distance will be in the GeographyUnit of the shape.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​distance//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Double 
 +    * Description:The amount of the line you want to get after the startingDistance. Valid values must be greater than 0.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== GetCenterPoint() ==== +    * Description:​This is the GeographyUnit of the shape you are performing the operation on.
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​distanceUnit//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
 +    * Description:This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetLineOnALine(StartingPoint,PointShape**
-==== GetClosestPointTo(FeatureGeographyUnit==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   | +  ​* //None//
-| shapeUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] 
-==== GetClosestPointTo(BaseShape,​ GeographyUnit) ==== +  * Description:​This method returns a BaseLineShape,​ based on a starting position and other factors.
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​startingPoint//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
-| shapeUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   |+    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //​endPointShape//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== GetCrossing(BaseShape) ==== +    * Description:​The BaseLineShape returned will be between the startingPoint and the endPointShape specified in this parameter.
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.MultipointShape|MultipointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.MultipointShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetLineOnALine(PointShape,​PointShape) **
-| targetShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetDistanceTo(BaseShape,​ GeographyUnit,​ DistanceUnit) ==== +  * //None//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   | +  * Description:​This method returns a BaseLineShape based on a start PointShape and an end PointShape.
-| 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]] +  * //​startPointShape//​ 
-==== GetDistanceTo(Feature,​ GeographyUnit,​ DistanceUnit) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-=== Return Value === +    ​* ​Description:The startPointShape defines where you will start to get the line. If it does not stand on this LineShape, the closest point on the LineShape will be the start PointShape.
-^ Return Type ^ Description ​+
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +  * //​endPointShape//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-| targetFeature ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   | +    ​* Description:​The endPointShape defines where you will stop getting the lineIf it does not stand on this LineShape, the closest point on the LineShape will be the end PointShape.
-| 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|}} RemoveVertex(Vertex**
-==== GetFeature() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+
  
-=== Parameters === +  * //This method removes the selected vertex from line shape.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetFeature(IDictionary<​String,​ String>) ==== +  * Description:If remove sucess it will return true, otherwise return false.
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​selectedVertex//​ 
-| columnValues ​  | IDictionary<​String,​String><​!-- System.Collections.Generic.IDictionary{System.String,System.String} --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
 +    * Description:​The selected vertex must be a vertex of line shapeotherwise it will return false and line shape will keep the same.
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetLength(GeographyUnit,​DistanceUnit**
-==== GetHashCode() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Double 
-==== GetIntersection(AreaBaseShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​shapeUnit//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape|AreaBaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //​returningUnit//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-==== GetIntersection(Feature) ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ScaleUp(Double) **
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetLength(GeographyUnit,​ DistanceUnit) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| shapeUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +  Description:N/A
-| returningUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​percentage//​ 
-==== GetLineOnALine(StartingPoint,​ Single, Single) ​==== +    ​* ​Type:Double 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ScaleDown(Double) **
-| startingPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --  |    | +
-| startingPercentageOfTheLine ​  | Single<!-- System.Single --  |    | +
-| percentageOfTheLine ​  | Single<​!-- System.Single --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetLineOnALine(StartingPoint,​ PointShape) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| startingPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<​!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --> ​  ​| ​   | +  Description:N/A
-| endPointShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​percentage//​ 
-==== GetLineOnALine(StartingPoint,​ Single) ​==== +    ​* ​Type:Double 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ConvexHull() **
-| startingPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --  |    | +
-| percentageOfLine ​  | Single<​!-- System.Single --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetLineOnALine(StartingPoint,​ Double, Double, GeographyUnit,​ DistanceUnit) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.RingShape|RingShape]] 
-| startingPoint ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --> ​  ​| ​   | +  * Description:​N/​A
-| startingDistance ​  | Double<​!-- System.Double --> ​  ​| ​   | +
-| distance ​  | 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.LineShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetLineOnALine(PointShape,​ PointShape) ​==== +** {{wiki:​PublicMethod.gif|}} Simplify(GeographyUnit,​Double,​DistanceUnit,​SimplificationType) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| startPointShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   | +  ​* //N/A//
-| endPointShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
-==== GetPointOnALine(StartingPoint,​ Double, GeographyUnit,​ DistanceUnit) ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​shapeUnit//​ 
-| startingPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<​!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --> ​  ​| ​   +    ​* Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-| distance ​  | Double<​!-- System.Double --> ​  ​| ​   | +    ​* Description:​N/​A
-| shapeUnit ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| distanceUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +  * //​tolerance//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Double 
-==== GetPointOnALine(StartingPoint,​ Single) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​toleranceUnit//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-| startingPoint ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --> ​  ​| ​   | +    ​* Description:​N/​A
-| percentageOfLine ​  | Single<​!-- System.Single --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +  * //​simplificationType//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]] 
-==== GetShortestLineTo(BaseShape,​ GeographyUnit) ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Simplify(Double,​SimplificationType) **
-| 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// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetShortestLineTo(Feature,​ GeographyUnit) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
-| targetFeature ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   | +  * Description:​N/​A
-| shapeUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​tolerance//​ 
-==== GetType() ​==== +    ​* ​Type:Double 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //​simplificationType//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Union(LineBaseShape**
-==== GetWellKnownBinary(WkbByteOrder==== +
-=== 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:[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
-==== GetWellKnownBinary() ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Byte[]<​!-- System.Byte[[]] --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Union(Feature**
-==== 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:[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
-==== GetWellKnownType() ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]]<!-- ThinkGeo.MapSuite.SilverlightCore.WellKnownType --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​targetFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetIntersection(Feature**
-==== Intersects(BaseShape==== +
-=== 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.MultilineShape|MultilineShape]] 
-==== Intersects(Feature) ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetFeature//​ 
-| targetFeature ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetIntersection(AreaBaseShape**
-==== IsClosed() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.LineShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
-==== IsDisjointed(BaseShape) ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetShape//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape|AreaBaseShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} LoadFromWellKnownData(String**
-==== IsDisjointed(Feature==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== IsTopologicallyEqual(Feature) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​wellKnownText//​ 
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+    * Type:String 
 +    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetWellKnownText() **
-==== IsTopologicallyEqual(BaseShape==== +
-=== 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:String 
-==== IsWithin(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|}} LoadFromWellKnownData(Byte[]) **
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== IsWithin(Feature) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​wellKnownBinary//​ 
-==== LoadFromWellKnownData(Byte[]) ​==== +    ​* ​Type:Byte[] 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetWellKnownBinary() **
-| wellKnownBinary ​  | Byte[]<​!-- System.Byte[[]] --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== LoadFromWellKnownData(String) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Byte[] 
-| wellKnownText ​  | String<​!-- System.String --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== Overlaps(Feature) ​==== +** {{wiki:​PublicMethod.gif|}} GetWellKnownBinary(WkbByteOrder) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Byte[] 
-==== Overlaps(BaseShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​byteOrder//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.WkbByteOrder|WkbByteOrder]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
-==== Register(Feature, Feature, 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.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   | +  ​* //N/A//
-| toPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   | +
-| 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:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
-==== Register(PointShape,​ PointShape, DistanceUnit,​ GeographyUnit) ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| fromPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --  |    | +** {{wiki:​PublicMethod.gif|}} GetWellKnownType() **
-| 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// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveVertex(Vertex,​ LineShape) ==== +  * //N/A//
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]] 
-| selectedVertex ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> ​  ​| ​   | +  * Description:​N/​A
-| lineShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineShape|LineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== RemoveVertex(Vertex) ​==== +** {{wiki:​PublicMethod.gif|}} CloneDeep() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| selectedVertex ​  | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> ​  ​| ​   |+  ​* //N/A//
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.LineShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-==== ReversePoints() ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TranslateByOffset(Double,​Double,​GeographyUnit,​DistanceUnit) **
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Rotate(BaseShape,​ 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 
-| 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 --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​xOffsetDistance//​ 
-==== Rotate(PointShape,​ Single) ​==== +    ​* ​Type:Double 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​yOffsetDistance//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Double 
-| pivotPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   +    ​* Description:​N/​A
-| degreeAngle ​  | Single<​!-- System.Single --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== Rotate(Feature,​ PointShape, Single) ==== +    * 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]] 
-| 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 --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} TranslateByOffset(Double,​Double) ​**
-==== ScaleDown(Feature, Double) ​==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| sourceLine ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   | +  ​* //N/A//
-| percentage ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +== 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 ^ +  ​* //​xOffsetDistance//​ 
-| percentage ​  | Double<​!-- System.Double --> ​  ​| ​   |+    * Type:Double 
 +    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //​yOffsetDistance//​ 
-[[#Public Methods|Go Back]] +    * Type:Double 
-==== ScaleDown(LineBaseShape, ​Double) ==== +    ​* ​Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} TranslateByDegree(Double,Double,​GeographyUnit,​DistanceUnit) **
-| sourceLineBaseShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --  |    | +
-percentage ​  ​| ​Double<!-- System.Double ​--> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ScaleTo(Double) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| scale   | Double<​!-- System.Double --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​distance//​ 
-==== ScaleTo(BaseShape,​ Double) ​==== +    ​* ​Type:Double 
-<!-- static --> +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​angleInDegrees//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Double 
-| baseShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   +    ​* Description:​N/​A
-| scale   | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== ScaleUp(Double) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​distanceUnit//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-| percentage ​  | Double<​!-- System.Double --> ​  |    ​|+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} TranslateByDegree(Double,​Double) ​**
-==== ScaleUp(LineBaseShape, Double) ​==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| sourceShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   | +  ​* //N/A//
-| percentage ​  | Double<​!-- System.Double --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ScaleUp(Feature,​ Double) ==== +  * Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​distance//​ 
-| sourceLine ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   | +    ​* Type:Double 
-| percentage ​  | Double<​!-- System.Double --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //​angleInDegrees//​ 
-[[#Public Methods|Go Back]] +    * Type:Double 
-==== Simplify(LineBaseShape, ​Double, SimplificationType) ==== +    ​* ​Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Rotate(PointShape,​Single) **
-| targetShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --  |    | +
-| tolerance ​  | Double<!-- System.Double --  |    | +
-| simplificationType ​  | [[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]]<​!-- ThinkGeo.MapSuite.SilverlightCore.SimplificationType --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Simplify(LineBaseShape,​ GeographyUnit,​ Double, DistanceUnit,​ SimplificationType) ==== +  * //N/A//
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| targetShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   | +  Description:N/A
-| 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.LineBaseShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​pivotPoint//​ 
-==== Simplify(GeographyUnit,​ Double, DistanceUnit,​ SimplificationType) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​degreeAngle//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:Single 
-| 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.LineBaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetShortestLineTo(BaseShape,GeographyUnit**
-==== Simplify(DoubleSimplificationType==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| tolerance ​  | Double<​!-- System.Double --> ​  ​| ​   | +  ​* //N/A//
-| simplificationType ​  | [[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]]<​!-- ThinkGeo.MapSuite.SilverlightCore.SimplificationType --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
-==== ToString() ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== Touches(BaseShape) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetShortestLineTo(Feature,​GeographyUnit) **
-| targetShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Touches(Feature) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
-| targetFeature ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+  * Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​targetFeature//​ 
-==== TranslateByDegree(Double,​ Double, GeographyUnit,​ DistanceUnit) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​shapeUnit//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-| 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 --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetClosestPointTo(BaseShape,​GeographyUnit) ​**
-==== TranslateByDegree(Feature, Double, Double, GeographyUnit, DistanceUnit==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   | +  ​* //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 --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== TranslateByDegree(Double,​ Double) ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetShape//​ 
-| distance ​  | Double<​!-- System.Double --> ​  ​| ​   ​+    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-| angleInDegrees ​  | Double<​!-- System.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 === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetClosestPointTo(Feature,​GeographyUnit) **
-| targetShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --  |    | +
-| 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 --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== TranslateByOffset(BaseShape,​ Double, Double, GeographyUnit,​ DistanceUnit) ==== +  * //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.PointShape|PointShape]] 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   | +  * 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]] +  * //​targetFeature//​ 
-==== TranslateByOffset(Double,​ Double) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
-=== Return Value === +    ​* ​Description:N/A
-^ 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 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetCenterPoint() **
-==== TranslateByOffset(Double, Double, GeographyUnit,​ DistanceUnit==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| xOffsetDistance ​  | Double<​!-- System.Double --> ​  ​| ​   | +  ​* //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 --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== TranslateByOffset(Feature,​ Double, Double, GeographyUnit,​ DistanceUnit) ==== +  * Description:​N/​A
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| targetFeature ​  | [[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]<!-- ThinkGeo.MapSuite.SilverlightCore.Feature --  |    | +** {{wiki:​PublicMethod.gif|}} Buffer(Double,GeographyUnit,DistanceUnit) **
-| 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 ​== 
-==== Union(Feature) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== 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
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​distance//​ 
-==== Union(LineBaseShape) ​==== +    ​* ​Type:Double 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​shapeUnit//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //​distanceUnit//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-==== Union(IEnumerable<​LineBaseShape>​) ==== +    * Description:​N/​A
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​Int32,​GeographyUnit,​DistanceUnit) **
-| lineBaseShapes ​  | IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.LineBaseShape--> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Union(IEnumerable<​Feature>​) ==== +  * //N/A//
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape|MultipolygonShape]] 
-| targetFeatures ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  ​| ​   |+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​distance//​ 
-==== Validate(ShapeValidationMode) ​==== +    ​* ​Type:Double 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationResult|ShapeValidationResult]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ShapeValidationResult --> ​  ​| ​   |+
  
-=== Parameters === +  * //​quadrantSegments//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| validationMode ​  | [[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode|ShapeValidationMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //​shapeUnit//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-===== Protected Methods ===== +    * Description:​N/​A
-==== BufferCore(Double,​ Int32, BufferCapType,​ GeographyUnit,​ DistanceUnit) ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape|MultipolygonShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​distanceUnit//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-| 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 --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Buffer(Double,​Int32,​BufferCapType,​GeographyUnit,​DistanceUnit**
-==== CloneDeepCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape|MultipolygonShape]] 
-==== ContainsCore(BaseShape) ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​distance//​ 
-| targetShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Type:Double 
 +    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +  * //​quadrantSegments//​ 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Int32 
-==== ConvexHullCore() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.RingShape|RingShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RingShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​bufferCapType//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.BufferCapType|BufferCapType]] 
 +    * Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +  * //​shapeUnit//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== CrossesCore(BaseShape) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​distanceUnit//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetDistanceTo(BaseShape,​GeographyUnit,​DistanceUnit**
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Double 
-==== GetBoundingBoxCore() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --> +  * //​shapeUnit//​ 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== GetCenterPointCore() ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​distanceUnit//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetDistanceTo(Feature,​GeographyUnit,​DistanceUnit**
-==== GetClosestPointToCore(BaseShape, GeographyUnit) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   | +  ​* //N/A//
-| shapeUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Double 
-==== GetCrossingCore(BaseShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.MultipointShape|MultipointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultipointShape --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetFeature//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
 +    * Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --> +  * //​shapeUnit//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== GetDistanceToCore(BaseShape,​ GeographyUnit,​ DistanceUnit) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​distanceUnit//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-| targetShape ​  ​| [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   | +    * Description:​N/​A
-| shapeUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   +
-| distanceUnit ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Register(PointShape,​PointShape,​DistanceUnit,​GeographyUnit**
-==== GetIntersectionCore(AreaBaseShape==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape|AreaBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape --> ​  ​| ​   |+  ​* //N/A//
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-==== GetLengthCore(GeographyUnit,​ DistanceUnit) ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​fromPoint//​ 
-| shapeUnit ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-| returningUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape(overriden) --> +  * //toPoint// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== GetLineOnALineCore(StartingPoint,​ Single) ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //​fromUnit//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-| startingPoint ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --> ​  ​| ​   | +    ​* Description:​N/​A
-| percentageOfLine ​  | Single<​!-- System.Single --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +  * //toUnit// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-==== GetLineOnALineCore(StartingPoint,​ Double, Double, GeographyUnit,​ DistanceUnit) ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Register(Feature,​Feature,​DistanceUnit,​GeographyUnit) **
-| startingPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --  |    | +
-| startingDistance ​  | Double<!-- System.Double --  |    | +
-| distance ​  | 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.LineShape --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetLineOnALineCore(PointShape,​ PointShape) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-| startPointShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   | +  * Description:​N/​A
-| endPointShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​fromPoint//​ 
-==== GetLineOnALineCore(StartingPoint,​ PointShape) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //toPoint// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
-| startingPoint ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --> ​  ​| ​   | +    ​* Description:​N/​A
-| endPointShape ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +  * //​fromUnit//​ 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
-==== GetPointOnALineCore(StartingPoint,​ Single) ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //toUnit// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
-| startingPoint ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --> ​  ​| ​   | +    ​* Description:​N/​A
-| percentageOfLine ​  | Single<​!-- System.Single --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Validate(ShapeValidationMode**
-==== GetPointOnALineCore(StartingPoint,​ Double, GeographyUnit,​ DistanceUnit==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| startingPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]]<​!-- ThinkGeo.MapSuite.SilverlightCore.StartingPoint --> ​  ​| ​   | +  ​* //N/A//
-| distance ​  | 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.LineShape --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationResult|ShapeValidationResult]] 
-==== GetShortestLineToCore(BaseShape,​ GeographyUnit) ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​validationMode//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   | +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode|ShapeValidationMode]] 
-| shapeUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} IsDisjointed(BaseShape**
-==== GetWellKnownBinaryCore(WkbByteOrder==== +
-=== 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(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetWellKnownTextCore() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} IsDisjointed(Feature**
-==== GetWellKnownTypeCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]]<​!-- ThinkGeo.MapSuite.SilverlightCore.WellKnownType --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== IntersectsCore(BaseShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetFeature//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Intersects(BaseShape**
-==== IsClosedCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== IsDisjointedCore(BaseShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetShape//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Intersects(Feature**
-==== IsTopologicallyEqualCore(BaseShape==== +
-=== 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 == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== IsWithinCore(BaseShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetFeature//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Touches(BaseShape**
-==== LoadFromWellKnownDataCore(String==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| wellKnownText ​  | String<​!-- System.String --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== LoadFromWellKnownDataCore(Byte[]) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetShape//​ 
-| wellKnownBinary ​  | Byte[]<​!-- System.Byte[[]] --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Touches(Feature**
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== OverlapsCore(BaseShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetFeature//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Crosses(BaseShape**
-==== RegisterCore(PointShape, PointShape, 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(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ReversePointsCore() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Crosses(Feature**
-==== RotateCore(PointShape, Single==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| pivotPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   | +  ​* //N/A//
-| degreeAngle ​  | Single<​!-- System.Single --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ScaleDownCore(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.LineBaseShape(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} IsWithin(BaseShape**
-==== ScaleToCore(Double==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| scale   | Double<​!-- System.Double --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ScaleUpCore(Double) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetShape//​ 
-| percentage ​  | Double<​!-- System.Double --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} IsWithin(Feature**
-==== SimplifyCore(Double, SimplificationType==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| tolerance ​  | Double<​!-- System.Double --> ​  ​| ​   | +  ​* //N/A//
-| simplificationType ​  | [[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]]<​!-- ThinkGeo.MapSuite.SilverlightCore.SimplificationType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== TouchesCore(BaseShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetFeature//​ 
-| targetShape ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Contains(BaseShape**
-==== TranslateByDegreeCore(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(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== TranslateByOffsetCore(Double,​ Double, GeographyUnit,​ DistanceUnit) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​targetShape//​ 
-| xOffsetDistance ​  | Double<​!-- System.Double --> ​  ​| ​   +    ​* Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-| yOffsetDistance ​  | Double<​!-- System.Double --> ​  ​| ​   | +    ​* Description:​N/​A
-| shapeUnit ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| distanceUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.DistanceUnit --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --> +<div newline></div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Contains(Feature) **
-==== UnionCore(IEnumerable<LineBaseShape>) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MultilineShape --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| lineBaseShapes ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.LineBaseShape} --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineBaseShape --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ValidateCore(ShapeValidationMode) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationResult|ShapeValidationResult]]<​!-- ThinkGeo.MapSuite.SilverlightCore.ShapeValidationResult --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetFeature//​ 
-| validationMode ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode|ShapeValidationMode]]<!-- ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} Overlaps(BaseShape) **
-===== Public Properties ===== +
-==== CanRotate ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape(overriden) --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Id ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Boolean 
-==== Tag ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Object<​!-- System.Object --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​targetShape//​ 
-==== Vertices ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type +
-| Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Vertex} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.LineShape --> +<div newline></​div>​ 
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} Overlaps(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|}} IsTopologicallyEqual(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:​PublicMethod.gif|}} IsTopologicallyEqual(Feature) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== 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|}} RemoveVertex(Vertex,​LineShape) ** 
 + 
 +  * //This method removes the selected vertex from line shape.// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​If remove sucess it will return true, otherwise return false. 
 + 
 +== Parameters == 
 +  * //​selectedVertex//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] 
 +    * Description:​The selected vertex must be a vertex of line shape, otherwise it will return false and line shape will keep the same. 
 + 
 +  * //​lineShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineShape|LineShape]] 
 +    * Description:​The line shape will be removed one vertex. 
 + 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} ReversePointsCore() ** 
 + 
 +  * //This method reverses the order of the points in the line.// 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** 
 + 
 +  * //This method returns a complete copy of the shape without any references in common.// 
 +== Remarks == 
 +  * //When you override this method, you need to ensure that there are no references in common between the original and the copy.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +  * Description:​This method returns a complete copy of the shape without any references in common. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IsClosedCore() ** 
 + 
 +  * //This method determines whether the line is closed, meaning that the last point and first point are the same.// 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:​Boolean 
 +  * Description:​The return value indicating whether the line is closed. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetLengthCore(GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method returns the length of the LineShape.//​ 
 +== Remarks == 
 +  * //This is a useful method when you want to know the total length of a line-based shape. If the shape is a MultiLineShape,​ then the length is the sum of all of its lines.// 
 + 
 +== Return Value == 
 +  * Type:​Double 
 +  * Description:​This overload returns the length in the unit of your choice, based on returningUnit you specify. 
 + 
 +== 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|}} GetPointOnALineCore(StartingPoint,​Single) ** 
 + 
 +  * //This method returns a PointShape on the line, based on a percentage of the length of the line from the first or last vertex defined in the startingPoint parameter.//​ 
 +== Remarks == 
 +  * //If you pass 100 or 0 as the percentage of the line, it will return either the first or last vertex, depending on the value of the startingPoint argument.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +  * Description:​This method returns a PointShape on the line, based on a percentage of the length of the line from the first or last vertex defined in the startingPoint parameter. 
 + 
 +== Parameters == 
 +  * //​startingPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
 +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line. 
 + 
 +  * //​percentageOfLine//​ 
 +    * Type:​Single 
 +    * Description:​This parameter defines the percentage into the line. Valid values are between 0 and 100. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetPointOnALineCore(StartingPoint,​Double,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method returns a PointShape on the line, based on a distance on the line from the first or last vertex defined in the startingPoint parameter.//​ 
 +== Remarks == 
 +  * //Passing in a 0 distance will return either the first or last point on the line, depending on the value of the startingPoint parameter.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +  * Description:​This method returns a PointShape on the line, based on a distance on the line from the first or last vertex defined in the startingPoint parameter. 
 + 
 +== Parameters == 
 +  * //​startingPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
 +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line. 
 + 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​This parameter specifies the distance into the line you wish to move in the unit specified by the distanceUnit parameter. Valid values must be greater than or equal to 0. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the GeographyUnit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetLineOnALineCore(StartingPoint,​Single) ** 
 + 
 +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.//​ 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] 
 +  * Description:​This method returns a BaseLineShape,​ based on a starting position and other factors. 
 + 
 +== Parameters == 
 +  * //​startingPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
 +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line. 
 + 
 +  * //​percentageOfLine//​ 
 +    * Type:​Single 
 +    * Description:​This parameter defines the percentage into the line. Valid values must be greater than 0 and less than or equal to 100. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetLineOnALineCore(StartingPoint,​Double,​Double,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.//​ 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] 
 +  * Description:​This method returns a BaseLineShape,​ based on a starting position and other factors. 
 + 
 +== Parameters == 
 +  * //​startingPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
 +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line. 
 + 
 +  * //​startingDistance//​ 
 +    * Type:​Double 
 +    * Description:​The starting distance from which you will start getting the line. For example, if the line is 3 units long and you have a starting distance of 1 unit, the result will be the last two units of the line. Valid values must be greater than 0. The starting distance will be in the GeographyUnit of the shape. 
 + 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The amount of the line you want to get after the startingDistance. Valid values must be greater than 0. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the GeographyUnit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the DistanceUnit you would like to use for the distance parameter. For example, if you select miles as your distanceUnit,​ then the distance will be measured in miles. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetLineOnALineCore(StartingPoint,​PointShape) ** 
 + 
 +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.//​ 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] 
 +  * Description:​This method returns a BaseLineShape,​ based on a starting position and other factors. 
 + 
 +== Parameters == 
 +  * //​startingPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.StartingPoint|StartingPoint]] 
 +    * Description:​The startingPoint defines whether the method starts at the beginning or the end of the line. 
 + 
 +  * //​endPointShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​The BaseLineShape returned will be between the startingPoint and the endPointShape specified in this parameter. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetLineOnALineCore(PointShape,​PointShape) ** 
 + 
 +  * //This method returns a BaseLineShape,​ based on a starting position and other factors.//​ 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]] 
 +  * Description:​This method returns a BaseLineShape based on a start PointShape and an end PointShape. 
 + 
 +== Parameters == 
 +  * //​startPointShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​The startPointShape defines where you will start to get the line. If it does not stand on this LineShape, the closest point on the LineShape will be the start PointShape. 
 + 
 +  * //​endPointShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​The endPointShape defines where you will stop getting the line. If it does not stand on this LineShape, the closest point on the LineShape will be the end PointShape. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetDistanceToCore(BaseShape,​GeographyUnit,​DistanceUnit) ** 
 + 
 +  * //This method computes the distance between the current shape and the targetShape.//​ 
 +== Remarks == 
 +  * //In this method, we compute the closest distance between the two shapes. The returned unit will be in the unit of distance specified.Overriding:​Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​Double 
 +  * Description:​The return type is the distance between this shape and the targetShape in the GeographyUnit of the shape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the distance to. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the GeographicUnit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * 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 distanceUnit,​ then the distance will be returned in miles. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ScaleUpCore(Double) ** 
 + 
 +  * //This method increases the size of the LineShape 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, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.// 
 + 
 +== 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 LineShape 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, as you are applying the operation multiple times. There is also a ScaleUp method that will enlarge the shape.// 
 + 
 +== 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|}} 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|}} 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) ** 
 + 
 +  * //This method moves the base shape from one location to another based on a distance and a direction in degrees.//​ 
 +== Remarks == 
 +  * //This method returns a shape repositioned from one location to another based on angleInDegrees and distance parameter. With this overload, it is important to note that the distance is based on the supplied distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with a distanceUnit of miles, you're going to move this shape a number of miles based on the distance value and the angleInDegrees. In this way, you can easily move a shape in decimal degrees five miles to the north.If you pass a distance of 0, then the operation is ignored.//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​distance//​ 
 +    * Type:​Double 
 +    * Description:​The distance is the number of units to move the shape using the angle specified. The distance unit will be the one specified in the distanceUnit parameter. The distance must be greater than or equal to 0. 
 + 
 +  * //​angleInDegrees//​ 
 +    * Type:​Double 
 +    * Description:​A number between 0 and 360 degrees that represents the direction you wish to move the shape, with 0 being up. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the GeographicUnit of the shape you are performing the operation on. 
 + 
 +  * //​distanceUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.DistanceUnit|DistanceUnit]] 
 +    * Description:​This is the DistanceUnit you would like to use as the measure for the move. For example, if you select miles as your distanceUnit,​ then the distance will be calculated in miles. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RotateCore(PointShape,​Single) ** 
 + 
 +  * //This method rotates the shape a number of degrees based on a pivot point.// 
 +== Remarks == 
 +  * //This method rotates the shape a number of degrees based on a pivot point. By placing the pivot point in the center of the shape, you can achieve in-place rotation. By moving the pivot point outside of the center of the shape, you can translate the shape in a circular motion. Moving the pivot point further outside of the center will make the circular area larger.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​pivotPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​The pivotPoint represents the center of rotation. 
 + 
 +  * //​degreeAngle//​ 
 +    * Type:​Single 
 +    * Description:​The number of degrees of rotation required from 0 to 360. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** 
 + 
 +  * //This method calculates the smallest RectangleShape that encompasses the entire geometry.//​ 
 +== Remarks == 
 +  * //The GetBoundingBox method calculates the smallest RectangleShape that can encompass the entire geometry by examining each point in the geometry. Depending on the number of PointShapes and complexity of the geometry this operation can take longer for larger objects. If the shape is a PointShape, than the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +  * Description:​The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetClosestPointToCore(BaseShape,​GeographyUnit) ** 
 + 
 +  * //This method returns the point of the current shape that is closest to the target shape.// 
 +== Remarks == 
 +  * //This method returns the point of the current shape that is closest to the target shape. It is often the case that the point returned is not a point of the object itself. An example would be a line with two points that are far apart from each other. If you set the targetShape to be a point midway between the points but a short distance away from the line, the method would return a point that is on the line but not either of the two points that make up the line.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +  * Description:​A PointShape representing the closest point of the current shape to the targetShape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:​The shape you are trying to find the closest point to. 
 + 
 +  * //​shapeUnit//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This is the GeographyUnit of the shape you are performing the operation on. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownTextCore() ** 
 + 
 +  * //This method returns the well-known text representation of this shape.// 
 +== Remarks == 
 +  * //This method returns a string that represents the shape in well-known text. Well-known text allows you to describe a geometry as a string of text. Well-known text is useful when you want to save a geometry in a format such as a text file, or when you simply want to cut and paste the text between other applications. An alternative to well-known text is well-known binary, which is a binary representation of a geometry object. We have methods that work with well-known binary as well. Below are some samples of what well-known text might look like for various kinds of geometric figures.POINT(5 17)LINESTRING(4 5,10 50,25 80)POLYGON((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3))MULTIPOINT(3.7 9.7,4.9 11.6)MULTILINESTRING((4 5,11 51,21 26),(-4 -7,-9 -7,-14 -3))MULTIPOLYGON(((2 2,6 2,6 6,2 6,2 2),(3 3,4 3,4 4,3 4,3 3)),((4 4,7 3,7 5,4 4)))// 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​This method returns a string that represents the shape in well-known text. 
 + 
 +== Parameters == 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownTypeCore() ** 
 + 
 +  * //This method returns the well-known type for the shape.// 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.WellKnownType|WellKnownType]] 
 +  * Description:​This method returns the well-known type for the shape. 
 + 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetWellKnownBinaryCore(WkbByteOrder) ** 
 + 
 +  * //This method returns a byte array that represents the shape in well-known binary.// 
 +== Remarks ​== 
 +  * //This method returns a byte array that represents the shape in well-known binary. Well-known binary allows you to describe a geometry as a binary array. Well-known binary is useful when you want to save a geometry in an efficient format using as little space as possible. An alternative to well-known binary is well-known text, which is a textual representation of a geometry object. We have methods that work with well-known text as well.// 
 + 
 +== Return Value == 
 +  * Type:​Byte[] 
 +  * Description:​This method returns a byte array that represents the shape in well-known binary. 
 + 
 +== Parameters ​== 
 +  * //​byteOrder//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.WkbByteOrder|WkbByteOrder]] 
 +    * Description:​This parameter specifies whether the byte order is big- or little-endian. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} LoadFromWellKnownDataCore(String) ** 
 + 
 +  * //This method hydrates the current shape with its data from well-known text.// 
 +== Remarks ​== 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​None 
 + 
 +== Parameters == 
 +  * //​wellKnownText//​ 
 +    * Type:​String 
 +    * Description:​This parameter is the well-known text you will use to hydrate your object. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} LoadFromWellKnownDataCore(Byte[]) ** 
 + 
 +  * //This method hydrates the current shape with its data from well-known binary.// 
 +== Remarks == 
 +  * //This is used when you want to hydrate a shape based on well-known binary. You can create the shape and then load the well-known binary using this method.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​None 
 + 
 +== Parameters == 
 +  * //​wellKnownBinary//​ 
 +    * Type:Byte[
 +    * Description:This parameter is the well-known binary used to populate the shape. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ValidateCore(ShapeValidationMode) ** 
 + 
 +  * //This method returns a ShapeValidationResult based on a series of tests.// 
 +== Remarks == 
 +  * //We use this method, with the simple enumeration,​ internally before doing any kind of other methods on the shape. In this way, we are able to verify the integrity of the shape itself. If you wish to test things such as whether a polygon self-intersects,​ we invite you to call this method with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationResult|ShapeValidationResult]] 
 +  * Description:​This method returns a ShapeValidationResult based on a series of tests. 
 + 
 +== Parameters == 
 +  * //​validationMode//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode|ShapeValidationMode]] 
 +    * Description:This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetCrossingCore(BaseShape) ** 
 + 
 +  * //This method returns the crossing points between the current shape and the passed-in target shape.// 
 +== Remarks == 
 +  * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​ 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.MultipointShape|MultipointShape]] 
 +  * Description:​This method returns the crossing points between the current shape and the passed-in target shape. 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
 +    * Description:The target shape you wish to get crossing with. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} cRo=(Double) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​factor//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ConvexHullCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RingShape|RingShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SimplifyCore(Double,​SimplificationType) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​tolerance//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​simplificationType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.SimplificationType|SimplificationType]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} UnionCore(IEnumerable<​LineBaseShape>​) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​lineBaseShapes//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.LineBaseShape|LineBaseShape]]>​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetIntersectionCore(AreaBaseShape) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.MultilineShape|MultilineShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​targetShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape|AreaBaseShape]] 
 +    * 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|}} 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|}} 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|}} 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|}} Vertices ** 
 + 
 +This property is the collection of points that make up the LineShape. 
 +== Remarks == 
 +None 
 +== Return Value == 
 +  * Type:​Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]>​ 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanRotate ** 
 + 
 +This property specifies whether the shape can be rotated. 
 +== Remarks == 
 +If this property returns false and you attempt call the rotate method, it will throw a NotImplementedException. 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{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 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.silverlightcore.lineshape.1440040134.txt.gz · Last modified: 2015/09/21 03:22 (external edit)