CRSProjectedCoordinateReferenceSystem
Objective-C
@interface CRSProjectedCoordinateReferenceSystem
    : CRSSimpleCoordinateReferenceSystemSwift
class CRSProjectedCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystemProjected Coordinate Reference System
- 
                  
                  Base DeclarationObjective-C @property (nonatomic, strong) CRSGeoCoordinateReferenceSystem *base;Swift var base: CRSGeoCoordinateReferenceSystem! { get set }
- 
                  
                  Map Projection DeclarationObjective-C @property (nonatomic, strong) CRSMapProjection *mapProjection;Swift var mapProjection: CRSMapProjection! { get set }
- 
                  
                  Create DeclarationObjective-C + (CRSProjectedCoordinateReferenceSystem *)create;Swift class func create() -> CRSProjectedCoordinateReferenceSystem!Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)init;Swift init!()Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithName:(NSString *)name andBaseName:(NSString *)baseName andBaseType:(enum CRSType)baseType andReferenceFrame:(CRSGeoReferenceFrame *)referenceFrame andMapProjection:(CRSMapProjection *)mapProjection andCoordinateSystem:(CRSCoordinateSystem *)coordinateSystem;Swift init!(name: String!, andBaseName baseName: String!, andBaseType baseType: CRSType, andReferenceFrame referenceFrame: CRSGeoReferenceFrame!, andMapProjection mapProjection: CRSMapProjection!, andCoordinateSystem coordinateSystem: CRSCoordinateSystem!)Parametersnamename baseNamebase CRS name baseTypebase coordinate reference system type referenceFramereference frame mapProjectionmap projection coordinateSystemcoordinate system Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithName:(NSString *)name andBaseName:(NSString *)baseName andBaseType:(enum CRSType)baseType andDatumEnsemble:(CRSGeoDatumEnsemble *)datumEnsemble andMapProjection:(CRSMapProjection *)mapProjection andCoordinateSystem:(CRSCoordinateSystem *)coordinateSystem;Swift init!(name: String!, andBaseName baseName: String!, andBaseType baseType: CRSType, andDatumEnsemble datumEnsemble: CRSGeoDatumEnsemble!, andMapProjection mapProjection: CRSMapProjection!, andCoordinateSystem coordinateSystem: CRSCoordinateSystem!)Parametersnamename baseNamebase CRS name baseTypebase coordinate reference system type datumEnsembledatum ensemble mapProjectionmap projection coordinateSystemcoordinate system Return Valuenew instance 
- 
                  -initWithName:andBaseName: andBaseType: andDynamic: andReferenceFrame: andMapProjection: andCoordinateSystem: Initialize DeclarationObjective-C - (instancetype)initWithName:(NSString *)name andBaseName:(NSString *)baseName andBaseType:(enum CRSType)baseType andDynamic:(CRSDynamic *)dynamic andReferenceFrame:(CRSGeoReferenceFrame *)referenceFrame andMapProjection:(CRSMapProjection *)mapProjection andCoordinateSystem:(CRSCoordinateSystem *)coordinateSystem;Swift init!(name: String!, andBaseName baseName: String!, andBaseType baseType: CRSType, andDynamic dynamic: CRSDynamic!, andReferenceFrame referenceFrame: CRSGeoReferenceFrame!, andMapProjection mapProjection: CRSMapProjection!, andCoordinateSystem coordinateSystem: CRSCoordinateSystem!)Parametersnamename baseNamebase CRS name baseTypebase coordinate reference system type dynamicdynamic referenceFramereference frame mapProjectionmap projection coordinateSystemcoordinate system Return Valuenew instance 
- 
                  
                  Get the base name DeclarationObjective-C - (NSString *)baseName;Swift func baseName() -> String!Return Valuebase name 
- 
                  
                  Set the base name DeclarationObjective-C - (void)setBaseName:(NSString *)baseName;Swift func setBaseName(_ baseName: String!)ParametersbaseNamebase name 
- 
                  
                  Get the base type Return Valuebase type 
- 
                  
                  Get the reference frame DeclarationObjective-C - (CRSGeoReferenceFrame *)referenceFrame;Swift func referenceFrame() -> CRSGeoReferenceFrame!Return Valuereference frame 
