====== ThinkGeo.MapSuite.Core.SridProjection ====== {{section>upgrade_map_suite_to_10.0}} {{article rating}} ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.Core.Projection]] ***[[ThinkGeo.MapSuite.Core.SridProjection]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#SridProjection(Int32, Int32)|SridProjection]] | Int32, Int32 | | | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#CloneDeep()|CloneDeep]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ConvertToExternalProjection(RectangleShape)|ConvertToExternalProjection]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ConvertToExternalProjection(BaseShape)|ConvertToExternalProjection]] | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ConvertToExternalProjection(Double, Double)|ConvertToExternalProjection]] | Double, Double | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ConvertToExternalProjection(Feature)|ConvertToExternalProjection]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ConvertToInternalProjection(BaseShape)|ConvertToInternalProjection]] | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ConvertToInternalProjection(Feature)|ConvertToInternalProjection]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ConvertToInternalProjection(Double, Double)|ConvertToInternalProjection]] | Double, Double | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ConvertToInternalProjection(RectangleShape)|ConvertToInternalProjection]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#*GetExternalGeographyUnit()|*GetExternalGeographyUnit]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#*GetInternalGeographyUnit()|*GetInternalGeographyUnit]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#Open()|Open]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#*GetExternalGeographyUnitCore()|*GetExternalGeographyUnitCore]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#*GetInternalGeographyUnitCore()|*GetInternalGeographyUnitCore]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloneDeepCore()|CloneDeepCore]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloseCore()|CloseCore]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]](overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToExternalProjectionCore(Double[], Double[])|ConvertToExternalProjectionCore]] | Double[], Double[] | [[ThinkGeo.MapSuite.Core.Projection|Projection]](overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ConvertToInternalProjectionCore(Double[], Double[])|ConvertToInternalProjectionCore]] | Double[], Double[] | [[ThinkGeo.MapSuite.Core.Projection|Projection]](overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenCore()|OpenCore]] | | [[ThinkGeo.MapSuite.Core.Projection|Projection]](overriden) | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#FromSrid|FromSrid]] | Int32 | | | | {{wiki:PublicProperty.gif|Public Property}}[[#IsOpen|IsOpen]] | Boolean | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | | {{wiki:PublicProperty.gif|Public Property}}[[#ToSrid|ToSrid]] | Int32 | | | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedProperty.gif|Protected Property}}[[#CanReproject|CanReproject]] | Boolean | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== SridProjection(Int32, Int32) ==== === Parameters === ^ Name ^ Type ^ Description ^ | fromSrid | Int32 | | | toSrid | Int32 | | [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== CloneDeep() ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Close() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ConvertToExternalProjection(RectangleShape) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | === Parameters === ^ Name ^ Type ^ Description ^ | rectangleShape | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | [[#Public Methods|Go Back]] ==== ConvertToExternalProjection(BaseShape) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | | === Parameters === ^ Name ^ Type ^ Description ^ | baseShape | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | | [[#Public Methods|Go Back]] ==== ConvertToExternalProjection(Double, Double) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | | === Parameters === ^ Name ^ Type ^ Description ^ | x | Double | | | y | Double | | [[#Public Methods|Go Back]] ==== ConvertToExternalProjection(Feature) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | === Parameters === ^ Name ^ Type ^ Description ^ | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | [[#Public Methods|Go Back]] ==== ConvertToInternalProjection(BaseShape) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | | === Parameters === ^ Name ^ Type ^ Description ^ | baseShape | [[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | | [[#Public Methods|Go Back]] ==== ConvertToInternalProjection(Feature) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | === Parameters === ^ Name ^ Type ^ Description ^ | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]] | | [[#Public Methods|Go Back]] ==== ConvertToInternalProjection(Double, Double) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]] | | === Parameters === ^ Name ^ Type ^ Description ^ | x | Double | | | y | Double | | [[#Public Methods|Go Back]] ==== ConvertToInternalProjection(RectangleShape) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | === Parameters === ^ Name ^ Type ^ Description ^ | rectangleShape | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== *GetExternalGeographyUnit() ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== *GetInternalGeographyUnit() ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Open() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== *GetExternalGeographyUnitCore() ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== *GetInternalGeographyUnitCore() ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== CloneDeepCore() ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.Projection|Projection]] | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== CloseCore() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== ConvertToExternalProjectionCore(Double[], Double[]) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]][] | | === Parameters === ^ Name ^ Type ^ Description ^ | x | Double[] | | | y | Double[] | | [[#Protected Methods|Go Back]] ==== ConvertToInternalProjectionCore(Double[], Double[]) ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]][] | | === Parameters === ^ Name ^ Type ^ Description ^ | x | Double[] | | | y | Double[] | | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OpenCore() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== FromSrid ==== === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ==== IsOpen ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== ToSrid ==== === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ===== Protected Properties ===== ==== CanReproject ==== === Return Value === ^ Return Type ^ | Boolean | [[#Protected Properties|Go Back]] ===== Public Events ===== __NOTOC__ [[Category:ProjNetExtension]] [[Category:ThinkGeo.MapSuite.Core]] [[Category:UpdateDocumentation]]