User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.projnetprojection

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightCore.ProjNetProjection

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodProjNetProjection
Public MethodProjNetProjection String, String
Public MethodProjNetProjection Int32, Int32

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Protected Methods

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

Public Properties

Name Return DeclaringType Summary
Public PropertyExternalProjectionParametersString String
Public PropertyInternalProjectionParametersString String
Public PropertyIsOpen Boolean Projection

Protected Properties

Name Return DeclaringType Summary
Protected PropertyCanReproject Boolean Projection

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

ProjNetProjection()

Parameters

Name Type Description

Go Back

ProjNetProjection(String, String)

Parameters

Name Type Description
internalProjectionParametersString String<!– System.String –>
externalProjectionParametersString String<!– System.String –>

Go Back

ProjNetProjection(Int32, Int32)

Parameters

Name Type Description
internalEpsgSrid Int32<!– System.Int32 –>
externalEpsgSrid Int32<!– System.Int32 –>

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

Dispose()

Return Value

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

Parameters

Name Type Description

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

ConvertToExternalProjectionCore(Double[], Double[])

Return Value

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

Parameters

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

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

ConvertToInternalProjectionCore(Double[], Double[])

Return Value

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

Parameters

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

<!– 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 –> 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(overriden) –> Go Back

Public Properties

ExternalProjectionParametersString

Return Value

Return Type
String<!– System.String –>

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

InternalProjectionParametersString

Return Value

Return Type
String<!– System.String –>

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

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.projnetprojection.1440040134.txt.gz · Last modified: 2015/09/21 03:23 (external edit)