CRSSimpleCoordinateReferenceSystem
Objective-C
@interface CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystemSwift
class CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystemSimple Coordinate Reference System with Coordinate System
- 
                  
                  Coordinate System DeclarationObjective-C @property (nonatomic, strong) CRSCoordinateSystem *coordinateSystem;Swift var coordinateSystem: CRSCoordinateSystem! { get set }
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)init;Swift init!()Return Valuenew instance 
- 
                  
                  Initialize Parameterstypecoordinate reference system type Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithName:(NSString *)name andType:(enum CRSType)type andCoordinateSystem:(CRSCoordinateSystem *)coordinateSystem;Swift init!(name: String!, andType type: CRSType, andCoordinateSystem coordinateSystem: CRSCoordinateSystem!)Parametersnamename typecoordinate reference system type coordinateSystemcoordinate system Return Valuenew instance 
 View on GitHub
View on GitHub CRSSimpleCoordinateReferenceSystem Class Reference
        CRSSimpleCoordinateReferenceSystem Class Reference