ThinkGeo.MapSuite.Core.SridProjection
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
| Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Public Properties
Protected Properties
Public Events
| Name | Event Arguments | DeclaringType | Summary |
Public Constructors
SridProjection(Int32, Int32)
Parameters
| Name | Type | Description |
| fromSrid | Int32<!– System.Int32 –> | |
| toSrid | Int32<!– System.Int32 –> | |
Go Back
Protected Constructors
Public Methods
CloneDeep()
Return Value
| Return Type | Description |
| Projection<!– ThinkGeo.MapSuite.Core.Projection –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
Close()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ConvertToExternalProjection(RectangleShape)
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
| Name | Type | Description |
| rectangleShape | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ConvertToExternalProjection(BaseShape)
Return Value
| Return Type | Description |
| BaseShape<!– ThinkGeo.MapSuite.Core.BaseShape –> | |
Parameters
| Name | Type | Description |
| baseShape | BaseShape<!– ThinkGeo.MapSuite.Core.BaseShape –> | |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ConvertToExternalProjection(Double, Double)
Return Value
| Return Type | Description |
| Vertex<!– ThinkGeo.MapSuite.Core.Vertex –> | |
Parameters
| Name | Type | Description |
| x | Double<!– System.Double –> | |
| y | Double<!– System.Double –> | |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ConvertToExternalProjection(Feature)
Return Value
| Return Type | Description |
| Feature<!– ThinkGeo.MapSuite.Core.Feature –> | |
Parameters
| Name | Type | Description |
| feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ConvertToInternalProjection(BaseShape)
Return Value
| Return Type | Description |
| BaseShape<!– ThinkGeo.MapSuite.Core.BaseShape –> | |
Parameters
| Name | Type | Description |
| baseShape | BaseShape<!– ThinkGeo.MapSuite.Core.BaseShape –> | |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ConvertToInternalProjection(Feature)
Return Value
| Return Type | Description |
| Feature<!– ThinkGeo.MapSuite.Core.Feature –> | |
Parameters
| Name | Type | Description |
| feature | Feature<!– ThinkGeo.MapSuite.Core.Feature –> | |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ConvertToInternalProjection(Double, Double)
Return Value
| Return Type | Description |
| Vertex<!– ThinkGeo.MapSuite.Core.Vertex –> | |
Parameters
| Name | Type | Description |
| x | Double<!– System.Double –> | |
| y | Double<!– System.Double –> | |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ConvertToInternalProjection(RectangleShape)
Return Value
| Return Type | Description |
| RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
Parameters
| Name | Type | Description |
| rectangleShape | RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
Equals(Object)
Return Value
| Return Type | Description |
| Boolean<!– System.Boolean –> | |
Parameters
| Name | Type | Description |
| obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
*GetExternalGeographyUnit()
Return Value
| Return Type | Description |
| GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
GetHashCode()
Return Value
| Return Type | Description |
| Int32<!– System.Int32 –> | |
Parameters
*GetInternalGeographyUnit()
Return Value
| Return Type | Description |
| GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
GetType()
Return Value
| Return Type | Description |
| Type<!– System.Type –> | |
Parameters
Open()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ToString()
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
Protected Methods
*GetExternalGeographyUnitCore()
Return Value
| Return Type | Description |
| GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
*GetInternalGeographyUnitCore()
Return Value
| Return Type | Description |
| GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
CloneDeepCore()
Return Value
| Return Type | Description |
| Projection<!– ThinkGeo.MapSuite.Core.Projection –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
CloseCore()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection(overriden) –>
Go Back
ConvertToExternalProjectionCore(Double[], Double[])
Return Value
Parameters
<!– ThinkGeo.MapSuite.Core.Projection(overriden) –>
Go Back
ConvertToInternalProjectionCore(Double[], Double[])
Return Value
Parameters
<!– ThinkGeo.MapSuite.Core.Projection(overriden) –>
Go Back
Finalize()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
MemberwiseClone()
Return Value
| Return Type | Description |
| Object<!– System.Object –> | |
Parameters
OpenCore()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.Core.Projection(overriden) –>
Go Back
Public Properties
FromSrid
Return Value
| Return Type |
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.SridProjection –>
Go Back
IsOpen
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
ToSrid
Return Value
| Return Type |
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.Core.SridProjection –>
Go Back
Protected Properties
CanReproject
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Core.Projection –>
Go Back
Public Events