Protocols
The following protocols are available globally.
-
Identifiable object interface
See moreDeclaration
Objective-C
@protocol CRSIdentifiable <NSObject>Swift
protocol CRSIdentifiable : NSObjectProtocol -
Interface Scope, Extent, Identifier, and Remark values
See moreDeclaration
Objective-C
@protocol CRSScopeExtentIdentifierRemark <CRSIdentifiable>Swift
protocol CRSScopeExtentIdentifierRemark : CRSIdentifiable -
Common Operation interface
See moreDeclaration
Objective-C
@protocol CRSGeoDatum <CRSIdentifiable>Swift
protocol CRSGeoDatum : CRSIdentifiable -
Common Operation interface
See moreDeclaration
Objective-C
@protocol CRSCommonOperation <CRSIdentifiable>Swift
protocol CRSCommonOperation : CRSIdentifiable -
Geometry Filter to filter included geometries and modify them during construction
See moreDeclaration
Objective-C
@protocol SFGeometryFilter <NSObject>Swift
protocol SFGeometryFilter : NSObjectProtocol
View on GitHub
Protocols Reference