User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.linebaseshape

This is an old revision of the document!


Table of Contents

ThinkGeo.MapSuite.SilverlightCore.LineBaseShape

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary
Protected MethodLineBaseShape

Public Methods

Name Parameters DeclaringType Summary
Public MethodBuffer Double, Int32, BufferCapType, GeographyUnit, DistanceUnit BaseShape
Public MethodBuffer Double, Int32, GeographyUnit, DistanceUnit BaseShape
Public MethodBuffer Double, GeographyUnit, DistanceUnit BaseShape
Public MethodCloneDeep BaseShape
Public MethodContains BaseShape BaseShape
Public MethodContains Feature BaseShape
Public MethodConvexHull
Public MethodStatic MemberCreateShapeFromWellKnownData String BaseShape
Public MethodStatic MemberCreateShapeFromWellKnownData Byte[] BaseShape
Public MethodCrosses Feature BaseShape
Public MethodCrosses BaseShape BaseShape
Public MethodEquals Object Object
Public MethodGetBoundingBox BaseShape
Public MethodGetCenterPoint BaseShape
Public MethodGetClosestPointTo Feature, GeographyUnit BaseShape
Public MethodGetClosestPointTo BaseShape, GeographyUnit BaseShape
Public MethodGetCrossing BaseShape BaseShape
Public MethodGetDistanceTo Feature, GeographyUnit, DistanceUnit BaseShape
Public MethodGetDistanceTo BaseShape, GeographyUnit, DistanceUnit BaseShape
Public MethodGetFeature BaseShape
Public MethodGetFeature IDictionary<String, String> BaseShape
Public MethodGetHashCode Object
Public MethodGetIntersection Feature
Public MethodGetIntersection AreaBaseShape
Public MethodGetLength GeographyUnit, DistanceUnit
Public MethodGetShortestLineTo BaseShape, GeographyUnit BaseShape
Public MethodGetShortestLineTo Feature, GeographyUnit BaseShape
Public MethodGetType Object
Public MethodGetWellKnownBinary BaseShape
Public MethodGetWellKnownBinary WkbByteOrder BaseShape
Public MethodGetWellKnownText BaseShape
Public MethodGetWellKnownType BaseShape
Public MethodIntersects BaseShape BaseShape
Public MethodIntersects Feature BaseShape
Public MethodIsDisjointed Feature BaseShape
Public MethodIsDisjointed BaseShape BaseShape
Public MethodIsTopologicallyEqual Feature BaseShape
Public MethodIsTopologicallyEqual BaseShape BaseShape
Public MethodIsWithin Feature BaseShape
Public MethodIsWithin BaseShape BaseShape
Public MethodLoadFromWellKnownData Byte[] BaseShape
Public MethodLoadFromWellKnownData String BaseShape
Public MethodOverlaps BaseShape BaseShape
Public MethodOverlaps Feature BaseShape
Public MethodRegister PointShape, PointShape, DistanceUnit, GeographyUnit BaseShape
Public MethodRegister Feature, Feature, DistanceUnit, GeographyUnit BaseShape
Public MethodStatic MemberRotate BaseShape, PointShape, Single BaseShape
Public MethodStatic MemberRotate Feature, PointShape, Single BaseShape
Public MethodRotate PointShape, Single BaseShape
Public MethodStatic MemberScaleDown Feature, Double
Public MethodScaleDown Double
Public MethodStatic MemberScaleDown LineBaseShape, Double
Public MethodScaleTo Double BaseShape
Public MethodStatic MemberScaleTo BaseShape, Double BaseShape
Public MethodScaleUp Double
Public MethodStatic MemberScaleUp Feature, Double
Public MethodStatic MemberScaleUp LineBaseShape, Double
Public MethodSimplify Double, SimplificationType
Public MethodSimplify GeographyUnit, Double, DistanceUnit, SimplificationType
Public MethodStatic MemberSimplify LineBaseShape, Double, SimplificationType
Public MethodStatic MemberSimplify LineBaseShape, GeographyUnit, Double, DistanceUnit, SimplificationType
Public MethodToString Object
Public MethodTouches BaseShape BaseShape
Public MethodTouches Feature BaseShape
Public MethodTranslateByDegree Double, Double BaseShape
Public MethodTranslateByDegree Double, Double, GeographyUnit, DistanceUnit BaseShape
Public MethodStatic MemberTranslateByDegree Feature, Double, Double, GeographyUnit, DistanceUnit BaseShape
Public MethodStatic MemberTranslateByDegree BaseShape, Double, Double, GeographyUnit, DistanceUnit BaseShape
Public MethodTranslateByOffset Double, Double BaseShape
Public MethodStatic MemberTranslateByOffset Feature, Double, Double, GeographyUnit, DistanceUnit BaseShape
Public MethodStatic MemberTranslateByOffset BaseShape, Double, Double, GeographyUnit, DistanceUnit BaseShape
Public MethodTranslateByOffset Double, Double, GeographyUnit, DistanceUnit BaseShape
Public MethodUnion Feature
Public MethodStatic MemberUnion IEnumerable<LineBaseShape>
Public MethodUnion LineBaseShape
Public MethodStatic MemberUnion IEnumerable<Feature>
Public MethodValidate ShapeValidationMode BaseShape

