PROJAuthorityProjections
Objective-C
@interface PROJAuthorityProjections : NSObjectSwift
class PROJAuthorityProjections : NSObjectCollection of projections for a single coordinate authority
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithAuthority:(NSString *)authority;Swift init!(authority: String!)Parametersauthoritycoordinate authority Return Valuenew authority projections 
- 
                  
                  Get the authority DeclarationObjective-C - (NSString *)authority;Swift func authority() -> String!Return Valueauthority 
- 
                  
                  Get the projection for the code DeclarationObjective-C - (PROJProjection *)projectionForNumberCode:(NSNumber *)code;Swift func projection(forNumberCode code: NSNumber!) -> PROJProjection!Parameterscodecoordinate code Return Valueprojection 
- 
                  
                  Get the projection for the code DeclarationObjective-C - (PROJProjection *)projectionForCode:(NSString *)code;Swift func projection(forCode code: String!) -> PROJProjection!Parameterscodecoordinate code Return Valueprojection 
- 
                  
                  Check if the collection contains the projection DeclarationObjective-C - (BOOL)hasProjection:(PROJProjection *)projection;Swift func hasProjection(_ projection: PROJProjection!) -> BoolParametersprojectionprojection Return Valuetrue if has the projection 
- 
                  
                  Check if the collection contains a projection for the code DeclarationObjective-C - (BOOL)hasProjectionNumberCode:(NSNumber *)code;Swift func hasProjectionNumberCode(_ code: NSNumber!) -> BoolParameterscodecoordinate code Return Valuetrue if has the projection 
- 
                  
                  Check if the collection contains a projection for the code DeclarationObjective-C - (BOOL)hasProjectionCode:(NSString *)code;Swift func hasProjectionCode(_ code: String!) -> BoolParameterscodecoordinate code Return Valuetrue if has the projection 
- 
                  
                  Add the projection to the authority DeclarationObjective-C - (void)addProjection:(PROJProjection *)projection;Swift func addProjection(_ projection: PROJProjection!)Parametersprojectionprojection 
- 
                  
                  Clear all projections for the authority DeclarationObjective-C - (void)clear;Swift func clear()
- 
                  
                  Remove the projection with the code DeclarationObjective-C - (void)removeNumberCode:(NSNumber *)code;Swift func removeNumberCode(_ code: NSNumber!)Parameterscodecoordinate code 
- 
                  
                  Remove the projection with the code DeclarationObjective-C - (void)removeCode:(NSString *)code;Swift func removeCode(_ code: String!)Parameterscodecoordinate code 
- 
                  
                  Remove the projection DeclarationObjective-C - (void)removeProjection:(PROJProjection *)projection;Swift func removeProjection(_ projection: PROJProjection!)Parametersprojectionprojection 
- 
                  
                  Get the count of authority projections DeclarationObjective-C - (int)count;Swift func count() -> Int32Return Valuecount 
- 
                  
                  Is the collection empty? DeclarationObjective-C - (int)isEmpty;Swift func isEmpty() -> Int32Return Valuetrue if empty 
- 
                  
                  Get the projection codes DeclarationObjective-C - (NSArray<NSString *> *)codes;Swift func codes() -> [String]!Return Valueprojection codes 
- 
                  
                  Get the projections DeclarationObjective-C - (NSArray<PROJProjection *> *)projections;Swift func projections() -> [PROJProjection]!Return Valueprojections 
 View on GitHub
View on GitHub PROJAuthorityProjections Class Reference
        PROJAuthorityProjections Class Reference