User Tools

Site Tools


thinkgeo.mapsuite.core.sridprojection

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.

article_rating

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodSridProjection Int32, Int32

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Protected Methods

Name Parameters DeclaringType Summary
Protected Method*GetExternalGeographyUnitCore Projection
Protected Method*GetInternalGeographyUnitCore Projection
Protected MethodCloneDeepCore Projection
Protected MethodCloseCore Projection(overriden)
Protected MethodConvertToExternalProjectionCore Double[], Double[] Projection(overriden)
Protected MethodConvertToInternalProjectionCore Double[], Double[] Projection(overriden)
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object
Protected MethodOpenCore Projection(overriden)

Public Properties

Name Return DeclaringType Summary
Public PropertyFromSrid Int32
Public PropertyIsOpen Boolean Projection
Public PropertyToSrid Int32

Protected Properties

Name Return DeclaringType Summary
Protected PropertyCanReproject Boolean Projection

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

Name Type Description

<!– ThinkGeo.MapSuite.Core.Projection –> Go Back

Close()

Return Value

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

Parameters

Name Type Description

<!– 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

Name Type Description

<!– ThinkGeo.MapSuite.Core.Projection –> Go Back

GetHashCode()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

*GetInternalGeographyUnit()

Return Value

Return Type Description
GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Projection –> Go Back

GetType()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Open()

Return Value

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

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Projection –> Go Back

ToString()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

*GetExternalGeographyUnitCore()

Return Value

Return Type Description
GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Projection –> Go Back

*GetInternalGeographyUnitCore()

Return Value

Return Type Description
GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Projection –> Go Back

CloneDeepCore()

Return Value

Return Type Description
Projection<!– ThinkGeo.MapSuite.Core.Projection –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Projection –> Go Back

CloseCore()

Return Value

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

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Projection(overriden) –> Go Back

ConvertToExternalProjectionCore(Double[], Double[])

Return Value

Return Type Description
Vertex[]<!– ThinkGeo.MapSuite.Core.Vertexthinkgeo.mapsuite.core.sridprojection –>

Parameters

Name Type Description
x Double[]<!– System.Doublethinkgeo.mapsuite.core.sridprojection –>
y Double[]<!– System.Doublethinkgeo.mapsuite.core.sridprojection –>

<!– ThinkGeo.MapSuite.Core.Projection(overriden) –> Go Back

ConvertToInternalProjectionCore(Double[], Double[])

Return Value

Return Type Description
Vertex[]<!– ThinkGeo.MapSuite.Core.Vertexthinkgeo.mapsuite.core.sridprojection –>

Parameters

Name Type Description
x Double[]<!– System.Doublethinkgeo.mapsuite.core.sridprojection –>
y Double[]<!– System.Doublethinkgeo.mapsuite.core.sridprojection –>

<!– ThinkGeo.MapSuite.Core.Projection(overriden) –> Go Back

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

OpenCore()

Return Value

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

Parameters

Name Type Description

<!– 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

thinkgeo.mapsuite.core.sridprojection.txt · Last modified: 2017/03/16 21:59 (external edit)