This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.ellipseshape [2015/09/17 10:28] admin |
thinkgeo.mapsuite.core.ellipseshape [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.EllipseShape ====== | ====== ThinkGeo.MapSuite.Core.EllipseShape ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class represents an ellipse that is defined with a center point, a height and a width. | This class represents an ellipse that is defined with a center point, a height and a width. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 7: | Line 10: | ||
***ThinkGeo.MapSuite.Core.EllipseShape** | ***ThinkGeo.MapSuite.Core.EllipseShape** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} EllipseShape() ** |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape()|EllipseShape]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This constructor creates the EllipseShape. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(PointShape,Double)|EllipseShape]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double | + | * //None// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This constructor creates the EllipseShape. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(PointShape,Double) ** |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(Feature,Double)|EllipseShape]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],Double | + | * //Using this overload will create a circle.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This constructor creates the EllipseShape. | + | * //center// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:This parameter is the center PointShape for the EllipseShape. | ||
- | <div class_table> | + | * //radius// |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(PointShape,Double,Double)|EllipseShape]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double,Double | + | * Description:This parameter allows you to set the radius of the EllipseShape. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This constructor creates the EllipseShape. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(Feature,Double,Double)|EllipseShape]]** | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(Feature,Double) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],Double,Double | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This constructor creates the EllipseShape. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(String)|EllipseShape]]** | + | == Remarks == |
- | * **Parameters**:String | + | * //Using this overload will create a circle.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This constructor creates the EllipseShape. | + | * //centerPointFeature// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter is the center PointFeature for the EllipseShape. | ||
- | <div class_table> | + | * //radius// |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(Byte[])|EllipseShape]]** | + | * Type:Double |
- | * **Parameters**:Byte[] | + | * Description:This parameter allows you to set the radius of the EllipseShape. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This constructor creates the EllipseShape. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(PointShape,Double,GeographyUnit,DistanceUnit)|EllipseShape]]** | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(PointShape,Double,Double) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This constructor creates the EllipseShape. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(Feature,Double,GeographyUnit,DistanceUnit)|EllipseShape]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //None// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This constructor creates the EllipseShape. | + | * //center// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:This parameter is the center PointShape for the EllipseShape. | ||
- | <div class_table> | + | * //horizontalRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(PointShape,Double,Double,GeographyUnit,DistanceUnit)|EllipseShape]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Double,Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:This parameter allows you to set the horizontal radius of the EllipseShape in the unit of the shape. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This constructor creates the EllipseShape. | + | |
- | </div> | + | |
- | <div class_table> | + | * //verticalRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#EllipseShape(Feature,Double,Double,GeographyUnit,DistanceUnit)|EllipseShape]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],Double,Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:This parameter allows you to set the vertical radius of the EllipseShape in the unit of the shape. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This constructor creates the EllipseShape. | + | |
- | </div> | + | |
- | === Protected Constructors === | + | <div newline></div> |
- | === Public Methods === | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(Feature,Double,Double) ** |
- | <div class_table> | + | |
- | **{{wiki:PublicMethod.gif|}}[[#Buffer(Double,Int32,BufferCapType,GeographyUnit,DistanceUnit)|Buffer]]** | + | |
- | * **Parameters**:Double,Int32,[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#Buffer(Double,GeographyUnit,DistanceUnit)|Buffer]]** | + | == Remarks == |
- | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //None// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //centerPointFeature// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter is the center PointFeature for the EllipseShape. | ||
- | <div class_table> | + | * //horizontalRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#Buffer(Double,Int32,GeographyUnit,DistanceUnit)|Buffer]]** | + | * Type:Double |
- | * **Parameters**:Double,Int32,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:This parameter allows you to set the horizontal radius of the EllipseShape in the unit of the shape. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //verticalRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | * Type:Double |
- | * **Parameters**:N/A | + | * Description:This parameter allows you to set the vertical radius of the EllipseShape in the unit of the shape. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#Contains(Feature)|Contains]]** | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(String) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#Contains(BaseShape)|Contains]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //None// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //wellKnownText// |
- | </div> | + | * Type:String |
+ | * Description:This parameter is the well-known text used to create the shape. | ||
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#Crosses(Feature)|Crosses]]** | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(Byte[]) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#Crosses(BaseShape)|Crosses]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //None// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //wellKnownBinary// |
- | </div> | + | * Type:Byte[] |
+ | * Description:This parameter is the well-known binary used to create the shape. | ||
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(PointShape,Double,GeographyUnit,DistanceUnit) ** |
- | * **Parameters**:Object | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetAccurateArea(Int32,AreaUnit,DistanceCalculationMode)|GetAccurateArea]]** | + | == Remarks == |
- | * **Parameters**:Int32,[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | * //This overload will create a circle.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //center// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:This parameter is the center PointShape for the EllipseShape. | ||
- | <div class_table> | + | * //radius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetAccurateArea(String,AreaUnit,DistanceCalculationMode)|GetAccurateArea]]** | + | * Type:Double |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | * Description:This parameter allows you to set the radius of the EllipseShape in the unit specified by the unitOfRadius parameter. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //shapeUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#GetAccuratePerimeter(Int32,DistanceUnit,DistanceCalculationMode)|GetAccuratePerimeter]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Parameters**:Int32,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | * Description:This is the GeographyUnit of the shape you are performing the operation on. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //unitOfRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetAccuratePerimeter(String,DistanceUnit,DistanceCalculationMode)|GetAccuratePerimeter]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | * Description:This is the DistanceUnit you would like to use for the radius value. For example, if you select miles as your unitOfRadius, then it will use miles. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetArea(GeographyUnit,AreaUnit)|GetArea]]** | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(Feature,Double,GeographyUnit,DistanceUnit) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBox()|GetBoundingBox]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //This overload will create a circle.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //centerPointFeature// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter is the center Point Feature for the EllipseShape. | ||
- | <div class_table> | + | * //radius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetCenterPoint()|GetCenterPoint]]** | + | * Type:Double |
- | * **Parameters**:N/A | + | * Description:This parameter allows you to set the radius of the EllipseShape in the unit specified by the unitOfRadius parameter. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //shapeUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#GetClosestPointTo(Feature,GeographyUnit)|GetClosestPointTo]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Description:This is the GeographyUnit of the shape you are performing the operation on. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //unitOfRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetClosestPointTo(BaseShape,GeographyUnit)|GetClosestPointTo]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Description:This is the DistanceUnit you would like to use for the radius value. For example, if you select miles as your unitOfRadius, then it will use miles. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetConvexHull()|GetConvexHull]]** | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(PointShape,Double,Double,GeographyUnit,DistanceUnit) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetCrossing(BaseShape)|GetCrossing]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //None// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //center// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:This parameter is the center PointShape for the EllipseShape. | ||
- | <div class_table> | + | * //horizontalRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetDifference(AreaBaseShape)|GetDifference]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:This parameter allows you to set the horizontal radius of the EllipseShape in the unit specified by the unitOfRadius parameter. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //verticalRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetDifference(Feature)|GetDifference]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:This parameter allows you to set the vertical radius of the EllipseShape in the unit specified by the unitOfRadius parameter. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //shapeUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#GetDistanceTo(Feature,GeographyUnit,DistanceUnit)|GetDistanceTo]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:This is the GeographyUnit of the shape you are performing the operation on. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //unitOfRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetDistanceTo(BaseShape,GeographyUnit,DistanceUnit)|GetDistanceTo]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:This is the DistanceUnit you would like to use for the radius value. For example, if you select miles as your unitOfRadius, then it will use miles. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeature()|GetFeature]]** | + | ** {{wiki:PublicMethod.gif|}} EllipseShape(Feature,Double,Double,GeographyUnit,DistanceUnit) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This constructor creates the EllipseShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeature(IDictionary<String,String>)|GetFeature]]** | + | == Remarks == |
- | * **Parameters**:IDictionary<String,String> | + | * //None// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //centerPointFeature// |
- | </div> | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter is the center Point Feature for the EllipseShape. | ||
- | <div class_table> | + | * //horizontalRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetGeoJson()|GetGeoJson]]** | + | * Type:Double |
- | * **Parameters**:N/A | + | * Description:This parameter allows you to set the horizontal radius of the EllipseShape in the unit specified by the unitOfRadius parameter. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //verticalRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | * Type:Double |
- | * **Parameters**:N/A | + | * Description:This parameter allows you to set the vertical radius of the EllipseShape in the unit specified by the unitOfRadius parameter. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //shapeUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#GetHeightByUnit(GeographyUnit,DistanceUnit)|GetHeightByUnit]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:This is the GeographyUnit of the shape you are performing the operation on. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the height of the EllipseShape in the unit specified in the returningUnit parameter. | + | |
- | </div> | + | |
- | <div class_table> | + | * //unitOfRadius// |
- | **{{wiki:PublicMethod.gif|}}[[#GetIntersection(AreaBaseShape)|GetIntersection]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:This is the DistanceUnit you would like to use for the radius value. For example, if you select miles as your unitOfRadius, then it will use miles. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetIntersection(Feature)|GetIntersection]]** | + | ==== Protected Constructors ==== |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | ==== Public Methods ==== |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | ** {{wiki:PublicMethod.gif|}} SetWidthByUnit(Double,GeographyUnit,DistanceUnit) ** |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method allows you to set the width of the EllipseShape in the unit specified in the unitOfWidth parameter.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetPerimeter(GeographyUnit,DistanceUnit)|GetPerimeter]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //None// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetShortestLineTo(Feature,GeographyUnit)|GetShortestLineTo]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetShortestLineTo(BaseShape,GeographyUnit)|GetShortestLineTo]]** | + | * //newWidth// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Double |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:This parameter is the newWidth of the ellipse shape. |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //shapeUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#GetSymmetricalDifference(Feature)|GetSymmetricalDifference]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:This parameter is the unit of the current shape. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //unitOfWidth// |
- | **{{wiki:PublicMethod.gif|}}[[#GetSymmetricalDifference(AreaBaseShape)|GetSymmetricalDifference]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:This is the unit you would like to use as the setting value. For example, if you select miles as your unitOfWidth, then the distance will be set in miles. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetTangents(EllipseShape)|GetTangents]]** | + | ** {{wiki:PublicMethod.gif|}} GetWidthByUnit(GeographyUnit,DistanceUnit) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.EllipseShape|EllipseShape]] | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the tangent points of the current ellipse in relation to the target ellipse you specify. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the width of the EllipseShape in the unit specified in the returningUnit parameter.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //None// |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetWellKnownBinary(WkbByteOrder)|GetWellKnownBinary]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] | + | * Description:This method returns the width of the EllipseShape in the unit specified in the returningUnit parameter. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetWellKnownBinary(RingOrder,WkbByteOrder)|GetWellKnownBinary]]** | + | * //shapeUnit// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:This parameter is the unit of the current shape. |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#GetWellKnownBinary(RingOrder)|GetWellKnownBinary]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | * Description:This is the unit you would like to use for the return value. For example, if you select miles as your returningUnit, then the distance will be returned in miles. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetWellKnownBinary()|GetWellKnownBinary]]** | + | ** {{wiki:PublicMethod.gif|}} SetHeightByUnit(Double,GeographyUnit,DistanceUnit) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method allows you to set the height of the EllipseShape in the unit specified in the unitOfWidth.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetWellKnownText(RingOrder)|GetWellKnownText]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | * //None// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetWellKnownText()|GetWellKnownText]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetWellKnownType()|GetWellKnownType]]** | + | * //newHeight// |
- | * **Parameters**:N/A | + | * Type:Double |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:This parameter is the newHeight of the ellipse shape. |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //shapeUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#GetWidthByUnit(GeographyUnit,DistanceUnit)|GetWidthByUnit]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:This parameter is the unit of the current shape. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the width of the EllipseShape in the unit specified in the returningUnit parameter. | + | |
- | </div> | + | |
- | <div class_table> | + | * //unitOfHeight// |
- | **{{wiki:PublicMethod.gif|}}[[#Intersects(Feature)|Intersects]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:This is the unit you would like to use for the setting value. For example, if you select miles as your unitOfHeight, then the distance will be set in miles. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#Intersects(BaseShape)|Intersects]]** | + | ** {{wiki:PublicMethod.gif|}} GetHeightByUnit(GeographyUnit,DistanceUnit) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the height of the EllipseShape in the unit specified in the returningUnit parameter.// |
- | **{{wiki:PublicMethod.gif|}}[[#IsDisjointed(Feature)|IsDisjointed]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * //None// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#IsDisjointed(BaseShape)|IsDisjointed]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:This method returns the height of the EllipseShape in the unit specified in the returningUnit parameter. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#IsTopologicallyEqual(Feature)|IsTopologicallyEqual]]** | + | * //shapeUnit// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:This parameter is the unit of the current shape. |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#IsTopologicallyEqual(BaseShape)|IsTopologicallyEqual]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:This is the unit you would like to use for the return value. For example, if you select miles as your returningUnit, then the distance will be returned in miles. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#IsWithin(Feature)|IsWithin]]** | + | ** {{wiki:PublicMethod.gif|}} ToPolygon() ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the current shape as a PolygonShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#IsWithin(BaseShape)|IsWithin]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //This method is mainly used to convert this non GIS standard shape to a GIS standard shape.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#LoadFromWellKnownData(String)|LoadFromWellKnownData]]** | + | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] |
- | * **Parameters**:String | + | * Description:This method returns the current shape as a PolygonShape. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#LoadFromWellKnownData(Byte[])|LoadFromWellKnownData]]** | + | <div newline></div> |
- | * **Parameters**:Byte[] | + | ** {{wiki:PublicMethod.gif|}} ToPolygon(Int32) ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the current shape as a PolygonShape.// |
- | **{{wiki:PublicMethod.gif|}}[[#Overlaps(BaseShape)|Overlaps]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //This method is mainly used to convert a GIS non-standard shape to a GIS standard shape.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#Overlaps(Feature)|Overlaps]]** | + | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:This method returns the current shape as a PolygonShape. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#Register(Feature,Feature,DistanceUnit,GeographyUnit)|Register]]** | + | * //vertexCountInQuarter// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Int32 |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:This parameter specifies how many points will make up each quarter of the ellipse. |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#Register(PointShape,PointShape,DistanceUnit,GeographyUnit)|Register]]** | + | ** {{wiki:PublicMethod.gif|}} GetTangents(EllipseShape) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the tangent points of the current ellipse in relation to the target ellipse you specify.// |
- | **{{wiki:PublicMethod.gif|}}[[#Rotate(PointShape,Single)|Rotate]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Single | + | * //This operation is useful for finding the corridor between two ellipses. It would be handy in a buffering type of scenario.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#ScaleDown(Double)|ScaleDown]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]> |
- | * **Parameters**:Double | + | * Description:This method returns the tangent points of the current ellipse in relation to the target ellipse you specify. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#ScaleTo(Double)|ScaleTo]]** | + | * //targetEllipse// |
- | * **Parameters**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.EllipseShape|EllipseShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:This parameter represents the other ellipse you wish to find the tangent points to. |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#ScaleUp(Double)|ScaleUp]]** | + | ** {{wiki:PublicMethod.gif|}} GetAccuratePerimeter(Int32,DistanceUnit,DistanceCalculationMode) ** |
- | * **Parameters**:Double | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#SetHeightByUnit(Double,GeographyUnit,DistanceUnit)|SetHeightByUnit]]** | + | == Remarks == |
- | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method allows you to set the height of the EllipseShape in the unit specified in the unitOfWidth. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#SetWidthByUnit(Double,GeographyUnit,DistanceUnit)|SetWidthByUnit]]** | + | * Type:Double |
- | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method allows you to set the width of the EllipseShape in the unit specified in the unitOfWidth parameter. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#Simplify(Double,SimplificationType)|Simplify]]** | + | * //shapeSrid// |
- | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] | + | * Type:Int32 |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#Simplify(GeographyUnit,Double,DistanceUnit,SimplificationType)|Simplify]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],Double,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //distanceCalculationMode// |
- | **{{wiki:PublicMethod.gif|}}[[#ToPolygon(Int32)|ToPolygon]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] |
- | * **Parameters**:Int32 | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the current shape as a PolygonShape. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#ToPolygon()|ToPolygon]]** | + | ** {{wiki:PublicMethod.gif|}} GetAccuratePerimeter(String,DistanceUnit,DistanceCalculationMode) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the current shape as a PolygonShape. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#Touches(BaseShape)|Touches]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#Touches(Feature)|Touches]]** | + | * //shapeProj4ProjectionParameters// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:String |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#TranslateByDegree(Double,Double)|TranslateByDegree]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:Double,Double | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //distanceCalculationMode// |
- | **{{wiki:PublicMethod.gif|}}[[#TranslateByDegree(Double,Double,GeographyUnit,DistanceUnit)|TranslateByDegree]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] |
- | * **Parameters**:Double,Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#TranslateByOffset(Double,Double,GeographyUnit,DistanceUnit)|TranslateByOffset]]** | + | ** {{wiki:PublicMethod.gif|}} GetPerimeter(GeographyUnit,DistanceUnit) ** |
- | * **Parameters**:Double,Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#TranslateByOffset(Double,Double)|TranslateByOffset]]** | + | == Remarks == |
- | * **Parameters**:Double,Double | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#Union(Feature)|Union]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#Union(AreaBaseShape)|Union]]** | + | * //shapeUnit// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningUnit// |
- | **{{wiki:PublicMethod.gif|}}[[#Validate(ShapeValidationMode)|Validate]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | <div newline></div> |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} GetAccurateArea(Int32,AreaUnit,DistanceCalculationMode) ** |
- | **{{wiki:ProtectedMethod.gif|}}[[#BufferCore(Double,Int32,BufferCapType,GeographyUnit,DistanceUnit)|BufferCore]]** | + | |
- | * **Parameters**:Double,Int32,[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns a complete copy of the shape without any references in common. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ContainsCore(BaseShape)|ContainsCore]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns whether the targetShape lies within the interior of the current shape. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#CrossesCore(BaseShape)|CrossesCore]]** | + | * //shapeSrid// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:Int32 |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningUnit// |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | * Type:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //distanceCalculationMode// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetAccurateAreaCore(String,AreaUnit,DistanceCalculationMode)|GetAccurateAreaCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]],[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetAccuratePerimeterCore(String,DistanceUnit,DistanceCalculationMode)|GetAccuratePerimeterCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetAccurateArea(String,AreaUnit,DistanceCalculationMode) ** |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetAreaCore(GeographyUnit,AreaUnit)|GetAreaCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the area of the shape, which is defined as the size of the region enclosed by the figure. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]]** | + | * Type:Double |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method calculates the smallest RectangleShape that encompasses the entire geometry. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetCenterPointCore()|GetCenterPointCore]]** | + | * //shapeProj4ProjectionParameters// |
- | * **Parameters**:N/A | + | * Type:String |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningUnit// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetClosestPointToCore(BaseShape,GeographyUnit)|GetClosestPointToCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the point of the current shape that is closest to the target shape. | + | |
- | </div> | + | |
- | <div class_table> | + | * //distanceCalculationMode// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetConvexHullCore()|GetConvexHullCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetCrossingCore(BaseShape)|GetCrossingCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetArea(GeographyUnit,AreaUnit) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the crossing points of the current shape and the passed-in target shape. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetDifferenceCore(AreaBaseShape)|GetDifferenceCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetDistanceToCore(BaseShape,GeographyUnit,DistanceUnit)|GetDistanceToCore]]** | + | * Type:Double |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method computes the distance between the current shape and the targetShape. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetGeoJsonCore()|GetGeoJsonCore]]** | + | * //shapeUnit// |
- | * **Parameters**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //returningUnit// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetIntersectionCore(AreaBaseShape)|GetIntersectionCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetPerimeterCore(GeographyUnit,DistanceUnit)|GetPerimeterCore]]** | + | ** {{wiki:PublicMethod.gif|}} ScaleUp(Double) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the perimeter of the shape, which is defined as the sum of the lengths of all its sides. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetShortestLineToCore(BaseShape,GeographyUnit)|GetShortestLineToCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetSymmetricalDifferenceCore(AreaBaseShape)|GetSymmetricalDifferenceCore]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetWellKnownBinaryCore(WkbByteOrder,Int32)|GetWellKnownBinaryCore]]** | + | * //percentage// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]],Int32 | + | * Type:Double |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method returns a byte array that represents the shape in well-known binary. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetWellKnownBinaryCore(RingOrder,WkbByteOrder)|GetWellKnownBinaryCore]]** | + | ** {{wiki:PublicMethod.gif|}} ScaleDown(Double) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns a byte array that represents the shape in well-known binary. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetWellKnownBinaryCore(RingOrder,WkbByteOrder,Int32)|GetWellKnownBinaryCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]],Int32 | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetWellKnownTextCore(RingOrder,Int32)|GetWellKnownTextCore]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]],Int32 | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetWellKnownTextCore(RingOrder)|GetWellKnownTextCore]]** | + | * //percentage// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | * Type:Double |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method returns the well-known text representation of this shape. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetWellKnownTextCore(Int32)|GetWellKnownTextCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetConvexHull() ** |
- | * **Parameters**:Int32 | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the well-known text representation of this shape. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetWellKnownTypeCore()|GetWellKnownTypeCore]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the well-known type for the shape. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#IntersectsCore(BaseShape)|IntersectsCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns whether the current shape and the targetShape have at least one point in common. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#IsDisjointedCore(BaseShape)|IsDisjointedCore]]** | + | <div newline></div> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | ** {{wiki:PublicMethod.gif|}} GetIntersection(AreaBaseShape) ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#IsTopologicallyEqualCore(BaseShape)|IsTopologicallyEqualCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#IsWithinCore(BaseShape)|IsWithinCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#LoadFromWellKnownDataCore(Byte[])|LoadFromWellKnownDataCore]]** | + | * //targetShape// |
- | * **Parameters**:Byte[] | + | * Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method hydrates the current shape with its data from well-known binary. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#LoadFromWellKnownDataCore(String)|LoadFromWellKnownDataCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetIntersection(Feature) ** |
- | * **Parameters**:String | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method hydrates the current shape with its data from well-known text. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OverlapsCore(BaseShape)|OverlapsCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#REM=(PointShape)|REM=]]** | + | * //targetFeature// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#RegisterCore(PointShape,PointShape,DistanceUnit,GeographyUnit)|RegisterCore]]** | + | ** {{wiki:PublicMethod.gif|}} Union(AreaBaseShape) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]],[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#RotateCore(PointShape,Single)|RotateCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],Single | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method rotates the shape a number of degrees based on a pivot point. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ScaleDownCore(Double)|ScaleDownCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Parameters**:Double | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method decreases the size of the area shape by the percentage given in the percentage parameter. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ScaleToCore(Double)|ScaleToCore]]** | + | * //targetShape// |
- | * **Parameters**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#ScaleUpCore(Double)|ScaleUpCore]]** | + | ** {{wiki:PublicMethod.gif|}} Union(Feature) ** |
- | * **Parameters**:Double | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method increases the size of the area shape by the percentage given in the percentage parameter. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#SimplifyCore(Double,SimplificationType)|SimplifyCore]]** | + | == Remarks == |
- | * **Parameters**:Double,[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#TouchesCore(BaseShape)|TouchesCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#TranslateByDegreeCore(Double,Double,GeographyUnit,DistanceUnit)|TranslateByDegreeCore]]** | + | * //targetFeature// |
- | * **Parameters**:Double,Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method moves the base shape from one location to another based on a direction in degrees and distance. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#TranslateByOffsetCore(Double,Double,GeographyUnit,DistanceUnit)|TranslateByOffsetCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetDifference(AreaBaseShape) ** |
- | * **Parameters**:Double,Double,[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method moves the base shape from one location to another based on an X and Y offset distance. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#UnionCore(AreaBaseShape)|UnionCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ValidateCore(ShapeValidationMode)|ValidateCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns a ShapeValidationResult based on a series of tests. | + | |
- | </div> | + | |
- | === Public Properties === | + | == Parameters == |
- | **{{wiki:PublicProperty.gif|}}[[#CanRotate|CanRotate]]** | + | * //targetShape// |
- | * **Return**:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] |
- | * **Summary**:This property specifies whether the shape can be rotated. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Center|Center]]** | + | <div newline></div> |
- | * **Return**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | ** {{wiki:PublicMethod.gif|}} GetDifference(Feature) ** |
- | * **Summary**:This property allows you to get or set the center PointShape of the EllipseShape. | + | |
- | **{{wiki:PublicProperty.gif|}}[[#Height|Height]]** | + | * //N/A// |
- | * **Return**:Double | + | == Remarks == |
- | * **Summary**:This property returns the height of the EllipseShape in the unit of the shape. | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#Id|Id]]** | + | == Return Value == |
- | * **Return**:String | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Tag|Tag]]** | + | == Parameters == |
- | * **Return**:Object | + | * //targetFeature// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#Width|Width]]** | + | <div newline></div> |
- | * **Return**:Double | + | ** {{wiki:PublicMethod.gif|}} GetSymmetricalDifference(AreaBaseShape) ** |
- | * **Summary**:This property returns the width of the EllipseShape in the unit of the shape. | + | |
- | === Protected Properties === | + | * //N/A// |
- | === Public Events === | + | == Remarks == |
- | ===== Public Constructors ===== | + | * //N/A// |
- | === EllipseShape() === | + | |
- | This constructor creates the EllipseShape. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === EllipseShape(PointShape,Double) === | + | |
- | This constructor creates the EllipseShape. | + | |
- | ==== Remarks ==== | + | |
- | Using this overload will create a circle. | + | |
- | ==== Parameters ==== | + | |
- | **center** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | |
- | * **Description:This parameter is the center PointShape for the EllipseShape. | + | |
- | **radius** | + | == Return Value == |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Description:This parameter allows you to set the radius of the EllipseShape. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | === EllipseShape(Feature,Double) === | + | * //targetShape// |
- | This constructor creates the EllipseShape. | + | * Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | Using this overload will create a circle. | + | |
- | ==== Parameters ==== | + | |
- | **centerPointFeature** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description:This parameter is the center PointFeature for the EllipseShape. | + | |
- | **radius** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:PublicMethod.gif|}} GetSymmetricalDifference(Feature) ** |
- | * **Description:This parameter allows you to set the radius of the EllipseShape. | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | === EllipseShape(PointShape,Double,Double) === | + | == Remarks == |
- | This constructor creates the EllipseShape. | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **center** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | |
- | * **Description:This parameter is the center PointShape for the EllipseShape. | + | |
- | **horizontalRadius** | + | == Return Value == |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Description:This parameter allows you to set the horizontal radius of the EllipseShape in the unit of the shape. | + | * Description:N/A |
- | **verticalRadius** | + | == Parameters == |
- | * **Type**:Double | + | * //targetFeature// |
- | * **Description:This parameter allows you to set the vertical radius of the EllipseShape in the unit of the shape. | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | === EllipseShape(Feature,Double,Double) === | + | ** {{wiki:PublicMethod.gif|}} Simplify(GeographyUnit,Double,DistanceUnit,SimplificationType) ** |
- | This constructor creates the EllipseShape. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **centerPointFeature** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description:This parameter is the center PointFeature for the EllipseShape. | + | |
- | **horizontalRadius** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description:This parameter allows you to set the horizontal radius of the EllipseShape in the unit of the shape. | + | * //N/A// |
- | **verticalRadius** | + | == Return Value == |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Description:This parameter allows you to set the vertical radius of the EllipseShape in the unit of the shape. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | === EllipseShape(String) === | + | * //shapeUnit// |
- | This constructor creates the EllipseShape. | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **wellKnownText** | + | |
- | * **Type**:String | + | |
- | * **Description:This parameter is the well-known text used to create the shape. | + | |
- | [[#Public Constructors|Go Back]] | + | * //tolerance// |
- | === EllipseShape(Byte[]) === | + | * Type:Double |
- | This constructor creates the EllipseShape. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **wellKnownBinary** | + | |
- | * **Type**:Byte[] | + | |
- | * **Description:This parameter is the well-known binary used to create the shape. | + | |
- | [[#Public Constructors|Go Back]] | + | * //toleranceUnit// |
- | === EllipseShape(PointShape,Double,GeographyUnit,DistanceUnit) === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | This constructor creates the EllipseShape. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This overload will create a circle. | + | |
- | ==== Parameters ==== | + | |
- | **center** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | |
- | * **Description:This parameter is the center PointShape for the EllipseShape. | + | |
- | **radius** | + | * //simplificationType// |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] |
- | * **Description:This parameter allows you to set the radius of the EllipseShape in the unit specified by the unitOfRadius parameter. | + | * Description:N/A |
- | **shapeUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:PublicMethod.gif|}} Simplify(Double,SimplificationType) ** |
- | * **Description:This is the GeographyUnit of the shape you are performing the operation on. | + | |
- | **unitOfRadius** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description:This is the DistanceUnit you would like to use for the radius value. For example, if you select miles as your unitOfRadius, then it will use miles. | + | * //N/A// |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | === EllipseShape(Feature,Double,GeographyUnit,DistanceUnit) === | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | This constructor creates the EllipseShape. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This overload will create a circle. | + | |
- | ==== Parameters ==== | + | |
- | **centerPointFeature** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description:This parameter is the center Point Feature for the EllipseShape. | + | |
- | **radius** | + | == Parameters == |
- | * **Type**:Double | + | * //tolerance// |
- | * **Description:This parameter allows you to set the radius of the EllipseShape in the unit specified by the unitOfRadius parameter. | + | * Type:Double |
+ | * Description:N/A | ||
- | **shapeUnit** | + | * //simplificationType// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] |
- | * **Description:This is the GeographyUnit of the shape you are performing the operation on. | + | * Description:N/A |
- | **unitOfRadius** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | ** {{wiki:PublicMethod.gif|}} LoadFromWellKnownData(String) ** |
- | * **Description:This is the DistanceUnit you would like to use for the radius value. For example, if you select miles as your unitOfRadius, then it will use miles. | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | === EllipseShape(PointShape,Double,Double,GeographyUnit,DistanceUnit) === | + | == Remarks == |
- | This constructor creates the EllipseShape. | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **center** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | |
- | * **Description:This parameter is the center PointShape for the EllipseShape. | + | |
- | **horizontalRadius** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Void |
- | * **Description:This parameter allows you to set the horizontal radius of the EllipseShape in the unit specified by the unitOfRadius parameter. | + | * Description:N/A |
- | **verticalRadius** | + | == Parameters == |
- | * **Type**:Double | + | * //wellKnownText// |
- | * **Description:This parameter allows you to set the vertical radius of the EllipseShape in the unit specified by the unitOfRadius parameter. | + | * Type:String |
+ | * Description:N/A | ||
- | **shapeUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:PublicMethod.gif|}} GetWellKnownText() ** |
- | * **Description:This is the GeographyUnit of the shape you are performing the operation on. | + | |
- | **unitOfRadius** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description:This is the DistanceUnit you would like to use for the radius value. For example, if you select miles as your unitOfRadius, then it will use miles. | + | * //N/A// |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | === EllipseShape(Feature,Double,Double,GeographyUnit,DistanceUnit) === | + | * Type:String |
- | This constructor creates the EllipseShape. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **centerPointFeature** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description:This parameter is the center Point Feature for the EllipseShape. | + | |
- | **horizontalRadius** | + | == Parameters == |
- | * **Type**:Double | + | <div newline></div> |
- | * **Description:This parameter allows you to set the horizontal radius of the EllipseShape in the unit specified by the unitOfRadius parameter. | + | ** {{wiki:PublicMethod.gif|}} GetGeoJson() ** |
- | **verticalRadius** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description:This parameter allows you to set the vertical radius of the EllipseShape in the unit specified by the unitOfRadius parameter. | + | * //N/A// |
- | **shapeUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:String |
- | * **Description:This is the GeographyUnit of the shape you are performing the operation on. | + | * Description:N/A |
- | **unitOfRadius** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | <div newline></div> |
- | * **Description:This is the DistanceUnit you would like to use for the radius value. For example, if you select miles as your unitOfRadius, then it will use miles. | + | ** {{wiki:PublicMethod.gif|}} GetWellKnownText(RingOrder) ** |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //N/A// |
- | === Buffer(Double,Int32,BufferCapType,GeographyUnit,DistanceUnit) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **distance** | + | * //outerRingOrder// |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **quadrantSegments** | + | <div newline></div> |
- | * **Type**:Int32 | + | ** {{wiki:PublicMethod.gif|}} LoadFromWellKnownData(Byte[]) ** |
- | * **Description**:N/A | + | |
- | **bufferCapType** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **shapeUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | **distanceUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //wellKnownBinary// |
- | * **Description**:N/A | + | * Type:Byte[] |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === Buffer(Double,GeographyUnit,DistanceUnit) === | + | ** {{wiki:PublicMethod.gif|}} GetWellKnownBinary() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **distance** | + | * Type:Byte[] |
- | * **Type**:Double | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **shapeUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(WkbByteOrder) ** |
- | **distanceUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === Buffer(Double,Int32,GeographyUnit,DistanceUnit) === | + | * Type:Byte[] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | * //byteOrder// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **distance** | + | ** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(RingOrder) ** |
- | * **Type**:Double | + | |
- | * **Description**:N/A | + | |
- | **quadrantSegments** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **shapeUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Byte[] |
- | * **Description**:N/A | + | * Description:N/A |
- | **distanceUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //outerRingOrder// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === CloneDeep() === | + | ** {{wiki:PublicMethod.gif|}} GetWellKnownBinary(RingOrder,WkbByteOrder) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Byte[] |
- | === Contains(Feature) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Boolean | + | * //outerRingOrder// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //byteOrder// |
- | **targetFeature** | + | * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === Contains(BaseShape) === | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetShape** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === Crosses(Feature) === | + | <div newline></div> |
- | N/A | + | ** {{wiki:PublicMethod.gif|}} GetWellKnownType() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetFeature** | + | * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === Crosses(BaseShape) === | + | <div newline></div> |
- | N/A | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetShape** | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === Equals(Object) === | + | <div newline></div> |
- | N/A | + | ** {{wiki:PublicMethod.gif|}} TranslateByOffset(Double,Double,GeographyUnit,DistanceUnit) ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **obj** | + | * Type:Void |
- | * **Type**:Object | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetAccurateArea(Int32,AreaUnit,DistanceCalculationMode) === | + | * //xOffsetDistance// |
- | N/A | + | * Type:Double |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //yOffsetDistance// |
- | * **Return Type**:Double | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //shapeUnit// |
- | **shapeSrid** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Type**:Int32 | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **returningUnit** | + | * //distanceUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **distanceCalculationMode** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | ** {{wiki:PublicMethod.gif|}} TranslateByOffset(Double,Double) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetAccurateArea(String,AreaUnit,DistanceCalculationMode) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Double | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **shapeProj4ProjectionParameters** | + | * //xOffsetDistance// |
- | * **Type**:String | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | **returningUnit** | + | * //yOffsetDistance// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | **distanceCalculationMode** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | ** {{wiki:PublicMethod.gif|}} TranslateByDegree(Double,Double,GeographyUnit,DistanceUnit) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetAccuratePerimeter(Int32,DistanceUnit,DistanceCalculationMode) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Double | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **shapeSrid** | + | * //distance// |
- | * **Type**:Int32 | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | **returningUnit** | + | * //angleInDegrees// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | **distanceCalculationMode** | + | * //shapeUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //distanceUnit// |
- | === GetAccuratePerimeter(String,DistanceUnit,DistanceCalculationMode) === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Double | + | ** {{wiki:PublicMethod.gif|}} TranslateByDegree(Double,Double) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **shapeProj4ProjectionParameters** | + | == Remarks == |
- | * **Type**:String | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **returningUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | **distanceCalculationMode** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | * //distance// |
- | * **Description**:N/A | + | * Type:Double |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | * //angleInDegrees// |
- | === GetArea(GeographyUnit,AreaUnit) === | + | * Type:Double |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Double | + | ** {{wiki:PublicMethod.gif|}} Rotate(PointShape,Single) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **shapeUnit** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **returningUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetBoundingBox() === | + | * //pivotPoint// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //degreeAngle// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:Single |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetShortestLineTo(BaseShape,GeographyUnit) ** |
- | === GetCenterPoint() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] |
- | === GetClosestPointTo(Feature,GeographyUnit) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //shapeUnit// |
- | **targetFeature** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **shapeUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:PublicMethod.gif|}} GetShortestLineTo(Feature,GeographyUnit) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetClosestPointTo(BaseShape,GeographyUnit) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //targetFeature// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **shapeUnit** | + | * //shapeUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetConvexHull() === | + | ** {{wiki:PublicMethod.gif|}} GetClosestPointTo(BaseShape,GeographyUnit) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | === GetCrossing(BaseShape) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //shapeUnit// |
- | **targetShape** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetDifference(AreaBaseShape) === | + | ** {{wiki:PublicMethod.gif|}} GetClosestPointTo(Feature,GeographyUnit) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetShape** | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetDifference(Feature) === | + | * //targetFeature// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //shapeUnit// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetFeature** | + | ** {{wiki:PublicMethod.gif|}} GetCenterPoint() ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetDistanceTo(Feature,GeographyUnit,DistanceUnit) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetFeature** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | ** {{wiki:PublicMethod.gif|}} Buffer(Double,GeographyUnit,DistanceUnit) ** |
- | * **Description**:N/A | + | |
- | **shapeUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **distanceUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetDistanceTo(BaseShape,GeographyUnit,DistanceUnit) === | + | * //distance// |
- | N/A | + | * Type:Double |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //shapeUnit// |
- | * **Return Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //distanceUnit// |
- | **targetShape** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **shapeUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:PublicMethod.gif|}} Buffer(Double,Int32,GeographyUnit,DistanceUnit) ** |
- | * **Description**:N/A | + | |
- | **distanceUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetFeature() === | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * //distance// |
- | * **Description**:N/A | + | * Type:Double |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //quadrantSegments// |
- | [[#Public Methods|Go Back]] | + | * Type:Int32 |
- | === GetFeature(IDictionary<String,String>) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //shapeUnit// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //distanceUnit// |
- | **columnValues** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Type**:IDictionary<String,String> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetGeoJson() === | + | ** {{wiki:PublicMethod.gif|}} Buffer(Double,Int32,BufferCapType,GeographyUnit,DistanceUnit) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:String | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | === GetHashCode() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Int32 | + | * //distance// |
- | * **Description**:N/A | + | * Type:Double |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //quadrantSegments// |
- | [[#Public Methods|Go Back]] | + | * Type:Int32 |
- | === GetHeightByUnit(GeographyUnit,DistanceUnit) === | + | * Description:N/A |
- | This method returns the height of the EllipseShape in the unit specified in the returningUnit parameter. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | **Return Value** | + | * //bufferCapType// |
- | * **Return Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] |
- | * **Description**:This method returns the height of the EllipseShape in the unit specified in the returningUnit parameter. | + | * Description:N/A |
- | ==== Parameters ==== | + | * //shapeUnit// |
- | **shapeUnit** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Description:N/A |
- | * **Description**:This parameter is the unit of the current shape. | + | |
- | **returningUnit** | + | * //distanceUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:This is the unit you would like to use for the return value. For example, if you select miles as your returningUnit, then the distance will be returned in miles. | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetIntersection(AreaBaseShape) === | + | ** {{wiki:PublicMethod.gif|}} GetDistanceTo(BaseShape,GeographyUnit,DistanceUnit) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetShape** | + | * Type:Double |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetIntersection(Feature) === | + | * //targetShape// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //shapeUnit// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //distanceUnit// |
- | **targetFeature** | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetPerimeter(GeographyUnit,DistanceUnit) === | + | ** {{wiki:PublicMethod.gif|}} GetDistanceTo(Feature,GeographyUnit,DistanceUnit) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **shapeUnit** | + | * Type:Double |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **returningUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //targetFeature// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | * //shapeUnit// |
- | === GetShortestLineTo(Feature,GeographyUnit) === | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //distanceUnit// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetFeature** | + | ** {{wiki:PublicMethod.gif|}} Register(PointShape,PointShape,DistanceUnit,GeographyUnit) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description**:N/A | + | |
- | **shapeUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetShortestLineTo(BaseShape,GeographyUnit) === | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] | + | * //fromPoint// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //toPoint// |
- | **targetShape** | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **shapeUnit** | + | * //fromUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //toUnit// |
- | === GetSymmetricalDifference(Feature) === | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | ** {{wiki:PublicMethod.gif|}} Register(Feature,Feature,DistanceUnit,GeographyUnit) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **targetFeature** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetSymmetricalDifference(AreaBaseShape) === | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | * //fromPoint// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //toPoint// |
- | **targetShape** | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //fromUnit// |
- | === GetTangents(EllipseShape) === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | This method returns the tangent points of the current ellipse in relation to the target ellipse you specify. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This operation is useful for finding the corridor between two ellipses. It would be handy in a buffering type of scenario. | + | |
- | **Return Value** | + | * //toUnit// |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]> | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:This method returns the tangent points of the current ellipse in relation to the target ellipse you specify. | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetEllipse** | + | ** {{wiki:PublicMethod.gif|}} Validate(ShapeValidationMode) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.EllipseShape|EllipseShape]] | + | |
- | * **Description**:This parameter represents the other ellipse you wish to find the tangent points to. | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetType() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Type | + | * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //validationMode// |
- | === GetWellKnownBinary(WkbByteOrder) === | + | * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Byte[] | + | ** {{wiki:PublicMethod.gif|}} IsDisjointed(BaseShape) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **byteOrder** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetWellKnownBinary(RingOrder,WkbByteOrder) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Byte[] | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **outerRingOrder** | + | ** {{wiki:PublicMethod.gif|}} IsDisjointed(Feature) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | |
- | * **Description**:N/A | + | |
- | **byteOrder** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetWellKnownBinary(RingOrder) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Byte[] | + | * //targetFeature// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **outerRingOrder** | + | ** {{wiki:PublicMethod.gif|}} Intersects(BaseShape) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetWellKnownBinary() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Byte[] | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //targetShape// |
- | === GetWellKnownText(RingOrder) === | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:String | + | ** {{wiki:PublicMethod.gif|}} Intersects(Feature) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **outerRingOrder** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetWellKnownText() === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:String | + | * //targetFeature// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Touches(BaseShape) ** |
- | === GetWellKnownType() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | === GetWidthByUnit(GeographyUnit,DistanceUnit) === | + | * Description:N/A |
- | This method returns the width of the EllipseShape in the unit specified in the returningUnit parameter. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Double | + | * //targetShape// |
- | * **Description**:This method returns the width of the EllipseShape in the unit specified in the returningUnit parameter. | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **shapeUnit** | + | ** {{wiki:PublicMethod.gif|}} Touches(Feature) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | |
- | * **Description**:This parameter is the unit of the current shape. | + | |
- | **returningUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description**:This is the unit you would like to use for the return value. For example, if you select miles as your returningUnit, then the distance will be returned in miles. | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === Intersects(Feature) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Boolean | + | * //targetFeature// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetFeature** | + | ** {{wiki:PublicMethod.gif|}} Crosses(BaseShape) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === Intersects(BaseShape) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //targetShape// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === IsDisjointed(Feature) === | + | ** {{wiki:PublicMethod.gif|}} Crosses(Feature) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetFeature** | + | * Type:Boolean |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === IsDisjointed(BaseShape) === | + | * //targetFeature// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Boolean | + | ** {{wiki:PublicMethod.gif|}} IsWithin(BaseShape) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **targetShape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === IsTopologicallyEqual(Feature) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Boolean | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetFeature** | + | ** {{wiki:PublicMethod.gif|}} IsWithin(Feature) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === IsTopologicallyEqual(BaseShape) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //targetFeature// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === IsWithin(Feature) === | + | ** {{wiki:PublicMethod.gif|}} Contains(BaseShape) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetFeature** | + | * Type:Boolean |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === IsWithin(BaseShape) === | + | * //targetShape// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Boolean | + | ** {{wiki:PublicMethod.gif|}} Contains(Feature) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **targetShape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === LoadFromWellKnownData(String) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //targetFeature// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **wellKnownText** | + | ** {{wiki:PublicMethod.gif|}} Overlaps(BaseShape) ** |
- | * **Type**:String | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === LoadFromWellKnownData(Byte[]) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **wellKnownBinary** | + | * //targetShape// |
- | * **Type**:Byte[] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === Overlaps(BaseShape) === | + | ** {{wiki:PublicMethod.gif|}} Overlaps(Feature) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetShape** | + | * Type:Boolean |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === Overlaps(Feature) === | + | * //targetFeature// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Boolean | + | ** {{wiki:PublicMethod.gif|}} IsTopologicallyEqual(BaseShape) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **targetFeature** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === Register(Feature,Feature,DistanceUnit,GeographyUnit) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **fromPoint** | + | ** {{wiki:PublicMethod.gif|}} IsTopologicallyEqual(Feature) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description**:N/A | + | |
- | **toPoint** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **fromUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | **toUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * //targetFeature// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === Register(PointShape,PointShape,DistanceUnit,GeographyUnit) === | + | ** {{wiki:PublicMethod.gif|}} GetFeature() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **fromPoint** | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **toPoint** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetFeature(IDictionary<String,String>) ** |
- | **fromUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **toUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === Rotate(PointShape,Single) === | + | * //columnValues// |
- | N/A | + | * Type:IDictionary<String,String> |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:PublicMethod.gif|}} GetCrossing(BaseShape) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **pivotPoint** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **degreeAngle** | + | == Return Value == |
- | * **Type**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === ScaleDown(Double) === | + | * //targetShape// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:PublicMethod.gif|}} ScaleTo(Double) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **percentage** | + | == Remarks == |
- | * **Type**:Double | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === ScaleTo(Double) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //scale// |
- | * **Description**:N/A | + | * Type:Double |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **scale** | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | * **Type**:Double | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === ScaleUp(Double) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **percentage** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === SetHeightByUnit(Double,GeographyUnit,DistanceUnit) === | + | == Remarks == |
- | This method allows you to set the height of the EllipseShape in the unit specified in the unitOfWidth. | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | None | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **newHeight** | + | * //obj// |
- | * **Type**:Double | + | * Type:Object |
- | * **Description**:This parameter is the newHeight of the ellipse shape. | + | * Description:N/A |
- | **shapeUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Description**:This parameter is the unit of the current shape. | + | |
- | **unitOfHeight** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description**:This is the unit you would like to use for the setting value. For example, if you select miles as your unitOfHeight, then the distance will be set in miles. | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === SetWidthByUnit(Double,GeographyUnit,DistanceUnit) === | + | * Type:Int32 |
- | This method allows you to set the width of the EllipseShape in the unit specified in the unitOfWidth parameter. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | None | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **newWidth** | + | == Remarks == |
- | * **Type**:Double | + | * //N/A// |
- | * **Description**:This parameter is the newWidth of the ellipse shape. | + | |
- | **shapeUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Type |
- | * **Description**:This parameter is the unit of the current shape. | + | * Description:N/A |
- | **unitOfWidth** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | <div newline></div> |
- | * **Description**:This is the unit you would like to use as the setting value. For example, if you select miles as your unitOfWidth, then the distance will be set in miles. | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ||
- | [[#Public Methods|Go Back]] | + | * //This method returns a complete copy of the shape without any references in common.// |
- | === Simplify(Double,SimplificationType) === | + | == Remarks == |
- | N/A | + | * //When you override this method, you need to ensure that there are no references in common between the original and copy.// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:N/A | + | * Description:This method returns a complete copy of the shape without any references in common. |
- | ==== Parameters ==== | + | == Parameters == |
- | **tolerance** | + | <div newline></div> |
- | * **Type**:Double | + | ** {{wiki:ProtectedMethod.gif|}} GetWellKnownTypeCore() ** |
- | * **Description**:N/A | + | |
- | **simplificationType** | + | * //This method returns the well-known type for the shape.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] | + | == Remarks == |
- | * **Description**:N/A | + | * //None// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === Simplify(GeographyUnit,Double,DistanceUnit,SimplificationType) === | + | * Type:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] |
- | N/A | + | * Description:This method returns the well-known type for the shape. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetPerimeterCore(GeographyUnit,DistanceUnit) ** |
- | ==== Parameters ==== | + | * //This method returns the perimeter of the shape, which is defined as the sum of the lengths of all its sides.// |
- | **shapeUnit** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * //You would use this method to find the distance around the area shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | * **Description**:N/A | + | |
- | **tolerance** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Double |
- | * **Description**:N/A | + | * Description:The return unit is based on the LengthUnit you specify in the returningUnit parameter, regardless of the shape's GeographyUnit. |
- | **toleranceUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //shapeUnit// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
+ | * Description:This is the GeographyUnit of the shape you are performing the operation on. | ||
- | **simplificationType** | + | * //returningUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:N/A | + | * Description:This is the DistanceUnit you would like to use for the return value. For example, if you select miles as your returningUnit, then the distance will be returned in miles. |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === ToPolygon(Int32) === | + | ** {{wiki:ProtectedMethod.gif|}} GetAreaCore(GeographyUnit,AreaUnit) ** |
- | This method returns the current shape as a PolygonShape. | + | |
- | ==== Remarks ==== | + | |
- | This method is mainly used to convert a GIS non-standard shape to a GIS standard shape. | + | |
- | **Return Value** | + | * //This method returns the area of the shape, which is defined as the size of the region enclosed by the figure.// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | + | == Remarks == |
- | * **Description**:This method returns the current shape as a PolygonShape. | + | * //You would use this method to find the area inside of a shape.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Parameters ==== | + | == Return Value == |
- | **vertexCountInQuarter** | + | * Type:Double |
- | * **Type**:Int32 | + | * Description:The return unit is based on the AreaUnit you specify in the returningUnit parameter, regardless of the shape's GeographyUnit. |
- | * **Description**:This parameter specifies how many points will make up each quarter of the ellipse. | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === ToPolygon() === | + | * //shapeUnit// |
- | This method returns the current shape as a PolygonShape. | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | ==== Remarks ==== | + | * Description:This is the GeographyUnit of the shape you are performing the operation on. |
- | This method is mainly used to convert this non GIS standard shape to a GIS standard shape. | + | |
- | **Return Value** | + | * //returningUnit// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] |
- | * **Description**:This method returns the current shape as a PolygonShape. | + | * Description:This is the AreaUnit you would like to use for the return value. For example, if you select square miles as your returningUnit, then the distance will be returned in square miles. |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} ScaleUpCore(Double) ** |
- | === ToString() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method increases the size of the area shape by the percentage given in the percentage parameter.// |
- | * **Return Type**:String | + | == Remarks == |
- | * **Description**:N/A | + | * //This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | === Touches(BaseShape) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Boolean | + | * //percentage// |
- | * **Description**:N/A | + | * Type:Double |
+ | * Description:This is the percentage by which to increase the shape's size. | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetShape** | + | ** {{wiki:ProtectedMethod.gif|}} ScaleDownCore(Double) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //This method decreases the size of the area shape by the percentage given in the percentage parameter.// |
- | === Touches(Feature) === | + | == Remarks == |
- | N/A | + | * //Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:Void |
- | * **Description**:N/A | + | * Description:This method is useful when you would like to decrease the size of the shape. Note that a larger percentage will scale the shape down faster, as you are applying the operation multiple times. There is also a ScaleUp method that will enlarge the shape. |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetFeature** | + | * //percentage// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:Double |
- | * **Description**:N/A | + | * Description:This is the percentage by which to decrease the shape's size. |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === TranslateByDegree(Double,Double) === | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method calculates the smallest RectangleShape that encompasses the entire geometry.// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //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 a significant amount of time (the larger the objects, the more time the operation will take). If the shape is a PointShape, then the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Parameters ==== | + | == Return Value == |
- | **distance** | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Type**:Double | + | * Description:The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry. |
- | * **Description**:N/A | + | |
- | **angleInDegrees** | + | == Parameters == |
- | * **Type**:Double | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} RegisterCore(PointShape,PointShape,DistanceUnit,GeographyUnit) ** |
- | [[#Public Methods|Go Back]] | + | * //This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes.// |
- | === TranslateByDegree(Double,Double,GeographyUnit,DistanceUnit) === | + | == Remarks == |
- | N/A | + | * //Registering allows you to take a geometric shape generated in a planar system and attach it to the ground in a Geographic Unit.A common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a map. You may have the schematics of a building in a CAD system and the relationship between all the points of the building are in feet. You want to then take the CAD image and attach it to where it really exists on a map. You would use the register method to do this.Registering is also useful for scientific modeling, where software models things such as a plume of hazardous materials or the fallout from a volcano. The modeling software typically generates these models in a fictitious planar system. You would then use the register to take the abstract model and attach it to a map with real coordinates.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:N/A | + | * Description:This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. |
- | ==== Parameters ==== | + | == Parameters == |
- | **distance** | + | * //fromPoint// |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Description**:N/A | + | * Description:This parameter is the anchor PointShape in the coordinate of origin. |
- | **angleInDegrees** | + | * //toPoint// |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Description**:N/A | + | * Description:This parameter is the anchor PointShape in the coordinate of destination. |
- | **shapeUnit** | + | * //fromUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:N/A | + | * Description:This parameter is the DistanceUnit of the coordinate of origin. |
- | **distanceUnit** | + | * //toUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:This parameter is the GeographyUnit of the coordinate of destination. |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === TranslateByOffset(Double,Double,GeographyUnit,DistanceUnit) === | + | ** {{wiki:ProtectedMethod.gif|}} TranslateByOffsetCore(Double,Double,GeographyUnit,DistanceUnit) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method moves the base shape from one location to another based on an X and Y offset distance.// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //This method moves the base shape from one location to another based on an X and Y offset distance. It is important to note that with this overload the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of one and a Y offset of one, you're going to move this shape one unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles to on the X axis and 3 miles on the Y axis.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Parameters ==== | + | == Return Value == |
- | **xOffsetDistance** | + | * Type:Void |
- | * **Type**:Double | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **yOffsetDistance** | + | == Parameters == |
- | * **Type**:Double | + | * //xOffsetDistance// |
- | * **Description**:N/A | + | * Type:Double |
+ | * Description:This is the number of horizontal units of movement in the DistanceUnit specified by the distanceUnit parameter. | ||
- | **shapeUnit** | + | * //yOffsetDistance// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Double |
- | * **Description**:N/A | + | * Description:This is the number of horizontal units of movement in the DistanceUnit specified by the distanceUnit parameter. |
- | **distanceUnit** | + | * //shapeUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:This is the GeographicUnit of the shape you are performing the operation on. |
- | [[#Public Methods|Go Back]] | + | * //distanceUnit// |
- | === TranslateByOffset(Double,Double) === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | N/A | + | * Description:This is the DistanceUnit you would like to use as the measurement for the move. For example, if you select miles as your distanceUnit, then the xOffsetDistance and yOffsetDistance will be calculated in miles. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} TranslateByDegreeCore(Double,Double,GeographyUnit,DistanceUnit) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //This method moves the base shape from one location to another based on a direction in degrees and distance.// |
- | **xOffsetDistance** | + | == Remarks == |
- | * **Type**:Double | + | * //This method moves the base shape from one location to another based on angleInDegrees and distance parameter. It is important to note that with this overload the distance units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with a distanceUnit in miles, you're going to move this shape a number of miles based on the distance 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.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | * **Description**:N/A | + | |
- | **yOffsetDistance** | + | == Return Value == |
- | * **Type**:Double | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === Union(Feature) === | + | * //distance// |
- | N/A | + | * Type:Double |
- | ==== Remarks ==== | + | * Description:The distance is the number of units to move the shape using the angle specified. The distance unit will be the DistanceUnit specified in the distanceUnit parameter. The distance must be greater than or equal to 0. |
- | N/A | + | |
- | **Return Value** | + | * //angleInDegrees// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | * Type:Double |
- | * **Description**:N/A | + | * Description:A number between 0 and 360 degrees that represents the direction you wish to move the shape with zero being up. |
- | ==== Parameters ==== | + | * //shapeUnit// |
- | **targetFeature** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:This is the GeographicUnit of the shape you are performing the operation on. |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //distanceUnit// |
- | === Union(AreaBaseShape) === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | N/A | + | * Description:This is the DistanceUnit you would like to use as the measurement for the move. For example, if you select miles as your distanceUnit, then the distance will be calculated in miles. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | ** {{wiki:ProtectedMethod.gif|}} RotateCore(PointShape,Single) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //This method rotates the shape a number of degrees based on a pivot point.// |
- | **targetShape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * //This method rotates the shape by a number of degrees based on a pivot point. By placing the pivot point in the center of the shape, you can acheive 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 away from the center will make the circular area larger.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === Validate(ShapeValidationMode) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] | + | * //pivotPoint// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
+ | * Description:The pivotPoint represents the center of rotation. | ||
- | ==== Parameters ==== | + | * //degreeAngle// |
- | **validationMode** | + | * Type:Single |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] | + | * Description:The number of degrees of rotation required from 0 to 360. |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ===== Protected Methods ===== | + | ** {{wiki:ProtectedMethod.gif|}} GetClosestPointToCore(BaseShape,GeographyUnit) ** |
- | === BufferCore(Double,Int32,BufferCapType,GeographyUnit,DistanceUnit) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method returns the point of the current shape that is closest to the target shape.// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //This method returns 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, the method would return a point that is on the line, but not one of the two points that make up the line.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Parameters ==== | + | == Return Value == |
- | **distance** | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Type**:Double | + | * Description:A PointShape representing the point of the current shape that is closest to the targetShape. |
- | * **Description**:N/A | + | |
- | **quadrantSegments** | + | == Parameters == |
- | * **Type**:Int32 | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:The shape you are trying to find the closest point to. | ||
- | **bufferCapType** | + | * //shapeUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Description**:N/A | + | * Description:This is the GeographicUnit of the shape you are performing the operation on. |
- | **shapeUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:ProtectedMethod.gif|}} GetDistanceToCore(BaseShape,GeographyUnit,DistanceUnit) ** |
- | * **Description**:N/A | + | |
- | **distanceUnit** | + | * //This method computes the distance between the current shape and the targetShape.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //In this method, we compute the closest distance between two shapes. The returned unit will be in the unit of distance specified in the distanceUnit parameter.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === CloneDeepCore() === | + | * Type:Double |
- | This method returns a complete copy of the shape without any references in common. | + | * Description:The return type is the distance between this shape and the targetShape in the GeographyUnit of the shape. |
- | ==== Remarks ==== | + | |
- | When you override this method, you need to ensure that there are no references in common between the original and copy. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //targetShape// |
- | * **Description**:This method returns a complete copy of the shape without any references in common. | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:The shape you are trying to find the distance to. | ||
- | ==== Parameters ==== | + | * //shapeUnit// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | === ContainsCore(BaseShape) === | + | * Description:This is the GeographicUnit of the shape you are performing the operation on. |
- | This method returns whether the targetShape lies within the interior of the current shape. | + | |
- | ==== Remarks ==== | + | |
- | Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | * //distanceUnit// |
- | * **Return Type**:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:This method returns whether the targetShape lies within the interior of the current shape. | + | * 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. |
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetShape** | + | ** {{wiki:ProtectedMethod.gif|}} GetWellKnownTextCore(Int32) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Description**:The shape you wish to compare the current one to. | + | |
- | [[#Protected Methods|Go Back]] | + | * //This method returns the well-known text representation of this shape.// |
- | === CrossesCore(BaseShape) === | + | == Remarks == |
- | N/A | + | * //This method returns a string that represents the shape in well-known text. Well-known text allows you to describe geometries 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 also have methods that work with well-known binary. Below are some samples of what well-known text might look like for various kinds of geometries.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)))Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:String |
- | * **Description**:N/A | + | * Description:This method returns a stringthat represents the shape in well-known text. |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //vertexCountInQuarter// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:This parameter specifies how many points will make up each quarter of the ellipse. |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === Finalize() === | + | ** {{wiki:ProtectedMethod.gif|}} GetWellKnownTextCore(RingOrder) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method returns the well-known text representation of this shape.// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //This method returns a string that represents the shape in well-known text. Well-known text allows you to describe geometries 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 also have methods that work with well-known binary. Below are some samples of what well-known text might look like for various kinds of geometries.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)))Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:String |
- | === GetAccurateAreaCore(String,AreaUnit,DistanceCalculationMode) === | + | * Description:This method returns a string that represents the shape in well-known text. |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Double | + | * //outerRingOrder// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **shapeProj4ProjectionParameters** | + | ** {{wiki:ProtectedMethod.gif|}} GetWellKnownTextCore(RingOrder,Int32) ** |
- | * **Type**:String | + | |
- | * **Description**:N/A | + | |
- | **returningUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **distanceCalculationMode** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === GetAccuratePerimeterCore(String,DistanceUnit,DistanceCalculationMode) === | + | * //outerRingOrder// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //vertexCountInQuarter// |
- | * **Return Type**:Double | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **shapeProj4ProjectionParameters** | + | ** {{wiki:ProtectedMethod.gif|}} GetWellKnownBinaryCore(WkbByteOrder,Int32) ** |
- | * **Type**:String | + | |
- | * **Description**:N/A | + | |
- | **returningUnit** | + | * //This method returns a byte array that represents the shape in well-known binary.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | == Remarks == |
- | * **Description**:N/A | + | * //This method returns a byte array that represents the shape in well known binary. Well-known binary allows you to describe geometries 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 also have methods that work with well-known text.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | **distanceCalculationMode** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] | + | * Type:Byte[] |
- | * **Description**:N/A | + | * Description:This method returns a byte array that represents the shape in well-known binary. |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === GetAreaCore(GeographyUnit,AreaUnit) === | + | * //byteOrder// |
- | This method returns the area of the shape, which is defined as the size of the region enclosed by the figure. | + | * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] |
- | ==== Remarks ==== | + | * Description:This parameter specifies whether the byte order is big- or little-endian. |
- | You would use this method to find the area inside of a shape.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | * //vertexCountInQuarter// |
- | * **Return Type**:Double | + | * Type:Int32 |
- | * **Description**:The return unit is based on the AreaUnit you specify in the returningUnit parameter, regardless of the shape's GeographyUnit. | + | * Description:This parameter specifies how many points will make up each quarter of the ellipse. |
- | ==== Parameters ==== | + | <div newline></div> |
- | **shapeUnit** | + | ** {{wiki:ProtectedMethod.gif|}} GetWellKnownBinaryCore(RingOrder,WkbByteOrder) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | |
- | * **Description**:This is the GeographyUnit of the shape you are performing the operation on. | + | |
- | **returningUnit** | + | * //This method returns a byte array that represents the shape in well-known binary.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] | + | == Remarks == |
- | * **Description**:This is the AreaUnit you would like to use for the return value. For example, if you select square miles as your returningUnit, then the distance will be returned in square miles. | + | * //This method returns a byte array that represents the shape in well known binary. Well-known binary allows you to describe geometries 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 also have methods that work with well-known text.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetBoundingBoxCore() === | + | * Type:Byte[] |
- | This method calculates the smallest RectangleShape that encompasses the entire geometry. | + | * Description:This method returns a byte array that represents the shape in well-known binary. |
- | ==== 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 a significant amount of time (the larger the objects, the more time the operation will take). If the shape is a PointShape, then the bounding box's upper left and lower right points will be equal. This will create a RectangleShape with no area.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //outerRingOrder// |
- | * **Description**:The RectangleShape returned is the smallest RectangleShape that can encompass the entire geometry. | + | * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //byteOrder// |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] |
- | === GetCenterPointCore() === | + | * Description:This parameter specifies whether the byte order is big- or little-endian. |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | ** {{wiki:ProtectedMethod.gif|}} GetWellKnownBinaryCore(RingOrder,WkbByteOrder,Int32) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === GetClosestPointToCore(BaseShape,GeographyUnit) === | + | * //N/A// |
- | This method returns the point of the current shape that is closest to the target shape. | + | |
- | ==== Remarks ==== | + | |
- | This method returns 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, the method would return a point that is on the line, but not one of the two points that make up the line.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Type:Byte[] |
- | * **Description**:A PointShape representing the point of the current shape that is closest to the targetShape. | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //outerRingOrder// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] |
- | * **Description**:The shape you are trying to find the closest point to. | + | * Description:N/A |
- | **shapeUnit** | + | * //byteOrder// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] |
- | * **Description**:This is the GeographicUnit of the shape you are performing the operation on. | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | * //vertexCountInQuarter// |
- | === GetConvexHullCore() === | + | * Type:Int32 |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] | + | ** {{wiki:ProtectedMethod.gif|}} LoadFromWellKnownDataCore(String) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //This method hydrates the current shape with its data from well-known text.// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === GetCrossingCore(BaseShape) === | + | * //None// |
- | This method returns the crossing points of 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** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] | + | * Type:Void |
- | * **Description**:This method returns the crossing points of the current shape and the passed-in target shape. | + | * Description:None |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //wellKnownText// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:String |
- | * **Description**:The target shape you wish to get crossing with. | + | * Description:This parameter is the well-known text you will use to hydrate your object. |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === GetDifferenceCore(AreaBaseShape) === | + | ** {{wiki:ProtectedMethod.gif|}} LoadFromWellKnownDataCore(Byte[]) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method hydrates the current shape with its data from well-known binary.// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //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.// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetShape** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Description:None |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === GetDistanceToCore(BaseShape,GeographyUnit,DistanceUnit) === | + | * //wellKnownBinary// |
- | This method computes the distance between the current shape and the targetShape. | + | * Type:Byte[] |
- | ==== Remarks ==== | + | * Description:This parameter is the well-known binary used to populate the shape. |
- | In this method, we compute the closest distance between two shapes. The returned unit will be in the unit of distance specified in the distanceUnit parameter.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Double | + | ** {{wiki:ProtectedMethod.gif|}} ValidateCore(ShapeValidationMode) ** |
- | * **Description**:The return type is the distance between this shape and the targetShape in the GeographyUnit of the shape. | + | |
- | ==== Parameters ==== | + | * //This method returns a ShapeValidationResult based on a series of tests.// |
- | **targetShape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //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.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | * **Description**:The shape you are trying to find the distance to. | + | |
- | **shapeUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] |
- | * **Description**:This is the GeographicUnit of the shape you are performing the operation on. | + | * Description:This method returns a ShapeValidationResult based on a series of tests. |
- | **distanceUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //validationMode// |
- | * **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. | + | * Type:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] |
+ | * Description:This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast. | ||
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === GetGeoJsonCore() === | + | ** {{wiki:ProtectedMethod.gif|}} ContainsCore(BaseShape) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method returns whether the targetShape lies within the interior of the current shape.// |
- | * **Return Type**:String | + | == Remarks == |
- | * **Description**:N/A | + | * //Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
- | === GetIntersectionCore(AreaBaseShape) === | + | * Description:This method returns whether the targetShape lies within the interior of the current shape. |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:The shape you wish to compare the current one to. | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetShape** | + | ** {{wiki:ProtectedMethod.gif|}} IntersectsCore(BaseShape) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //This method returns whether the current shape and the targetShape have at least one point in common.// |
- | === GetPerimeterCore(GeographyUnit,DistanceUnit) === | + | == Remarks == |
- | This method returns the perimeter of the shape, which is defined as the sum of the lengths of all its sides. | + | * //Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above.// |
- | ==== Remarks ==== | + | |
- | You would use this method to find the distance around the area shape. Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Double | + | * Type:Boolean |
- | * **Description**:The return unit is based on the LengthUnit you specify in the returningUnit parameter, regardless of the shape's GeographyUnit. | + | * Description:This method returns whether the current shape and the targetShape have at least one point in common. |
- | ==== Parameters ==== | + | == Parameters == |
- | **shapeUnit** | + | * //targetShape// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:This is the GeographyUnit of the shape you are performing the operation on. | + | * Description:The shape you wish to compare the current one to. |
- | **returningUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | ** {{wiki:ProtectedMethod.gif|}} GetCrossingCore(BaseShape) ** |
- | * **Description**:This is the DistanceUnit you would like to use for the return value. For example, if you select miles as your returningUnit, then the distance will be returned in miles. | + | |
- | [[#Protected Methods|Go Back]] | + | * //This method returns the crossing points of the current shape and the passed-in target shape.// |
- | === GetShortestLineToCore(BaseShape,GeographyUnit) === | + | == Remarks == |
- | N/A | + | * //As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the 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.// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.MultipointShape|MultipointShape]] |
- | * **Description**:N/A | + | * Description:This method returns the crossing points of the current shape and the passed-in target shape. |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //targetShape// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:N/A | + | * Description:The target shape you wish to get crossing with. |
- | **shapeUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | ** {{wiki:ProtectedMethod.gif|}} GeShortestPointFromOutsidePoint(PointShape) ** |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === GetSymmetricalDifferenceCore(AreaBaseShape) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //pointShape// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === GetWellKnownBinaryCore(WkbByteOrder,Int32) === | + | ** {{wiki:ProtectedMethod.gif|}} GetAccuratePerimeterCore(String,DistanceUnit,DistanceCalculationMode) ** |
- | 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 geometries 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 also have methods that work with well-known text.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Byte[] | + | == Remarks == |
- | * **Description**:This method returns a byte array that represents the shape in well-known binary. | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **byteOrder** | + | * Type:Double |
- | * **Type**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] | + | * Description:N/A |
- | * **Description**:This parameter specifies whether the byte order is big- or little-endian. | + | |
- | **vertexCountInQuarter** | + | == Parameters == |
- | * **Type**:Int32 | + | * //shapeProj4ProjectionParameters// |
- | * **Description**:This parameter specifies how many points will make up each quarter of the ellipse. | + | * Type:String |
+ | * Description:N/A | ||
- | [[#Protected Methods|Go Back]] | + | * //returningUnit// |
- | === GetWellKnownBinaryCore(RingOrder,WkbByteOrder) === | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | This method returns a byte array that represents the shape in well-known binary. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This method returns a byte array that represents the shape in well known binary. Well-known binary allows you to describe geometries 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 also have methods that work with well-known text.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | * //distanceCalculationMode// |
- | * **Return Type**:Byte[] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] |
- | * **Description**:This method returns a byte array that represents the shape in well-known binary. | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **outerRingOrder** | + | ** {{wiki:ProtectedMethod.gif|}} GetAccurateAreaCore(String,AreaUnit,DistanceCalculationMode) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | |
- | * **Description**:N/A | + | |
- | **byteOrder** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] | + | == Remarks == |
- | * **Description**:This parameter specifies whether the byte order is big- or little-endian. | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetWellKnownBinaryCore(RingOrder,WkbByteOrder,Int32) === | + | * Type:Double |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Byte[] | + | * //shapeProj4ProjectionParameters// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //returningUnit// |
- | **outerRingOrder** | + | * Type:[[ThinkGeo.MapSuite.Core.AreaUnit|AreaUnit]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **byteOrder** | + | * //distanceCalculationMode// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.WkbByteOrder|WkbByteOrder]] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceCalculationMode|DistanceCalculationMode]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **vertexCountInQuarter** | + | <div newline></div> |
- | * **Type**:Int32 | + | ** {{wiki:ProtectedMethod.gif|}} GetConvexHullCore() ** |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === GetWellKnownTextCore(RingOrder,Int32) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:String | + | * Type:[[ThinkGeo.MapSuite.Core.RingShape|RingShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **outerRingOrder** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | ** {{wiki:ProtectedMethod.gif|}} GetIntersectionCore(AreaBaseShape) ** |
- | * **Description**:N/A | + | |
- | **vertexCountInQuarter** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetWellKnownTextCore(RingOrder) === | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | This method returns the well-known text representation of this shape. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This method returns a string that represents the shape in well-known text. Well-known text allows you to describe geometries 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 also have methods that work with well-known binary. Below are some samples of what well-known text might look like for various kinds of geometries.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)))Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:String | + | * //targetShape// |
- | * **Description**:This method returns a string that represents the shape in well-known text. | + | * Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **outerRingOrder** | + | ** {{wiki:ProtectedMethod.gif|}} UnionCore(AreaBaseShape) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RingOrder|RingOrder]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === GetWellKnownTextCore(Int32) === | + | == Remarks == |
- | This method returns the well-known text representation of this shape. | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | This method returns a string that represents the shape in well-known text. Well-known text allows you to describe geometries 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 also have methods that work with well-known binary. Below are some samples of what well-known text might look like for various kinds of geometries.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)))Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:String | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Description**:This method returns a stringthat represents the shape in well-known text. | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **vertexCountInQuarter** | + | * //targetShape// |
- | * **Type**:Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] |
- | * **Description**:This parameter specifies how many points will make up each quarter of the ellipse. | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === GetWellKnownTypeCore() === | + | ** {{wiki:ProtectedMethod.gif|}} GetDifferenceCore(AreaBaseShape) ** |
- | This method returns the well-known type for the shape. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.WellKnownType|WellKnownType]] | + | == Remarks == |
- | * **Description**:This method returns the well-known type for the shape. | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | === IntersectsCore(BaseShape) === | + | * Description:N/A |
- | This method returns whether the current shape and the targetShape have at least one point in common. | + | |
- | ==== Remarks ==== | + | |
- | Overriding: Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Boolean | + | * //targetShape// |
- | * **Description**:This method returns whether the current shape and the targetShape have at least one point in common. | + | * Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetShape** | + | ** {{wiki:ProtectedMethod.gif|}} GetSymmetricalDifferenceCore(AreaBaseShape) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Description**:The shape you wish to compare the current one to. | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === IsDisjointedCore(BaseShape) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | * //targetShape// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === IsTopologicallyEqualCore(BaseShape) === | + | ** {{wiki:ProtectedMethod.gif|}} SimplifyCore(Double,SimplificationType) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **targetShape** | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === IsWithinCore(BaseShape) === | + | * //tolerance// |
- | N/A | + | * Type:Double |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //simplificationType// |
- | * **Return Type**:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **targetShape** | + | ** {{wiki:ProtectedMethod.gif|}} GetGeoJsonCore() ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === LoadFromWellKnownDataCore(Byte[]) === | + | == Remarks == |
- | This method hydrates the current shape with its data from well-known binary. | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | This is used when you want to hydrate a shape based on well-known binary. You can create the shape and then load the well-known binary using this method. | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:String |
- | * **Description**:None | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **wellKnownBinary** | + | <div newline></div> |
- | * **Type**:Byte[] | + | ** {{wiki:ProtectedMethod.gif|}} GetShortestLineToCore(BaseShape,GeographyUnit) ** |
- | * **Description**:This parameter is the well-known binary used to populate the shape. | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === LoadFromWellKnownDataCore(String) === | + | == Remarks == |
- | This method hydrates the current shape with its data from well-known text. | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | None | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:[[ThinkGeo.MapSuite.Core.MultilineShape|MultilineShape]] |
- | * **Description**:None | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **wellKnownText** | + | * //targetShape// |
- | * **Type**:String | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:This parameter is the well-known text you will use to hydrate your object. | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | * //shapeUnit// |
- | === MemberwiseClone() === | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Object | + | ** {{wiki:ProtectedMethod.gif|}} GetCenterPointCore() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === OverlapsCore(BaseShape) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **targetShape** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | ** {{wiki:ProtectedMethod.gif|}} BufferCore(Double,Int32,BufferCapType,GeographyUnit,DistanceUnit) ** |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === REM=(PointShape) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **pointShape** | + | * //distance// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Type:Double |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | * //quadrantSegments// |
- | === RegisterCore(PointShape,PointShape,DistanceUnit,GeographyUnit) === | + | * Type:Int32 |
- | This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | Registering allows you to take a geometric shape generated in a planar system and attach it to the ground in a Geographic Unit.A common scenario is integrating geometric shapes from external programs (such as CAD software or a modeling system) and placing them onto a map. You may have the schematics of a building in a CAD system and the relationship between all the points of the building are in feet. You want to then take the CAD image and attach it to where it really exists on a map. You would use the register method to do this.Registering is also useful for scientific modeling, where software models things such as a plume of hazardous materials or the fallout from a volcano. The modeling software typically generates these models in a fictitious planar system. You would then use the register to take the abstract model and attach it to a map with real coordinates.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | * //bufferCapType// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.BufferCapType|BufferCapType]] |
- | * **Description**:This method returns a BaseShape which has been registered from its original coordinate system to another based on two anchor PointShapes. | + | * Description:N/A |
- | ==== Parameters ==== | + | * //shapeUnit// |
- | **fromPoint** | + | * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Description:N/A |
- | * **Description**:This parameter is the anchor PointShape in the coordinate of origin. | + | |
- | **toPoint** | + | * //distanceUnit// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] |
- | * **Description**:This parameter is the anchor PointShape in the coordinate of destination. | + | * Description:N/A |
- | **fromUnit** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | ** {{wiki:ProtectedMethod.gif|}} IsDisjointedCore(BaseShape) ** |
- | * **Description**:This parameter is the DistanceUnit of the coordinate of origin. | + | |
- | **toUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | == Remarks == |
- | * **Description**:This parameter is the GeographyUnit of the coordinate of destination. | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === RotateCore(PointShape,Single) === | + | * Type:Boolean |
- | This method rotates the shape a number of degrees based on a pivot point. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This method rotates the shape by a number of degrees based on a pivot point. By placing the pivot point in the center of the shape, you can acheive 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 away from the center will make the circular area larger.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **pivotPoint** | + | ** {{wiki:ProtectedMethod.gif|}} TouchesCore(BaseShape) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | |
- | * **Description**:The pivotPoint represents the center of rotation. | + | |
- | **degreeAngle** | + | * //N/A// |
- | * **Type**:Single | + | == Remarks == |
- | * **Description**:The number of degrees of rotation required from 0 to 360. | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === ScaleDownCore(Double) === | + | * Type:Boolean |
- | This method decreases the size of the area shape by the percentage given in the percentage parameter. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //targetShape// |
- | * **Description**:This method is useful when you would like to decrease the size of the shape. Note that a larger percentage will scale the shape down faster, as you are applying the operation multiple times. There is also a ScaleUp method that will enlarge the shape. | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **percentage** | + | ** {{wiki:ProtectedMethod.gif|}} CrossesCore(BaseShape) ** |
- | * **Type**:Double | + | |
- | * **Description**:This is the percentage by which to decrease the shape's size. | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === ScaleToCore(Double) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **scale** | + | * //targetShape// |
- | * **Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === ScaleUpCore(Double) === | + | ** {{wiki:ProtectedMethod.gif|}} IsWithinCore(BaseShape) ** |
- | This method increases the size of the area shape by the percentage given in the percentage parameter. | + | |
- | ==== Remarks ==== | + | |
- | This method is useful when you would like to increase the size of the shape. Note that a larger percentage will scale the shape up faster, as you are applying the operation multiple times. There is also a ScaleDown method that will shrink the shape.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **percentage** | + | * Type:Boolean |
- | * **Type**:Double | + | * Description:N/A |
- | * **Description**:This is the percentage by which to increase the shape's size. | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === SimplifyCore(Double,SimplificationType) === | + | * //targetShape// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | ** {{wiki:ProtectedMethod.gif|}} OverlapsCore(BaseShape) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **tolerance** | + | == Remarks == |
- | * **Type**:Double | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **simplificationType** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.SimplificationType|SimplificationType]] | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === TouchesCore(BaseShape) === | + | * //targetShape// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Boolean | + | ** {{wiki:ProtectedMethod.gif|}} IsTopologicallyEqualCore(BaseShape) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **targetShape** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === TranslateByDegreeCore(Double,Double,GeographyUnit,DistanceUnit) === | + | * Type:Boolean |
- | This method moves the base shape from one location to another based on a direction in degrees and distance. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This method moves the base shape from one location to another based on angleInDegrees and distance parameter. It is important to note that with this overload the distance units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with a distanceUnit in miles, you're going to move this shape a number of miles based on the distance 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.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //targetShape// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **distance** | + | ** {{wiki:ProtectedMethod.gif|}} ScaleToCore(Double) ** |
- | * **Type**:Double | + | |
- | * **Description**:The distance is the number of units to move the shape using the angle specified. The distance unit will be the DistanceUnit specified in the distanceUnit parameter. The distance must be greater than or equal to 0. | + | |
- | **angleInDegrees** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:A number between 0 and 360 degrees that represents the direction you wish to move the shape with zero being up. | + | * //N/A// |
- | **shapeUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | * Type:Void |
- | * **Description**:This is the GeographicUnit of the shape you are performing the operation on. | + | * Description:N/A |
- | **distanceUnit** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * //scale// |
- | * **Description**:This is the DistanceUnit you would like to use as the measurement for the move. For example, if you select miles as your distanceUnit, then the distance will be calculated in miles. | + | * Type:Double |
+ | * Description:N/A | ||
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === TranslateByOffsetCore(Double,Double,GeographyUnit,DistanceUnit) === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | This method moves the base shape from one location to another based on an X and Y offset distance. | + | |
- | ==== Remarks ==== | + | |
- | This method moves the base shape from one location to another based on an X and Y offset distance. It is important to note that with this overload the X and Y offset units are based on the distanceUnit parameter. For example, if your shape is in decimal degrees and you call this method with an X offset of one and a Y offset of one, you're going to move this shape one unit of the distanceUnit in the horizontal direction and one unit of the distanceUnit in the vertical direction. In this way, you can easily move a shape in decimal degrees five miles to on the X axis and 3 miles on the Y axis.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **xOffsetDistance** | + | * Type:Void |
- | * **Type**:Double | + | * Description:N/A |
- | * **Description**:This is the number of horizontal units of movement in the DistanceUnit specified by the distanceUnit parameter. | + | |
- | **yOffsetDistance** | + | == Parameters == |
- | * **Type**:Double | + | <div newline></div> |
- | * **Description**:This is the number of horizontal units of movement in the DistanceUnit specified by the distanceUnit parameter. | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | **shapeUnit** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | + | == Remarks == |
- | * **Description**:This is the GeographicUnit of the shape you are performing the operation on. | + | * //N/A// |
- | **distanceUnit** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] | + | * Type:Object |
- | * **Description**:This is the DistanceUnit you would like to use as the measurement for the move. For example, if you select miles as your distanceUnit, then the xOffsetDistance and yOffsetDistance will be calculated in miles. | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === UnionCore(AreaBaseShape) === | + | <div newline></div> |
- | N/A | + | ==== Public Properties ==== |
- | ==== Remarks ==== | + | ** {{wiki:PublicProperty.gif|}} Width ** |
- | N/A | + | |
- | **Return Value** | + | This property returns the width of the EllipseShape in the unit of the shape. |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.MultipolygonShape|MultipolygonShape]] | + | == Remarks == |
- | * **Description**:N/A | + | None |
+ | == Return Value == | ||
+ | * Type:Double | ||
- | ==== Parameters ==== | + | ** {{wiki:PublicProperty.gif|}} Height ** |
- | **targetShape** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | This property returns the height of the EllipseShape in the unit of the shape. |
- | === ValidateCore(ShapeValidationMode) === | + | == Remarks == |
- | This method returns a ShapeValidationResult based on a series of tests. | + | None |
- | ==== Remarks ==== | + | == Return Value == |
- | We use this method, with the simple enumeration, internally before doing any kind of other methods on the shape. In this way, we are able to verify the integrity of the shape itself. If you wish to test things such as whether a polygon self-intersects, we invite you to call this method with the advanced ShapeValidationMode. One thing to consider is that for complex polygon shapes this operation could take some time, which is why we only run the basic, faster test. If you are dealing with polygon shapes that are suspect, we suggest you run the advanced test.Overriding:Please ensure that you validate the parameters being passed in and raise the exceptions defined above. | + | * Type:Double |
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Center ** |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationResult|ShapeValidationResult]] | + | |
- | * **Description**:This method returns a ShapeValidationResult based on a series of tests. | + | This property allows you to get or set the center PointShape of the EllipseShape. |
+ | == Remarks == | ||
+ | None | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
- | ==== Parameters ==== | + | ** {{wiki:PublicProperty.gif|}} CanRotate ** |
- | **validationMode** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ShapeValidationMode|ShapeValidationMode]] | + | |
- | * **Description**:This parameter determines whether the test is simple or advanced. In some cases, the advanced tests can take some time. The simple test is designed to always be fast. | + | |
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === CanRotate === | ||
This property specifies whether the shape can be rotated. | This property specifies whether the shape can be rotated. | ||
- | ==== Remarks ==== | + | == Remarks == |
If this property returns false and you attempt call the rotate method, it will throw a NotImplementedException. | If this property returns false and you attempt call the rotate method, it will throw a NotImplementedException. | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Id ** |
- | === Center === | + | |
- | This property allows you to get or set the center PointShape of the EllipseShape. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Height === | ||
- | This property returns the height of the EllipseShape in the unit of the shape. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Double | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === Id === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:String |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Tag ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === Tag === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Object | + | * Type:Object |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === Width === | + | |
- | This property returns the width of the EllipseShape in the unit of the shape. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Double | + | |
- | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
- | ===== Protected Properties ===== | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | |