User Tools

Site Tools


thinkgeo.mapsuite.core.rotationprojection

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.rotationprojection [2015/09/17 10:38]
admin
thinkgeo.mapsuite.core.rotationprojection [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.RotationProjection ====== ====== ThinkGeo.MapSuite.Core.RotationProjection ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This projection allows you to rotate the map image base don an angle. This projection allows you to rotate the map image base don an angle.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.RotationProjection**       ***ThinkGeo.MapSuite.Core.RotationProjection**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} RotationProjection() **
-**{{wiki:​PublicMethod.gif|}}[[#RotationProjection()|RotationProjection]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-<​div ​class_table+  * //This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#RotationProjection(Double)|RotationProjection]]** +== Remarks == 
-  * **Parameters**:​Double +  * //This is the default constructor and will set the angle to 0 whick is north being up.// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is a constructor for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} RotationProjection(Double) **
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​RotationProjection(GeographyUnit)|RotationProjection]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //This constructor allows you to pass in an angle to change the rotation of the map.// 
-  * **DeclaringType**:N/A +== Parameters == 
-  * **Summary**:N/A +  * //angle// 
-</​div>​+    ​Type:Double 
 +    Description:This parameter is the angle you want to map to rotate to.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#RotationProjection(Double,GeographyUnit)|RotationProjection]]** +** {{wiki:​PublicMethod.gif|}} RotationProjection(GeographyUnit) **
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Constructors === +  * //N/A// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +== Parameters ​== 
-  * **Parameters**:​N/A +  * //​sourceUnit//​ 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Summary**:N/A +    Description:N/A
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#Close()|Close]]** +** {{wiki:​PublicMethod.gif|}} ​RotationProjection(Double,​GeographyUnit) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToExternalProjection(IEnumerable<​Vertex>​)|ConvertToExternalProjection]]*+== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​ +  * //N/A// 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +== Parameters ​== 
-  * **Summary**:N/A +  * //angle// 
-</​div>​+    ​Type:Double 
 +    Description:N/A
  
-<div class_table>​ +  ​//​sourceUnit//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToExternalProjection(RectangleShape)|ConvertToExternalProjection]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToExternalProjection(BaseShape)|ConvertToExternalProjection]]** +==== Protected Constructors ==== 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +==== Public Methods ==== 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +** {{wiki:​PublicMethod.gif|}} ​GetUpdatedExtent(RectangleShape) **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns an adjusted extend based on the angle of rotation.// 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToExternalProjection(Double,​Double)|ConvertToExternalProjection]]** +== Remarks == 
-  * **Parameters**:​Double,​Double +  * //This method returns an adjusted extend based on the angle of rotationIt is important that you update your current extent every time you adjust the angle of the projectionThis will ensure the rotaion is performed properly.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToExternalProjection(Feature)|ConvertToExternalProjection]]** +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:This method returns an adjusted extend based on the angle of rotation.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToExternalProjection(GeoImage,​RectangleShape)|ConvertToExternalProjection]]** +  //​worldExtent//​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]],​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +    Description:This parameter is the world extent before the rotation.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToExternalProjection(GeoImage,​RectangleShape,​RectangleShape)|ConvertToExternalProjection]]** +** {{wiki:​PublicMethod.gif|}} ​CloneDeep() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]],​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToInternalProjection(Double,​Double)|ConvertToInternalProjection]]*+== Remarks == 
-  * **Parameters**:​Double,​Double +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToInternalProjection(BaseShape)|ConvertToInternalProjection]]** +  * Type:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToInternalProjection(Feature)|ConvertToInternalProjection]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +** {{wiki:​PublicMethod.gif|}} ​Open() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToInternalProjection(IEnumerable<​Vertex>​)|ConvertToInternalProjection]]*+== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​ +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​ConvertToInternalProjection(RectangleShape)|ConvertToInternalProjection]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +<​div ​newline></​div
-  * **Parameters**:​Object +** {{wiki:​PublicMethod.gif|}} ​ConvertToExternalProjection(GeoImage,​RectangleShape) **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetExternalGeographyUnit()|GetExternalGeographyUnit]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +  Type:[[ThinkGeo.MapSuite.Core.RasterProjectionResult|RasterProjectionResult]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetInternalGeographyUnit()|GetInternalGeographyUnit]]** +  * //image// 
-  * **Parameters**:​N/A +    Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  * //​imageExtent//​ 
-**{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** +    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetUpdatedExtent(RectangleShape)|GetUpdatedExtent]]** +** {{wiki:​PublicMethod.gif|}} ​ConvertToExternalProjection(GeoImage,​RectangleShape,​RectangleShape) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns an adjusted extend based on the angle of rotation. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Open()|Open]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** +  Type:[[ThinkGeo.MapSuite.Core.RasterProjectionResult|RasterProjectionResult]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +== Parameters ​== 
-<div class_table>​ +  * //image// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +    Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​imageExtent//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloseCore()|CloseCore]]** +    Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  * //​targetExtent//​ 
-**{{wiki:ProtectedMethod.gif|}}[[#​ConvertToExternalProjectionCore(Double[],​Double[])|ConvertToExternalProjectionCore]]** +    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:​Double[],​Double[] +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns a projected vertices based on the coordinates passed in. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​ConvertToExternalProjectionCore(GeoImage,​RectangleShape)|ConvertToExternalProjectionCore]]** +** {{wiki:PublicMethod.gif|}} ​Close() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]],​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ConvertToExternalProjectionCore(GeoImage,​RectangleShape,​RectangleShape)|ConvertToExternalProjectionCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]],​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ConvertToInternalProjectionCore(Double[],​Double[])|ConvertToInternalProjectionCore]]** +  * Type:Void 
-  * **Parameters**:Double[],​Double[] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns a de-projected vertices based on the coordinates passed in. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​ConvertToExternalProjection(Double,​Double) **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetExternalGeographyUnitCore()|GetExternalGeographyUnitCore]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​GetInternalGeographyUnitCore()|GetInternalGeographyUnitCore]]** +  Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * //x// 
-  * **Parameters**:​N/A +    Type:Double 
-  * **DeclaringType**:Object +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //y// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OpenCore()|OpenCore]]** +    Type:Double 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#SzE=(Feature)|SzE=]]** +** {{wiki:PublicMethod.gif|}} ​ConvertToExternalProjection(BaseShape) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  * //N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​TDE=(Feature)|TDE=]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +
-  * **Summary**:​N/A +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:PublicProperty.gif|}}[[#Angle|Angle]]** +  Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Return**:Double +  * Description:N/A
-  * **Summary**:​This property sets the angle of rotation.+
  
-**{{wiki:PublicProperty.gif|}}[[#​CanConvertRasterToExternalProjection|CanConvertRasterToExternalProjection]]** +== Parameters == 
-  * **Return**:​Boolean +  ​//​baseShape//​ 
-  * **Summary**:N/A+    ​Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​IsOpen|IsOpen]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​ConvertToExternalProjection(Feature) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​PivotCenter|PivotCenter]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​SourceUnit|SourceUnit]]** +== Return Value == 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Summary**:N/A+  * Description:N/A
  
