CRSSimpleCoordinateReferenceSystem
Objective-C
@interface CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
Swift
class CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
Simple Coordinate Reference System with Coordinate System
-
Coordinate System
Declaration
Objective-C
@property (nonatomic, strong) CRSCoordinateSystem *coordinateSystem;
Swift
var coordinateSystem: CRSCoordinateSystem! { get set }
-
Initialize
Declaration
Objective-C
- (instancetype)init;
Swift
init!()
Return Value
new instance
-
Initialize
Parameters
type
coordinate reference system type
Return Value
new instance
-
Initialize
Declaration
Objective-C
- (instancetype)initWithName:(NSString *)name andType:(enum CRSType)type andCoordinateSystem:(CRSCoordinateSystem *)coordinateSystem;
Swift
init!(name: String!, andType type: CRSType, andCoordinateSystem coordinateSystem: CRSCoordinateSystem!)
Parameters
name
name
type
coordinate reference system type
coordinateSystem
coordinate system
Return Value
new instance