- 
                  
                  Determine if has a reference frame DeclarationObjective-C - (BOOL)hasReferenceFrame;Swift func hasReferenceFrame() -> BoolReturn Valuetrue if has reference frame 
- 
                  
                  Set the reference frame DeclarationObjective-C - (void)setReferenceFrame:(CRSGeoReferenceFrame *)referenceFrame;Swift func setReferenceFrame(_ referenceFrame: CRSGeoReferenceFrame!)ParametersreferenceFramereference frame 
- 
                  
                  Get the datum ensemble DeclarationObjective-C - (CRSGeoDatumEnsemble *)datumEnsemble;Swift func datumEnsemble() -> CRSGeoDatumEnsemble!Return Valuedatum ensemble 
- 
                  
                  Determine if has a datum ensemble DeclarationObjective-C - (BOOL)hasDatumEnsemble;Swift func hasDatumEnsemble() -> BoolReturn Valuetrue if has datum ensemble 
- 
                  
                  Set the datum ensemble DeclarationObjective-C - (void)setDatumEnsemble:(CRSGeoDatumEnsemble *)datumEnsemble;Swift func setDatumEnsemble(_ datumEnsemble: CRSGeoDatumEnsemble!)ParametersdatumEnsembledatum ensemble 
- 
                  
                  Get the dynamic coordinate reference system Return Valuedynamic coordinate reference system 
- 
                  
                  Determine if has a dynamic DeclarationObjective-C - (BOOL)hasDynamic;Swift func hasDynamic() -> BoolReturn Valuetrue if has dynamic 
- 
                  
                  Set the dynamic coordinate reference system DeclarationObjective-C - (void)setDynamic:(CRSDynamic *)dynamic;Swift func setDynamic(_ dynamic: CRSDynamic!)Parametersdynamicdynamic coordinate reference system 
- 
                  
                  Get the geodetic or geographic common datum Return Valuegeo datum 
- 
                  
                  Get the base identifiers DeclarationObjective-C - (NSMutableArray<CRSIdentifier *> *)baseIdentifiers;Swift func baseIdentifiers() -> NSMutableArray!Return Valuebase identifiers 
- 
                  
                  Has base identifiers DeclarationObjective-C - (BOOL)hasBaseIdentifiers;Swift func hasBaseIdentifiers() -> BoolReturn Valuetrue if has base identifiers 
- 
                  
                  Number of base identifiers DeclarationObjective-C - (int)numBaseIdentifiers;Swift func numBaseIdentifiers() -> Int32Return Valuebase identifiers count 
- 
                  
                  Get the base identifier at the index DeclarationObjective-C - (CRSIdentifier *)baseIdentifierAtIndex:(int)index;Swift func baseIdentifier(at index: Int32) -> CRSIdentifier!Parametersindexbase identifier index Return Valuebase identifier 
- 
                  
                  Set the base identifiers DeclarationObjective-C - (void)setBaseIdentifiers:(NSArray<CRSIdentifier *> *)baseIdentifiers;Swift func setBaseIdentifiers(_ baseIdentifiers: [CRSIdentifier]!)ParametersbaseIdentifiersbase identifiers 
- 
                  
                  Add the base identifier DeclarationObjective-C - (void)addBaseIdentifier:(CRSIdentifier *)baseIdentifier;Swift func addBaseIdentifier(_ baseIdentifier: CRSIdentifier!)ParametersbaseIdentifierbase identifier 
- 
                  
                  Add the base identifiers DeclarationObjective-C - (void)addBaseIdentifiers:(NSArray<CRSIdentifier *> *)baseIdentifiers;Swift func addBaseIdentifiers(_ baseIdentifiers: [CRSIdentifier]!)ParametersbaseIdentifiersbase identifiers 
- 
                  
                  Get the unit (ellipsoidal angle) Return Valueunit (ellipsoidal angle) 
- 
                  
                  Has a unit (ellipsoidal angle) DeclarationObjective-C - (BOOL)hasUnit;Swift func hasUnit() -> BoolReturn Valuetrue if has unit (ellipsoidal angle) 
- 
                  
                  Set the unit (angle) Parametersunitunit (ellipsoidal angle) 
 View on GitHub
View on GitHub CRSProjectedCoordinateReferenceSystem Class Reference
        CRSProjectedCoordinateReferenceSystem Class Reference