-=== Protected Properties === +== Parameters ​== 
-**{{wiki:ProtectedProperty.gif|}}[[#​CanReproject|CanReproject]]** +  //​feature//​ 
-  * **Return**:​Boolean +    ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Summary**:N/A+    Description:N/A
  
-=== Public Events === +<div newline></​div>​ 
-===== Public Constructors ===== +** {{wiki:​PublicMethod.gif|}} ConvertToExternalProjection(RectangleShape) **
-=== RotationProjection() === +
-This is a constructor for the class. +
-==== Remarks ==== +
-This is the default constructor and will set the angle to 0 whick is north being up. +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== RotationProjection(Double=== +
-This is a constructor for the class. +
-==== Remarks ==== +
-This constructor allows you to pass in an angle to change the rotation of the map. +
-==== Parameters ==== +
-**angle** +
-  * **Type**:​Double +
-  * **Description:​This parameter is the angle you want to map to rotate to.+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-=== RotationProjection(GeographyUnit) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A +
-==== Parameters ==== +
-**sourceUnit** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **Description:​N/A+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-=== RotationProjection(Double,​GeographyUnit) ​=== +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-N/A +  * Description:​N/​A
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-**angle** +
-  ​* **Type**:Double +
-  ​* **Description:​N/​A+
  
-**sourceUnit** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​rectangleShape//​ 
-  * **Description:​N/​A+    ​* Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-===== Protected Constructors ===== +** {{wiki:​PublicMethod.gif|}} ConvertToExternalProjection(IEnumerable<​Vertex>​**
-===== Public Methods ===== +
-=== CloneDeep() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.Vertex[]|Vertex[]]] 
-=== Close() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​vertices//​ 
-  * **Description**:N/A+    ​* Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​ 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ConvertToInternalProjection(Double,​Double**
-=== ConvertToExternalProjection(IEnumerable<​Vertex>​=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Vertex[]|Vertex[]]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**vertices** +  * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-  ​* **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]> +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ConvertToExternalProjection(RectangleShape) === +  * //x/
-N/A +    * Type:Double 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//y// 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**rectangleShape** +** {{wiki:PublicMethod.gif|}} ConvertToInternalProjection(BaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== ConvertToExternalProjection(BaseShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**baseShape** +  //baseShape// 
-  * **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>​ 
-=== ConvertToExternalProjection(Double,​Double=== +** {{wiki:​PublicMethod.gif|}} ConvertToInternalProjection(Feature**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**x** +  * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  ​* **Type**:Double +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**y** +== Parameters == 
-  * **Type**:Double +  * //​feature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ConvertToExternalProjection(Feature=== +** {{wiki:​PublicMethod.gif|}} ConvertToInternalProjection(IEnumerable<​Vertex>​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**feature** +  * Type:​[[ThinkGeo.MapSuite.Core.Vertex[]|Vertex[]]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ConvertToExternalProjection(GeoImage,​RectangleShape) === +  * //vertices/
-N/A +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​ 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RasterProjectionResult|RasterProjectionResult]] +** {{wiki:PublicMethod.gif|}} ConvertToInternalProjection(RectangleShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**image** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] +  * //N/A//
-  * **Description**:​N/A+
  
-**imageExtent** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ConvertToExternalProjection(GeoImage,​RectangleShape,​RectangleShape) === +  * //​rectangleShape/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RasterProjectionResult|RasterProjectionResult]] +** {{wiki:PublicMethod.gif|}} GetInternalGeographyUnit() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**image** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] +  * //N/A//
-  * **Description**:​N/A+
  
-**imageExtent** +== Return Value == 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**targetExtent** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} GetExternalGeographyUnit() ​**
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== ConvertToInternalProjection(Double,​Double) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] +  * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**x** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:PublicMethod.gif|}} ToString() ​**
-  ​* **Description**:​N/​A+
  
