ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This class represents a rectangle, which is defined as an upper left point and a lower right point.
RectangleShape(Double,Double,Double,Double)
GetIntersection(RectangleShape)
ExpandToInclude(IEnumerable<BaseShape>)
ExpandToInclude(IEnumerable<Feature>)
GetPerimeter(GeographyUnit,DistanceUnit)
GetArea(GeographyUnit,AreaUnit)
Simplify(GeographyUnit,Double,DistanceUnit,SimplificationType)
Simplify(Double,SimplificationType)
TranslateByOffset(Double,Double)
TranslateByDegree(Double,Double,GeographyUnit,DistanceUnit)
TranslateByDegree(Double,Double)
GetShortestLineTo(BaseShape,GeographyUnit)
GetShortestLineTo(Feature,GeographyUnit)
GetClosestPointTo(BaseShape,GeographyUnit)
GetClosestPointTo(Feature,GeographyUnit)
Buffer(Double,Int32,GeographyUnit,DistanceUnit)
Buffer(Double,Int32,BufferCapType,GeographyUnit,DistanceUnit)
GetDistanceTo(BaseShape,GeographyUnit,DistanceUnit)
GetDistanceTo(Feature,GeographyUnit,DistanceUnit)
Register(PointShape,PointShape,DistanceUnit,GeographyUnit)
Register(Feature,Feature,DistanceUnit,GeographyUnit)
ExpandToIncludeCore(BaseShape)
GetPerimeterCore(GeographyUnit,DistanceUnit)
GetAreaCore(GeographyUnit,AreaUnit)
RegisterCore(PointShape,PointShape,DistanceUnit,GeographyUnit)
TranslateByOffsetCore(Double,Double,GeographyUnit,DistanceUnit)
TranslateByDegreeCore(Double,Double,GeographyUnit,DistanceUnit)
GetClosestPointToCore(BaseShape,GeographyUnit)
GetDistanceToCore(BaseShape,GeographyUnit,DistanceUnit)
GetWellKnownBinaryCore(WkbByteOrder)
LoadFromWellKnownDataCore(String)
LoadFromWellKnownDataCore(Byte[])
ValidateCore(ShapeValidationMode)
GetShortestLineToCore(BaseShape,GeographyUnit)
BufferCore(Double,Int32,BufferCapType,GeographyUnit,DistanceUnit)
This property returns or sets the PointShape that represents the upper left point of the RectangleShape.
None
This property returns the PointShape that represents the upper right point of the RectangleShape.
None
This property returns or sets the PointShape that represents the lower right point of the RectangleShape.
None
This property returns the PointShape that represents the lower left point of the RectangleShape.
None
This property returns the height of the RectangleShape in the unit of the shape.
None
None
N/A
N/A
N/A