Protocols
The following protocols are available globally.
-
Compression Decoder interface
See moreDeclaration
Objective-C
@protocol TIFFCompressionDecoder <NSObject>Swift
protocol TIFFCompressionDecoder : NSObjectProtocol -
Compression Encoder interface
See moreDeclaration
Objective-C
@protocol TIFFCompressionEncoder <NSObject>Swift
protocol TIFFCompressionEncoder : NSObjectProtocol -
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 -
Coverage Data image interface
See moreDeclaration
Objective-C
@protocol GPKGCoverageDataImage <NSObject>Swift
protocol GPKGCoverageDataImage : NSObjectProtocol -
Map Point initializer protocol to perform point additional initialization when a point is added to a map view
See moreDeclaration
Objective-C
@protocol GPKGMapPointInitializer <NSObject>Swift
protocol GPKGMapPointInitializer : NSObjectProtocol -
Shape points protocol, defining the interface for shapes comprised of points
See moreDeclaration
Objective-C
@protocol GPKGShapePoints <NSObject>Swift
protocol GPKGShapePoints : NSObjectProtocol -
Shape with children protocol defining the interface for shapes with children points
See moreDeclaration
Objective-C
@protocol GPKGShapeWithChildrenPoints <NSObject>Swift
protocol GPKGShapeWithChildrenPoints : NSObjectProtocol -
GeoPackage Progress protocol for receiving progress information callbacks and handling cancellations
See moreDeclaration
Objective-C
@protocol GPKGProgress <NSObject>Swift
protocol GPKGProgress -
Interface defining custom feature tile drawing. The tile drawn will be used instead of drawing all of the features.
See moreDeclaration
Objective-C
@protocol GPKGCustomFeaturesTile <NSObject>Swift
protocol GPKGCustomFeaturesTile : NSObjectProtocol -
Interface defining the get tile retrieval method
See moreDeclaration
Objective-C
@protocol GPKGTileRetriever <NSObject>Swift
protocol GPKGTileRetriever : NSObjectProtocol
View on GitHub
Protocols Reference