-**y** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== ConvertToInternalProjection(BaseShape) === +  * Type:String 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
  
-==== Parameters ==== +  * //N/A// 
-**baseShape** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== ConvertToInternalProjection(Feature) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * //obj// 
-  * **Description**:N/A+    ​* Type:Object 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**feature** +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== ConvertToInternalProjection(IEnumerable<​Vertex>​) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.Vertex[]|Vertex[]]] +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**vertices** +<div newline></​div>​ 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​ +** {{wiki:PublicMethod.gif|}} GetType() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== ConvertToInternalProjection(RectangleShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:Type 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**rectangleShape** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:PublicMethod.gif|}}{{wiki:​Static.gif|}} RotateImage(GeoImage,​Single) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Equals(Object) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**obj** +  //​geoImage//​ 
-  * **Type**:Object +    * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //angle/
-=== GetExternalGeographyUnit() === +    * Type:Single 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +==== Protected Methods ==== 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjectionCore(Double[],Double[]**
  
-==== Parameters ==== +  * //This method returns a projected vertices based on the coordinates passed in./
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetHashCode() === +  * //This method returns a projected vertex based on the coordinates passed in. You will need to override this method for the Projection class. Typically you can call the projection utility library that has interfaces for dozens of different types of projections./​/
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:[[ThinkGeo.MapSuite.Core.Vertex[]|Vertex[]]] 
-  ​* **Description**:N/A+  * Description:​This method returns a projected vertices based on the coordinates passed in.
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]+  * //x// 
-=== GetInternalGeographyUnit() === +    * Type:Double[] 
-N/A +    * Description:​This parameter is the X values of the points that will be projected.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//y// 
-  **Return ​Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]+    * Type:Double[] 
-  * **Description**:N/A+    * Description:​This parameter is the Y values of the points that will be projected.
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]+** {{wiki:​ProtectedMethod.gif|}} ConvertToInternalProjectionCore(Double[],Double[]) **
-=== GetType(=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method returns a de-projected vertices based on the coordinates passed in.// 
-  * **Return Type**:Type +== Remarks == 
-  * **Description**:​N/A+  * //This method returns a de-projected vertex based on the coordinates passed in. You will need to override this method for the Projection class. Typically you can call the projection utility library that has interfaces for dozens of different types of projections. The de-projection is important because inside of the FeatureSource you will in many cases to to and from various projections.//​
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.Vertex[]|Vertex[]]] 
-=== GetUpdatedExtent(RectangleShape) === +  * Description:​This method returns ​a de-projected vertices ​based on the coordinates passed in.
-This method returns ​an adjusted extend ​based on the angle of rotation. +
-==== Remarks ==== +
-This method returns an adjusted extend based on the angle of rotation. It is important that you update your current extent every time you adjust the angle of the projection. This will ensure the rotaion is performed properly.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]+  * //x// 
-  * **Description**:This method returns an adjusted extend based on the angle of rotation.+    ​* Type:Double[] 
 +    * Description:​This ​parameter is the X values ​of the points that will be de-projected.
  
