CRSBoundCoordinateReferenceSystem
Objective-C
@interface CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystemSwift
class CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystemBound Coordinate Reference System
- 
                  
                  Source Coordinate Reference System DeclarationObjective-C @property (nonatomic, strong) CRSCoordinateReferenceSystem *source;Swift var source: CRSCoordinateReferenceSystem! { get set }
- 
                  
                  Target Coordinate Reference System DeclarationObjective-C @property (nonatomic, strong) CRSCoordinateReferenceSystem *target;Swift var target: CRSCoordinateReferenceSystem! { get set }
- 
                  
                  Abridged Coordinate Transformation DeclarationObjective-C @property (nonatomic, strong) CRSAbridgedCoordinateTransformation *transformation;Swift var transformation: CRSAbridgedCoordinateTransformation! { get set }
- 
                  
                  Create DeclarationObjective-C + (CRSBoundCoordinateReferenceSystem *)create;Swift class func create() -> CRSBoundCoordinateReferenceSystem!Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)init;Swift init!()Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithSource:(CRSCoordinateReferenceSystem *)source andTarget:(CRSCoordinateReferenceSystem *)target andTransformation: (CRSAbridgedCoordinateTransformation *)transformation;Swift init!(source: CRSCoordinateReferenceSystem!, andTarget target: CRSCoordinateReferenceSystem!, andTransformation transformation: CRSAbridgedCoordinateTransformation!)Parameterssourcesource crs targettarget crs transformationabridged coordinate transformation Return Valuenew instance 
 View on GitHub
View on GitHub CRSBoundCoordinateReferenceSystem Class Reference
        CRSBoundCoordinateReferenceSystem Class Reference