CRSProjParser
Objective-C
@interface CRSProjParser : NSObjectSwift
class CRSProjParser : NSObjectCRS to PROJ parser
- 
                  
                  Parse crs well-known text into PROJ params DeclarationObjective-C + (CRSProjParams *)paramsFromText:(NSString *)wkt;Swift class func params(fromText wkt: String!) -> CRSProjParams!Parameterswktcrs well-known text Return Valueparams 
- 
                  
                  Parse crs well-known text into PROJ params text DeclarationObjective-C + (NSString *)paramsTextFromText:(NSString *)wkt;Swift class func paramsText(fromText wkt: String!) -> String!Parameterswktcrs well-known text Return Valueparams text 
- 
                  
                  Convert a CRS object into PROJ params DeclarationObjective-C + (CRSProjParams *)paramsFromCRS:(CRSObject *)crs;Swift class func params(fromCRS crs: CRSObject!) -> CRSProjParams!ParameterscrsCRS object Return Valueparams 
- 
                  
                  Convert a geodetic or geographic crs into PROJ params DeclarationObjective-C + (CRSProjParams *)paramsFromGeo:(CRSGeoCoordinateReferenceSystem *)geo;Swift class func params(fromGeo geo: CRSGeoCoordinateReferenceSystem!) -> CRSProjParams!Parametersgeogeodetic or geographic crs Return Valueparams 
- 
                  
                  Convert a geodetic or geographic crs into PROJ params text DeclarationObjective-C + (NSString *)paramsTextFromGeo:(CRSGeoCoordinateReferenceSystem *)geo;Swift class func paramsText(fromGeo geo: CRSGeoCoordinateReferenceSystem!) -> String!Parametersgeogeodetic or geographic crs Return Valueparams text 
- 
                  
                  Convert a projected crs into PROJ params DeclarationObjective-C + (CRSProjParams *)paramsFromProjected: (CRSProjectedCoordinateReferenceSystem *)projected;Swift class func params(fromProjected projected: CRSProjectedCoordinateReferenceSystem!) -> CRSProjParams!Parametersprojectedprojected crs Return Valueparams 
- 
                  
                  Convert a projected crs into PROJ params text DeclarationObjective-C + (NSString *)paramsTextFromProjected: (CRSProjectedCoordinateReferenceSystem *)projected;Swift class func paramsText(fromProjected projected: CRSProjectedCoordinateReferenceSystem!) -> String!Parametersprojectedprojected crs Return Valueparams text 
- 
                  
                  Convert a compound crs into PROJ params DeclarationObjective-C + (CRSProjParams *)paramsFromCompound: (CRSCompoundCoordinateReferenceSystem *)compound;Swift class func params(fromCompound compound: CRSCompoundCoordinateReferenceSystem!) -> CRSProjParams!Parameterscompoundcompound crs Return Valueparams 
- 
                  
                  Convert a compound crs into PROJ params text DeclarationObjective-C + (NSString *)paramsTextFromCompound: (CRSCompoundCoordinateReferenceSystem *)compound;Swift class func paramsText(fromCompound compound: CRSCompoundCoordinateReferenceSystem!) -> String!Parameterscompoundcompound crs Return Valueparams text 
 View on GitHub
View on GitHub CRSProjParser Class Reference
        CRSProjParser Class Reference