-==== Parameters ==== +  ​//y// 
-**worldExtent*+    * Type:Double[] 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]+    * Description:​This parameter is the Y values of the points that will be de-projected.
-  * **Description**:This parameter is the world extent before ​the rotation.+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== Open() === +** {{wiki:​ProtectedMethod.gif|}} ConvertToExternalProjectionCore(GeoImage,​RectangleShape**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.RasterProjectionResult|RasterProjectionResult]] 
-=== ToString() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //image// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​imageExtent//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-===== Protected Methods ===== +    * Description:​N/A
-=== CloneDeepCore() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]] +** {{wiki:ProtectedMethod.gif|}} ConvertToExternalProjectionCore(GeoImage,​RectangleShape,​RectangleShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== CloseCore() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:[[ThinkGeo.MapSuite.Core.RasterProjectionResult|RasterProjectionResult]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //image// 
-=== ConvertToExternalProjectionCore(Double[],​Double[]) === +    * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-This method returns a projected vertices based on the coordinates passed in. +    * Description:​N/​A
-==== Remarks ==== +
-This method returns a projected vertex based on the coordinates passed in. You will need to override this method for the Projection class. Typically you can call the projection utility library that has interfaces for dozens of different types of projections.+
  
-**Return Value** +  ​//​imageExtent//​ 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.Vertex[]|Vertex[]]] +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:This method returns a projected vertices based on the coordinates passed in.+    * Description:​N/A
  
-==== Parameters ==== +  ​//​targetExtent//​ 
-**x*+    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]
-  * **Type**:Double[] +    * Description:​N/A
-  * **Description**:This parameter is the X values of the points that will be projected.+
  
-**y** +<div newline></​div>​ 
-  * **Type**:Double[] +** {{wiki:ProtectedMethod.gif|}} GetInternalGeographyUnitCore() ​**
-  ​* **Description**:​This parameter is the Y values of the points that will be projected.+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== ConvertToExternalProjectionCore(GeoImage,​RectangleShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.RasterProjectionResult|RasterProjectionResult]] +  * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**image** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] +** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ​**
-  ​* **Description**:​N/​A+
  
