User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.rotationprojection

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightCore.RotationProjection

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Protected Methods

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

Public Properties

Name Return DeclaringType Summary
Public PropertyAngle Double
Public PropertyIsOpen Boolean Projection
Public PropertySourceUnit GeographyUnit

Protected Properties

Name Return DeclaringType Summary
Protected PropertyCanReproject Boolean Projection

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

RotationProjection()

Parameters

Name Type Description

Go Back

RotationProjection(Double)

Parameters

Name Type Description
angle Double<!– System.Double –>

Go Back

RotationProjection(GeographyUnit)

Parameters

Name Type Description
sourceUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

Go Back

RotationProjection(Double, GeographyUnit)

Parameters

Name Type Description
angle Double<!– System.Double –>
sourceUnit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

Go Back

Protected Constructors

Public Methods

Close()

Return Value

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

Parameters

Name Type Description

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

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(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(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(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(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

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

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

GetUpdatedExtent(RectangleShape)

Return Value

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

Parameters

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

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

Parameters

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

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

ConvertToInternalProjectionCore(Double[], Double[])

Return Value

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

Parameters

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

<!– ThinkGeo.MapSuite.SilverlightCore.Projection(overriden) –> 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(overriden) –> 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

Angle

Return Value

Return Type
Double<!– System.Double –>

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

IsOpen

Return Value

Return Type
Boolean<!– System.Boolean –>

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

SourceUnit

Return Value

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

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

Protected Properties

CanReproject

Return Value

Return Type
Boolean<!– System.Boolean –>

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

Public Events

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