User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.projection

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightCore.Projection

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary
Protected MethodProjection

Public Methods

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodCloseCore
Protected MethodConvertToExternalProjectionCore Double[], Double[]
Protected MethodConvertToInternalProjectionCore Double[], Double[]
Protected MethodFinalize Object
Protected MethodGetExternalGeographyUnitCore
Protected MethodGetInternalGeographyUnitCore
Protected MethodMemberwiseClone Object
Protected MethodOpenCore

Public Properties

Name Return DeclaringType Summary
Public PropertyIsOpen Boolean

Protected Properties

Name Return DeclaringType Summary
Protected PropertyCanReproject Boolean

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Projection()

Parameters

Name Type Description

Go Back

Public Methods

Close()

Return Value

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

Parameters

Name Type Description

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

ConvertToExternalProjection(BaseShape)

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
baseShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

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

ConvertToExternalProjection(Feature)

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

Parameters

Name Type Description
feature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

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

ConvertToExternalProjection(RectangleShape)

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
rectangleShape RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

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

ConvertToExternalProjection(Double, Double)

Return Value

Return Type Description
Vertex<!– ThinkGeo.MapSuite.SilverlightCore.Vertex –>

Parameters

Name Type Description
x Double<!– System.Double –>
y Double<!– System.Double –>

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

ConvertToInternalProjection(RectangleShape)

Return Value

Return Type Description
RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

Parameters

Name Type Description
rectangleShape RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –>

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

ConvertToInternalProjection(BaseShape)

Return Value

Return Type Description
BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

Parameters

Name Type Description
baseShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

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

ConvertToInternalProjection(Double, Double)

Return Value

Return Type Description
Vertex<!– ThinkGeo.MapSuite.SilverlightCore.Vertex –>

Parameters

Name Type Description
x Double<!– System.Double –>
y Double<!– System.Double –>

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

ConvertToInternalProjection(Feature)

Return Value

Return Type Description
Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

Parameters

Name Type Description
feature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>

<!– ThinkGeo.MapSuite.SilverlightCore.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.SilverlightCore.GeographyUnit –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.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.SilverlightCore.GeographyUnit –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.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.SilverlightCore.Projection –> Go Back

ToString()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

CloseCore()

Return Value

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

Parameters

Name Type Description

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

ConvertToExternalProjectionCore(Double[], Double[])

Return Value

Return Type Description
Vertex[]<!– ThinkGeo.MapSuite.SilverlightCore.Vertexthinkgeo.mapsuite.silverlightcore.projection –>

Parameters

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

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

ConvertToInternalProjectionCore(Double[], Double[])

Return Value

Return Type Description
Vertex[]<!– ThinkGeo.MapSuite.SilverlightCore.Vertexthinkgeo.mapsuite.silverlightcore.projection –>

Parameters

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

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

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetExternalGeographyUnitCore()

Return Value

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

Parameters

Name Type Description

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

GetInternalGeographyUnitCore()

Return Value

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

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Projection –> 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.SilverlightCore.Projection –> Go Back

Public Properties

IsOpen

Return Value

Return Type
Boolean<!– System.Boolean –>

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

Protected Properties

CanReproject

Return Value

Return Type
Boolean<!– System.Boolean –>

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

Public Events

thinkgeo.mapsuite.silverlightcore.projection.1440040134.txt.gz · Last modified: 2015/09/21 03:23 (external edit)