-**imageExtent** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== ConvertToExternalProjectionCore(GeoImage,​RectangleShape,​RectangleShape) === +  * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.RasterProjectionResult|RasterProjectionResult]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} OpenCore() ​**
  
-==== Parameters ==== +  * //N/A// 
-**image** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] +  * //N/A//
-  * **Description**:​N/A+
  
-**imageExtent** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**targetExtent** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} CloseCore() ​**
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== ConvertToInternalProjectionCore(Double[],​Double[]) === +== Remarks == 
-This method returns a de-projected vertices based on the coordinates passed in. +  * //N/A//
-==== Remarks ​==== +
-This method returns a de-projected vertex based on the coordinates passed in. You will need to override this method for the Projection class. Typically you can call the projection utility library that has interfaces for dozens of different types of projections. The de-projection is important because inside of the FeatureSource you will in many cases to to and from various projections.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.Vertex[]|Vertex[]]] +  * Type:Void 
-  ​* **Description**:This method returns a de-projected vertices based on the coordinates passed in.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**x** +<div newline></​div>​ 
-  * **Type**:Double[] +** {{wiki:ProtectedMethod.gif|}} UpdateToExternalProjection(Feature) ​**
-  ​* **Description**:​This parameter is the X values of the points that will be de-projected.+
  
-**y** +  ​//N/A// 
-  * **Type**:​Double[] +== Remarks == 
-  * **Description**:​This parameter is the Y values of the points that will be de-projected.+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== Finalize() === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​feature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} UpdateToInternalProjection(Feature**
-=== GetExternalGeographyUnitCore() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Void 
-=== GetInternalGeographyUnitCore() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * //​feature//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ​==== +<div newline></​div>​ 
-[[#Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetExternalGeographyUnitCore() ** 
-=== MemberwiseClone() === + 
-N/A +  * //N/A// 
-==== Remarks ====+== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +  * Description:​N/​A 
 + 
 +== Parameters ​=
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Angle ** 
 + 
 +This property sets the angle of rotation. 
 +== Remarks ​==
 N/A N/A
 +== Return Value ==
 +  * Type:Double
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} SourceUnit ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== OpenCore() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} PivotCenter ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== SzE=(Feature) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} IsOpen ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**feature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== TDE=(Feature) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​Boolean
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} CanConvertRasterToExternalProjection ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**feature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Angle === 
-This property sets the angle of rotation. 
-==== Remarks ==== 
 N/A N/A
-==== Return Value ==== +== Remarks ​==
-**Return Type**:​Double +
- +
-[[#Public Properties|Go Back]] +
-=== CanConvertRasterToExternalProjection ===+
 N/A N/A
-==== Remarks ==== +== Return Value == 
-N/A +  * Type:​Boolean 
-==== Return Value ==== + 
-**Return Type**:Boolean+==== Protected Properties ​==== 
 +** {{wiki:​ProtectedProperty.gif|}} PreviousRotationShape ​**
  
-[[#Public Properties|Go Back]] 
-=== IsOpen === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] 
 + 
 +** {{wiki:ProtectedProperty.gif|}} PreviousRotateAngle **
  
-[[#Public Properties|Go Back]] 
-=== PivotCenter === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]+  * Type:Double
  
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedProperty.gif|}} CanReproject **
-=== SourceUnit === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]+
  
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-=== CanReproject === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​Boolean
  
-[[#​Protected Properties|Go Back]] +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.rotationprojection.1442486334.txt.gz · Last modified: 2015/09/17 10:38 by admin