Protected Methods

Public Properties

Name Return DeclaringType Summary
Public PropertyCanRotate Boolean BaseShape
Public PropertyId String BaseShape
Public PropertyTag Object BaseShape

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

LineBaseShape()

Parameters

Name Type Description

Go Back

Public Methods

Buffer(Double, Int32, BufferCapType, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
MultipolygonShape<!– ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape –>

Parameters

Name Type Description
distance Double<!– System.Double –>
quadrantSegments Int32<!– System.Int32 –>
bufferCapType BufferCapType<!– ThinkGeo.MapSuite.SilverlightCore.BufferCapType –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Buffer(Double, Int32, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
MultipolygonShape<!– ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape –>

Parameters

Name Type Description
distance Double<!– System.Double –>
quadrantSegments Int32<!– System.Int32 –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Buffer(Double, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
MultipolygonShape<!– ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape –>

Parameters

Name Type Description
distance Double<!– System.Double –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

CloneDeep()

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Contains(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Contains(Feature)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

ConvexHull()

Return Value

Return Type Description
RingShape<!– ThinkGeo.MapSuite.SilverlightCore.RingShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

CreateShapeFromWellKnownData(String)

<!– static –>

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
wellKnownText String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

CreateShapeFromWellKnownData(Byte[])

<!– static –>

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
wellKnownBinary Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.linebaseshape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Crosses(Feature)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Crosses(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetBoundingBox()

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetCenterPoint()

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetClosestPointTo(Feature, GeographyUnit)

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetClosestPointTo(BaseShape, GeographyUnit)

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetCrossing(BaseShape)

Return Value

Return Type Description
MultipointShape<!– ThinkGeo.MapSuite.SilverlightCore.MultipointShape –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetDistanceTo(Feature, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetDistanceTo(BaseShape, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetFeature()

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetFeature(IDictionary<String, String>)

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

Parameters

Name Type Description
columnValues IDictionary<String,String><!– System.Collections.Generic.IDictionary{System.String,System.String} –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetIntersection(Feature)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

GetIntersection(AreaBaseShape)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetShape AreaBaseShape<!– ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

GetLength(GeographyUnit, DistanceUnit)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
returningUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

GetShortestLineTo(BaseShape, GeographyUnit)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetShortestLineTo(Feature, GeographyUnit)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetWellKnownBinary()

Return Value

Return Type Description
Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.linebaseshape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetWellKnownBinary(WkbByteOrder)

Return Value

Return Type Description
Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.linebaseshape –>

Parameters

Name Type Description
byteOrder WkbByteOrder<!– ThinkGeo.MapSuite.SilverlightCore.WkbByteOrder –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetWellKnownText()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetWellKnownType()

Return Value

Return Type Description
WellKnownType<!– ThinkGeo.MapSuite.SilverlightCore.WellKnownType –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Intersects(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Intersects(Feature)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IsDisjointed(Feature)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IsDisjointed(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IsTopologicallyEqual(Feature)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IsTopologicallyEqual(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IsWithin(Feature)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IsWithin(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

LoadFromWellKnownData(Byte[])

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
wellKnownBinary Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.linebaseshape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

LoadFromWellKnownData(String)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
wellKnownText String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Overlaps(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Overlaps(Feature)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Register(PointShape, PointShape, DistanceUnit, GeographyUnit)

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
fromPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
toPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
fromUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>
toUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Register(Feature, Feature, DistanceUnit, GeographyUnit)

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
fromPoint Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
toPoint Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
fromUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>
toUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Rotate(BaseShape, PointShape, Single)

<!– static –>

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
sourceBaseShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
pivotPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
degreeAngle Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Rotate(Feature, PointShape, Single)

<!– static –>

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
pivotPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
degreeAngle Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Rotate(PointShape, Single)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
pivotPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
degreeAngle Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

ScaleDown(Feature, Double)

<!– static –>

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

Parameters

Name Type Description
sourceLine Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
percentage Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

ScaleDown(Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
percentage Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

ScaleDown(LineBaseShape, Double)

<!– static –>

Return Value

Return Type Description
LineBaseShape<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –>

Parameters

Name Type Description
sourceLineBaseShape LineBaseShape<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –>
percentage Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

ScaleTo(Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
scale Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

ScaleTo(BaseShape, Double)

<!– static –>

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
baseShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
scale Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

ScaleUp(Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
percentage Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

ScaleUp(Feature, Double)

<!– static –>

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

Parameters

Name Type Description
sourceLine Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
percentage Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

ScaleUp(LineBaseShape, Double)

<!– static –>

Return Value

Return Type Description
LineBaseShape<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –>

Parameters

Name Type Description
sourceShape LineBaseShape<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –>
percentage Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

Simplify(Double, SimplificationType)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
tolerance Double<!– System.Double –>
simplificationType SimplificationType<!– ThinkGeo.MapSuite.SilverlightCore.SimplificationType –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

Simplify(GeographyUnit, Double, DistanceUnit, SimplificationType)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
tolerance Double<!– System.Double –>
toleranceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>
simplificationType SimplificationType<!– ThinkGeo.MapSuite.SilverlightCore.SimplificationType –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

Simplify(LineBaseShape, Double, SimplificationType)

<!– static –>

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetShape LineBaseShape<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –>
tolerance Double<!– System.Double –>
simplificationType SimplificationType<!– ThinkGeo.MapSuite.SilverlightCore.SimplificationType –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

Simplify(LineBaseShape, GeographyUnit, Double, DistanceUnit, SimplificationType)

<!– static –>

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetShape LineBaseShape<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –>
targetShapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
tolerance Double<!– System.Double –>
toleranceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>
simplificationType SimplificationType<!– ThinkGeo.MapSuite.SilverlightCore.SimplificationType –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Touches(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Touches(Feature)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByDegree(Double, Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
distance Double<!– System.Double –>
angleInDegrees Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByDegree(Double, Double, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
distance Double<!– System.Double –>
angleInDegrees Double<!– System.Double –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByDegree(Feature, Double, Double, GeographyUnit, DistanceUnit)

<!– static –>

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
distance Double<!– System.Double –>
angleInDegrees Double<!– System.Double –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByDegree(BaseShape, Double, Double, GeographyUnit, DistanceUnit)

<!– static –>

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
distance Double<!– System.Double –>
angleInDegrees Double<!– System.Double –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByOffset(Double, Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
xOffsetDistance Double<!– System.Double –>
yOffsetDistance Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByOffset(Feature, Double, Double, GeographyUnit, DistanceUnit)

<!– static –>

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
xOffsetDistance Double<!– System.Double –>
yOffsetDistance Double<!– System.Double –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByOffset(BaseShape, Double, Double, GeographyUnit, DistanceUnit)

<!– static –>

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
xOffsetDistance Double<!– System.Double –>
yOffsetDistance Double<!– System.Double –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByOffset(Double, Double, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
xOffsetDistance Double<!– System.Double –>
yOffsetDistance Double<!– System.Double –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Union(Feature)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetFeature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

Union(IEnumerable<LineBaseShape>)

<!– static –>

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
lineBaseShapes IEnumerable<LineBaseShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.LineBaseShape} –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

Union(LineBaseShape)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetShape LineBaseShape<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

Union(IEnumerable<Feature>)

<!– static –>

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetFeatures IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

Validate(ShapeValidationMode)

Return Value

Return Type Description
ShapeValidationResult<!– ThinkGeo.MapSuite.SilverlightCore.ShapeValidationResult –>

Parameters

Name Type Description
validationMode ShapeValidationMode<!– ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Protected Methods

BufferCore(Double, Int32, BufferCapType, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
MultipolygonShape<!– ThinkGeo.MapSuite.SilverlightCore.MultipolygonShape –>

Parameters

Name Type Description
distance Double<!– System.Double –>
quadrantSegments Int32<!– System.Int32 –>
bufferCapType BufferCapType<!– ThinkGeo.MapSuite.SilverlightCore.BufferCapType –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

CloneDeepCore()

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

ContainsCore(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

ConvexHullCore()

Return Value

Return Type Description
RingShape<!– ThinkGeo.MapSuite.SilverlightCore.RingShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

CrossesCore(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetBoundingBoxCore()

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetCenterPointCore()

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetClosestPointToCore(BaseShape, GeographyUnit)

Return Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetCrossingCore(BaseShape)

Return Value

Return Type Description
MultipointShape<!– ThinkGeo.MapSuite.SilverlightCore.MultipointShape –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetDistanceToCore(BaseShape, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetIntersectionCore(AreaBaseShape)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetShape AreaBaseShape<!– ThinkGeo.MapSuite.SilverlightCore.AreaBaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

GetLengthCore(GeographyUnit, DistanceUnit)

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
returningUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

GetShortestLineToCore(BaseShape, GeographyUnit)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetWellKnownBinaryCore(WkbByteOrder)

Return Value

Return Type Description
Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.linebaseshape –>

Parameters

Name Type Description
byteOrder WkbByteOrder<!– ThinkGeo.MapSuite.SilverlightCore.WkbByteOrder –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetWellKnownTextCore()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

GetWellKnownTypeCore()

Return Value

Return Type Description
WellKnownType<!– ThinkGeo.MapSuite.SilverlightCore.WellKnownType –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IntersectsCore(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IsDisjointedCore(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IsTopologicallyEqualCore(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

IsWithinCore(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

LoadFromWellKnownDataCore(Byte[])

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
wellKnownBinary Byte[]<!– System.Bytethinkgeo.mapsuite.silverlightcore.linebaseshape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

LoadFromWellKnownDataCore(String)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
wellKnownText String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OverlapsCore(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

RegisterCore(PointShape, PointShape, DistanceUnit, GeographyUnit)

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
fromPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
toPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
fromUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>
toUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

RotateCore(PointShape, Single)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
pivotPoint PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –>
degreeAngle Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

ScaleDownCore(Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
percentage Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

ScaleToCore(Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
scale Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

ScaleUpCore(Double)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
percentage Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

SimplifyCore(Double, SimplificationType)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
tolerance Double<!– System.Double –>
simplificationType SimplificationType<!– ThinkGeo.MapSuite.SilverlightCore.SimplificationType –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

TouchesCore(BaseShape)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
targetShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByDegreeCore(Double, Double, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
distance Double<!– System.Double –>
angleInDegrees Double<!– System.Double –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

TranslateByOffsetCore(Double, Double, GeographyUnit, DistanceUnit)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
xOffsetDistance Double<!– System.Double –>
yOffsetDistance Double<!– System.Double –>
shapeUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>
distanceUnit DistanceUnit<!– ThinkGeo.MapSuite.SilverlightCore.DistanceUnit –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

UnionCore(IEnumerable<LineBaseShape>)

Return Value

Return Type Description
MultilineShape<!– ThinkGeo.MapSuite.SilverlightCore.MultilineShape –>

Parameters

Name Type Description
lineBaseShapes IEnumerable<LineBaseShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.LineBaseShape} –>

<!– ThinkGeo.MapSuite.SilverlightCore.LineBaseShape –> Go Back

ValidateCore(ShapeValidationMode)

Return Value

Return Type Description
ShapeValidationResult<!– ThinkGeo.MapSuite.SilverlightCore.ShapeValidationResult –>

Parameters

Name Type Description
validationMode ShapeValidationMode<!– ThinkGeo.MapSuite.SilverlightCore.ShapeValidationMode –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Public Properties

CanRotate

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Id

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Tag

Return Value

Return Type
Object<!– System.Object –>

<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.linebaseshape.1440040134.txt.gz · Last modified: 2015/09/21 03:22 (external edit)